diff --git a/.github/workflows/pelican-publish.yml b/.github/workflows/pelican-publish.yml new file mode 100644 index 0000000..4296ab8 --- /dev/null +++ b/.github/workflows/pelican-publish.yml @@ -0,0 +1,25 @@ +name: Pelican Build +on: + push: + branches: [ master ] +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + with: + submodules: true + - name: Create requirements.txt + uses: 1arp/create-a-file-action@0.2 + with: + file: requirements.txt + content: | + pelican + markdown + - name: Build and Publish + uses: iranzo/gh-pages-pelican-action@1.0.1 + env: + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + SOURCE_FOLDER: docs/content + PELICAN_CONFIG_FILE: docs/publishconf.py diff --git a/.gitignore b/.gitignore index ffb41a7..aed889f 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,7 @@ venv # NPM node_modules +package-lock.json # Pelican output diff --git a/.travis.yml b/.travis.yml index 1cf0993..4b648e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: python python: - "3.6" + - "3.7" + - "3.8" install: - pip install -r docs/requirements.txt script: pelican -s docs/pelicanconf.py diff --git a/README.md b/README.md index 79e8433..6c425f8 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ The minimalist [Pelican](http://blog.getpelican.com/) theme. ## Notes -- If you have questions open an issue. -- This theme is not under development anymore, it's stable and has a lot of features. This means that new requests (not bug fixes) will be discussed and have lower priorities. -- If you want a version of this theme to Jekyll or Hugo open an issue and let's discuss it. +- If you have questions open an issue +- The theme is not under huge development anymore, it's stable and has a lot of features already +- If you want a [Hugo](https://gohugo.io/) theme check out [Soho](https://github.com/alexandrevicenzi/soho) ## Features @@ -20,10 +20,11 @@ The minimalist [Pelican](http://blog.getpelican.com/) theme. - Minute read (via [plugin](https://github.com/getpelican/pelican-plugins/tree/master/post_stats)) (new in 2.0) - [Multiple Code Highlight Styles](https://github.com/alexandrevicenzi/Flex/wiki/Code-Highlight) - [Translation Support](https://github.com/alexandrevicenzi/Flex/wiki/Translations) (new in 2.0) +- [Dark Mode](https://github.com/alexandrevicenzi/Flex/wiki/Dark-Mode) (new in 2.3.0) ## Integrations -- [AddThis](http://www.addthis.com/) Share Buttons and Related Posts +- [AddThis](http://www.addthis.com/) - [Disqus](https://disqus.com/) - [Gauges Analytics](http://get.gaug.es/) - [Google AdSense](https://www.google.com.br/adsense/start/) (new in 2.1.0) @@ -31,6 +32,7 @@ The minimalist [Pelican](http://blog.getpelican.com/) theme. - [Google Tag Manager](https://www.google.com/tagmanager/) - [Matomo Analytics (formerly Piwik)](https://matomo.org/) - [StatusCake](https://www.statuscake.com/) +- [Isso](https://posativ.org/isso/) (new in 2.3.0) ## Plugins Support @@ -40,6 +42,7 @@ The minimalist [Pelican](http://blog.getpelican.com/) theme. - [Related Posts](https://github.com/getpelican/pelican-plugins/tree/master/related_posts) - [Representative image](https://github.com/getpelican/pelican-plugins/tree/master/representative_image) (new in 2.2.0) - [Neighbors](https://github.com/getpelican/pelican-plugins/tree/master/neighbors) (new in 2.2.0) +- [Tipue Search](https://github.com/getpelican/pelican-plugins/blob/master/tipue_search/) (new in 2.3.0) ## Install @@ -56,7 +59,7 @@ If something is missing or broken you can open a PR or fix the documentation by ## Live example -You can see how this theme looks like at [http://flex.alxd.me/blog/](http://flex.alxd.me/blog/). +You can see how this theme looks like at [http://flex.alxd.me/](http://flex.alxd.me/). The code is available in this project under `docs` folder. diff --git a/docs/README.md b/docs/README.md index d140b91..4a77f81 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,3 @@ # Flex Blog Example -Visit [http://flex.alxd.me/blog](http://flex.alxd.me/blog). +Visit [http://flex.alxd.me/](http://flex.alxd.me/). diff --git a/docs/blog/archives.html b/docs/blog/archives.html deleted file mode 100644 index c6cc414..0000000 --- a/docs/blog/archives.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Flex – Archives - - - - - - - -
- - - -
-
-

Archives -

-
-
-
-
June 24, 2018
-
Flex 2.2.0
-
November 16, 2016
-
Flex 2.1.0
-
September 13, 2016
-
Flex 2.0
-
June 10, 2016
-
Flex 1.2.0
-
February 27, 2016
-
Flex 1.1.1
-
October 07, 2015
-
Flex 1.1.0
-
July 22, 2015
-
Flex: Responsive Pelican theme
-
-
-
- - -
- - - - - - - - - \ No newline at end of file diff --git a/docs/blog/author/alexandre-vicenzi.html b/docs/blog/author/alexandre-vicenzi.html deleted file mode 100644 index e9e2854..0000000 --- a/docs/blog/author/alexandre-vicenzi.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Flex – Posts by Alexandre Vicenzi -: - - - - - - -
- - - - - -
-
-

Flex 2.2.0

-

- Posted on June 24, 2018 in News - - - -

-
-
-

Flex theme 2.2.0 comes with bug fixes and improvements.

-

There are new Pygments templates and also a few code highlight fixes. There's also new social icons.

-

Version 2.2.0 also comes with new translations. You can see available translations here.

-

Hope you enjoy this version.

-
-
-
-
-
-

Flex 2.1.0

-

- Posted on November 16, 2016 in News - - - -

-
-
-

Flex theme 2.1.0 comes with features that I was delaying for so long.

-

Flex 2.1.0 adds support for Google AdSense.

-

If you choose wisely, ads are a way to win some money, but if not, you may loose your users due to excessive use of ads …

-
- Continue reading - -
-
-
-
-
-

Flex 2.0

-

- Posted on September 13, 2016 in News - - - -

-
-
-

Flex theme 2.0 comes with new features. -In fact there are two new features.

-

The biggest change is localization support. -Yes, Flex now can be translated into your language. -You can read about here.

-

The biggest challege was to create a way to translate without breaking old versions. -If …

-
- Continue reading - -
-
-
-
-
-

Flex 1.2.0

-

- Posted on June 10, 2016 in News - - - -

-
-
-

Flex theme received some new features. Version 1.2.0 include new features and some updates.

-

For developers there are new color styles for your code. For general purpose there is RUM support, related posts and browser color configuration.

- -
- Continue reading - -
-
-
-
-
-

Flex 1.1.1

-

- Posted on February 27, 2016 in News - - - -

-
-
-

Today, Flex theme received a small update.

-

Some bugs are now fixed. I think the most important fixes are:

- -

Hope you enjoy this theme.

-
-
-
-
-
-

Flex 1.1.0

-

- Posted on October 07, 2015 in News - - - -

-
-
-

I've made the Flex theme a time ago. For my surprise, many people are using it. I feel thankful for this.

-

So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release …

-
- Continue reading - -
-
-
-
-
-

Flex: Responsive Pelican theme

-

- Posted on July 22, 2015 in News - - - -

-
-
-

I just start a new fresh blog using Pelican. Sometimes choosing a theme for a new site is something difficult that takes time.

-

In the Pelican theme gallery, I couldn't find anything that I really liked to feet all my needs. So in the first time of the history, I …

-
- Continue reading - -
-
- - - - - - - - - - -
- - - - - - - - - \ No newline at end of file diff --git a/docs/blog/authors.html b/docs/blog/authors.html deleted file mode 100644 index be56f4d..0000000 --- a/docs/blog/authors.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Flex – Authors - - - - - - - -
- - - -
-
-

Authors -

-
-
- -
-
- - -
- - - - - - - - - \ No newline at end of file diff --git a/docs/blog/categories.html b/docs/blog/categories.html deleted file mode 100644 index 7c05d03..0000000 --- a/docs/blog/categories.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Flex – Categories - - - - - - - -
- - - -
-
-

Categories -

-
-
- -
-
- - -
- - - - - - - - - \ No newline at end of file diff --git a/docs/blog/category/news.html b/docs/blog/category/news.html deleted file mode 100644 index 6341065..0000000 --- a/docs/blog/category/news.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Flex – Category News - - - - - - - -
- - - - - -
-
-

Flex 2.2.0

-

- Posted on June 24, 2018 in News - - - -

-
-
-

Flex theme 2.2.0 comes with bug fixes and improvements.

-

There are new Pygments templates and also a few code highlight fixes. There's also new social icons.

-

Version 2.2.0 also comes with new translations. You can see available translations here.

-

Hope you enjoy this version.

-
-
-
-
-
-

Flex 2.1.0

-

- Posted on November 16, 2016 in News - - - -

-
-
-

Flex theme 2.1.0 comes with features that I was delaying for so long.

-

Flex 2.1.0 adds support for Google AdSense.

-

If you choose wisely, ads are a way to win some money, but if not, you may loose your users due to excessive use of ads …

-
- Continue reading - -
-
-
-
-
-

Flex 2.0

-

- Posted on September 13, 2016 in News - - - -

-
-
-

Flex theme 2.0 comes with new features. -In fact there are two new features.

-

The biggest change is localization support. -Yes, Flex now can be translated into your language. -You can read about here.

-

The biggest challege was to create a way to translate without breaking old versions. -If …

-
- Continue reading - -
-
-
-
-
-

Flex 1.2.0

-

- Posted on June 10, 2016 in News - - - -

-
-
-

Flex theme received some new features. Version 1.2.0 include new features and some updates.

-

For developers there are new color styles for your code. For general purpose there is RUM support, related posts and browser color configuration.

- -
- Continue reading - -
-
-
-
-
-

Flex 1.1.1

-

- Posted on February 27, 2016 in News - - - -

-
-
-

Today, Flex theme received a small update.

-

Some bugs are now fixed. I think the most important fixes are:

- -

Hope you enjoy this theme.

-
-
-
-
-
-

Flex 1.1.0

-

- Posted on October 07, 2015 in News - - - -

-
-
-

I've made the Flex theme a time ago. For my surprise, many people are using it. I feel thankful for this.

-

So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release …

-
- Continue reading - -
-
-
-
-
-

Flex: Responsive Pelican theme

-

- Posted on July 22, 2015 in News - - - -

-
-
-

I just start a new fresh blog using Pelican. Sometimes choosing a theme for a new site is something difficult that takes time.

-

In the Pelican theme gallery, I couldn't find anything that I really liked to feet all my needs. So in the first time of the history, I …

-
- Continue reading - -
-
- - - - - - - - - - -
- - - - - - - - - \ No newline at end of file diff --git a/docs/blog/feeds/all.atom.xml b/docs/blog/feeds/all.atom.xml deleted file mode 100644 index d6de041..0000000 --- a/docs/blog/feeds/all.atom.xml +++ /dev/null @@ -1,179 +0,0 @@ - -Flexhttp://flex.alxd.me/blog/2018-06-24T08:00:00-04:00The minimalist Pelican themeFlex 2.2.02018-06-24T08:00:00-04:002018-06-24T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2018-06-24:/blog/flex-pelican-theme-update-2-2.html<p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.2.0 comes with bug fixes and improvements.</p> -<p>There are new Pygments templates and also a few code highlight fixes. There's also new social icons.</p> -<p>Version 2.2.0 also comes with new translations. You can see available translations <a href="https://github.com/alexandrevicenzi/Flex/wiki/Translations">here</a>.</p> -<p>Hope you enjoy this version.</p>Flex 2.1.02016-11-16T08:00:00-05:002016-11-16T08:00:00-05:00Alexandre Vicenzitag:flex.alxd.me,2016-11-16:/blog/flex-pelican-theme-update-2-1.html<p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.1.0 comes with features that I was delaying for so long.</p> -<p>Flex 2.1.0 adds support for Google AdSense.</p> -<p>If you choose wisely, ads are a way to win some money, but if not, you may loose your users due to excessive use of ads …</p><p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.1.0 comes with features that I was delaying for so long.</p> -<p>Flex 2.1.0 adds support for Google AdSense.</p> -<p>If you choose wisely, ads are a way to win some money, but if not, you may loose your users due to excessive use of ads.</p> -<p>Flex has six places for ads. Google recommends up to 3 ads per page. There is ads page only, and banner that appears on all pages. -Below you can see how to enable ads in your pelican configuration file.</p> -<div class="highlight"><pre><span></span><span class="n">GOOGLE_ADSENSE</span> <span class="o">=</span> <span class="p">{</span> - <span class="s1">&#39;ca_id&#39;</span><span class="p">:</span> <span class="s1">&#39;ca-pub-1234567890&#39;</span><span class="p">,</span> <span class="c1"># Your AdSense ID</span> - <span class="s1">&#39;page_level_ads&#39;</span><span class="p">:</span> <span class="bp">True</span><span class="p">,</span> <span class="c1"># Allow Page Level Ads (mobile)</span> - <span class="s1">&#39;ads&#39;</span><span class="p">:</span> <span class="p">{</span> - <span class="s1">&#39;aside&#39;</span><span class="p">:</span> <span class="s1">&#39;1234561&#39;</span><span class="p">,</span> <span class="c1"># Side bar banner (all pages)</span> - <span class="s1">&#39;main_menu&#39;</span><span class="p">:</span> <span class="s1">&#39;1234562&#39;</span><span class="p">,</span> <span class="c1"># Banner before main menu (all pages)</span> - <span class="s1">&#39;index_top&#39;</span><span class="p">:</span> <span class="s1">&#39;1234563&#39;</span><span class="p">,</span> <span class="c1"># Banner after main menu (index only)</span> - <span class="s1">&#39;index_bottom&#39;</span><span class="p">:</span> <span class="s1">&#39;1234564&#39;</span><span class="p">,</span> <span class="c1"># Banner before footer (index only)</span> - <span class="s1">&#39;article_top&#39;</span><span class="p">:</span> <span class="s1">&#39;1234565&#39;</span><span class="p">,</span> <span class="c1"># Banner after article title (article only)</span> - <span class="s1">&#39;article_bottom&#39;</span><span class="p">:</span> <span class="s1">&#39;1234566&#39;</span><span class="p">,</span> <span class="c1"># Banner after article content (article only)</span> - <span class="p">}</span> -<span class="p">}</span> -</pre></div> - - -<p>Version 2.1.0 also comes with new translations. You can see available translations <a href="https://github.com/alexandrevicenzi/Flex/wiki/Translations">here</a>.</p> -<p>Hope you enjoy this version.</p>Flex 2.02016-09-13T08:00:00-04:002016-09-13T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2016-09-13:/blog/flex-pelican-theme-update-2-0.html<p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.0 comes with new features. -In fact there are two new features.</p> -<p>The biggest change is localization support. -Yes, Flex now can be translated into your language. -You can read about <a href="https://github.com/alexandrevicenzi/Flex/wiki/Translations">here</a>.</p> -<p>The biggest challege was to create a way to translate without breaking old versions. -If …</p><p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.0 comes with new features. -In fact there are two new features.</p> -<p>The biggest change is localization support. -Yes, Flex now can be translated into your language. -You can read about <a href="https://github.com/alexandrevicenzi/Flex/wiki/Translations">here</a>.</p> -<p>The biggest challege was to create a way to translate without breaking old versions. -If you use English it changes nothing for you. -But if you want to use translation you need to add new lines to your pelican configuration file.</p> -<p>Here is a small example to use Flex in another language.</p> -<div class="highlight"><pre><span></span><span class="c1"># Enable i18n plugin, probably you already have some others here.</span> -<span class="n">PLUGINS</span> <span class="o">=</span> <span class="p">[</span><span class="s1">&#39;i18n_subsites&#39;</span><span class="p">]</span> -<span class="c1"># Enable Jinja2 i18n extension used to parse translations.</span> -<span class="n">JINJA_EXTENSIONS</span> <span class="o">=</span> <span class="p">[</span><span class="s1">&#39;jinja2.ext.i18n&#39;</span><span class="p">]</span> -<span class="c1"># Default theme language.</span> -<span class="n">I18N_TEMPLATES_LANG</span> <span class="o">=</span> <span class="s1">&#39;en&#39;</span> -<span class="c1"># Your language.</span> -<span class="n">DEFAULT_LANG</span> <span class="o">=</span> <span class="s1">&#39;de&#39;</span> -<span class="n">OG_LOCALE</span> <span class="o">=</span> <span class="s1">&#39;de_DE&#39;</span> -<span class="n">LOCALE</span> <span class="o">=</span> <span class="s1">&#39;de_DE&#39;</span> -</pre></div> - - -<p>Last but not least, Flex supports the feature "X minute read", similar <a href="https://medium.com/">Medium</a>.</p> -<p>Hope you enjoy this version.</p>Flex 1.2.02016-06-10T08:00:00-04:002016-06-10T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2016-06-10:/blog/flex-pelican-theme-update-1-2-0.html<p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> received some new features. Version 1.2.0 include new features and some updates.</p> -<p>For developers there are new color styles for your code. For general purpose there is RUM support, related posts and browser color configuration.</p> -<ul> -<li><a href="https://github.com/alexandrevicenzi/Flex/issues/31">Update font-awesome</a></li> -<li><a href="https://github.com/alexandrevicenzi/Flex/pull/34">Added browser color configuration</a></li> -<li><a href="https://github.com/alexandrevicenzi/Flex/pull/27">Related posts</a></li> -<li><a href="https://github.com/alexandrevicenzi/Flex/issues/38">More Pygments Styles …</a></li></ul><p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> received some new features. Version 1.2.0 include new features and some updates.</p> -<p>For developers there are new color styles for your code. For general purpose there is RUM support, related posts and browser color configuration.</p> -<ul> -<li><a href="https://github.com/alexandrevicenzi/Flex/issues/31">Update font-awesome</a></li> -<li><a href="https://github.com/alexandrevicenzi/Flex/pull/34">Added browser color configuration</a></li> -<li><a href="https://github.com/alexandrevicenzi/Flex/pull/27">Related posts</a></li> -<li><a href="https://github.com/alexandrevicenzi/Flex/issues/38">More Pygments Styles</a></li> -<li><a href="https://github.com/alexandrevicenzi/Flex/issues/16">Add StatusCake RUM support</a></li> -</ul> -<p>If you need help or want to report a bug, please open an <a href="https://github.com/alexandrevicenzi/Flex/issues">issue</a>.</p> -<p>Hope you enjoy this theme.</p>Flex 1.1.12016-02-27T08:00:00-05:002016-02-27T08:00:00-05:00Alexandre Vicenzitag:flex.alxd.me,2016-02-27:/blog/flex-pelican-theme-update-1-1-1.html<p>Today, <a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> received a small update.</p> -<p>Some bugs are now fixed. I think the most important fixes are:</p> -<ul> -<li><a href="https://github.com/alexandrevicenzi/Flex/issues/21">Bug in CSS with placement of "Newer Posts" button</a></li> -<li><a href="https://github.com/alexandrevicenzi/Flex/issues/14">Posts preview on main page</a></li> -</ul> -<p>Hope you enjoy this theme.</p>Flex 1.1.02015-10-07T08:00:00-04:002015-10-07T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2015-10-07:/blog/flex-pelican-theme-update-1-1.html<p>I've made the <a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> a time ago. For my surprise, many people are using it. I feel thankful for this.</p> -<p>So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release …</p><p>I've made the <a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> a time ago. For my surprise, many people are using it. I feel thankful for this.</p> -<p>So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release the <a href="https://github.com/alexandrevicenzi/Flex/releases/tag/v1.1">second version</a> of Flex (aka v1.1).</p> -<p>This new version doesn't include nothing so special, just some bug fix and a new setting to allow custom CSS stylesheets.</p> -<p>The new custom setting can be used like this:</p> -<div class="highlight"><pre><span></span><span class="n">EXTRA_PATH_METADATA</span> <span class="o">=</span> <span class="p">{</span> - <span class="s1">&#39;extra/custom.css&#39;</span><span class="p">:</span> <span class="p">{</span><span class="s1">&#39;path&#39;</span><span class="p">:</span> <span class="s1">&#39;static/custom.css&#39;</span><span class="p">},</span> -<span class="p">}</span> -<span class="n">CUSTOM_CSS</span> <span class="o">=</span> <span class="s1">&#39;static/custom.css&#39;</span> -</pre></div> - - -<p>I would like to thank all who helped in this new version.</p>Flex: Responsive Pelican theme2015-07-22T08:00:00-04:002015-07-22T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2015-07-22:/blog/flex-pelican-theme.html<p>I just start a new fresh blog using <a href="http://getpelican.com">Pelican</a>. Sometimes choosing a theme for a new site is something difficult that takes time.</p> -<p>In the Pelican <a href="http://www.pelicanthemes.com/">theme gallery</a>, I couldn't find anything that I really liked to feet all my needs. So in the first time of the history, I …</p><p>I just start a new fresh blog using <a href="http://getpelican.com">Pelican</a>. Sometimes choosing a theme for a new site is something difficult that takes time.</p> -<p>In the Pelican <a href="http://www.pelicanthemes.com/">theme gallery</a>, I couldn't find anything that I really liked to feet all my needs. So in the first time of the history, I choose to create my own theme. I never did this before.</p> -<p>Creating a theme for Pelican is quite easy, unlike Wordpress. You can take a look in the <a href="https://github.com/alexandrevicenzi/Flex">Source Code of Flex</a>.</p> -<p>But how Flex looks like? Well, you can see <a href="images/flex-screenshot.png">this screenshot</a>, but you already know how it looks like, you're looking at it. :D</p> -<p>I really care about SEO and integrations with Facebook, Google Plus and other social networks, so this theme offers some features:</p> -<ul> -<li>Mobile First</li> -<li>Responsive</li> -<li>Semantic</li> -<li>SEO Best Practices</li> -<li>Open Graph</li> -<li>Rich Snippets (JSON-LD)</li> -</ul> -<p>Maybe these features are not fully optimized, but I'll improve.</p> -<p>Flex also offers integrations with multiple services.</p> -<blockquote> -<p><strong>Tip:</strong></p> -<p>You can easyly integrate with:</p> -<ul> -<li>AddThis</li> -<li>Disqus</li> -<li>Google Analytics</li> -<li>Google Tag Manager</li> -<li>StatusCake</li> -</ul> -</blockquote> -<p>Flex is a theme built by a developer for developers, but of course, you can use for any purpose. In this scenario, Flex is able to create good styles for coding, outputs and samples.</p> -<p>If you need to show some program output you can use <code>samp</code> tag to look like this:</p> -<p><samp>Done: Processed 4 articles, 0 drafts, 2 pages and 0 hidden pages in 0.22 seconds.</samp></p> -<p>Or if you want multiple lines:</p> -<p><samp> - total used free shared buffers cached -Mem: 5866 4674 1192 386 0 2404 --/+ buffers/cache: 2269 3596 -Swap: 20480 1267 19213 -</samp></p> -<p>If you like to share code snippets, you can take advantage of <a href="http://pygments.org/">Pygments</a> syntax highlighting:</p> -<div class="highlight"><pre><span></span><span class="c1">// Foo</span> -<span class="kd">var</span> <span class="nx">bar</span> <span class="o">=</span> <span class="mi">0</span><span class="p">;</span> -</pre></div> - - -<div class="highlight"><pre><span></span><span class="k">class</span> <span class="nc">Foo</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span> - <span class="k">def</span> <span class="fm">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">bar</span><span class="p">)</span> - <span class="bp">self</span><span class="o">.</span><span class="n">bar</span> <span class="o">=</span> <span class="n">bar</span> -</pre></div> - - -<div class="highlight"><pre><span></span>ls *.jpg <span class="p">|</span> xargs -n1 -i cp <span class="o">{}</span> /external-hard-drive/directory -</pre></div> - - -<p><strong>Note:</strong> The code block looks like GitHub’s colors.</p> -<p>You can add tables too:</p> -<table> -<thead> -<tr> -<th>Item</th> -<th>Value</th> -</tr> -</thead> -<tbody> -<tr> -<td>Computer</td> -<td>$1600</td> -</tr> -<tr> -<td>Phone</td> -<td>$12</td> -</tr> -<tr> -<td>Pipe</td> -<td>$1</td> -</tr> -</tbody> -</table> -<p>and how heading looks like?</p> -<h1>This is heading 1</h1> -<h2>This is heading 2</h2> -<h3>This is heading 3</h3> -<h4>This is heading 4</h4> -<h5>This is heading 5</h5> -<h6>This is heading 6</h6> -<p>This examples are in Markdown. I'm not sure how it will look using reStructuredText. Keep in mind that Markdown allows you to add HTML tags. If you can create the same HTML syntax produced by Markdown using reStructuredText it will work.</p> -<p>You can take a look in the <a href="https://raw.githubusercontent.com/alexandrevicenzi/blog/master/content/News/flex-pelican-theme.md">source code of this page</a> to know how to create rich examples.</p> -<p>Flex is my first attempt creating themes and there's no IE testing yet. You can check the <a href="https://github.com/alexandrevicenzi/flex">sources here</a>.</p> -<p>As soon as possible I will add this project to Pelican gallery.</p> -<p>Drop a comment if you like this theme, or <a href="https://github.com/alexandrevicenzi/Flex/issues">open an issue</a> if you need a feature or found a bug.</p> \ No newline at end of file diff --git a/docs/blog/feeds/news.atom.xml b/docs/blog/feeds/news.atom.xml deleted file mode 100644 index 1ce9725..0000000 --- a/docs/blog/feeds/news.atom.xml +++ /dev/null @@ -1,179 +0,0 @@ - -Flex - Newshttp://flex.alxd.me/blog/2018-06-24T08:00:00-04:00The minimalist Pelican themeFlex 2.2.02018-06-24T08:00:00-04:002018-06-24T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2018-06-24:/blog/flex-pelican-theme-update-2-2.html<p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.2.0 comes with bug fixes and improvements.</p> -<p>There are new Pygments templates and also a few code highlight fixes. There's also new social icons.</p> -<p>Version 2.2.0 also comes with new translations. You can see available translations <a href="https://github.com/alexandrevicenzi/Flex/wiki/Translations">here</a>.</p> -<p>Hope you enjoy this version.</p>Flex 2.1.02016-11-16T08:00:00-05:002016-11-16T08:00:00-05:00Alexandre Vicenzitag:flex.alxd.me,2016-11-16:/blog/flex-pelican-theme-update-2-1.html<p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.1.0 comes with features that I was delaying for so long.</p> -<p>Flex 2.1.0 adds support for Google AdSense.</p> -<p>If you choose wisely, ads are a way to win some money, but if not, you may loose your users due to excessive use of ads …</p><p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.1.0 comes with features that I was delaying for so long.</p> -<p>Flex 2.1.0 adds support for Google AdSense.</p> -<p>If you choose wisely, ads are a way to win some money, but if not, you may loose your users due to excessive use of ads.</p> -<p>Flex has six places for ads. Google recommends up to 3 ads per page. There is ads page only, and banner that appears on all pages. -Below you can see how to enable ads in your pelican configuration file.</p> -<div class="highlight"><pre><span></span><span class="n">GOOGLE_ADSENSE</span> <span class="o">=</span> <span class="p">{</span> - <span class="s1">&#39;ca_id&#39;</span><span class="p">:</span> <span class="s1">&#39;ca-pub-1234567890&#39;</span><span class="p">,</span> <span class="c1"># Your AdSense ID</span> - <span class="s1">&#39;page_level_ads&#39;</span><span class="p">:</span> <span class="bp">True</span><span class="p">,</span> <span class="c1"># Allow Page Level Ads (mobile)</span> - <span class="s1">&#39;ads&#39;</span><span class="p">:</span> <span class="p">{</span> - <span class="s1">&#39;aside&#39;</span><span class="p">:</span> <span class="s1">&#39;1234561&#39;</span><span class="p">,</span> <span class="c1"># Side bar banner (all pages)</span> - <span class="s1">&#39;main_menu&#39;</span><span class="p">:</span> <span class="s1">&#39;1234562&#39;</span><span class="p">,</span> <span class="c1"># Banner before main menu (all pages)</span> - <span class="s1">&#39;index_top&#39;</span><span class="p">:</span> <span class="s1">&#39;1234563&#39;</span><span class="p">,</span> <span class="c1"># Banner after main menu (index only)</span> - <span class="s1">&#39;index_bottom&#39;</span><span class="p">:</span> <span class="s1">&#39;1234564&#39;</span><span class="p">,</span> <span class="c1"># Banner before footer (index only)</span> - <span class="s1">&#39;article_top&#39;</span><span class="p">:</span> <span class="s1">&#39;1234565&#39;</span><span class="p">,</span> <span class="c1"># Banner after article title (article only)</span> - <span class="s1">&#39;article_bottom&#39;</span><span class="p">:</span> <span class="s1">&#39;1234566&#39;</span><span class="p">,</span> <span class="c1"># Banner after article content (article only)</span> - <span class="p">}</span> -<span class="p">}</span> -</pre></div> - - -<p>Version 2.1.0 also comes with new translations. You can see available translations <a href="https://github.com/alexandrevicenzi/Flex/wiki/Translations">here</a>.</p> -<p>Hope you enjoy this version.</p>Flex 2.02016-09-13T08:00:00-04:002016-09-13T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2016-09-13:/blog/flex-pelican-theme-update-2-0.html<p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.0 comes with new features. -In fact there are two new features.</p> -<p>The biggest change is localization support. -Yes, Flex now can be translated into your language. -You can read about <a href="https://github.com/alexandrevicenzi/Flex/wiki/Translations">here</a>.</p> -<p>The biggest challege was to create a way to translate without breaking old versions. -If …</p><p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.0 comes with new features. -In fact there are two new features.</p> -<p>The biggest change is localization support. -Yes, Flex now can be translated into your language. -You can read about <a href="https://github.com/alexandrevicenzi/Flex/wiki/Translations">here</a>.</p> -<p>The biggest challege was to create a way to translate without breaking old versions. -If you use English it changes nothing for you. -But if you want to use translation you need to add new lines to your pelican configuration file.</p> -<p>Here is a small example to use Flex in another language.</p> -<div class="highlight"><pre><span></span><span class="c1"># Enable i18n plugin, probably you already have some others here.</span> -<span class="n">PLUGINS</span> <span class="o">=</span> <span class="p">[</span><span class="s1">&#39;i18n_subsites&#39;</span><span class="p">]</span> -<span class="c1"># Enable Jinja2 i18n extension used to parse translations.</span> -<span class="n">JINJA_EXTENSIONS</span> <span class="o">=</span> <span class="p">[</span><span class="s1">&#39;jinja2.ext.i18n&#39;</span><span class="p">]</span> -<span class="c1"># Default theme language.</span> -<span class="n">I18N_TEMPLATES_LANG</span> <span class="o">=</span> <span class="s1">&#39;en&#39;</span> -<span class="c1"># Your language.</span> -<span class="n">DEFAULT_LANG</span> <span class="o">=</span> <span class="s1">&#39;de&#39;</span> -<span class="n">OG_LOCALE</span> <span class="o">=</span> <span class="s1">&#39;de_DE&#39;</span> -<span class="n">LOCALE</span> <span class="o">=</span> <span class="s1">&#39;de_DE&#39;</span> -</pre></div> - - -<p>Last but not least, Flex supports the feature "X minute read", similar <a href="https://medium.com/">Medium</a>.</p> -<p>Hope you enjoy this version.</p>Flex 1.2.02016-06-10T08:00:00-04:002016-06-10T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2016-06-10:/blog/flex-pelican-theme-update-1-2-0.html<p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> received some new features. Version 1.2.0 include new features and some updates.</p> -<p>For developers there are new color styles for your code. For general purpose there is RUM support, related posts and browser color configuration.</p> -<ul> -<li><a href="https://github.com/alexandrevicenzi/Flex/issues/31">Update font-awesome</a></li> -<li><a href="https://github.com/alexandrevicenzi/Flex/pull/34">Added browser color configuration</a></li> -<li><a href="https://github.com/alexandrevicenzi/Flex/pull/27">Related posts</a></li> -<li><a href="https://github.com/alexandrevicenzi/Flex/issues/38">More Pygments Styles …</a></li></ul><p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> received some new features. Version 1.2.0 include new features and some updates.</p> -<p>For developers there are new color styles for your code. For general purpose there is RUM support, related posts and browser color configuration.</p> -<ul> -<li><a href="https://github.com/alexandrevicenzi/Flex/issues/31">Update font-awesome</a></li> -<li><a href="https://github.com/alexandrevicenzi/Flex/pull/34">Added browser color configuration</a></li> -<li><a href="https://github.com/alexandrevicenzi/Flex/pull/27">Related posts</a></li> -<li><a href="https://github.com/alexandrevicenzi/Flex/issues/38">More Pygments Styles</a></li> -<li><a href="https://github.com/alexandrevicenzi/Flex/issues/16">Add StatusCake RUM support</a></li> -</ul> -<p>If you need help or want to report a bug, please open an <a href="https://github.com/alexandrevicenzi/Flex/issues">issue</a>.</p> -<p>Hope you enjoy this theme.</p>Flex 1.1.12016-02-27T08:00:00-05:002016-02-27T08:00:00-05:00Alexandre Vicenzitag:flex.alxd.me,2016-02-27:/blog/flex-pelican-theme-update-1-1-1.html<p>Today, <a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> received a small update.</p> -<p>Some bugs are now fixed. I think the most important fixes are:</p> -<ul> -<li><a href="https://github.com/alexandrevicenzi/Flex/issues/21">Bug in CSS with placement of "Newer Posts" button</a></li> -<li><a href="https://github.com/alexandrevicenzi/Flex/issues/14">Posts preview on main page</a></li> -</ul> -<p>Hope you enjoy this theme.</p>Flex 1.1.02015-10-07T08:00:00-04:002015-10-07T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2015-10-07:/blog/flex-pelican-theme-update-1-1.html<p>I've made the <a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> a time ago. For my surprise, many people are using it. I feel thankful for this.</p> -<p>So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release …</p><p>I've made the <a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> a time ago. For my surprise, many people are using it. I feel thankful for this.</p> -<p>So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release the <a href="https://github.com/alexandrevicenzi/Flex/releases/tag/v1.1">second version</a> of Flex (aka v1.1).</p> -<p>This new version doesn't include nothing so special, just some bug fix and a new setting to allow custom CSS stylesheets.</p> -<p>The new custom setting can be used like this:</p> -<div class="highlight"><pre><span></span><span class="n">EXTRA_PATH_METADATA</span> <span class="o">=</span> <span class="p">{</span> - <span class="s1">&#39;extra/custom.css&#39;</span><span class="p">:</span> <span class="p">{</span><span class="s1">&#39;path&#39;</span><span class="p">:</span> <span class="s1">&#39;static/custom.css&#39;</span><span class="p">},</span> -<span class="p">}</span> -<span class="n">CUSTOM_CSS</span> <span class="o">=</span> <span class="s1">&#39;static/custom.css&#39;</span> -</pre></div> - - -<p>I would like to thank all who helped in this new version.</p>Flex: Responsive Pelican theme2015-07-22T08:00:00-04:002015-07-22T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2015-07-22:/blog/flex-pelican-theme.html<p>I just start a new fresh blog using <a href="http://getpelican.com">Pelican</a>. Sometimes choosing a theme for a new site is something difficult that takes time.</p> -<p>In the Pelican <a href="http://www.pelicanthemes.com/">theme gallery</a>, I couldn't find anything that I really liked to feet all my needs. So in the first time of the history, I …</p><p>I just start a new fresh blog using <a href="http://getpelican.com">Pelican</a>. Sometimes choosing a theme for a new site is something difficult that takes time.</p> -<p>In the Pelican <a href="http://www.pelicanthemes.com/">theme gallery</a>, I couldn't find anything that I really liked to feet all my needs. So in the first time of the history, I choose to create my own theme. I never did this before.</p> -<p>Creating a theme for Pelican is quite easy, unlike Wordpress. You can take a look in the <a href="https://github.com/alexandrevicenzi/Flex">Source Code of Flex</a>.</p> -<p>But how Flex looks like? Well, you can see <a href="images/flex-screenshot.png">this screenshot</a>, but you already know how it looks like, you're looking at it. :D</p> -<p>I really care about SEO and integrations with Facebook, Google Plus and other social networks, so this theme offers some features:</p> -<ul> -<li>Mobile First</li> -<li>Responsive</li> -<li>Semantic</li> -<li>SEO Best Practices</li> -<li>Open Graph</li> -<li>Rich Snippets (JSON-LD)</li> -</ul> -<p>Maybe these features are not fully optimized, but I'll improve.</p> -<p>Flex also offers integrations with multiple services.</p> -<blockquote> -<p><strong>Tip:</strong></p> -<p>You can easyly integrate with:</p> -<ul> -<li>AddThis</li> -<li>Disqus</li> -<li>Google Analytics</li> -<li>Google Tag Manager</li> -<li>StatusCake</li> -</ul> -</blockquote> -<p>Flex is a theme built by a developer for developers, but of course, you can use for any purpose. In this scenario, Flex is able to create good styles for coding, outputs and samples.</p> -<p>If you need to show some program output you can use <code>samp</code> tag to look like this:</p> -<p><samp>Done: Processed 4 articles, 0 drafts, 2 pages and 0 hidden pages in 0.22 seconds.</samp></p> -<p>Or if you want multiple lines:</p> -<p><samp> - total used free shared buffers cached -Mem: 5866 4674 1192 386 0 2404 --/+ buffers/cache: 2269 3596 -Swap: 20480 1267 19213 -</samp></p> -<p>If you like to share code snippets, you can take advantage of <a href="http://pygments.org/">Pygments</a> syntax highlighting:</p> -<div class="highlight"><pre><span></span><span class="c1">// Foo</span> -<span class="kd">var</span> <span class="nx">bar</span> <span class="o">=</span> <span class="mi">0</span><span class="p">;</span> -</pre></div> - - -<div class="highlight"><pre><span></span><span class="k">class</span> <span class="nc">Foo</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span> - <span class="k">def</span> <span class="fm">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">bar</span><span class="p">)</span> - <span class="bp">self</span><span class="o">.</span><span class="n">bar</span> <span class="o">=</span> <span class="n">bar</span> -</pre></div> - - -<div class="highlight"><pre><span></span>ls *.jpg <span class="p">|</span> xargs -n1 -i cp <span class="o">{}</span> /external-hard-drive/directory -</pre></div> - - -<p><strong>Note:</strong> The code block looks like GitHub’s colors.</p> -<p>You can add tables too:</p> -<table> -<thead> -<tr> -<th>Item</th> -<th>Value</th> -</tr> -</thead> -<tbody> -<tr> -<td>Computer</td> -<td>$1600</td> -</tr> -<tr> -<td>Phone</td> -<td>$12</td> -</tr> -<tr> -<td>Pipe</td> -<td>$1</td> -</tr> -</tbody> -</table> -<p>and how heading looks like?</p> -<h1>This is heading 1</h1> -<h2>This is heading 2</h2> -<h3>This is heading 3</h3> -<h4>This is heading 4</h4> -<h5>This is heading 5</h5> -<h6>This is heading 6</h6> -<p>This examples are in Markdown. I'm not sure how it will look using reStructuredText. Keep in mind that Markdown allows you to add HTML tags. If you can create the same HTML syntax produced by Markdown using reStructuredText it will work.</p> -<p>You can take a look in the <a href="https://raw.githubusercontent.com/alexandrevicenzi/blog/master/content/News/flex-pelican-theme.md">source code of this page</a> to know how to create rich examples.</p> -<p>Flex is my first attempt creating themes and there's no IE testing yet. You can check the <a href="https://github.com/alexandrevicenzi/flex">sources here</a>.</p> -<p>As soon as possible I will add this project to Pelican gallery.</p> -<p>Drop a comment if you like this theme, or <a href="https://github.com/alexandrevicenzi/Flex/issues">open an issue</a> if you need a feature or found a bug.</p> \ No newline at end of file diff --git a/docs/blog/flex-pelican-theme-update-1-1-1.html b/docs/blog/flex-pelican-theme-update-1-1-1.html deleted file mode 100644 index 2e83108..0000000 --- a/docs/blog/flex-pelican-theme-update-1-1-1.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Flex – Flex 1.1.1 - - - - - - -
- - - -
-
- -

Flex 1.1.1

-

- Posted on February 27, 2016 in News - - -

-
- - -
-

Today, Flex theme received a small update.

-

Some bugs are now fixed. I think the most important fixes are:

- -

Hope you enjoy this theme.

-
-
-

- pelican - python - theme -

-
- - - - - - - - - - - -
- - - -
- - -
- - - - - - - - - \ No newline at end of file diff --git a/docs/blog/flex-pelican-theme-update-1-1.html b/docs/blog/flex-pelican-theme-update-1-1.html deleted file mode 100644 index c482aa7..0000000 --- a/docs/blog/flex-pelican-theme-update-1-1.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Flex – Flex 1.1.0 - - - - - - -
- - - -
-
- -

Flex 1.1.0

-

- Posted on October 07, 2015 in News - - -

-
- - -
-

I've made the Flex theme a time ago. For my surprise, many people are using it. I feel thankful for this.

-

So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release the second version of Flex (aka v1.1).

-

This new version doesn't include nothing so special, just some bug fix and a new setting to allow custom CSS stylesheets.

-

The new custom setting can be used like this:

-
EXTRA_PATH_METADATA = {
-    'extra/custom.css': {'path': 'static/custom.css'},
-}
-CUSTOM_CSS = 'static/custom.css'
-
- - -

I would like to thank all who helped in this new version.

-
-
-

- pelican - python - theme -

-
- - - - - - - - - - - -
- - - -
- - -
- - - - - - - - - \ No newline at end of file diff --git a/docs/blog/flex-pelican-theme-update-1-2-0.html b/docs/blog/flex-pelican-theme-update-1-2-0.html deleted file mode 100644 index 93aad17..0000000 --- a/docs/blog/flex-pelican-theme-update-1-2-0.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Flex – Flex 1.2.0 - - - - - - -
- - - -
-
- -

Flex 1.2.0

-

- Posted on June 10, 2016 in News - - -

-
- - -
-

Flex theme received some new features. Version 1.2.0 include new features and some updates.

-

For developers there are new color styles for your code. For general purpose there is RUM support, related posts and browser color configuration.

- -

If you need help or want to report a bug, please open an issue.

-

Hope you enjoy this theme.

-
-
-

- pelican - python - theme -

-
- - - - - - - - - - - -
- - - -
- - -
- - - - - - - - - \ No newline at end of file diff --git a/docs/blog/flex-pelican-theme-update-2-0.html b/docs/blog/flex-pelican-theme-update-2-0.html deleted file mode 100644 index 1d5586e..0000000 --- a/docs/blog/flex-pelican-theme-update-2-0.html +++ /dev/null @@ -1,250 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Flex – Flex 2.0 - - - - - - -
- - - -
-
- -

Flex 2.0

-

- Posted on September 13, 2016 in News - - -

-
- - -
-

Flex theme 2.0 comes with new features. -In fact there are two new features.

-

The biggest change is localization support. -Yes, Flex now can be translated into your language. -You can read about here.

-

The biggest challege was to create a way to translate without breaking old versions. -If you use English it changes nothing for you. -But if you want to use translation you need to add new lines to your pelican configuration file.

-

Here is a small example to use Flex in another language.

-
# Enable i18n plugin, probably you already have some others here.
-PLUGINS = ['i18n_subsites']
-# Enable Jinja2 i18n extension used to parse translations.
-JINJA_EXTENSIONS = ['jinja2.ext.i18n']
-# Default theme language.
-I18N_TEMPLATES_LANG = 'en'
-# Your language.
-DEFAULT_LANG = 'de'
-OG_LOCALE = 'de_DE'
-LOCALE = 'de_DE'
-
- - -

Last but not least, Flex supports the feature "X minute read", similar Medium.

-

Hope you enjoy this version.

-
-
-

- pelican - python - theme -

-
- - - - - - - - - - - -
- - - -
- - -
- - - - - - - - - \ No newline at end of file diff --git a/docs/blog/flex-pelican-theme-update-2-1.html b/docs/blog/flex-pelican-theme-update-2-1.html deleted file mode 100644 index 56943bd..0000000 --- a/docs/blog/flex-pelican-theme-update-2-1.html +++ /dev/null @@ -1,248 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Flex – Flex 2.1.0 - - - - - - -
- - - -
-
- -

Flex 2.1.0

-

- Posted on November 16, 2016 in News - - -

-
- - -
-

Flex theme 2.1.0 comes with features that I was delaying for so long.

-

Flex 2.1.0 adds support for Google AdSense.

-

If you choose wisely, ads are a way to win some money, but if not, you may loose your users due to excessive use of ads.

-

Flex has six places for ads. Google recommends up to 3 ads per page. There is ads page only, and banner that appears on all pages. -Below you can see how to enable ads in your pelican configuration file.

-
GOOGLE_ADSENSE = {
-    'ca_id': 'ca-pub-1234567890',    # Your AdSense ID
-    'page_level_ads': True,          # Allow Page Level Ads (mobile)
-    'ads': {
-        'aside': '1234561',          # Side bar banner (all pages)
-        'main_menu': '1234562',      # Banner before main menu (all pages)
-        'index_top': '1234563',      # Banner after main menu (index only)
-        'index_bottom': '1234564',   # Banner before footer (index only)
-        'article_top': '1234565',    # Banner after article title (article only)
-        'article_bottom': '1234566', # Banner after article content (article only)
-    }
-}
-
- - -

Version 2.1.0 also comes with new translations. You can see available translations here.

-

Hope you enjoy this version.

-
-
-

- pelican - python - theme -

-
- - - - - - - - - - - -
- - - -
- - -
- - - - - - - - - \ No newline at end of file diff --git a/docs/blog/flex-pelican-theme-update-2-2.html b/docs/blog/flex-pelican-theme-update-2-2.html deleted file mode 100644 index 37b7787..0000000 --- a/docs/blog/flex-pelican-theme-update-2-2.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Flex – Flex 2.2.0 - - - - - - -
- - - -
-
- -

Flex 2.2.0

-

- Posted on June 24, 2018 in News - - -

-
- - -
-

Flex theme 2.2.0 comes with bug fixes and improvements.

-

There are new Pygments templates and also a few code highlight fixes. There's also new social icons.

-

Version 2.2.0 also comes with new translations. You can see available translations here.

-

Hope you enjoy this version.

-
-
-

- pelican - python - theme -

-
- - - - - - - - - - - -
- - - -
- - -
- - - - - - - - - \ No newline at end of file diff --git a/docs/blog/flex-pelican-theme.html b/docs/blog/flex-pelican-theme.html deleted file mode 100644 index 0068f60..0000000 --- a/docs/blog/flex-pelican-theme.html +++ /dev/null @@ -1,314 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Flex – Flex: Responsive Pelican theme - - - - - - -
- - - -
-
- -

Flex: Responsive Pelican theme

-

- Posted on July 22, 2015 in News - - -

-
- - -
-

I just start a new fresh blog using Pelican. Sometimes choosing a theme for a new site is something difficult that takes time.

-

In the Pelican theme gallery, I couldn't find anything that I really liked to feet all my needs. So in the first time of the history, I choose to create my own theme. I never did this before.

-

Creating a theme for Pelican is quite easy, unlike Wordpress. You can take a look in the Source Code of Flex.

-

But how Flex looks like? Well, you can see this screenshot, but you already know how it looks like, you're looking at it. :D

-

I really care about SEO and integrations with Facebook, Google Plus and other social networks, so this theme offers some features:

-
    -
  • Mobile First
  • -
  • Responsive
  • -
  • Semantic
  • -
  • SEO Best Practices
  • -
  • Open Graph
  • -
  • Rich Snippets (JSON-LD)
  • -
-

Maybe these features are not fully optimized, but I'll improve.

-

Flex also offers integrations with multiple services.

-
-

Tip:

-

You can easyly integrate with:

-
    -
  • AddThis
  • -
  • Disqus
  • -
  • Google Analytics
  • -
  • Google Tag Manager
  • -
  • StatusCake
  • -
-
-

Flex is a theme built by a developer for developers, but of course, you can use for any purpose. In this scenario, Flex is able to create good styles for coding, outputs and samples.

-

If you need to show some program output you can use samp tag to look like this:

-

Done: Processed 4 articles, 0 drafts, 2 pages and 0 hidden pages in 0.22 seconds.

-

Or if you want multiple lines:

-

- total used free shared buffers cached -Mem: 5866 4674 1192 386 0 2404 --/+ buffers/cache: 2269 3596 -Swap: 20480 1267 19213 -

-

If you like to share code snippets, you can take advantage of Pygments syntax highlighting:

-
// Foo
-var bar = 0;
-
- - -
class Foo(object):
-    def __init__(self, bar)
-        self.bar = bar
-
- - -
ls *.jpg | xargs -n1 -i cp {} /external-hard-drive/directory
-
- - -

Note: The code block looks like GitHub’s colors.

-

You can add tables too:

- - - - - - - - - - - - - - - - - - - - - -
ItemValue
Computer$1600
Phone$12
Pipe$1
-

and how heading looks like?

-

This is heading 1

-

This is heading 2

-

This is heading 3

-

This is heading 4

-
This is heading 5
-
This is heading 6
-

This examples are in Markdown. I'm not sure how it will look using reStructuredText. Keep in mind that Markdown allows you to add HTML tags. If you can create the same HTML syntax produced by Markdown using reStructuredText it will work.

-

You can take a look in the source code of this page to know how to create rich examples.

-

Flex is my first attempt creating themes and there's no IE testing yet. You can check the sources here.

-

As soon as possible I will add this project to Pelican gallery.

-

Drop a comment if you like this theme, or open an issue if you need a feature or found a bug.

-
-
-

- pelican - python - theme -

-
- - - - - - - - - - - -
- - - -
- - -
- - - - - - - - - \ No newline at end of file diff --git a/docs/blog/images/flex-screenshot.png b/docs/blog/images/flex-screenshot.png deleted file mode 100644 index 0ebc4c4..0000000 Binary files a/docs/blog/images/flex-screenshot.png and /dev/null differ diff --git a/docs/blog/index.html b/docs/blog/index.html deleted file mode 100644 index 37ab6d5..0000000 --- a/docs/blog/index.html +++ /dev/null @@ -1,317 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Flex - - - - - - -
- - - - - -
-
-

Flex 2.2.0

-

- Posted on June 24, 2018 in News - - - -

-
-
-

Flex theme 2.2.0 comes with bug fixes and improvements.

-

There are new Pygments templates and also a few code highlight fixes. There's also new social icons.

-

Version 2.2.0 also comes with new translations. You can see available translations here.

-

Hope you enjoy this version.

-
-
-
-
-
-

Flex 2.1.0

-

- Posted on November 16, 2016 in News - - - -

-
-
-

Flex theme 2.1.0 comes with features that I was delaying for so long.

-

Flex 2.1.0 adds support for Google AdSense.

-

If you choose wisely, ads are a way to win some money, but if not, you may loose your users due to excessive use of ads …

-
- Continue reading - -
-
-
-
-
-

Flex 2.0

-

- Posted on September 13, 2016 in News - - - -

-
-
-

Flex theme 2.0 comes with new features. -In fact there are two new features.

-

The biggest change is localization support. -Yes, Flex now can be translated into your language. -You can read about here.

-

The biggest challege was to create a way to translate without breaking old versions. -If …

-
- Continue reading - -
-
-
-
-
-

Flex 1.2.0

-

- Posted on June 10, 2016 in News - - - -

-
-
-

Flex theme received some new features. Version 1.2.0 include new features and some updates.

-

For developers there are new color styles for your code. For general purpose there is RUM support, related posts and browser color configuration.

- -
- Continue reading - -
-
-
-
-
-

Flex 1.1.1

-

- Posted on February 27, 2016 in News - - - -

-
-
-

Today, Flex theme received a small update.

-

Some bugs are now fixed. I think the most important fixes are:

- -

Hope you enjoy this theme.

-
-
-
-
-
-

Flex 1.1.0

-

- Posted on October 07, 2015 in News - - - -

-
-
-

I've made the Flex theme a time ago. For my surprise, many people are using it. I feel thankful for this.

-

So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release …

-
- Continue reading - -
-
-
-
-
-

Flex: Responsive Pelican theme

-

- Posted on July 22, 2015 in News - - - -

-
-
-

I just start a new fresh blog using Pelican. Sometimes choosing a theme for a new site is something difficult that takes time.

-

In the Pelican theme gallery, I couldn't find anything that I really liked to feet all my needs. So in the first time of the history, I …

-
- Continue reading - -
-
- - - - - - - - - - -
- - - - - - - - - \ No newline at end of file diff --git a/docs/blog/pages/about.html b/docs/blog/pages/about.html deleted file mode 100644 index e922e66..0000000 --- a/docs/blog/pages/about.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Flex – About - - - - - - -
- - - -
-
- -

About

-
-
-

Flex - The minimalist Pelican theme.

-
- - -
- - - - - - - - - \ No newline at end of file diff --git a/docs/blog/pages/contact.html b/docs/blog/pages/contact.html deleted file mode 100644 index 554611a..0000000 --- a/docs/blog/pages/contact.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Flex – Contact - - - - - - -
- - - -
-
- -

Contact

-
-
-

If you want to contact about typos, grammar and other errors in this blog, you can open an issue here.

-
- - -
- - - - - - - - - \ No newline at end of file diff --git a/docs/blog/tag/pelican.html b/docs/blog/tag/pelican.html deleted file mode 100644 index 14a0091..0000000 --- a/docs/blog/tag/pelican.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Flex – Tag pelican - - - - - - - -
- - - - - -
-
-

Flex 2.2.0

-

- Posted on June 24, 2018 in News - - - -

-
-
-

Flex theme 2.2.0 comes with bug fixes and improvements.

-

There are new Pygments templates and also a few code highlight fixes. There's also new social icons.

-

Version 2.2.0 also comes with new translations. You can see available translations here.

-

Hope you enjoy this version.

-
-
-
-
-
-

Flex 2.1.0

-

- Posted on November 16, 2016 in News - - - -

-
-
-

Flex theme 2.1.0 comes with features that I was delaying for so long.

-

Flex 2.1.0 adds support for Google AdSense.

-

If you choose wisely, ads are a way to win some money, but if not, you may loose your users due to excessive use of ads …

-
- Continue reading - -
-
-
-
-
-

Flex 2.0

-

- Posted on September 13, 2016 in News - - - -

-
-
-

Flex theme 2.0 comes with new features. -In fact there are two new features.

-

The biggest change is localization support. -Yes, Flex now can be translated into your language. -You can read about here.

-

The biggest challege was to create a way to translate without breaking old versions. -If …

-
- Continue reading - -
-
-
-
-
-

Flex 1.2.0

-

- Posted on June 10, 2016 in News - - - -

-
-
-

Flex theme received some new features. Version 1.2.0 include new features and some updates.

-

For developers there are new color styles for your code. For general purpose there is RUM support, related posts and browser color configuration.

- -
- Continue reading - -
-
-
-
-
-

Flex 1.1.1

-

- Posted on February 27, 2016 in News - - - -

-
-
-

Today, Flex theme received a small update.

-

Some bugs are now fixed. I think the most important fixes are:

- -

Hope you enjoy this theme.

-
-
-
-
-
-

Flex 1.1.0

-

- Posted on October 07, 2015 in News - - - -

-
-
-

I've made the Flex theme a time ago. For my surprise, many people are using it. I feel thankful for this.

-

So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release …

-
- Continue reading - -
-
-
-
-
-

Flex: Responsive Pelican theme

-

- Posted on July 22, 2015 in News - - - -

-
-
-

I just start a new fresh blog using Pelican. Sometimes choosing a theme for a new site is something difficult that takes time.

-

In the Pelican theme gallery, I couldn't find anything that I really liked to feet all my needs. So in the first time of the history, I …

-
- Continue reading - -
-
- - - - - - - - - - -
- - - - - - - - - \ No newline at end of file diff --git a/docs/blog/tag/python.html b/docs/blog/tag/python.html deleted file mode 100644 index 5b7572f..0000000 --- a/docs/blog/tag/python.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Flex – Tag python - - - - - - - -
- - - - - -
-
-

Flex 2.2.0

-

- Posted on June 24, 2018 in News - - - -

-
-
-

Flex theme 2.2.0 comes with bug fixes and improvements.

-

There are new Pygments templates and also a few code highlight fixes. There's also new social icons.

-

Version 2.2.0 also comes with new translations. You can see available translations here.

-

Hope you enjoy this version.

-
-
-
-
-
-

Flex 2.1.0

-

- Posted on November 16, 2016 in News - - - -

-
-
-

Flex theme 2.1.0 comes with features that I was delaying for so long.

-

Flex 2.1.0 adds support for Google AdSense.

-

If you choose wisely, ads are a way to win some money, but if not, you may loose your users due to excessive use of ads …

-
- Continue reading - -
-
-
-
-
-

Flex 2.0

-

- Posted on September 13, 2016 in News - - - -

-
-
-

Flex theme 2.0 comes with new features. -In fact there are two new features.

-

The biggest change is localization support. -Yes, Flex now can be translated into your language. -You can read about here.

-

The biggest challege was to create a way to translate without breaking old versions. -If …

-
- Continue reading - -
-
-
-
-
-

Flex 1.2.0

-

- Posted on June 10, 2016 in News - - - -

-
-
-

Flex theme received some new features. Version 1.2.0 include new features and some updates.

-

For developers there are new color styles for your code. For general purpose there is RUM support, related posts and browser color configuration.

- -
- Continue reading - -
-
-
-
-
-

Flex 1.1.1

-

- Posted on February 27, 2016 in News - - - -

-
-
-

Today, Flex theme received a small update.

-

Some bugs are now fixed. I think the most important fixes are:

- -

Hope you enjoy this theme.

-
-
-
-
-
-

Flex 1.1.0

-

- Posted on October 07, 2015 in News - - - -

-
-
-

I've made the Flex theme a time ago. For my surprise, many people are using it. I feel thankful for this.

-

So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release …

-
- Continue reading - -
-
-
-
-
-

Flex: Responsive Pelican theme

-

- Posted on July 22, 2015 in News - - - -

-
-
-

I just start a new fresh blog using Pelican. Sometimes choosing a theme for a new site is something difficult that takes time.

-

In the Pelican theme gallery, I couldn't find anything that I really liked to feet all my needs. So in the first time of the history, I …

-
- Continue reading - -
-
- - - - - - - - - - -
- - - - - - - - - \ No newline at end of file diff --git a/docs/blog/tag/theme.html b/docs/blog/tag/theme.html deleted file mode 100644 index c764f45..0000000 --- a/docs/blog/tag/theme.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Flex – Tag theme - - - - - - - -
- - - - - -
-
-

Flex 2.2.0

-

- Posted on June 24, 2018 in News - - - -

-
-
-

Flex theme 2.2.0 comes with bug fixes and improvements.

-

There are new Pygments templates and also a few code highlight fixes. There's also new social icons.

-

Version 2.2.0 also comes with new translations. You can see available translations here.

-

Hope you enjoy this version.

-
-
-
-
-
-

Flex 2.1.0

-

- Posted on November 16, 2016 in News - - - -

-
-
-

Flex theme 2.1.0 comes with features that I was delaying for so long.

-

Flex 2.1.0 adds support for Google AdSense.

-

If you choose wisely, ads are a way to win some money, but if not, you may loose your users due to excessive use of ads …

-
- Continue reading - -
-
-
-
-
-

Flex 2.0

-

- Posted on September 13, 2016 in News - - - -

-
-
-

Flex theme 2.0 comes with new features. -In fact there are two new features.

-

The biggest change is localization support. -Yes, Flex now can be translated into your language. -You can read about here.

-

The biggest challege was to create a way to translate without breaking old versions. -If …

-
- Continue reading - -
-
-
-
-
-

Flex 1.2.0

-

- Posted on June 10, 2016 in News - - - -

-
-
-

Flex theme received some new features. Version 1.2.0 include new features and some updates.

-

For developers there are new color styles for your code. For general purpose there is RUM support, related posts and browser color configuration.

- -
- Continue reading - -
-
-
-
-
-

Flex 1.1.1

-

- Posted on February 27, 2016 in News - - - -

-
-
-

Today, Flex theme received a small update.

-

Some bugs are now fixed. I think the most important fixes are:

- -

Hope you enjoy this theme.

-
-
-
-
-
-

Flex 1.1.0

-

- Posted on October 07, 2015 in News - - - -

-
-
-

I've made the Flex theme a time ago. For my surprise, many people are using it. I feel thankful for this.

-

So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release …

-
- Continue reading - -
-
-
-
-
-

Flex: Responsive Pelican theme

-

- Posted on July 22, 2015 in News - - - -

-
-
-

I just start a new fresh blog using Pelican. Sometimes choosing a theme for a new site is something difficult that takes time.

-

In the Pelican theme gallery, I couldn't find anything that I really liked to feet all my needs. So in the first time of the history, I …

-
- Continue reading - -
-
- - - - - - - - - - -
- - - - - - - - - \ No newline at end of file diff --git a/docs/blog/tags.html b/docs/blog/tags.html deleted file mode 100644 index 9f75232..0000000 --- a/docs/blog/tags.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Flex – Tags - - - - - - - -
- - - -
-
-

Tags -

-
-
- -
-
- - -
- - - - - - - - - \ No newline at end of file diff --git a/docs/blog/theme/font-awesome/css/brands.css b/docs/blog/theme/font-awesome/css/brands.css deleted file mode 100644 index 62345d7..0000000 --- a/docs/blog/theme/font-awesome/css/brands.css +++ /dev/null @@ -1,5 +0,0 @@ -/*! - * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - */ -@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"} diff --git a/docs/blog/theme/font-awesome/css/font-awesome.min.css b/docs/blog/theme/font-awesome/css/font-awesome.min.css deleted file mode 100644 index 9b27f8e..0000000 --- a/docs/blog/theme/font-awesome/css/font-awesome.min.css +++ /dev/null @@ -1,4 +0,0 @@ -/*! - * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} diff --git a/docs/blog/theme/font-awesome/css/fontawesome.css b/docs/blog/theme/font-awesome/css/fontawesome.css deleted file mode 100644 index 68b26ef..0000000 --- a/docs/blog/theme/font-awesome/css/fontawesome.css +++ /dev/null @@ -1,5 +0,0 @@ -/*! - * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - */ -.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto} \ No newline at end of file diff --git a/docs/blog/theme/font-awesome/css/solid.css b/docs/blog/theme/font-awesome/css/solid.css deleted file mode 100644 index aed56a2..0000000 --- a/docs/blog/theme/font-awesome/css/solid.css +++ /dev/null @@ -1,5 +0,0 @@ -/*! - * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - */ -@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900} \ No newline at end of file diff --git a/docs/blog/theme/font-awesome/fonts/FontAwesome.otf b/docs/blog/theme/font-awesome/fonts/FontAwesome.otf deleted file mode 100644 index d4de13e..0000000 Binary files a/docs/blog/theme/font-awesome/fonts/FontAwesome.otf and /dev/null differ diff --git a/docs/blog/theme/font-awesome/fonts/fontawesome-webfont.eot b/docs/blog/theme/font-awesome/fonts/fontawesome-webfont.eot deleted file mode 100644 index c7b00d2..0000000 Binary files a/docs/blog/theme/font-awesome/fonts/fontawesome-webfont.eot and /dev/null differ diff --git a/docs/blog/theme/font-awesome/fonts/fontawesome-webfont.svg b/docs/blog/theme/font-awesome/fonts/fontawesome-webfont.svg deleted file mode 100644 index 8b66187..0000000 --- a/docs/blog/theme/font-awesome/fonts/fontawesome-webfont.svg +++ /dev/null @@ -1,685 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/docs/blog/theme/font-awesome/fonts/fontawesome-webfont.ttf b/docs/blog/theme/font-awesome/fonts/fontawesome-webfont.ttf deleted file mode 100644 index f221e50..0000000 Binary files a/docs/blog/theme/font-awesome/fonts/fontawesome-webfont.ttf and /dev/null differ diff --git a/docs/blog/theme/font-awesome/fonts/fontawesome-webfont.woff b/docs/blog/theme/font-awesome/fonts/fontawesome-webfont.woff deleted file mode 100644 index 6e7483c..0000000 Binary files a/docs/blog/theme/font-awesome/fonts/fontawesome-webfont.woff and /dev/null differ diff --git a/docs/blog/theme/font-awesome/fonts/fontawesome-webfont.woff2 b/docs/blog/theme/font-awesome/fonts/fontawesome-webfont.woff2 deleted file mode 100644 index 7eb74fd..0000000 Binary files a/docs/blog/theme/font-awesome/fonts/fontawesome-webfont.woff2 and /dev/null differ diff --git a/docs/blog/theme/font-awesome/webfonts/fa-brands-400.eot b/docs/blog/theme/font-awesome/webfonts/fa-brands-400.eot deleted file mode 100644 index f8e4818..0000000 Binary files a/docs/blog/theme/font-awesome/webfonts/fa-brands-400.eot and /dev/null differ diff --git a/docs/blog/theme/font-awesome/webfonts/fa-brands-400.svg b/docs/blog/theme/font-awesome/webfonts/fa-brands-400.svg deleted file mode 100644 index 68eb65a..0000000 --- a/docs/blog/theme/font-awesome/webfonts/fa-brands-400.svg +++ /dev/null @@ -1,1127 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/blog/theme/font-awesome/webfonts/fa-brands-400.ttf b/docs/blog/theme/font-awesome/webfonts/fa-brands-400.ttf deleted file mode 100644 index 2b00dae..0000000 Binary files a/docs/blog/theme/font-awesome/webfonts/fa-brands-400.ttf and /dev/null differ diff --git a/docs/blog/theme/font-awesome/webfonts/fa-brands-400.woff b/docs/blog/theme/font-awesome/webfonts/fa-brands-400.woff deleted file mode 100644 index 9e4b7e1..0000000 Binary files a/docs/blog/theme/font-awesome/webfonts/fa-brands-400.woff and /dev/null differ diff --git a/docs/blog/theme/font-awesome/webfonts/fa-brands-400.woff2 b/docs/blog/theme/font-awesome/webfonts/fa-brands-400.woff2 deleted file mode 100644 index b9e58c5..0000000 Binary files a/docs/blog/theme/font-awesome/webfonts/fa-brands-400.woff2 and /dev/null differ diff --git a/docs/blog/theme/font-awesome/webfonts/fa-solid-900.eot b/docs/blog/theme/font-awesome/webfonts/fa-solid-900.eot deleted file mode 100644 index cc691d6..0000000 Binary files a/docs/blog/theme/font-awesome/webfonts/fa-solid-900.eot and /dev/null differ diff --git a/docs/blog/theme/font-awesome/webfonts/fa-solid-900.svg b/docs/blog/theme/font-awesome/webfonts/fa-solid-900.svg deleted file mode 100644 index 1534b64..0000000 --- a/docs/blog/theme/font-awesome/webfonts/fa-solid-900.svg +++ /dev/null @@ -1,2231 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/blog/theme/font-awesome/webfonts/fa-solid-900.ttf b/docs/blog/theme/font-awesome/webfonts/fa-solid-900.ttf deleted file mode 100644 index 618136a..0000000 Binary files a/docs/blog/theme/font-awesome/webfonts/fa-solid-900.ttf and /dev/null differ diff --git a/docs/blog/theme/font-awesome/webfonts/fa-solid-900.woff b/docs/blog/theme/font-awesome/webfonts/fa-solid-900.woff deleted file mode 100644 index af47657..0000000 Binary files a/docs/blog/theme/font-awesome/webfonts/fa-solid-900.woff and /dev/null differ diff --git a/docs/blog/theme/font-awesome/webfonts/fa-solid-900.woff2 b/docs/blog/theme/font-awesome/webfonts/fa-solid-900.woff2 deleted file mode 100644 index 9ef566a..0000000 Binary files a/docs/blog/theme/font-awesome/webfonts/fa-solid-900.woff2 and /dev/null differ diff --git a/docs/blog/theme/img/cc/by-nc-nd.png b/docs/blog/theme/img/cc/by-nc-nd.png deleted file mode 100644 index d8b23ee..0000000 Binary files a/docs/blog/theme/img/cc/by-nc-nd.png and /dev/null differ diff --git a/docs/blog/theme/img/cc/by-nc-sa.png b/docs/blog/theme/img/cc/by-nc-sa.png deleted file mode 100644 index 3d2049b..0000000 Binary files a/docs/blog/theme/img/cc/by-nc-sa.png and /dev/null differ diff --git a/docs/blog/theme/img/cc/by-nc.png b/docs/blog/theme/img/cc/by-nc.png deleted file mode 100644 index dc78c3b..0000000 Binary files a/docs/blog/theme/img/cc/by-nc.png and /dev/null differ diff --git a/docs/blog/theme/img/cc/by-nd.png b/docs/blog/theme/img/cc/by-nd.png deleted file mode 100644 index 5356797..0000000 Binary files a/docs/blog/theme/img/cc/by-nd.png and /dev/null differ diff --git a/docs/blog/theme/img/cc/by-sa.png b/docs/blog/theme/img/cc/by-sa.png deleted file mode 100644 index c1b97c4..0000000 Binary files a/docs/blog/theme/img/cc/by-sa.png and /dev/null differ diff --git a/docs/blog/theme/img/cc/by.png b/docs/blog/theme/img/cc/by.png deleted file mode 100644 index 863f00b..0000000 Binary files a/docs/blog/theme/img/cc/by.png and /dev/null differ diff --git a/docs/blog/theme/img/profile.png b/docs/blog/theme/img/profile.png deleted file mode 100644 index 8ccf2e8..0000000 Binary files a/docs/blog/theme/img/profile.png and /dev/null differ diff --git a/docs/blog/theme/img/profile_license.txt b/docs/blog/theme/img/profile_license.txt deleted file mode 100644 index a38ff91..0000000 --- a/docs/blog/theme/img/profile_license.txt +++ /dev/null @@ -1 +0,0 @@ -https://www.iconfinder.com/icons/196742/account_boy_male_man_people_profile_user_icon \ No newline at end of file diff --git a/docs/blog/theme/pygments/abap.css b/docs/blog/theme/pygments/abap.css deleted file mode 100644 index 308fc54..0000000 --- a/docs/blog/theme/pygments/abap.css +++ /dev/null @@ -1,60 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #ffffff; } -.highlight .c { color: #888888; font-style: italic } /* Comment */ -.highlight .err { color: #FF0000 } /* Error */ -.highlight .k { color: #0000ff } /* Keyword */ -.highlight .n { color: #000000 } /* Name */ -.highlight .ch { color: #888888; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #888888; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #888888; font-style: italic } /* Comment.Preproc */ -.highlight .cpf { color: #888888; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #888888; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #888888; font-style: italic } /* Comment.Special */ -.highlight .kc { color: #0000ff } /* Keyword.Constant */ -.highlight .kd { color: #0000ff } /* Keyword.Declaration */ -.highlight .kn { color: #0000ff } /* Keyword.Namespace */ -.highlight .kp { color: #0000ff } /* Keyword.Pseudo */ -.highlight .kr { color: #0000ff } /* Keyword.Reserved */ -.highlight .kt { color: #0000ff } /* Keyword.Type */ -.highlight .m { color: #33aaff } /* Literal.Number */ -.highlight .s { color: #55aa22 } /* Literal.String */ -.highlight .na { color: #000000 } /* Name.Attribute */ -.highlight .nb { color: #000000 } /* Name.Builtin */ -.highlight .nc { color: #000000 } /* Name.Class */ -.highlight .no { color: #000000 } /* Name.Constant */ -.highlight .nd { color: #000000 } /* Name.Decorator */ -.highlight .ni { color: #000000 } /* Name.Entity */ -.highlight .ne { color: #000000 } /* Name.Exception */ -.highlight .nf { color: #000000 } /* Name.Function */ -.highlight .nl { color: #000000 } /* Name.Label */ -.highlight .nn { color: #000000 } /* Name.Namespace */ -.highlight .nx { color: #000000 } /* Name.Other */ -.highlight .py { color: #000000 } /* Name.Property */ -.highlight .nt { color: #000000 } /* Name.Tag */ -.highlight .nv { color: #000000 } /* Name.Variable */ -.highlight .ow { color: #0000ff } /* Operator.Word */ -.highlight .mb { color: #33aaff } /* Literal.Number.Bin */ -.highlight .mf { color: #33aaff } /* Literal.Number.Float */ -.highlight .mh { color: #33aaff } /* Literal.Number.Hex */ -.highlight .mi { color: #33aaff } /* Literal.Number.Integer */ -.highlight .mo { color: #33aaff } /* Literal.Number.Oct */ -.highlight .sa { color: #55aa22 } /* Literal.String.Affix */ -.highlight .sb { color: #55aa22 } /* Literal.String.Backtick */ -.highlight .sc { color: #55aa22 } /* Literal.String.Char */ -.highlight .dl { color: #55aa22 } /* Literal.String.Delimiter */ -.highlight .sd { color: #55aa22 } /* Literal.String.Doc */ -.highlight .s2 { color: #55aa22 } /* Literal.String.Double */ -.highlight .se { color: #55aa22 } /* Literal.String.Escape */ -.highlight .sh { color: #55aa22 } /* Literal.String.Heredoc */ -.highlight .si { color: #55aa22 } /* Literal.String.Interpol */ -.highlight .sx { color: #55aa22 } /* Literal.String.Other */ -.highlight .sr { color: #55aa22 } /* Literal.String.Regex */ -.highlight .s1 { color: #55aa22 } /* Literal.String.Single */ -.highlight .ss { color: #55aa22 } /* Literal.String.Symbol */ -.highlight .bp { color: #000000 } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #000000 } /* Name.Function.Magic */ -.highlight .vc { color: #000000 } /* Name.Variable.Class */ -.highlight .vg { color: #000000 } /* Name.Variable.Global */ -.highlight .vi { color: #000000 } /* Name.Variable.Instance */ -.highlight .vm { color: #000000 } /* Name.Variable.Magic */ -.highlight .il { color: #33aaff } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/abap.min.css b/docs/blog/theme/pygments/abap.min.css deleted file mode 100644 index 1a5eb35..0000000 --- a/docs/blog/theme/pygments/abap.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#888;font-style:italic}.highlight .err{color:red}.highlight .k{color:#00f}.highlight .n{color:#000}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#888;font-style:italic}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#00f}.highlight .m{color:#3af}.highlight .s{color:#5a2}.highlight .na,.highlight .nb,.highlight .nc,.highlight .nd,.highlight .ne,.highlight .nf,.highlight .ni,.highlight .nl,.highlight .nn,.highlight .no,.highlight .nt,.highlight .nv,.highlight .nx,.highlight .py{color:#000}.highlight .ow{color:#00f}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#3af}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#5a2}.highlight .bp,.highlight .fm,.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#000}.highlight .il{color:#3af} \ No newline at end of file diff --git a/docs/blog/theme/pygments/algol.css b/docs/blog/theme/pygments/algol.css deleted file mode 100644 index c21f022..0000000 --- a/docs/blog/theme/pygments/algol.css +++ /dev/null @@ -1,44 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #ffffff; } -.highlight .c { color: #888888; font-style: italic } /* Comment */ -.highlight .err { border: 1px solid #FF0000 } /* Error */ -.highlight .k { font-weight: bold; text-decoration: underline } /* Keyword */ -.highlight .ch { color: #888888; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #888888; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #888888; font-weight: bold } /* Comment.Preproc */ -.highlight .cpf { color: #888888; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #888888; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #888888; font-weight: bold } /* Comment.Special */ -.highlight .kc { font-weight: bold; text-decoration: underline } /* Keyword.Constant */ -.highlight .kd { font-weight: bold; font-style: italic; text-decoration: underline } /* Keyword.Declaration */ -.highlight .kn { font-weight: bold; text-decoration: underline } /* Keyword.Namespace */ -.highlight .kp { font-weight: bold; text-decoration: underline } /* Keyword.Pseudo */ -.highlight .kr { font-weight: bold; text-decoration: underline } /* Keyword.Reserved */ -.highlight .kt { font-weight: bold; text-decoration: underline } /* Keyword.Type */ -.highlight .s { color: #666666; font-style: italic } /* Literal.String */ -.highlight .nb { font-weight: bold; font-style: italic } /* Name.Builtin */ -.highlight .nc { color: #666666; font-weight: bold; font-style: italic } /* Name.Class */ -.highlight .no { color: #666666; font-weight: bold; font-style: italic } /* Name.Constant */ -.highlight .nf { color: #666666; font-weight: bold; font-style: italic } /* Name.Function */ -.highlight .nn { color: #666666; font-weight: bold; font-style: italic } /* Name.Namespace */ -.highlight .nv { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable */ -.highlight .ow { font-weight: bold } /* Operator.Word */ -.highlight .sa { color: #666666; font-style: italic } /* Literal.String.Affix */ -.highlight .sb { color: #666666; font-style: italic } /* Literal.String.Backtick */ -.highlight .sc { color: #666666; font-style: italic } /* Literal.String.Char */ -.highlight .dl { color: #666666; font-style: italic } /* Literal.String.Delimiter */ -.highlight .sd { color: #666666; font-style: italic } /* Literal.String.Doc */ -.highlight .s2 { color: #666666; font-style: italic } /* Literal.String.Double */ -.highlight .se { color: #666666; font-style: italic } /* Literal.String.Escape */ -.highlight .sh { color: #666666; font-style: italic } /* Literal.String.Heredoc */ -.highlight .si { color: #666666; font-style: italic } /* Literal.String.Interpol */ -.highlight .sx { color: #666666; font-style: italic } /* Literal.String.Other */ -.highlight .sr { color: #666666; font-style: italic } /* Literal.String.Regex */ -.highlight .s1 { color: #666666; font-style: italic } /* Literal.String.Single */ -.highlight .ss { color: #666666; font-style: italic } /* Literal.String.Symbol */ -.highlight .bp { font-weight: bold; font-style: italic } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #666666; font-weight: bold; font-style: italic } /* Name.Function.Magic */ -.highlight .vc { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Class */ -.highlight .vg { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Global */ -.highlight .vi { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Instance */ -.highlight .vm { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Magic */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/algol.min.css b/docs/blog/theme/pygments/algol.min.css deleted file mode 100644 index 2b7f681..0000000 --- a/docs/blog/theme/pygments/algol.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#888;font-style:italic}.highlight .err{border:1px solid red}.highlight .k{font-weight:700;text-decoration:underline}.highlight .ch,.highlight .cm{color:#888;font-style:italic}.highlight .cp{color:#888;font-weight:700}.highlight .c1,.highlight .cpf{color:#888;font-style:italic}.highlight .cs{color:#888;font-weight:700}.highlight .kc,.highlight .kd{font-weight:700;text-decoration:underline}.highlight .kd{font-style:italic}.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{font-weight:700;text-decoration:underline}.highlight .s{color:#666;font-style:italic}.highlight .nb,.highlight .nc{font-weight:700;font-style:italic}.highlight .nc{color:#666}.highlight .nf,.highlight .nn,.highlight .no,.highlight .nv{color:#666;font-weight:700;font-style:italic}.highlight .ow{font-weight:700}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#666;font-style:italic}.highlight .bp,.highlight .fm{font-weight:700;font-style:italic}.highlight .fm{color:#666}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#666;font-weight:700;font-style:italic} \ No newline at end of file diff --git a/docs/blog/theme/pygments/algol_nu.css b/docs/blog/theme/pygments/algol_nu.css deleted file mode 100644 index 8ec2d15..0000000 --- a/docs/blog/theme/pygments/algol_nu.css +++ /dev/null @@ -1,44 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #ffffff; } -.highlight .c { color: #888888; font-style: italic } /* Comment */ -.highlight .err { border: 1px solid #FF0000 } /* Error */ -.highlight .k { font-weight: bold } /* Keyword */ -.highlight .ch { color: #888888; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #888888; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #888888; font-weight: bold } /* Comment.Preproc */ -.highlight .cpf { color: #888888; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #888888; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #888888; font-weight: bold } /* Comment.Special */ -.highlight .kc { font-weight: bold } /* Keyword.Constant */ -.highlight .kd { font-weight: bold; font-style: italic } /* Keyword.Declaration */ -.highlight .kn { font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { font-weight: bold } /* Keyword.Pseudo */ -.highlight .kr { font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { font-weight: bold } /* Keyword.Type */ -.highlight .s { color: #666666; font-style: italic } /* Literal.String */ -.highlight .nb { font-weight: bold; font-style: italic } /* Name.Builtin */ -.highlight .nc { color: #666666; font-weight: bold; font-style: italic } /* Name.Class */ -.highlight .no { color: #666666; font-weight: bold; font-style: italic } /* Name.Constant */ -.highlight .nf { color: #666666; font-weight: bold; font-style: italic } /* Name.Function */ -.highlight .nn { color: #666666; font-weight: bold; font-style: italic } /* Name.Namespace */ -.highlight .nv { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable */ -.highlight .ow { font-weight: bold } /* Operator.Word */ -.highlight .sa { color: #666666; font-style: italic } /* Literal.String.Affix */ -.highlight .sb { color: #666666; font-style: italic } /* Literal.String.Backtick */ -.highlight .sc { color: #666666; font-style: italic } /* Literal.String.Char */ -.highlight .dl { color: #666666; font-style: italic } /* Literal.String.Delimiter */ -.highlight .sd { color: #666666; font-style: italic } /* Literal.String.Doc */ -.highlight .s2 { color: #666666; font-style: italic } /* Literal.String.Double */ -.highlight .se { color: #666666; font-style: italic } /* Literal.String.Escape */ -.highlight .sh { color: #666666; font-style: italic } /* Literal.String.Heredoc */ -.highlight .si { color: #666666; font-style: italic } /* Literal.String.Interpol */ -.highlight .sx { color: #666666; font-style: italic } /* Literal.String.Other */ -.highlight .sr { color: #666666; font-style: italic } /* Literal.String.Regex */ -.highlight .s1 { color: #666666; font-style: italic } /* Literal.String.Single */ -.highlight .ss { color: #666666; font-style: italic } /* Literal.String.Symbol */ -.highlight .bp { font-weight: bold; font-style: italic } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #666666; font-weight: bold; font-style: italic } /* Name.Function.Magic */ -.highlight .vc { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Class */ -.highlight .vg { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Global */ -.highlight .vi { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Instance */ -.highlight .vm { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Magic */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/algol_nu.min.css b/docs/blog/theme/pygments/algol_nu.min.css deleted file mode 100644 index bdd8dd5..0000000 --- a/docs/blog/theme/pygments/algol_nu.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#888;font-style:italic}.highlight .err{border:1px solid red}.highlight .k{font-weight:700}.highlight .ch,.highlight .cm{color:#888;font-style:italic}.highlight .cp{color:#888;font-weight:700}.highlight .c1,.highlight .cpf{color:#888;font-style:italic}.highlight .cs{color:#888}.highlight .cs,.highlight .kc,.highlight .kd{font-weight:700}.highlight .kd{font-style:italic}.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{font-weight:700}.highlight .s{color:#666;font-style:italic}.highlight .nb,.highlight .nc{font-weight:700;font-style:italic}.highlight .nc{color:#666}.highlight .nf,.highlight .nn,.highlight .no,.highlight .nv{color:#666;font-weight:700;font-style:italic}.highlight .ow{font-weight:700}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#666;font-style:italic}.highlight .bp,.highlight .fm{font-weight:700;font-style:italic}.highlight .fm{color:#666}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#666;font-weight:700;font-style:italic} \ No newline at end of file diff --git a/docs/blog/theme/pygments/arduino.css b/docs/blog/theme/pygments/arduino.css deleted file mode 100644 index 69e723a..0000000 --- a/docs/blog/theme/pygments/arduino.css +++ /dev/null @@ -1,61 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #ffffff; } -.highlight .c { color: #95a5a6 } /* Comment */ -.highlight .err { color: #a61717 } /* Error */ -.highlight .k { color: #728E00 } /* Keyword */ -.highlight .n { color: #434f54 } /* Name */ -.highlight .o { color: #728E00 } /* Operator */ -.highlight .ch { color: #95a5a6 } /* Comment.Hashbang */ -.highlight .cm { color: #95a5a6 } /* Comment.Multiline */ -.highlight .cp { color: #728E00 } /* Comment.Preproc */ -.highlight .cpf { color: #95a5a6 } /* Comment.PreprocFile */ -.highlight .c1 { color: #95a5a6 } /* Comment.Single */ -.highlight .cs { color: #95a5a6 } /* Comment.Special */ -.highlight .kc { color: #00979D } /* Keyword.Constant */ -.highlight .kd { color: #728E00 } /* Keyword.Declaration */ -.highlight .kn { color: #728E00 } /* Keyword.Namespace */ -.highlight .kp { color: #00979D } /* Keyword.Pseudo */ -.highlight .kr { color: #00979D } /* Keyword.Reserved */ -.highlight .kt { color: #00979D } /* Keyword.Type */ -.highlight .m { color: #8A7B52 } /* Literal.Number */ -.highlight .s { color: #7F8C8D } /* Literal.String */ -.highlight .na { color: #434f54 } /* Name.Attribute */ -.highlight .nb { color: #728E00 } /* Name.Builtin */ -.highlight .nc { color: #434f54 } /* Name.Class */ -.highlight .no { color: #434f54 } /* Name.Constant */ -.highlight .nd { color: #434f54 } /* Name.Decorator */ -.highlight .ni { color: #434f54 } /* Name.Entity */ -.highlight .ne { color: #434f54 } /* Name.Exception */ -.highlight .nf { color: #D35400 } /* Name.Function */ -.highlight .nl { color: #434f54 } /* Name.Label */ -.highlight .nn { color: #434f54 } /* Name.Namespace */ -.highlight .nx { color: #728E00 } /* Name.Other */ -.highlight .py { color: #434f54 } /* Name.Property */ -.highlight .nt { color: #434f54 } /* Name.Tag */ -.highlight .nv { color: #434f54 } /* Name.Variable */ -.highlight .ow { color: #728E00 } /* Operator.Word */ -.highlight .mb { color: #8A7B52 } /* Literal.Number.Bin */ -.highlight .mf { color: #8A7B52 } /* Literal.Number.Float */ -.highlight .mh { color: #8A7B52 } /* Literal.Number.Hex */ -.highlight .mi { color: #8A7B52 } /* Literal.Number.Integer */ -.highlight .mo { color: #8A7B52 } /* Literal.Number.Oct */ -.highlight .sa { color: #7F8C8D } /* Literal.String.Affix */ -.highlight .sb { color: #7F8C8D } /* Literal.String.Backtick */ -.highlight .sc { color: #7F8C8D } /* Literal.String.Char */ -.highlight .dl { color: #7F8C8D } /* Literal.String.Delimiter */ -.highlight .sd { color: #7F8C8D } /* Literal.String.Doc */ -.highlight .s2 { color: #7F8C8D } /* Literal.String.Double */ -.highlight .se { color: #7F8C8D } /* Literal.String.Escape */ -.highlight .sh { color: #7F8C8D } /* Literal.String.Heredoc */ -.highlight .si { color: #7F8C8D } /* Literal.String.Interpol */ -.highlight .sx { color: #7F8C8D } /* Literal.String.Other */ -.highlight .sr { color: #7F8C8D } /* Literal.String.Regex */ -.highlight .s1 { color: #7F8C8D } /* Literal.String.Single */ -.highlight .ss { color: #7F8C8D } /* Literal.String.Symbol */ -.highlight .bp { color: #728E00 } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #D35400 } /* Name.Function.Magic */ -.highlight .vc { color: #434f54 } /* Name.Variable.Class */ -.highlight .vg { color: #434f54 } /* Name.Variable.Global */ -.highlight .vi { color: #434f54 } /* Name.Variable.Instance */ -.highlight .vm { color: #434f54 } /* Name.Variable.Magic */ -.highlight .il { color: #8A7B52 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/arduino.min.css b/docs/blog/theme/pygments/arduino.min.css deleted file mode 100644 index 36af242..0000000 --- a/docs/blog/theme/pygments/arduino.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#95a5a6}.highlight .err{color:#a61717}.highlight .k{color:#728e00}.highlight .n{color:#434f54}.highlight .o{color:#728e00}.highlight .ch,.highlight .cm{color:#95a5a6}.highlight .cp{color:#728e00}.highlight .c1,.highlight .cpf,.highlight .cs{color:#95a5a6}.highlight .kc{color:#00979d}.highlight .kd,.highlight .kn{color:#728e00}.highlight .kp,.highlight .kr,.highlight .kt{color:#00979d}.highlight .m{color:#8a7b52}.highlight .s{color:#7f8c8d}.highlight .na{color:#434f54}.highlight .nb{color:#728e00}.highlight .nc,.highlight .nd,.highlight .ne,.highlight .ni,.highlight .no{color:#434f54}.highlight .nf{color:#d35400}.highlight .nl,.highlight .nn{color:#434f54}.highlight .nx{color:#728e00}.highlight .nt,.highlight .nv,.highlight .py{color:#434f54}.highlight .ow{color:#728e00}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#8a7b52}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#7f8c8d}.highlight .bp{color:#728e00}.highlight .fm{color:#d35400}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#434f54}.highlight .il{color:#8a7b52} \ No newline at end of file diff --git a/docs/blog/theme/pygments/autumn.css b/docs/blog/theme/pygments/autumn.css deleted file mode 100644 index ce8fc60..0000000 --- a/docs/blog/theme/pygments/autumn.css +++ /dev/null @@ -1,66 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #ffffff; } -.highlight .c { color: #aaaaaa; font-style: italic } /* Comment */ -.highlight .err { color: #FF0000; background-color: #FFAAAA } /* Error */ -.highlight .k { color: #0000aa } /* Keyword */ -.highlight .ch { color: #aaaaaa; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #4c8317 } /* Comment.Preproc */ -.highlight .cpf { color: #aaaaaa; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #aaaaaa; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #0000aa; font-style: italic } /* Comment.Special */ -.highlight .gd { color: #aa0000 } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #aa0000 } /* Generic.Error */ -.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #00aa00 } /* Generic.Inserted */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #555555 } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -.highlight .gt { color: #aa0000 } /* Generic.Traceback */ -.highlight .kc { color: #0000aa } /* Keyword.Constant */ -.highlight .kd { color: #0000aa } /* Keyword.Declaration */ -.highlight .kn { color: #0000aa } /* Keyword.Namespace */ -.highlight .kp { color: #0000aa } /* Keyword.Pseudo */ -.highlight .kr { color: #0000aa } /* Keyword.Reserved */ -.highlight .kt { color: #00aaaa } /* Keyword.Type */ -.highlight .m { color: #009999 } /* Literal.Number */ -.highlight .s { color: #aa5500 } /* Literal.String */ -.highlight .na { color: #1e90ff } /* Name.Attribute */ -.highlight .nb { color: #00aaaa } /* Name.Builtin */ -.highlight .nc { color: #00aa00; text-decoration: underline } /* Name.Class */ -.highlight .no { color: #aa0000 } /* Name.Constant */ -.highlight .nd { color: #888888 } /* Name.Decorator */ -.highlight .ni { color: #880000; font-weight: bold } /* Name.Entity */ -.highlight .nf { color: #00aa00 } /* Name.Function */ -.highlight .nn { color: #00aaaa; text-decoration: underline } /* Name.Namespace */ -.highlight .nt { color: #1e90ff; font-weight: bold } /* Name.Tag */ -.highlight .nv { color: #aa0000 } /* Name.Variable */ -.highlight .ow { color: #0000aa } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mb { color: #009999 } /* Literal.Number.Bin */ -.highlight .mf { color: #009999 } /* Literal.Number.Float */ -.highlight .mh { color: #009999 } /* Literal.Number.Hex */ -.highlight .mi { color: #009999 } /* Literal.Number.Integer */ -.highlight .mo { color: #009999 } /* Literal.Number.Oct */ -.highlight .sa { color: #aa5500 } /* Literal.String.Affix */ -.highlight .sb { color: #aa5500 } /* Literal.String.Backtick */ -.highlight .sc { color: #aa5500 } /* Literal.String.Char */ -.highlight .dl { color: #aa5500 } /* Literal.String.Delimiter */ -.highlight .sd { color: #aa5500 } /* Literal.String.Doc */ -.highlight .s2 { color: #aa5500 } /* Literal.String.Double */ -.highlight .se { color: #aa5500 } /* Literal.String.Escape */ -.highlight .sh { color: #aa5500 } /* Literal.String.Heredoc */ -.highlight .si { color: #aa5500 } /* Literal.String.Interpol */ -.highlight .sx { color: #aa5500 } /* Literal.String.Other */ -.highlight .sr { color: #009999 } /* Literal.String.Regex */ -.highlight .s1 { color: #aa5500 } /* Literal.String.Single */ -.highlight .ss { color: #0000aa } /* Literal.String.Symbol */ -.highlight .bp { color: #00aaaa } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #00aa00 } /* Name.Function.Magic */ -.highlight .vc { color: #aa0000 } /* Name.Variable.Class */ -.highlight .vg { color: #aa0000 } /* Name.Variable.Global */ -.highlight .vi { color: #aa0000 } /* Name.Variable.Instance */ -.highlight .vm { color: #aa0000 } /* Name.Variable.Magic */ -.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/autumn.min.css b/docs/blog/theme/pygments/autumn.min.css deleted file mode 100644 index c59fa3e..0000000 --- a/docs/blog/theme/pygments/autumn.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#aaa;font-style:italic}.highlight .err{color:red;background-color:#faa}.highlight .k{color:#00a}.highlight .ch,.highlight .cm{color:#aaa;font-style:italic}.highlight .cp{color:#4c8317}.highlight .c1,.highlight .cpf{color:#aaa;font-style:italic}.highlight .cs{color:#00a;font-style:italic}.highlight .gd{color:#a00}.highlight .ge{font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#0a0}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#00a}.highlight .kt{color:#0aa}.highlight .m{color:#099}.highlight .s{color:#a50}.highlight .na{color:#1e90ff}.highlight .nb{color:#0aa}.highlight .nc{color:#0a0;text-decoration:underline}.highlight .no{color:#a00}.highlight .nd{color:#888}.highlight .ni{color:#800;font-weight:700}.highlight .nf{color:#0a0}.highlight .nn{color:#0aa;text-decoration:underline}.highlight .nt{color:#1e90ff;font-weight:700}.highlight .nv{color:#a00}.highlight .ow{color:#00a}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#a50}.highlight .sr{color:#099}.highlight .s1{color:#a50}.highlight .ss{color:#00a}.highlight .bp{color:#0aa}.highlight .fm{color:#0a0}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#a00}.highlight .il{color:#099} \ No newline at end of file diff --git a/docs/blog/theme/pygments/borland.css b/docs/blog/theme/pygments/borland.css deleted file mode 100644 index 8a06216..0000000 --- a/docs/blog/theme/pygments/borland.css +++ /dev/null @@ -1,52 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #ffffff; } -.highlight .c { color: #008800; font-style: italic } /* Comment */ -.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -.highlight .k { color: #000080; font-weight: bold } /* Keyword */ -.highlight .ch { color: #008800; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #008080 } /* Comment.Preproc */ -.highlight .cpf { color: #008800; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #008800; font-weight: bold } /* Comment.Special */ -.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #aa0000 } /* Generic.Error */ -.highlight .gh { color: #999999 } /* Generic.Heading */ -.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #555555 } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #aaaaaa } /* Generic.Subheading */ -.highlight .gt { color: #aa0000 } /* Generic.Traceback */ -.highlight .kc { color: #000080; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #000080; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #000080; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #000080; font-weight: bold } /* Keyword.Pseudo */ -.highlight .kr { color: #000080; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #000080; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #0000FF } /* Literal.Number */ -.highlight .s { color: #0000FF } /* Literal.String */ -.highlight .na { color: #FF0000 } /* Name.Attribute */ -.highlight .nt { color: #000080; font-weight: bold } /* Name.Tag */ -.highlight .ow { font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mb { color: #0000FF } /* Literal.Number.Bin */ -.highlight .mf { color: #0000FF } /* Literal.Number.Float */ -.highlight .mh { color: #0000FF } /* Literal.Number.Hex */ -.highlight .mi { color: #0000FF } /* Literal.Number.Integer */ -.highlight .mo { color: #0000FF } /* Literal.Number.Oct */ -.highlight .sa { color: #0000FF } /* Literal.String.Affix */ -.highlight .sb { color: #0000FF } /* Literal.String.Backtick */ -.highlight .sc { color: #800080 } /* Literal.String.Char */ -.highlight .dl { color: #0000FF } /* Literal.String.Delimiter */ -.highlight .sd { color: #0000FF } /* Literal.String.Doc */ -.highlight .s2 { color: #0000FF } /* Literal.String.Double */ -.highlight .se { color: #0000FF } /* Literal.String.Escape */ -.highlight .sh { color: #0000FF } /* Literal.String.Heredoc */ -.highlight .si { color: #0000FF } /* Literal.String.Interpol */ -.highlight .sx { color: #0000FF } /* Literal.String.Other */ -.highlight .sr { color: #0000FF } /* Literal.String.Regex */ -.highlight .s1 { color: #0000FF } /* Literal.String.Single */ -.highlight .ss { color: #0000FF } /* Literal.String.Symbol */ -.highlight .il { color: #0000FF } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/borland.min.css b/docs/blog/theme/pygments/borland.min.css deleted file mode 100644 index a1b4909..0000000 --- a/docs/blog/theme/pygments/borland.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#080;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{color:navy;font-weight:700}.highlight .ch,.highlight .cm{color:#080;font-style:italic}.highlight .cp{color:teal}.highlight .c1,.highlight .cpf{color:#080;font-style:italic}.highlight .cs{color:#080;font-weight:700}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:navy;font-weight:700}.highlight .m,.highlight .s{color:#00f}.highlight .na{color:red}.highlight .nt{color:navy}.highlight .nt,.highlight .ow{font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .sa,.highlight .sb{color:#00f}.highlight .sc{color:purple}.highlight .dl,.highlight .il,.highlight .s1,.highlight .s2,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#00f} \ No newline at end of file diff --git a/docs/blog/theme/pygments/bw.css b/docs/blog/theme/pygments/bw.css deleted file mode 100644 index 397d536..0000000 --- a/docs/blog/theme/pygments/bw.css +++ /dev/null @@ -1,39 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #ffffff; } -.highlight .c { font-style: italic } /* Comment */ -.highlight .err { border: 1px solid #FF0000 } /* Error */ -.highlight .k { font-weight: bold } /* Keyword */ -.highlight .ch { font-style: italic } /* Comment.Hashbang */ -.highlight .cm { font-style: italic } /* Comment.Multiline */ -.highlight .cpf { font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { font-style: italic } /* Comment.Single */ -.highlight .cs { font-style: italic } /* Comment.Special */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gh { font-weight: bold } /* Generic.Heading */ -.highlight .gp { font-weight: bold } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { font-weight: bold } /* Generic.Subheading */ -.highlight .kc { font-weight: bold } /* Keyword.Constant */ -.highlight .kd { font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { font-weight: bold } /* Keyword.Namespace */ -.highlight .kr { font-weight: bold } /* Keyword.Reserved */ -.highlight .s { font-style: italic } /* Literal.String */ -.highlight .nc { font-weight: bold } /* Name.Class */ -.highlight .ni { font-weight: bold } /* Name.Entity */ -.highlight .ne { font-weight: bold } /* Name.Exception */ -.highlight .nn { font-weight: bold } /* Name.Namespace */ -.highlight .nt { font-weight: bold } /* Name.Tag */ -.highlight .ow { font-weight: bold } /* Operator.Word */ -.highlight .sa { font-style: italic } /* Literal.String.Affix */ -.highlight .sb { font-style: italic } /* Literal.String.Backtick */ -.highlight .sc { font-style: italic } /* Literal.String.Char */ -.highlight .dl { font-style: italic } /* Literal.String.Delimiter */ -.highlight .sd { font-style: italic } /* Literal.String.Doc */ -.highlight .s2 { font-style: italic } /* Literal.String.Double */ -.highlight .se { font-weight: bold; font-style: italic } /* Literal.String.Escape */ -.highlight .sh { font-style: italic } /* Literal.String.Heredoc */ -.highlight .si { font-weight: bold; font-style: italic } /* Literal.String.Interpol */ -.highlight .sx { font-style: italic } /* Literal.String.Other */ -.highlight .sr { font-style: italic } /* Literal.String.Regex */ -.highlight .s1 { font-style: italic } /* Literal.String.Single */ -.highlight .ss { font-style: italic } /* Literal.String.Symbol */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/bw.min.css b/docs/blog/theme/pygments/bw.min.css deleted file mode 100644 index ab223f5..0000000 --- a/docs/blog/theme/pygments/bw.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{font-style:italic}.highlight .err{border:1px solid red}.highlight .k{font-weight:700}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cpf,.highlight .cs,.highlight .ge{font-style:italic}.highlight .gh,.highlight .gp,.highlight .gs,.highlight .gu,.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kr{font-weight:700}.highlight .s{font-style:italic}.highlight .nc,.highlight .ne,.highlight .ni,.highlight .nn,.highlight .nt,.highlight .ow{font-weight:700}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se{font-style:italic}.highlight .se{font-weight:700}.highlight .sh,.highlight .si{font-style:italic}.highlight .si{font-weight:700}.highlight .s1,.highlight .sr,.highlight .ss,.highlight .sx{font-style:italic} \ No newline at end of file diff --git a/docs/blog/theme/pygments/colorful.css b/docs/blog/theme/pygments/colorful.css deleted file mode 100644 index ea02512..0000000 --- a/docs/blog/theme/pygments/colorful.css +++ /dev/null @@ -1,69 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #ffffff; } -.highlight .c { color: #888888 } /* Comment */ -.highlight .err { color: #FF0000; background-color: #FFAAAA } /* Error */ -.highlight .k { color: #008800; font-weight: bold } /* Keyword */ -.highlight .o { color: #333333 } /* Operator */ -.highlight .ch { color: #888888 } /* Comment.Hashbang */ -.highlight .cm { color: #888888 } /* Comment.Multiline */ -.highlight .cp { color: #557799 } /* Comment.Preproc */ -.highlight .cpf { color: #888888 } /* Comment.PreprocFile */ -.highlight .c1 { color: #888888 } /* Comment.Single */ -.highlight .cs { color: #cc0000; font-weight: bold } /* Comment.Special */ -.highlight .gd { color: #A00000 } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #FF0000 } /* Generic.Error */ -.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #00A000 } /* Generic.Inserted */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -.highlight .gt { color: #0044DD } /* Generic.Traceback */ -.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #003388; font-weight: bold } /* Keyword.Pseudo */ -.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #333399; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #6600EE; font-weight: bold } /* Literal.Number */ -.highlight .s { background-color: #fff0f0 } /* Literal.String */ -.highlight .na { color: #0000CC } /* Name.Attribute */ -.highlight .nb { color: #007020 } /* Name.Builtin */ -.highlight .nc { color: #BB0066; font-weight: bold } /* Name.Class */ -.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ -.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */ -.highlight .ni { color: #880000; font-weight: bold } /* Name.Entity */ -.highlight .ne { color: #FF0000; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #0066BB; font-weight: bold } /* Name.Function */ -.highlight .nl { color: #997700; font-weight: bold } /* Name.Label */ -.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ -.highlight .nt { color: #007700 } /* Name.Tag */ -.highlight .nv { color: #996633 } /* Name.Variable */ -.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mb { color: #6600EE; font-weight: bold } /* Literal.Number.Bin */ -.highlight .mf { color: #6600EE; font-weight: bold } /* Literal.Number.Float */ -.highlight .mh { color: #005588; font-weight: bold } /* Literal.Number.Hex */ -.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ -.highlight .mo { color: #4400EE; font-weight: bold } /* Literal.Number.Oct */ -.highlight .sa { background-color: #fff0f0 } /* Literal.String.Affix */ -.highlight .sb { background-color: #fff0f0 } /* Literal.String.Backtick */ -.highlight .sc { color: #0044DD } /* Literal.String.Char */ -.highlight .dl { background-color: #fff0f0 } /* Literal.String.Delimiter */ -.highlight .sd { color: #DD4422 } /* Literal.String.Doc */ -.highlight .s2 { background-color: #fff0f0 } /* Literal.String.Double */ -.highlight .se { color: #666666; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */ -.highlight .sh { background-color: #fff0f0 } /* Literal.String.Heredoc */ -.highlight .si { background-color: #eeeeee } /* Literal.String.Interpol */ -.highlight .sx { color: #DD2200; background-color: #fff0f0 } /* Literal.String.Other */ -.highlight .sr { color: #000000; background-color: #fff0ff } /* Literal.String.Regex */ -.highlight .s1 { background-color: #fff0f0 } /* Literal.String.Single */ -.highlight .ss { color: #AA6600 } /* Literal.String.Symbol */ -.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #0066BB; font-weight: bold } /* Name.Function.Magic */ -.highlight .vc { color: #336699 } /* Name.Variable.Class */ -.highlight .vg { color: #dd7700; font-weight: bold } /* Name.Variable.Global */ -.highlight .vi { color: #3333BB } /* Name.Variable.Instance */ -.highlight .vm { color: #996633 } /* Name.Variable.Magic */ -.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/colorful.min.css b/docs/blog/theme/pygments/colorful.min.css deleted file mode 100644 index 75bf3bf..0000000 --- a/docs/blog/theme/pygments/colorful.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#888}.highlight .err{color:red;background-color:#faa}.highlight .k{color:#080;font-weight:700}.highlight .o{color:#333}.highlight .ch,.highlight .cm{color:#888}.highlight .cp{color:#579}.highlight .c1,.highlight .cpf{color:#888}.highlight .cs{color:#c00;font-weight:700}.highlight .gd{color:#a00000}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00a000}.highlight .go{color:#888}.highlight .gp{color:#c65d09}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#04d}.highlight .kc,.highlight .kd,.highlight .kn{color:#080;font-weight:700}.highlight .kp{color:#038;font-weight:700}.highlight .kr{color:#080;font-weight:700}.highlight .kt{color:#339;font-weight:700}.highlight .m{color:#60e;font-weight:700}.highlight .s{background-color:#fff0f0}.highlight .na{color:#00c}.highlight .nb{color:#007020}.highlight .nc{color:#b06;font-weight:700}.highlight .no{color:#036;font-weight:700}.highlight .nd{color:#555;font-weight:700}.highlight .ni{color:#800;font-weight:700}.highlight .ne{color:red;font-weight:700}.highlight .nf{color:#06b;font-weight:700}.highlight .nl{color:#970;font-weight:700}.highlight .nn{color:#0e84b5;font-weight:700}.highlight .nt{color:#070}.highlight .nv{color:#963}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf{color:#60e;font-weight:700}.highlight .mh{color:#058;font-weight:700}.highlight .mi{color:#00d;font-weight:700}.highlight .mo{color:#40e;font-weight:700}.highlight .sa,.highlight .sb{background-color:#fff0f0}.highlight .sc{color:#04d}.highlight .dl{background-color:#fff0f0}.highlight .sd{color:#d42}.highlight .s2,.highlight .se{background-color:#fff0f0}.highlight .se{color:#666;font-weight:700}.highlight .sh{background-color:#fff0f0}.highlight .si{background-color:#eee}.highlight .sx{color:#d20;background-color:#fff0f0}.highlight .sr{color:#000;background-color:#fff0ff}.highlight .s1{background-color:#fff0f0}.highlight .ss{color:#a60}.highlight .bp{color:#007020}.highlight .fm{color:#06b;font-weight:700}.highlight .vc{color:#369}.highlight .vg{color:#d70;font-weight:700}.highlight .vi{color:#33b}.highlight .vm{color:#963}.highlight .il{color:#00d;font-weight:700} \ No newline at end of file diff --git a/docs/blog/theme/pygments/default.css b/docs/blog/theme/pygments/default.css deleted file mode 100644 index 631bc92..0000000 --- a/docs/blog/theme/pygments/default.css +++ /dev/null @@ -1,69 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #f8f8f8; } -.highlight .c { color: #408080; font-style: italic } /* Comment */ -.highlight .err { border: 1px solid #FF0000 } /* Error */ -.highlight .k { color: #008000; font-weight: bold } /* Keyword */ -.highlight .o { color: #666666 } /* Operator */ -.highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #BC7A00 } /* Comment.Preproc */ -.highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */ -.highlight .gd { color: #A00000 } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #FF0000 } /* Generic.Error */ -.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #00A000 } /* Generic.Inserted */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -.highlight .gt { color: #0044DD } /* Generic.Traceback */ -.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #008000 } /* Keyword.Pseudo */ -.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #B00040 } /* Keyword.Type */ -.highlight .m { color: #666666 } /* Literal.Number */ -.highlight .s { color: #BA2121 } /* Literal.String */ -.highlight .na { color: #7D9029 } /* Name.Attribute */ -.highlight .nb { color: #008000 } /* Name.Builtin */ -.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */ -.highlight .no { color: #880000 } /* Name.Constant */ -.highlight .nd { color: #AA22FF } /* Name.Decorator */ -.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ -.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #0000FF } /* Name.Function */ -.highlight .nl { color: #A0A000 } /* Name.Label */ -.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ -.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */ -.highlight .nv { color: #19177C } /* Name.Variable */ -.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mb { color: #666666 } /* Literal.Number.Bin */ -.highlight .mf { color: #666666 } /* Literal.Number.Float */ -.highlight .mh { color: #666666 } /* Literal.Number.Hex */ -.highlight .mi { color: #666666 } /* Literal.Number.Integer */ -.highlight .mo { color: #666666 } /* Literal.Number.Oct */ -.highlight .sa { color: #BA2121 } /* Literal.String.Affix */ -.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */ -.highlight .sc { color: #BA2121 } /* Literal.String.Char */ -.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */ -.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ -.highlight .s2 { color: #BA2121 } /* Literal.String.Double */ -.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ -.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */ -.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ -.highlight .sx { color: #008000 } /* Literal.String.Other */ -.highlight .sr { color: #BB6688 } /* Literal.String.Regex */ -.highlight .s1 { color: #BA2121 } /* Literal.String.Single */ -.highlight .ss { color: #19177C } /* Literal.String.Symbol */ -.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #0000FF } /* Name.Function.Magic */ -.highlight .vc { color: #19177C } /* Name.Variable.Class */ -.highlight .vg { color: #19177C } /* Name.Variable.Global */ -.highlight .vi { color: #19177C } /* Name.Variable.Instance */ -.highlight .vm { color: #19177C } /* Name.Variable.Magic */ -.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/default.min.css b/docs/blog/theme/pygments/default.min.css deleted file mode 100644 index 42b28b9..0000000 --- a/docs/blog/theme/pygments/default.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#f8f8f8}.highlight .c{color:#408080;font-style:italic}.highlight .err{border:1px solid red}.highlight .k{color:green;font-weight:700}.highlight .o{color:#666}.highlight .ch,.highlight .cm{color:#408080;font-style:italic}.highlight .cp{color:#bc7a00}.highlight .c1,.highlight .cpf,.highlight .cs{color:#408080;font-style:italic}.highlight .gd{color:#a00000}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00a000}.highlight .go{color:#888}.highlight .gp{color:navy}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#04d}.highlight .kc,.highlight .kd,.highlight .kn{color:green;font-weight:700}.highlight .kp{color:green}.highlight .kr{color:green;font-weight:700}.highlight .kt{color:#b00040}.highlight .m{color:#666}.highlight .s{color:#ba2121}.highlight .na{color:#7d9029}.highlight .nb{color:green}.highlight .nc{color:#00f;font-weight:700}.highlight .no{color:#800}.highlight .nd{color:#a2f}.highlight .ni{color:#999;font-weight:700}.highlight .ne{color:#d2413a;font-weight:700}.highlight .nf{color:#00f}.highlight .nl{color:#a0a000}.highlight .nn{color:#00f;font-weight:700}.highlight .nt{color:green;font-weight:700}.highlight .nv{color:#19177c}.highlight .ow{color:#a2f;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#666}.highlight .dl,.highlight .sa,.highlight .sb,.highlight .sc{color:#ba2121}.highlight .sd{color:#ba2121;font-style:italic}.highlight .s2{color:#ba2121}.highlight .se{color:#b62;font-weight:700}.highlight .sh{color:#ba2121}.highlight .si{color:#b68;font-weight:700}.highlight .sx{color:green}.highlight .sr{color:#b68}.highlight .s1{color:#ba2121}.highlight .ss{color:#19177c}.highlight .bp{color:green}.highlight .fm{color:#00f}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#19177c}.highlight .il{color:#666} \ No newline at end of file diff --git a/docs/blog/theme/pygments/emacs.css b/docs/blog/theme/pygments/emacs.css deleted file mode 100644 index 918ae67..0000000 --- a/docs/blog/theme/pygments/emacs.css +++ /dev/null @@ -1,69 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #f8f8f8; } -.highlight .c { color: #008800; font-style: italic } /* Comment */ -.highlight .err { border: 1px solid #FF0000 } /* Error */ -.highlight .k { color: #AA22FF; font-weight: bold } /* Keyword */ -.highlight .o { color: #666666 } /* Operator */ -.highlight .ch { color: #008800; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #008800 } /* Comment.Preproc */ -.highlight .cpf { color: #008800; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #008800; font-weight: bold } /* Comment.Special */ -.highlight .gd { color: #A00000 } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #FF0000 } /* Generic.Error */ -.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #00A000 } /* Generic.Inserted */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -.highlight .gt { color: #0044DD } /* Generic.Traceback */ -.highlight .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #AA22FF } /* Keyword.Pseudo */ -.highlight .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #00BB00; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #666666 } /* Literal.Number */ -.highlight .s { color: #BB4444 } /* Literal.String */ -.highlight .na { color: #BB4444 } /* Name.Attribute */ -.highlight .nb { color: #AA22FF } /* Name.Builtin */ -.highlight .nc { color: #0000FF } /* Name.Class */ -.highlight .no { color: #880000 } /* Name.Constant */ -.highlight .nd { color: #AA22FF } /* Name.Decorator */ -.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ -.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #00A000 } /* Name.Function */ -.highlight .nl { color: #A0A000 } /* Name.Label */ -.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ -.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */ -.highlight .nv { color: #B8860B } /* Name.Variable */ -.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mb { color: #666666 } /* Literal.Number.Bin */ -.highlight .mf { color: #666666 } /* Literal.Number.Float */ -.highlight .mh { color: #666666 } /* Literal.Number.Hex */ -.highlight .mi { color: #666666 } /* Literal.Number.Integer */ -.highlight .mo { color: #666666 } /* Literal.Number.Oct */ -.highlight .sa { color: #BB4444 } /* Literal.String.Affix */ -.highlight .sb { color: #BB4444 } /* Literal.String.Backtick */ -.highlight .sc { color: #BB4444 } /* Literal.String.Char */ -.highlight .dl { color: #BB4444 } /* Literal.String.Delimiter */ -.highlight .sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */ -.highlight .s2 { color: #BB4444 } /* Literal.String.Double */ -.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ -.highlight .sh { color: #BB4444 } /* Literal.String.Heredoc */ -.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ -.highlight .sx { color: #008000 } /* Literal.String.Other */ -.highlight .sr { color: #BB6688 } /* Literal.String.Regex */ -.highlight .s1 { color: #BB4444 } /* Literal.String.Single */ -.highlight .ss { color: #B8860B } /* Literal.String.Symbol */ -.highlight .bp { color: #AA22FF } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #00A000 } /* Name.Function.Magic */ -.highlight .vc { color: #B8860B } /* Name.Variable.Class */ -.highlight .vg { color: #B8860B } /* Name.Variable.Global */ -.highlight .vi { color: #B8860B } /* Name.Variable.Instance */ -.highlight .vm { color: #B8860B } /* Name.Variable.Magic */ -.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/emacs.min.css b/docs/blog/theme/pygments/emacs.min.css deleted file mode 100644 index 818d190..0000000 --- a/docs/blog/theme/pygments/emacs.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#f8f8f8}.highlight .c{color:#080;font-style:italic}.highlight .err{border:1px solid red}.highlight .k{color:#a2f;font-weight:700}.highlight .o{color:#666}.highlight .ch,.highlight .cm{color:#080;font-style:italic}.highlight .cp{color:#080}.highlight .c1,.highlight .cpf{color:#080;font-style:italic}.highlight .cs{color:#080;font-weight:700}.highlight .gd{color:#a00000}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00a000}.highlight .go{color:#888}.highlight .gp{color:navy}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#04d}.highlight .kc,.highlight .kd,.highlight .kn{color:#a2f;font-weight:700}.highlight .kp{color:#a2f}.highlight .kr{color:#a2f;font-weight:700}.highlight .kt{color:#0b0;font-weight:700}.highlight .m{color:#666}.highlight .na,.highlight .s{color:#b44}.highlight .nb{color:#a2f}.highlight .nc{color:#00f}.highlight .no{color:#800}.highlight .nd{color:#a2f}.highlight .ni{color:#999;font-weight:700}.highlight .ne{color:#d2413a;font-weight:700}.highlight .nf{color:#00a000}.highlight .nl{color:#a0a000}.highlight .nn{color:#00f;font-weight:700}.highlight .nt{color:green;font-weight:700}.highlight .nv{color:#b8860b}.highlight .ow{color:#a2f;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#666}.highlight .dl,.highlight .sa,.highlight .sb,.highlight .sc{color:#b44}.highlight .sd{color:#b44;font-style:italic}.highlight .s2{color:#b44}.highlight .se{color:#b62;font-weight:700}.highlight .sh{color:#b44}.highlight .si{color:#b68;font-weight:700}.highlight .sx{color:green}.highlight .sr{color:#b68}.highlight .s1{color:#b44}.highlight .ss{color:#b8860b}.highlight .bp{color:#a2f}.highlight .fm{color:#00a000}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#b8860b}.highlight .il{color:#666} \ No newline at end of file diff --git a/docs/blog/theme/pygments/friendly.css b/docs/blog/theme/pygments/friendly.css deleted file mode 100644 index 21d9178..0000000 --- a/docs/blog/theme/pygments/friendly.css +++ /dev/null @@ -1,69 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #f0f0f0; } -.highlight .c { color: #60a0b0; font-style: italic } /* Comment */ -.highlight .err { border: 1px solid #FF0000 } /* Error */ -.highlight .k { color: #007020; font-weight: bold } /* Keyword */ -.highlight .o { color: #666666 } /* Operator */ -.highlight .ch { color: #60a0b0; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #007020 } /* Comment.Preproc */ -.highlight .cpf { color: #60a0b0; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */ -.highlight .gd { color: #A00000 } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #FF0000 } /* Generic.Error */ -.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #00A000 } /* Generic.Inserted */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -.highlight .gt { color: #0044DD } /* Generic.Traceback */ -.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #007020 } /* Keyword.Pseudo */ -.highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #902000 } /* Keyword.Type */ -.highlight .m { color: #40a070 } /* Literal.Number */ -.highlight .s { color: #4070a0 } /* Literal.String */ -.highlight .na { color: #4070a0 } /* Name.Attribute */ -.highlight .nb { color: #007020 } /* Name.Builtin */ -.highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */ -.highlight .no { color: #60add5 } /* Name.Constant */ -.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */ -.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */ -.highlight .ne { color: #007020 } /* Name.Exception */ -.highlight .nf { color: #06287e } /* Name.Function */ -.highlight .nl { color: #002070; font-weight: bold } /* Name.Label */ -.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ -.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */ -.highlight .nv { color: #bb60d5 } /* Name.Variable */ -.highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mb { color: #40a070 } /* Literal.Number.Bin */ -.highlight .mf { color: #40a070 } /* Literal.Number.Float */ -.highlight .mh { color: #40a070 } /* Literal.Number.Hex */ -.highlight .mi { color: #40a070 } /* Literal.Number.Integer */ -.highlight .mo { color: #40a070 } /* Literal.Number.Oct */ -.highlight .sa { color: #4070a0 } /* Literal.String.Affix */ -.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */ -.highlight .sc { color: #4070a0 } /* Literal.String.Char */ -.highlight .dl { color: #4070a0 } /* Literal.String.Delimiter */ -.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ -.highlight .s2 { color: #4070a0 } /* Literal.String.Double */ -.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ -.highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */ -.highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ -.highlight .sx { color: #c65d09 } /* Literal.String.Other */ -.highlight .sr { color: #235388 } /* Literal.String.Regex */ -.highlight .s1 { color: #4070a0 } /* Literal.String.Single */ -.highlight .ss { color: #517918 } /* Literal.String.Symbol */ -.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #06287e } /* Name.Function.Magic */ -.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */ -.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */ -.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */ -.highlight .vm { color: #bb60d5 } /* Name.Variable.Magic */ -.highlight .il { color: #40a070 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/friendly.min.css b/docs/blog/theme/pygments/friendly.min.css deleted file mode 100644 index 9705bbc..0000000 --- a/docs/blog/theme/pygments/friendly.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#f0f0f0}.highlight .c{color:#60a0b0;font-style:italic}.highlight .err{border:1px solid red}.highlight .k{color:#007020;font-weight:700}.highlight .o{color:#666}.highlight .ch,.highlight .cm{color:#60a0b0;font-style:italic}.highlight .cp{color:#007020}.highlight .c1,.highlight .cpf{color:#60a0b0;font-style:italic}.highlight .cs{color:#60a0b0;background-color:#fff0f0}.highlight .gd{color:#a00000}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00a000}.highlight .go{color:#888}.highlight .gp{color:#c65d09}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#04d}.highlight .kc,.highlight .kd,.highlight .kn{color:#007020;font-weight:700}.highlight .kp{color:#007020}.highlight .kr{color:#007020;font-weight:700}.highlight .kt{color:#902000}.highlight .m{color:#40a070}.highlight .na,.highlight .s{color:#4070a0}.highlight .nb{color:#007020}.highlight .nc{color:#0e84b5;font-weight:700}.highlight .no{color:#60add5}.highlight .nd{color:#555;font-weight:700}.highlight .ni{color:#d55537;font-weight:700}.highlight .ne{color:#007020}.highlight .nf{color:#06287e}.highlight .nl{color:#002070;font-weight:700}.highlight .nn{color:#0e84b5;font-weight:700}.highlight .nt{color:#062873;font-weight:700}.highlight .nv{color:#bb60d5}.highlight .ow{color:#007020;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#40a070}.highlight .dl,.highlight .sa,.highlight .sb,.highlight .sc{color:#4070a0}.highlight .sd{color:#4070a0;font-style:italic}.highlight .s2{color:#4070a0}.highlight .se{color:#4070a0;font-weight:700}.highlight .sh{color:#4070a0}.highlight .si{color:#70a0d0;font-style:italic}.highlight .sx{color:#c65d09}.highlight .sr{color:#235388}.highlight .s1{color:#4070a0}.highlight .ss{color:#517918}.highlight .bp{color:#007020}.highlight .fm{color:#06287e}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#bb60d5}.highlight .il{color:#40a070} \ No newline at end of file diff --git a/docs/blog/theme/pygments/fruity.css b/docs/blog/theme/pygments/fruity.css deleted file mode 100644 index bac047b..0000000 --- a/docs/blog/theme/pygments/fruity.css +++ /dev/null @@ -1,78 +0,0 @@ -.highlight .hll { background-color: #333333 } -.highlight { background: #111111; color: #ffffff } -.highlight .c { color: #008800; font-style: italic; background-color: #0f140f } /* Comment */ -.highlight .err { color: #ffffff } /* Error */ -.highlight .esc { color: #ffffff } /* Escape */ -.highlight .g { color: #ffffff } /* Generic */ -.highlight .k { color: #fb660a; font-weight: bold } /* Keyword */ -.highlight .l { color: #ffffff } /* Literal */ -.highlight .n { color: #ffffff } /* Name */ -.highlight .o { color: #ffffff } /* Operator */ -.highlight .x { color: #ffffff } /* Other */ -.highlight .p { color: #ffffff } /* Punctuation */ -.highlight .ch { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Hashbang */ -.highlight .cm { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Multiline */ -.highlight .cp { color: #ff0007; font-weight: bold; font-style: italic; background-color: #0f140f } /* Comment.Preproc */ -.highlight .cpf { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.PreprocFile */ -.highlight .c1 { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Single */ -.highlight .cs { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Special */ -.highlight .gd { color: #ffffff } /* Generic.Deleted */ -.highlight .ge { color: #ffffff } /* Generic.Emph */ -.highlight .gr { color: #ffffff } /* Generic.Error */ -.highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #ffffff } /* Generic.Inserted */ -.highlight .go { color: #444444; background-color: #222222 } /* Generic.Output */ -.highlight .gp { color: #ffffff } /* Generic.Prompt */ -.highlight .gs { color: #ffffff } /* Generic.Strong */ -.highlight .gu { color: #ffffff; font-weight: bold } /* Generic.Subheading */ -.highlight .gt { color: #ffffff } /* Generic.Traceback */ -.highlight .kc { color: #fb660a; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #fb660a; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #fb660a; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #fb660a } /* Keyword.Pseudo */ -.highlight .kr { color: #fb660a; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #cdcaa9; font-weight: bold } /* Keyword.Type */ -.highlight .ld { color: #ffffff } /* Literal.Date */ -.highlight .m { color: #0086f7; font-weight: bold } /* Literal.Number */ -.highlight .s { color: #0086d2 } /* Literal.String */ -.highlight .na { color: #ff0086; font-weight: bold } /* Name.Attribute */ -.highlight .nb { color: #ffffff } /* Name.Builtin */ -.highlight .nc { color: #ffffff } /* Name.Class */ -.highlight .no { color: #0086d2 } /* Name.Constant */ -.highlight .nd { color: #ffffff } /* Name.Decorator */ -.highlight .ni { color: #ffffff } /* Name.Entity */ -.highlight .ne { color: #ffffff } /* Name.Exception */ -.highlight .nf { color: #ff0086; font-weight: bold } /* Name.Function */ -.highlight .nl { color: #ffffff } /* Name.Label */ -.highlight .nn { color: #ffffff } /* Name.Namespace */ -.highlight .nx { color: #ffffff } /* Name.Other */ -.highlight .py { color: #ffffff } /* Name.Property */ -.highlight .nt { color: #fb660a; font-weight: bold } /* Name.Tag */ -.highlight .nv { color: #fb660a } /* Name.Variable */ -.highlight .ow { color: #ffffff } /* Operator.Word */ -.highlight .w { color: #888888 } /* Text.Whitespace */ -.highlight .mb { color: #0086f7; font-weight: bold } /* Literal.Number.Bin */ -.highlight .mf { color: #0086f7; font-weight: bold } /* Literal.Number.Float */ -.highlight .mh { color: #0086f7; font-weight: bold } /* Literal.Number.Hex */ -.highlight .mi { color: #0086f7; font-weight: bold } /* Literal.Number.Integer */ -.highlight .mo { color: #0086f7; font-weight: bold } /* Literal.Number.Oct */ -.highlight .sa { color: #0086d2 } /* Literal.String.Affix */ -.highlight .sb { color: #0086d2 } /* Literal.String.Backtick */ -.highlight .sc { color: #0086d2 } /* Literal.String.Char */ -.highlight .dl { color: #0086d2 } /* Literal.String.Delimiter */ -.highlight .sd { color: #0086d2 } /* Literal.String.Doc */ -.highlight .s2 { color: #0086d2 } /* Literal.String.Double */ -.highlight .se { color: #0086d2 } /* Literal.String.Escape */ -.highlight .sh { color: #0086d2 } /* Literal.String.Heredoc */ -.highlight .si { color: #0086d2 } /* Literal.String.Interpol */ -.highlight .sx { color: #0086d2 } /* Literal.String.Other */ -.highlight .sr { color: #0086d2 } /* Literal.String.Regex */ -.highlight .s1 { color: #0086d2 } /* Literal.String.Single */ -.highlight .ss { color: #0086d2 } /* Literal.String.Symbol */ -.highlight .bp { color: #ffffff } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #ff0086; font-weight: bold } /* Name.Function.Magic */ -.highlight .vc { color: #fb660a } /* Name.Variable.Class */ -.highlight .vg { color: #fb660a } /* Name.Variable.Global */ -.highlight .vi { color: #fb660a } /* Name.Variable.Instance */ -.highlight .vm { color: #fb660a } /* Name.Variable.Magic */ -.highlight .il { color: #0086f7; font-weight: bold } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/fruity.min.css b/docs/blog/theme/pygments/fruity.min.css deleted file mode 100644 index 3f09706..0000000 --- a/docs/blog/theme/pygments/fruity.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#333}.highlight{background:#111;color:#fff}.highlight .c{color:#080;font-style:italic;background-color:#0f140f}.highlight .err,.highlight .esc,.highlight .g{color:#fff}.highlight .k{color:#fb660a;font-weight:700}.highlight .l,.highlight .n,.highlight .o,.highlight .p,.highlight .x{color:#fff}.highlight .ch,.highlight .cm{color:#080;font-style:italic;background-color:#0f140f}.highlight .cp{color:#ff0007;font-weight:700;font-style:italic;background-color:#0f140f}.highlight .c1,.highlight .cpf,.highlight .cs{color:#080;font-style:italic;background-color:#0f140f}.highlight .gd,.highlight .ge,.highlight .gr{color:#fff}.highlight .gh{color:#fff;font-weight:700}.highlight .gi{color:#fff}.highlight .go{color:#444;background-color:#222}.highlight .gp,.highlight .gs{color:#fff}.highlight .gu{color:#fff;font-weight:700}.highlight .gt{color:#fff}.highlight .kc,.highlight .kd,.highlight .kn{color:#fb660a;font-weight:700}.highlight .kp{color:#fb660a}.highlight .kr{color:#fb660a;font-weight:700}.highlight .kt{color:#cdcaa9;font-weight:700}.highlight .ld{color:#fff}.highlight .m{color:#0086f7;font-weight:700}.highlight .s{color:#0086d2}.highlight .na{color:#ff0086;font-weight:700}.highlight .nb,.highlight .nc{color:#fff}.highlight .no{color:#0086d2}.highlight .nd,.highlight .ne,.highlight .ni{color:#fff}.highlight .nf{color:#ff0086;font-weight:700}.highlight .nl,.highlight .nn,.highlight .nx,.highlight .py{color:#fff}.highlight .nt{color:#fb660a;font-weight:700}.highlight .nv{color:#fb660a}.highlight .ow{color:#fff}.highlight .w{color:#888}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#0086f7;font-weight:700}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#0086d2}.highlight .bp{color:#fff}.highlight .fm{color:#ff0086;font-weight:700}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#fb660a}.highlight .il{color:#0086f7;font-weight:700} \ No newline at end of file diff --git a/docs/blog/theme/pygments/github.css b/docs/blog/theme/pygments/github.css deleted file mode 100644 index 63c48f5..0000000 --- a/docs/blog/theme/pygments/github.css +++ /dev/null @@ -1,69 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #ffffff; } -.highlight .c { color: #999988; font-style: italic } /* Comment */ -.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -.highlight .k { color: #000000; font-weight: bold } /* Keyword */ -.highlight .o { color: #000000; font-weight: bold } /* Operator */ -.highlight .ch { color: #999988; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #999999; font-weight: bold; font-style: italic } /* Comment.Preproc */ -.highlight .cpf { color: #999988; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ -.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ -.highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #aa0000 } /* Generic.Error */ -.highlight .gh { color: #999999 } /* Generic.Heading */ -.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #555555 } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #aaaaaa } /* Generic.Subheading */ -.highlight .gt { color: #aa0000 } /* Generic.Traceback */ -.highlight .kc { color: #000000; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #000000; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #000000; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #000000; font-weight: bold } /* Keyword.Pseudo */ -.highlight .kr { color: #000000; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #009999 } /* Literal.Number */ -.highlight .s { color: #dd1144 } /* Literal.String */ -.highlight .na { color: #008080 } /* Name.Attribute */ -.highlight .nb { color: #0086B3 } /* Name.Builtin */ -.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */ -.highlight .no { color: #008080 } /* Name.Constant */ -.highlight .nd { color: #3c5d5d; font-weight: bold } /* Name.Decorator */ -.highlight .ni { color: #800080 } /* Name.Entity */ -.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */ -.highlight .nl { color: #990000; font-weight: bold } /* Name.Label */ -.highlight .nn { color: #555555 } /* Name.Namespace */ -.highlight .nt { color: #000080 } /* Name.Tag */ -.highlight .nv { color: #008080 } /* Name.Variable */ -.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mb { color: #009999 } /* Literal.Number.Bin */ -.highlight .mf { color: #009999 } /* Literal.Number.Float */ -.highlight .mh { color: #009999 } /* Literal.Number.Hex */ -.highlight .mi { color: #009999 } /* Literal.Number.Integer */ -.highlight .mo { color: #009999 } /* Literal.Number.Oct */ -.highlight .sa { color: #dd1144 } /* Literal.String.Affix */ -.highlight .sb { color: #dd1144 } /* Literal.String.Backtick */ -.highlight .sc { color: #dd1144 } /* Literal.String.Char */ -.highlight .dl { color: #dd1144 } /* Literal.String.Delimiter */ -.highlight .sd { color: #dd1144 } /* Literal.String.Doc */ -.highlight .s2 { color: #dd1144 } /* Literal.String.Double */ -.highlight .se { color: #dd1144 } /* Literal.String.Escape */ -.highlight .sh { color: #dd1144 } /* Literal.String.Heredoc */ -.highlight .si { color: #dd1144 } /* Literal.String.Interpol */ -.highlight .sx { color: #dd1144 } /* Literal.String.Other */ -.highlight .sr { color: #009926 } /* Literal.String.Regex */ -.highlight .s1 { color: #dd1144 } /* Literal.String.Single */ -.highlight .ss { color: #990073 } /* Literal.String.Symbol */ -.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #990000; font-weight: bold } /* Name.Function.Magic */ -.highlight .vc { color: #008080 } /* Name.Variable.Class */ -.highlight .vg { color: #008080 } /* Name.Variable.Global */ -.highlight .vi { color: #008080 } /* Name.Variable.Instance */ -.highlight .vm { color: #008080 } /* Name.Variable.Magic */ -.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/github.min.css b/docs/blog/theme/pygments/github.min.css deleted file mode 100644 index a397cf9..0000000 --- a/docs/blog/theme/pygments/github.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k,.highlight .o{color:#000;font-weight:700}.highlight .ch,.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:700;font-style:italic}.highlight .c1,.highlight .cpf{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:700;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{color:#000;font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#000;font-weight:700}.highlight .kt{color:#458;font-weight:700}.highlight .m{color:#099}.highlight .s{color:#d14}.highlight .na{color:teal}.highlight .nb{color:#0086b3}.highlight .nc{color:#458;font-weight:700}.highlight .no{color:teal}.highlight .nd{color:#3c5d5d;font-weight:700}.highlight .ni{color:purple}.highlight .ne,.highlight .nf,.highlight .nl{color:#900;font-weight:700}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#d14}.highlight .sr{color:#009926}.highlight .s1{color:#d14}.highlight .ss{color:#990073}.highlight .bp{color:#999}.highlight .fm{color:#900;font-weight:700}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:teal}.highlight .il{color:#099} \ No newline at end of file diff --git a/docs/blog/theme/pygments/igor.css b/docs/blog/theme/pygments/igor.css deleted file mode 100644 index ec12005..0000000 --- a/docs/blog/theme/pygments/igor.css +++ /dev/null @@ -1,34 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #ffffff; } -.highlight .c { color: #FF0000; font-style: italic } /* Comment */ -.highlight .k { color: #0000FF } /* Keyword */ -.highlight .ch { color: #FF0000; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #FF0000; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #FF0000; font-style: italic } /* Comment.Preproc */ -.highlight .cpf { color: #FF0000; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #FF0000; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #FF0000; font-style: italic } /* Comment.Special */ -.highlight .kc { color: #0000FF } /* Keyword.Constant */ -.highlight .kd { color: #0000FF } /* Keyword.Declaration */ -.highlight .kn { color: #0000FF } /* Keyword.Namespace */ -.highlight .kp { color: #0000FF } /* Keyword.Pseudo */ -.highlight .kr { color: #0000FF } /* Keyword.Reserved */ -.highlight .kt { color: #0000FF } /* Keyword.Type */ -.highlight .s { color: #009C00 } /* Literal.String */ -.highlight .nc { color: #007575 } /* Name.Class */ -.highlight .nd { color: #CC00A3 } /* Name.Decorator */ -.highlight .nf { color: #C34E00 } /* Name.Function */ -.highlight .sa { color: #009C00 } /* Literal.String.Affix */ -.highlight .sb { color: #009C00 } /* Literal.String.Backtick */ -.highlight .sc { color: #009C00 } /* Literal.String.Char */ -.highlight .dl { color: #009C00 } /* Literal.String.Delimiter */ -.highlight .sd { color: #009C00 } /* Literal.String.Doc */ -.highlight .s2 { color: #009C00 } /* Literal.String.Double */ -.highlight .se { color: #009C00 } /* Literal.String.Escape */ -.highlight .sh { color: #009C00 } /* Literal.String.Heredoc */ -.highlight .si { color: #009C00 } /* Literal.String.Interpol */ -.highlight .sx { color: #009C00 } /* Literal.String.Other */ -.highlight .sr { color: #009C00 } /* Literal.String.Regex */ -.highlight .s1 { color: #009C00 } /* Literal.String.Single */ -.highlight .ss { color: #009C00 } /* Literal.String.Symbol */ -.highlight .fm { color: #C34E00 } /* Name.Function.Magic */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/igor.min.css b/docs/blog/theme/pygments/igor.min.css deleted file mode 100644 index e4fe1ea..0000000 --- a/docs/blog/theme/pygments/igor.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:red;font-style:italic}.highlight .k{color:#00f}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:red;font-style:italic}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#00f}.highlight .s{color:#009c00}.highlight .nc{color:#007575}.highlight .nd{color:#cc00a3}.highlight .nf{color:#c34e00}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#009c00}.highlight .fm{color:#c34e00} \ No newline at end of file diff --git a/docs/blog/theme/pygments/lovelace.css b/docs/blog/theme/pygments/lovelace.css deleted file mode 100644 index 1ddb286..0000000 --- a/docs/blog/theme/pygments/lovelace.css +++ /dev/null @@ -1,70 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #ffffff; } -.highlight .c { color: #888888; font-style: italic } /* Comment */ -.highlight .err { background-color: #a848a8 } /* Error */ -.highlight .k { color: #2838b0 } /* Keyword */ -.highlight .o { color: #666666 } /* Operator */ -.highlight .p { color: #888888 } /* Punctuation */ -.highlight .ch { color: #287088; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #888888; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #289870 } /* Comment.Preproc */ -.highlight .cpf { color: #888888; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #888888; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #888888; font-style: italic } /* Comment.Special */ -.highlight .gd { color: #c02828 } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #c02828 } /* Generic.Error */ -.highlight .gh { color: #666666 } /* Generic.Heading */ -.highlight .gi { color: #388038 } /* Generic.Inserted */ -.highlight .go { color: #666666 } /* Generic.Output */ -.highlight .gp { color: #444444 } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #444444 } /* Generic.Subheading */ -.highlight .gt { color: #2838b0 } /* Generic.Traceback */ -.highlight .kc { color: #444444; font-style: italic } /* Keyword.Constant */ -.highlight .kd { color: #2838b0; font-style: italic } /* Keyword.Declaration */ -.highlight .kn { color: #2838b0 } /* Keyword.Namespace */ -.highlight .kp { color: #2838b0 } /* Keyword.Pseudo */ -.highlight .kr { color: #2838b0 } /* Keyword.Reserved */ -.highlight .kt { color: #2838b0; font-style: italic } /* Keyword.Type */ -.highlight .m { color: #444444 } /* Literal.Number */ -.highlight .s { color: #b83838 } /* Literal.String */ -.highlight .na { color: #388038 } /* Name.Attribute */ -.highlight .nb { color: #388038 } /* Name.Builtin */ -.highlight .nc { color: #287088 } /* Name.Class */ -.highlight .no { color: #b85820 } /* Name.Constant */ -.highlight .nd { color: #287088 } /* Name.Decorator */ -.highlight .ni { color: #709030 } /* Name.Entity */ -.highlight .ne { color: #908828 } /* Name.Exception */ -.highlight .nf { color: #785840 } /* Name.Function */ -.highlight .nl { color: #289870 } /* Name.Label */ -.highlight .nn { color: #289870 } /* Name.Namespace */ -.highlight .nt { color: #2838b0 } /* Name.Tag */ -.highlight .nv { color: #b04040 } /* Name.Variable */ -.highlight .ow { color: #a848a8 } /* Operator.Word */ -.highlight .w { color: #a89028 } /* Text.Whitespace */ -.highlight .mb { color: #444444 } /* Literal.Number.Bin */ -.highlight .mf { color: #444444 } /* Literal.Number.Float */ -.highlight .mh { color: #444444 } /* Literal.Number.Hex */ -.highlight .mi { color: #444444 } /* Literal.Number.Integer */ -.highlight .mo { color: #444444 } /* Literal.Number.Oct */ -.highlight .sa { color: #444444 } /* Literal.String.Affix */ -.highlight .sb { color: #b83838 } /* Literal.String.Backtick */ -.highlight .sc { color: #a848a8 } /* Literal.String.Char */ -.highlight .dl { color: #b85820 } /* Literal.String.Delimiter */ -.highlight .sd { color: #b85820; font-style: italic } /* Literal.String.Doc */ -.highlight .s2 { color: #b83838 } /* Literal.String.Double */ -.highlight .se { color: #709030 } /* Literal.String.Escape */ -.highlight .sh { color: #b83838 } /* Literal.String.Heredoc */ -.highlight .si { color: #b83838; text-decoration: underline } /* Literal.String.Interpol */ -.highlight .sx { color: #a848a8 } /* Literal.String.Other */ -.highlight .sr { color: #a848a8 } /* Literal.String.Regex */ -.highlight .s1 { color: #b83838 } /* Literal.String.Single */ -.highlight .ss { color: #b83838 } /* Literal.String.Symbol */ -.highlight .bp { color: #388038; font-style: italic } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #b85820 } /* Name.Function.Magic */ -.highlight .vc { color: #b04040 } /* Name.Variable.Class */ -.highlight .vg { color: #908828 } /* Name.Variable.Global */ -.highlight .vi { color: #b04040 } /* Name.Variable.Instance */ -.highlight .vm { color: #b85820 } /* Name.Variable.Magic */ -.highlight .il { color: #444444 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/lovelace.min.css b/docs/blog/theme/pygments/lovelace.min.css deleted file mode 100644 index 1b65f19..0000000 --- a/docs/blog/theme/pygments/lovelace.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#888;font-style:italic}.highlight .err{background-color:#a848a8}.highlight .k{color:#2838b0}.highlight .o{color:#666}.highlight .p{color:#888}.highlight .ch{color:#287088;font-style:italic}.highlight .cm{color:#888;font-style:italic}.highlight .cp{color:#289870}.highlight .c1,.highlight .cpf,.highlight .cs{color:#888;font-style:italic}.highlight .gd{color:#c02828}.highlight .ge{font-style:italic}.highlight .gr{color:#c02828}.highlight .gh{color:#666}.highlight .gi{color:#388038}.highlight .go{color:#666}.highlight .gp{color:#444}.highlight .gs{font-weight:700}.highlight .gu{color:#444}.highlight .gt{color:#2838b0}.highlight .kc{color:#444;font-style:italic}.highlight .kd{color:#2838b0;font-style:italic}.highlight .kn,.highlight .kp,.highlight .kr{color:#2838b0}.highlight .kt{color:#2838b0;font-style:italic}.highlight .m{color:#444}.highlight .s{color:#b83838}.highlight .na,.highlight .nb{color:#388038}.highlight .nc{color:#287088}.highlight .no{color:#b85820}.highlight .nd{color:#287088}.highlight .ni{color:#709030}.highlight .ne{color:#908828}.highlight .nf{color:#785840}.highlight .nl,.highlight .nn{color:#289870}.highlight .nt{color:#2838b0}.highlight .nv{color:#b04040}.highlight .ow{color:#a848a8}.highlight .w{color:#a89028}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .sa{color:#444}.highlight .sb{color:#b83838}.highlight .sc{color:#a848a8}.highlight .dl{color:#b85820}.highlight .sd{color:#b85820;font-style:italic}.highlight .s2{color:#b83838}.highlight .se{color:#709030}.highlight .sh{color:#b83838}.highlight .si{color:#b83838;text-decoration:underline}.highlight .sr,.highlight .sx{color:#a848a8}.highlight .s1,.highlight .ss{color:#b83838}.highlight .bp{color:#388038;font-style:italic}.highlight .fm{color:#b85820}.highlight .vc{color:#b04040}.highlight .vg{color:#908828}.highlight .vi{color:#b04040}.highlight .vm{color:#b85820}.highlight .il{color:#444} \ No newline at end of file diff --git a/docs/blog/theme/pygments/manni.css b/docs/blog/theme/pygments/manni.css deleted file mode 100644 index 143bc8a..0000000 --- a/docs/blog/theme/pygments/manni.css +++ /dev/null @@ -1,69 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #f0f3f3; } -.highlight .c { color: #0099FF; font-style: italic } /* Comment */ -.highlight .err { color: #AA0000; background-color: #FFAAAA } /* Error */ -.highlight .k { color: #006699; font-weight: bold } /* Keyword */ -.highlight .o { color: #555555 } /* Operator */ -.highlight .ch { color: #0099FF; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #009999 } /* Comment.Preproc */ -.highlight .cpf { color: #0099FF; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #0099FF; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */ -.highlight .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #FF0000 } /* Generic.Error */ -.highlight .gh { color: #003300; font-weight: bold } /* Generic.Heading */ -.highlight .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */ -.highlight .go { color: #AAAAAA } /* Generic.Output */ -.highlight .gp { color: #000099; font-weight: bold } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #003300; font-weight: bold } /* Generic.Subheading */ -.highlight .gt { color: #99CC66 } /* Generic.Traceback */ -.highlight .kc { color: #006699; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #006699 } /* Keyword.Pseudo */ -.highlight .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #007788; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #FF6600 } /* Literal.Number */ -.highlight .s { color: #CC3300 } /* Literal.String */ -.highlight .na { color: #330099 } /* Name.Attribute */ -.highlight .nb { color: #336666 } /* Name.Builtin */ -.highlight .nc { color: #00AA88; font-weight: bold } /* Name.Class */ -.highlight .no { color: #336600 } /* Name.Constant */ -.highlight .nd { color: #9999FF } /* Name.Decorator */ -.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ -.highlight .ne { color: #CC0000; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #CC00FF } /* Name.Function */ -.highlight .nl { color: #9999FF } /* Name.Label */ -.highlight .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */ -.highlight .nt { color: #330099; font-weight: bold } /* Name.Tag */ -.highlight .nv { color: #003333 } /* Name.Variable */ -.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mb { color: #FF6600 } /* Literal.Number.Bin */ -.highlight .mf { color: #FF6600 } /* Literal.Number.Float */ -.highlight .mh { color: #FF6600 } /* Literal.Number.Hex */ -.highlight .mi { color: #FF6600 } /* Literal.Number.Integer */ -.highlight .mo { color: #FF6600 } /* Literal.Number.Oct */ -.highlight .sa { color: #CC3300 } /* Literal.String.Affix */ -.highlight .sb { color: #CC3300 } /* Literal.String.Backtick */ -.highlight .sc { color: #CC3300 } /* Literal.String.Char */ -.highlight .dl { color: #CC3300 } /* Literal.String.Delimiter */ -.highlight .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */ -.highlight .s2 { color: #CC3300 } /* Literal.String.Double */ -.highlight .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */ -.highlight .sh { color: #CC3300 } /* Literal.String.Heredoc */ -.highlight .si { color: #AA0000 } /* Literal.String.Interpol */ -.highlight .sx { color: #CC3300 } /* Literal.String.Other */ -.highlight .sr { color: #33AAAA } /* Literal.String.Regex */ -.highlight .s1 { color: #CC3300 } /* Literal.String.Single */ -.highlight .ss { color: #FFCC33 } /* Literal.String.Symbol */ -.highlight .bp { color: #336666 } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #CC00FF } /* Name.Function.Magic */ -.highlight .vc { color: #003333 } /* Name.Variable.Class */ -.highlight .vg { color: #003333 } /* Name.Variable.Global */ -.highlight .vi { color: #003333 } /* Name.Variable.Instance */ -.highlight .vm { color: #003333 } /* Name.Variable.Magic */ -.highlight .il { color: #FF6600 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/manni.min.css b/docs/blog/theme/pygments/manni.min.css deleted file mode 100644 index 5ee7684..0000000 --- a/docs/blog/theme/pygments/manni.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#f0f3f3}.highlight .c{color:#09f;font-style:italic}.highlight .err{color:#a00;background-color:#faa}.highlight .k{color:#069;font-weight:700}.highlight .o{color:#555}.highlight .ch,.highlight .cm{color:#09f;font-style:italic}.highlight .cp{color:#099}.highlight .c1,.highlight .cpf,.highlight .cs{color:#09f;font-style:italic}.highlight .cs{font-weight:700}.highlight .gd{background-color:#fcc;border:1px solid #c00}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:#030;font-weight:700}.highlight .gi{background-color:#cfc;border:1px solid #0c0}.highlight .go{color:#aaa}.highlight .gp{color:#009}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:#030}.highlight .gt{color:#9c6}.highlight .kc,.highlight .kd,.highlight .kn{color:#069;font-weight:700}.highlight .kp{color:#069}.highlight .kr{color:#069;font-weight:700}.highlight .kt{color:#078;font-weight:700}.highlight .m{color:#f60}.highlight .s{color:#c30}.highlight .na{color:#309}.highlight .nb{color:#366}.highlight .nc{color:#0a8;font-weight:700}.highlight .no{color:#360}.highlight .nd{color:#99f}.highlight .ni{color:#999;font-weight:700}.highlight .ne{color:#c00;font-weight:700}.highlight .nf{color:#c0f}.highlight .nl{color:#99f}.highlight .nn{color:#0cf;font-weight:700}.highlight .nt{color:#309;font-weight:700}.highlight .nv{color:#033}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#f60}.highlight .dl,.highlight .sa,.highlight .sb,.highlight .sc{color:#c30}.highlight .sd{color:#c30;font-style:italic}.highlight .s2{color:#c30}.highlight .se{color:#c30;font-weight:700}.highlight .sh{color:#c30}.highlight .si{color:#a00}.highlight .sx{color:#c30}.highlight .sr{color:#3aa}.highlight .s1{color:#c30}.highlight .ss{color:#fc3}.highlight .bp{color:#366}.highlight .fm{color:#c0f}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#033}.highlight .il{color:#f60} \ No newline at end of file diff --git a/docs/blog/theme/pygments/monokai.css b/docs/blog/theme/pygments/monokai.css deleted file mode 100644 index b6925c2..0000000 --- a/docs/blog/theme/pygments/monokai.css +++ /dev/null @@ -1,70 +0,0 @@ -.highlight .hll { background-color: #49483e } -.highlight { background: #272822; color: #f8f8f2 } -.highlight .c { color: #75715e } /* Comment */ -.highlight .err { color: #960050; background-color: #1e0010 } /* Error */ -.highlight .k { color: #66d9ef } /* Keyword */ -.highlight .l { color: #ae81ff } /* Literal */ -.highlight .n { color: #f8f8f2 } /* Name */ -.highlight .o { color: #f92672 } /* Operator */ -.highlight .p { color: #f8f8f2 } /* Punctuation */ -.highlight .ch { color: #75715e } /* Comment.Hashbang */ -.highlight .cm { color: #75715e } /* Comment.Multiline */ -.highlight .cp { color: #75715e } /* Comment.Preproc */ -.highlight .cpf { color: #75715e } /* Comment.PreprocFile */ -.highlight .c1 { color: #75715e } /* Comment.Single */ -.highlight .cs { color: #75715e } /* Comment.Special */ -.highlight .gd { color: #f92672 } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gi { color: #a6e22e } /* Generic.Inserted */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #75715e } /* Generic.Subheading */ -.highlight .kc { color: #66d9ef } /* Keyword.Constant */ -.highlight .kd { color: #66d9ef } /* Keyword.Declaration */ -.highlight .kn { color: #f92672 } /* Keyword.Namespace */ -.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */ -.highlight .kr { color: #66d9ef } /* Keyword.Reserved */ -.highlight .kt { color: #66d9ef } /* Keyword.Type */ -.highlight .ld { color: #e6db74 } /* Literal.Date */ -.highlight .m { color: #ae81ff } /* Literal.Number */ -.highlight .s { color: #e6db74 } /* Literal.String */ -.highlight .na { color: #a6e22e } /* Name.Attribute */ -.highlight .nb { color: #f8f8f2 } /* Name.Builtin */ -.highlight .nc { color: #a6e22e } /* Name.Class */ -.highlight .no { color: #66d9ef } /* Name.Constant */ -.highlight .nd { color: #a6e22e } /* Name.Decorator */ -.highlight .ni { color: #f8f8f2 } /* Name.Entity */ -.highlight .ne { color: #a6e22e } /* Name.Exception */ -.highlight .nf { color: #a6e22e } /* Name.Function */ -.highlight .nl { color: #f8f8f2 } /* Name.Label */ -.highlight .nn { color: #f8f8f2 } /* Name.Namespace */ -.highlight .nx { color: #a6e22e } /* Name.Other */ -.highlight .py { color: #f8f8f2 } /* Name.Property */ -.highlight .nt { color: #f92672 } /* Name.Tag */ -.highlight .nv { color: #f8f8f2 } /* Name.Variable */ -.highlight .ow { color: #f92672 } /* Operator.Word */ -.highlight .w { color: #f8f8f2 } /* Text.Whitespace */ -.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */ -.highlight .mf { color: #ae81ff } /* Literal.Number.Float */ -.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */ -.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */ -.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */ -.highlight .sa { color: #e6db74 } /* Literal.String.Affix */ -.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */ -.highlight .sc { color: #e6db74 } /* Literal.String.Char */ -.highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */ -.highlight .sd { color: #e6db74 } /* Literal.String.Doc */ -.highlight .s2 { color: #e6db74 } /* Literal.String.Double */ -.highlight .se { color: #ae81ff } /* Literal.String.Escape */ -.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */ -.highlight .si { color: #e6db74 } /* Literal.String.Interpol */ -.highlight .sx { color: #e6db74 } /* Literal.String.Other */ -.highlight .sr { color: #e6db74 } /* Literal.String.Regex */ -.highlight .s1 { color: #e6db74 } /* Literal.String.Single */ -.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */ -.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #a6e22e } /* Name.Function.Magic */ -.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */ -.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */ -.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */ -.highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */ -.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/monokai.min.css b/docs/blog/theme/pygments/monokai.min.css deleted file mode 100644 index a6c1038..0000000 --- a/docs/blog/theme/pygments/monokai.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#49483e}.highlight{background:#272822;color:#f8f8f2}.highlight .c{color:#75715e}.highlight .err{color:#960050;background-color:#1e0010}.highlight .k{color:#66d9ef}.highlight .l{color:#ae81ff}.highlight .n{color:#f8f8f2}.highlight .o{color:#f92672}.highlight .p{color:#f8f8f2}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#75715e}.highlight .gd{color:#f92672}.highlight .ge{font-style:italic}.highlight .gi{color:#a6e22e}.highlight .gs{font-weight:700}.highlight .gu{color:#75715e}.highlight .kc,.highlight .kd{color:#66d9ef}.highlight .kn{color:#f92672}.highlight .kp,.highlight .kr,.highlight .kt{color:#66d9ef}.highlight .ld{color:#e6db74}.highlight .m{color:#ae81ff}.highlight .s{color:#e6db74}.highlight .na{color:#a6e22e}.highlight .nb{color:#f8f8f2}.highlight .nc{color:#a6e22e}.highlight .no{color:#66d9ef}.highlight .nd{color:#a6e22e}.highlight .ni{color:#f8f8f2}.highlight .ne,.highlight .nf{color:#a6e22e}.highlight .nl,.highlight .nn{color:#f8f8f2}.highlight .nx{color:#a6e22e}.highlight .py{color:#f8f8f2}.highlight .nt{color:#f92672}.highlight .nv{color:#f8f8f2}.highlight .ow{color:#f92672}.highlight .w{color:#f8f8f2}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#ae81ff}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd{color:#e6db74}.highlight .se{color:#ae81ff}.highlight .s1,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#e6db74}.highlight .bp{color:#f8f8f2}.highlight .fm{color:#a6e22e}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#f8f8f2}.highlight .il{color:#ae81ff} \ No newline at end of file diff --git a/docs/blog/theme/pygments/murphy.css b/docs/blog/theme/pygments/murphy.css deleted file mode 100644 index 378f406..0000000 --- a/docs/blog/theme/pygments/murphy.css +++ /dev/null @@ -1,69 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #ffffff; } -.highlight .c { color: #666666; font-style: italic } /* Comment */ -.highlight .err { color: #FF0000; background-color: #FFAAAA } /* Error */ -.highlight .k { color: #228899; font-weight: bold } /* Keyword */ -.highlight .o { color: #333333 } /* Operator */ -.highlight .ch { color: #666666; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #666666; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #557799 } /* Comment.Preproc */ -.highlight .cpf { color: #666666; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #666666; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #cc0000; font-weight: bold; font-style: italic } /* Comment.Special */ -.highlight .gd { color: #A00000 } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #FF0000 } /* Generic.Error */ -.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #00A000 } /* Generic.Inserted */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -.highlight .gt { color: #0044DD } /* Generic.Traceback */ -.highlight .kc { color: #228899; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #228899; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #228899; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #0088ff; font-weight: bold } /* Keyword.Pseudo */ -.highlight .kr { color: #228899; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #6666ff; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #6600EE; font-weight: bold } /* Literal.Number */ -.highlight .s { background-color: #e0e0ff } /* Literal.String */ -.highlight .na { color: #000077 } /* Name.Attribute */ -.highlight .nb { color: #007722 } /* Name.Builtin */ -.highlight .nc { color: #ee99ee; font-weight: bold } /* Name.Class */ -.highlight .no { color: #55eedd; font-weight: bold } /* Name.Constant */ -.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */ -.highlight .ni { color: #880000 } /* Name.Entity */ -.highlight .ne { color: #FF0000; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #55eedd; font-weight: bold } /* Name.Function */ -.highlight .nl { color: #997700; font-weight: bold } /* Name.Label */ -.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ -.highlight .nt { color: #007700 } /* Name.Tag */ -.highlight .nv { color: #003366 } /* Name.Variable */ -.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mb { color: #6600EE; font-weight: bold } /* Literal.Number.Bin */ -.highlight .mf { color: #6600EE; font-weight: bold } /* Literal.Number.Float */ -.highlight .mh { color: #005588; font-weight: bold } /* Literal.Number.Hex */ -.highlight .mi { color: #6666ff; font-weight: bold } /* Literal.Number.Integer */ -.highlight .mo { color: #4400EE; font-weight: bold } /* Literal.Number.Oct */ -.highlight .sa { background-color: #e0e0ff } /* Literal.String.Affix */ -.highlight .sb { background-color: #e0e0ff } /* Literal.String.Backtick */ -.highlight .sc { color: #8888FF } /* Literal.String.Char */ -.highlight .dl { background-color: #e0e0ff } /* Literal.String.Delimiter */ -.highlight .sd { color: #DD4422 } /* Literal.String.Doc */ -.highlight .s2 { background-color: #e0e0ff } /* Literal.String.Double */ -.highlight .se { color: #666666; font-weight: bold; background-color: #e0e0ff } /* Literal.String.Escape */ -.highlight .sh { background-color: #e0e0ff } /* Literal.String.Heredoc */ -.highlight .si { background-color: #eeeeee } /* Literal.String.Interpol */ -.highlight .sx { color: #ff8888; background-color: #e0e0ff } /* Literal.String.Other */ -.highlight .sr { color: #000000; background-color: #e0e0ff } /* Literal.String.Regex */ -.highlight .s1 { background-color: #e0e0ff } /* Literal.String.Single */ -.highlight .ss { color: #ffcc88 } /* Literal.String.Symbol */ -.highlight .bp { color: #007722 } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #55eedd; font-weight: bold } /* Name.Function.Magic */ -.highlight .vc { color: #ccccff } /* Name.Variable.Class */ -.highlight .vg { color: #ff8844 } /* Name.Variable.Global */ -.highlight .vi { color: #aaaaff } /* Name.Variable.Instance */ -.highlight .vm { color: #003366 } /* Name.Variable.Magic */ -.highlight .il { color: #6666ff; font-weight: bold } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/murphy.min.css b/docs/blog/theme/pygments/murphy.min.css deleted file mode 100644 index 80f62a8..0000000 --- a/docs/blog/theme/pygments/murphy.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#666;font-style:italic}.highlight .err{color:red;background-color:#faa}.highlight .k{color:#289;font-weight:700}.highlight .o{color:#333}.highlight .ch,.highlight .cm{color:#666;font-style:italic}.highlight .cp{color:#579}.highlight .c1,.highlight .cpf{color:#666;font-style:italic}.highlight .cs{color:#c00;font-weight:700;font-style:italic}.highlight .gd{color:#a00000}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00a000}.highlight .go{color:#888}.highlight .gp{color:#c65d09}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#04d}.highlight .kc,.highlight .kd,.highlight .kn{color:#289;font-weight:700}.highlight .kp{color:#08f;font-weight:700}.highlight .kr{color:#289;font-weight:700}.highlight .kt{color:#66f;font-weight:700}.highlight .m{color:#60e;font-weight:700}.highlight .s{background-color:#e0e0ff}.highlight .na{color:#007}.highlight .nb{color:#072}.highlight .nc{color:#e9e;font-weight:700}.highlight .no{color:#5ed;font-weight:700}.highlight .nd{color:#555;font-weight:700}.highlight .ni{color:#800}.highlight .ne{color:red;font-weight:700}.highlight .nf{color:#5ed;font-weight:700}.highlight .nl{color:#970;font-weight:700}.highlight .nn{color:#0e84b5;font-weight:700}.highlight .nt{color:#070}.highlight .nv{color:#036}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf{color:#60e;font-weight:700}.highlight .mh{color:#058;font-weight:700}.highlight .mi{color:#66f;font-weight:700}.highlight .mo{color:#40e;font-weight:700}.highlight .sa,.highlight .sb{background-color:#e0e0ff}.highlight .sc{color:#88f}.highlight .dl{background-color:#e0e0ff}.highlight .sd{color:#d42}.highlight .s2,.highlight .se{background-color:#e0e0ff}.highlight .se{color:#666;font-weight:700}.highlight .sh{background-color:#e0e0ff}.highlight .si{background-color:#eee}.highlight .sx{color:#f88;background-color:#e0e0ff}.highlight .sr{color:#000}.highlight .s1,.highlight .sr{background-color:#e0e0ff}.highlight .ss{color:#fc8}.highlight .bp{color:#072}.highlight .fm{color:#5ed;font-weight:700}.highlight .vc{color:#ccf}.highlight .vg{color:#f84}.highlight .vi{color:#aaf}.highlight .vm{color:#036}.highlight .il{color:#66f;font-weight:700} \ No newline at end of file diff --git a/docs/blog/theme/pygments/native.css b/docs/blog/theme/pygments/native.css deleted file mode 100644 index 73ff7b0..0000000 --- a/docs/blog/theme/pygments/native.css +++ /dev/null @@ -1,78 +0,0 @@ -.highlight .hll { background-color: #404040 } -.highlight { background: #202020; color: #d0d0d0 } -.highlight .c { color: #999999; font-style: italic } /* Comment */ -.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -.highlight .esc { color: #d0d0d0 } /* Escape */ -.highlight .g { color: #d0d0d0 } /* Generic */ -.highlight .k { color: #6ab825; font-weight: bold } /* Keyword */ -.highlight .l { color: #d0d0d0 } /* Literal */ -.highlight .n { color: #d0d0d0 } /* Name */ -.highlight .o { color: #d0d0d0 } /* Operator */ -.highlight .x { color: #d0d0d0 } /* Other */ -.highlight .p { color: #d0d0d0 } /* Punctuation */ -.highlight .ch { color: #999999; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #999999; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */ -.highlight .cpf { color: #999999; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #999999; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ -.highlight .gd { color: #d22323 } /* Generic.Deleted */ -.highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #d22323 } /* Generic.Error */ -.highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #589819 } /* Generic.Inserted */ -.highlight .go { color: #cccccc } /* Generic.Output */ -.highlight .gp { color: #aaaaaa } /* Generic.Prompt */ -.highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ -.highlight .gt { color: #d22323 } /* Generic.Traceback */ -.highlight .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #6ab825 } /* Keyword.Pseudo */ -.highlight .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */ -.highlight .ld { color: #d0d0d0 } /* Literal.Date */ -.highlight .m { color: #3677a9 } /* Literal.Number */ -.highlight .s { color: #ed9d13 } /* Literal.String */ -.highlight .na { color: #bbbbbb } /* Name.Attribute */ -.highlight .nb { color: #24909d } /* Name.Builtin */ -.highlight .nc { color: #447fcf; text-decoration: underline } /* Name.Class */ -.highlight .no { color: #40ffff } /* Name.Constant */ -.highlight .nd { color: #ffa500 } /* Name.Decorator */ -.highlight .ni { color: #d0d0d0 } /* Name.Entity */ -.highlight .ne { color: #bbbbbb } /* Name.Exception */ -.highlight .nf { color: #447fcf } /* Name.Function */ -.highlight .nl { color: #d0d0d0 } /* Name.Label */ -.highlight .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */ -.highlight .nx { color: #d0d0d0 } /* Name.Other */ -.highlight .py { color: #d0d0d0 } /* Name.Property */ -.highlight .nt { color: #6ab825; font-weight: bold } /* Name.Tag */ -.highlight .nv { color: #40ffff } /* Name.Variable */ -.highlight .ow { color: #6ab825; font-weight: bold } /* Operator.Word */ -.highlight .w { color: #666666 } /* Text.Whitespace */ -.highlight .mb { color: #3677a9 } /* Literal.Number.Bin */ -.highlight .mf { color: #3677a9 } /* Literal.Number.Float */ -.highlight .mh { color: #3677a9 } /* Literal.Number.Hex */ -.highlight .mi { color: #3677a9 } /* Literal.Number.Integer */ -.highlight .mo { color: #3677a9 } /* Literal.Number.Oct */ -.highlight .sa { color: #ed9d13 } /* Literal.String.Affix */ -.highlight .sb { color: #ed9d13 } /* Literal.String.Backtick */ -.highlight .sc { color: #ed9d13 } /* Literal.String.Char */ -.highlight .dl { color: #ed9d13 } /* Literal.String.Delimiter */ -.highlight .sd { color: #ed9d13 } /* Literal.String.Doc */ -.highlight .s2 { color: #ed9d13 } /* Literal.String.Double */ -.highlight .se { color: #ed9d13 } /* Literal.String.Escape */ -.highlight .sh { color: #ed9d13 } /* Literal.String.Heredoc */ -.highlight .si { color: #ed9d13 } /* Literal.String.Interpol */ -.highlight .sx { color: #ffa500 } /* Literal.String.Other */ -.highlight .sr { color: #ed9d13 } /* Literal.String.Regex */ -.highlight .s1 { color: #ed9d13 } /* Literal.String.Single */ -.highlight .ss { color: #ed9d13 } /* Literal.String.Symbol */ -.highlight .bp { color: #24909d } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #447fcf } /* Name.Function.Magic */ -.highlight .vc { color: #40ffff } /* Name.Variable.Class */ -.highlight .vg { color: #40ffff } /* Name.Variable.Global */ -.highlight .vi { color: #40ffff } /* Name.Variable.Instance */ -.highlight .vm { color: #40ffff } /* Name.Variable.Magic */ -.highlight .il { color: #3677a9 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/native.min.css b/docs/blog/theme/pygments/native.min.css deleted file mode 100644 index 86bad82..0000000 --- a/docs/blog/theme/pygments/native.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#404040}.highlight{background:#202020;color:#d0d0d0}.highlight .c{color:#999;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .esc,.highlight .g{color:#d0d0d0}.highlight .k{color:#6ab825;font-weight:700}.highlight .l,.highlight .n,.highlight .o,.highlight .p,.highlight .x{color:#d0d0d0}.highlight .ch,.highlight .cm{color:#999;font-style:italic}.highlight .cp{color:#cd2828;font-weight:700}.highlight .c1,.highlight .cpf{color:#999;font-style:italic}.highlight .cs{color:#e50808;font-weight:700;background-color:#520000}.highlight .gd{color:#d22323}.highlight .ge{color:#d0d0d0;font-style:italic}.highlight .gr{color:#d22323}.highlight .gh{color:#fff;font-weight:700}.highlight .gi{color:#589819}.highlight .go{color:#ccc}.highlight .gp{color:#aaa}.highlight .gs{color:#d0d0d0;font-weight:700}.highlight .gu{color:#fff;text-decoration:underline}.highlight .gt{color:#d22323}.highlight .kc,.highlight .kd,.highlight .kn{color:#6ab825;font-weight:700}.highlight .kp{color:#6ab825}.highlight .kr,.highlight .kt{color:#6ab825;font-weight:700}.highlight .ld{color:#d0d0d0}.highlight .m{color:#3677a9}.highlight .s{color:#ed9d13}.highlight .na{color:#bbb}.highlight .nb{color:#24909d}.highlight .nc{color:#447fcf;text-decoration:underline}.highlight .no{color:#40ffff}.highlight .nd{color:orange}.highlight .ni{color:#d0d0d0}.highlight .ne{color:#bbb}.highlight .nf{color:#447fcf}.highlight .nl{color:#d0d0d0}.highlight .nn{color:#447fcf;text-decoration:underline}.highlight .nx,.highlight .py{color:#d0d0d0}.highlight .nt{color:#6ab825;font-weight:700}.highlight .nv{color:#40ffff}.highlight .ow{color:#6ab825;font-weight:700}.highlight .w{color:#666}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#3677a9}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si{color:#ed9d13}.highlight .sx{color:orange}.highlight .s1,.highlight .sr,.highlight .ss{color:#ed9d13}.highlight .bp{color:#24909d}.highlight .fm{color:#447fcf}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#40ffff}.highlight .il{color:#3677a9} \ No newline at end of file diff --git a/docs/blog/theme/pygments/paraiso-dark.css b/docs/blog/theme/pygments/paraiso-dark.css deleted file mode 100644 index 7a6cdbf..0000000 --- a/docs/blog/theme/pygments/paraiso-dark.css +++ /dev/null @@ -1,72 +0,0 @@ -.highlight .hll { background-color: #4f424c } -.highlight { background: #2f1e2e; color: #e7e9db } -.highlight .c { color: #776e71 } /* Comment */ -.highlight .err { color: #ef6155 } /* Error */ -.highlight .k { color: #815ba4 } /* Keyword */ -.highlight .l { color: #f99b15 } /* Literal */ -.highlight .n { color: #e7e9db } /* Name */ -.highlight .o { color: #5bc4bf } /* Operator */ -.highlight .p { color: #e7e9db } /* Punctuation */ -.highlight .ch { color: #776e71 } /* Comment.Hashbang */ -.highlight .cm { color: #776e71 } /* Comment.Multiline */ -.highlight .cp { color: #776e71 } /* Comment.Preproc */ -.highlight .cpf { color: #776e71 } /* Comment.PreprocFile */ -.highlight .c1 { color: #776e71 } /* Comment.Single */ -.highlight .cs { color: #776e71 } /* Comment.Special */ -.highlight .gd { color: #ef6155 } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gh { color: #e7e9db; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #48b685 } /* Generic.Inserted */ -.highlight .gp { color: #776e71; font-weight: bold } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #5bc4bf; font-weight: bold } /* Generic.Subheading */ -.highlight .kc { color: #815ba4 } /* Keyword.Constant */ -.highlight .kd { color: #815ba4 } /* Keyword.Declaration */ -.highlight .kn { color: #5bc4bf } /* Keyword.Namespace */ -.highlight .kp { color: #815ba4 } /* Keyword.Pseudo */ -.highlight .kr { color: #815ba4 } /* Keyword.Reserved */ -.highlight .kt { color: #fec418 } /* Keyword.Type */ -.highlight .ld { color: #48b685 } /* Literal.Date */ -.highlight .m { color: #f99b15 } /* Literal.Number */ -.highlight .s { color: #48b685 } /* Literal.String */ -.highlight .na { color: #06b6ef } /* Name.Attribute */ -.highlight .nb { color: #e7e9db } /* Name.Builtin */ -.highlight .nc { color: #fec418 } /* Name.Class */ -.highlight .no { color: #ef6155 } /* Name.Constant */ -.highlight .nd { color: #5bc4bf } /* Name.Decorator */ -.highlight .ni { color: #e7e9db } /* Name.Entity */ -.highlight .ne { color: #ef6155 } /* Name.Exception */ -.highlight .nf { color: #06b6ef } /* Name.Function */ -.highlight .nl { color: #e7e9db } /* Name.Label */ -.highlight .nn { color: #fec418 } /* Name.Namespace */ -.highlight .nx { color: #06b6ef } /* Name.Other */ -.highlight .py { color: #e7e9db } /* Name.Property */ -.highlight .nt { color: #5bc4bf } /* Name.Tag */ -.highlight .nv { color: #ef6155 } /* Name.Variable */ -.highlight .ow { color: #5bc4bf } /* Operator.Word */ -.highlight .w { color: #e7e9db } /* Text.Whitespace */ -.highlight .mb { color: #f99b15 } /* Literal.Number.Bin */ -.highlight .mf { color: #f99b15 } /* Literal.Number.Float */ -.highlight .mh { color: #f99b15 } /* Literal.Number.Hex */ -.highlight .mi { color: #f99b15 } /* Literal.Number.Integer */ -.highlight .mo { color: #f99b15 } /* Literal.Number.Oct */ -.highlight .sa { color: #48b685 } /* Literal.String.Affix */ -.highlight .sb { color: #48b685 } /* Literal.String.Backtick */ -.highlight .sc { color: #e7e9db } /* Literal.String.Char */ -.highlight .dl { color: #48b685 } /* Literal.String.Delimiter */ -.highlight .sd { color: #776e71 } /* Literal.String.Doc */ -.highlight .s2 { color: #48b685 } /* Literal.String.Double */ -.highlight .se { color: #f99b15 } /* Literal.String.Escape */ -.highlight .sh { color: #48b685 } /* Literal.String.Heredoc */ -.highlight .si { color: #f99b15 } /* Literal.String.Interpol */ -.highlight .sx { color: #48b685 } /* Literal.String.Other */ -.highlight .sr { color: #48b685 } /* Literal.String.Regex */ -.highlight .s1 { color: #48b685 } /* Literal.String.Single */ -.highlight .ss { color: #48b685 } /* Literal.String.Symbol */ -.highlight .bp { color: #e7e9db } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #06b6ef } /* Name.Function.Magic */ -.highlight .vc { color: #ef6155 } /* Name.Variable.Class */ -.highlight .vg { color: #ef6155 } /* Name.Variable.Global */ -.highlight .vi { color: #ef6155 } /* Name.Variable.Instance */ -.highlight .vm { color: #ef6155 } /* Name.Variable.Magic */ -.highlight .il { color: #f99b15 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/paraiso-dark.min.css b/docs/blog/theme/pygments/paraiso-dark.min.css deleted file mode 100644 index 0d44a8d..0000000 --- a/docs/blog/theme/pygments/paraiso-dark.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#4f424c}.highlight{background:#2f1e2e;color:#e7e9db}.highlight .c{color:#776e71}.highlight .err{color:#ef6155}.highlight .k{color:#815ba4}.highlight .l{color:#f99b15}.highlight .n{color:#e7e9db}.highlight .o{color:#5bc4bf}.highlight .p{color:#e7e9db}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#776e71}.highlight .gd{color:#ef6155}.highlight .ge{font-style:italic}.highlight .gh{color:#e7e9db;font-weight:700}.highlight .gi{color:#48b685}.highlight .gp{color:#776e71}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:#5bc4bf}.highlight .kc,.highlight .kd{color:#815ba4}.highlight .kn{color:#5bc4bf}.highlight .kp,.highlight .kr{color:#815ba4}.highlight .kt{color:#fec418}.highlight .ld{color:#48b685}.highlight .m{color:#f99b15}.highlight .s{color:#48b685}.highlight .na{color:#06b6ef}.highlight .nb{color:#e7e9db}.highlight .nc{color:#fec418}.highlight .no{color:#ef6155}.highlight .nd{color:#5bc4bf}.highlight .ni{color:#e7e9db}.highlight .ne{color:#ef6155}.highlight .nf{color:#06b6ef}.highlight .nl{color:#e7e9db}.highlight .nn{color:#fec418}.highlight .nx{color:#06b6ef}.highlight .py{color:#e7e9db}.highlight .nt{color:#5bc4bf}.highlight .nv{color:#ef6155}.highlight .ow{color:#5bc4bf}.highlight .w{color:#e7e9db}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#f99b15}.highlight .sa,.highlight .sb{color:#48b685}.highlight .sc{color:#e7e9db}.highlight .dl{color:#48b685}.highlight .sd{color:#776e71}.highlight .s2{color:#48b685}.highlight .se{color:#f99b15}.highlight .sh{color:#48b685}.highlight .si{color:#f99b15}.highlight .s1,.highlight .sr,.highlight .ss,.highlight .sx{color:#48b685}.highlight .bp{color:#e7e9db}.highlight .fm{color:#06b6ef}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#ef6155}.highlight .il{color:#f99b15} \ No newline at end of file diff --git a/docs/blog/theme/pygments/paraiso-light.css b/docs/blog/theme/pygments/paraiso-light.css deleted file mode 100644 index eec7c17..0000000 --- a/docs/blog/theme/pygments/paraiso-light.css +++ /dev/null @@ -1,72 +0,0 @@ -.highlight .hll { background-color: #a39e9b } -.highlight { background: #e7e9db; color: #2f1e2e } -.highlight .c { color: #8d8687 } /* Comment */ -.highlight .err { color: #ef6155 } /* Error */ -.highlight .k { color: #815ba4 } /* Keyword */ -.highlight .l { color: #f99b15 } /* Literal */ -.highlight .n { color: #2f1e2e } /* Name */ -.highlight .o { color: #5bc4bf } /* Operator */ -.highlight .p { color: #2f1e2e } /* Punctuation */ -.highlight .ch { color: #8d8687 } /* Comment.Hashbang */ -.highlight .cm { color: #8d8687 } /* Comment.Multiline */ -.highlight .cp { color: #8d8687 } /* Comment.Preproc */ -.highlight .cpf { color: #8d8687 } /* Comment.PreprocFile */ -.highlight .c1 { color: #8d8687 } /* Comment.Single */ -.highlight .cs { color: #8d8687 } /* Comment.Special */ -.highlight .gd { color: #ef6155 } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gh { color: #2f1e2e; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #48b685 } /* Generic.Inserted */ -.highlight .gp { color: #8d8687; font-weight: bold } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #5bc4bf; font-weight: bold } /* Generic.Subheading */ -.highlight .kc { color: #815ba4 } /* Keyword.Constant */ -.highlight .kd { color: #815ba4 } /* Keyword.Declaration */ -.highlight .kn { color: #5bc4bf } /* Keyword.Namespace */ -.highlight .kp { color: #815ba4 } /* Keyword.Pseudo */ -.highlight .kr { color: #815ba4 } /* Keyword.Reserved */ -.highlight .kt { color: #fec418 } /* Keyword.Type */ -.highlight .ld { color: #48b685 } /* Literal.Date */ -.highlight .m { color: #f99b15 } /* Literal.Number */ -.highlight .s { color: #48b685 } /* Literal.String */ -.highlight .na { color: #06b6ef } /* Name.Attribute */ -.highlight .nb { color: #2f1e2e } /* Name.Builtin */ -.highlight .nc { color: #fec418 } /* Name.Class */ -.highlight .no { color: #ef6155 } /* Name.Constant */ -.highlight .nd { color: #5bc4bf } /* Name.Decorator */ -.highlight .ni { color: #2f1e2e } /* Name.Entity */ -.highlight .ne { color: #ef6155 } /* Name.Exception */ -.highlight .nf { color: #06b6ef } /* Name.Function */ -.highlight .nl { color: #2f1e2e } /* Name.Label */ -.highlight .nn { color: #fec418 } /* Name.Namespace */ -.highlight .nx { color: #06b6ef } /* Name.Other */ -.highlight .py { color: #2f1e2e } /* Name.Property */ -.highlight .nt { color: #5bc4bf } /* Name.Tag */ -.highlight .nv { color: #ef6155 } /* Name.Variable */ -.highlight .ow { color: #5bc4bf } /* Operator.Word */ -.highlight .w { color: #2f1e2e } /* Text.Whitespace */ -.highlight .mb { color: #f99b15 } /* Literal.Number.Bin */ -.highlight .mf { color: #f99b15 } /* Literal.Number.Float */ -.highlight .mh { color: #f99b15 } /* Literal.Number.Hex */ -.highlight .mi { color: #f99b15 } /* Literal.Number.Integer */ -.highlight .mo { color: #f99b15 } /* Literal.Number.Oct */ -.highlight .sa { color: #48b685 } /* Literal.String.Affix */ -.highlight .sb { color: #48b685 } /* Literal.String.Backtick */ -.highlight .sc { color: #2f1e2e } /* Literal.String.Char */ -.highlight .dl { color: #48b685 } /* Literal.String.Delimiter */ -.highlight .sd { color: #8d8687 } /* Literal.String.Doc */ -.highlight .s2 { color: #48b685 } /* Literal.String.Double */ -.highlight .se { color: #f99b15 } /* Literal.String.Escape */ -.highlight .sh { color: #48b685 } /* Literal.String.Heredoc */ -.highlight .si { color: #f99b15 } /* Literal.String.Interpol */ -.highlight .sx { color: #48b685 } /* Literal.String.Other */ -.highlight .sr { color: #48b685 } /* Literal.String.Regex */ -.highlight .s1 { color: #48b685 } /* Literal.String.Single */ -.highlight .ss { color: #48b685 } /* Literal.String.Symbol */ -.highlight .bp { color: #2f1e2e } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #06b6ef } /* Name.Function.Magic */ -.highlight .vc { color: #ef6155 } /* Name.Variable.Class */ -.highlight .vg { color: #ef6155 } /* Name.Variable.Global */ -.highlight .vi { color: #ef6155 } /* Name.Variable.Instance */ -.highlight .vm { color: #ef6155 } /* Name.Variable.Magic */ -.highlight .il { color: #f99b15 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/paraiso-light.min.css b/docs/blog/theme/pygments/paraiso-light.min.css deleted file mode 100644 index 591c097..0000000 --- a/docs/blog/theme/pygments/paraiso-light.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#a39e9b}.highlight{background:#e7e9db;color:#2f1e2e}.highlight .c{color:#8d8687}.highlight .err{color:#ef6155}.highlight .k{color:#815ba4}.highlight .l{color:#f99b15}.highlight .n{color:#2f1e2e}.highlight .o{color:#5bc4bf}.highlight .p{color:#2f1e2e}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#8d8687}.highlight .gd{color:#ef6155}.highlight .ge{font-style:italic}.highlight .gh{color:#2f1e2e;font-weight:700}.highlight .gi{color:#48b685}.highlight .gp{color:#8d8687}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:#5bc4bf}.highlight .kc,.highlight .kd{color:#815ba4}.highlight .kn{color:#5bc4bf}.highlight .kp,.highlight .kr{color:#815ba4}.highlight .kt{color:#fec418}.highlight .ld{color:#48b685}.highlight .m{color:#f99b15}.highlight .s{color:#48b685}.highlight .na{color:#06b6ef}.highlight .nb{color:#2f1e2e}.highlight .nc{color:#fec418}.highlight .no{color:#ef6155}.highlight .nd{color:#5bc4bf}.highlight .ni{color:#2f1e2e}.highlight .ne{color:#ef6155}.highlight .nf{color:#06b6ef}.highlight .nl{color:#2f1e2e}.highlight .nn{color:#fec418}.highlight .nx{color:#06b6ef}.highlight .py{color:#2f1e2e}.highlight .nt{color:#5bc4bf}.highlight .nv{color:#ef6155}.highlight .ow{color:#5bc4bf}.highlight .w{color:#2f1e2e}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#f99b15}.highlight .sa,.highlight .sb{color:#48b685}.highlight .sc{color:#2f1e2e}.highlight .dl{color:#48b685}.highlight .sd{color:#8d8687}.highlight .s2{color:#48b685}.highlight .se{color:#f99b15}.highlight .sh{color:#48b685}.highlight .si{color:#f99b15}.highlight .s1,.highlight .sr,.highlight .ss,.highlight .sx{color:#48b685}.highlight .bp{color:#2f1e2e}.highlight .fm{color:#06b6ef}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#ef6155}.highlight .il{color:#f99b15} \ No newline at end of file diff --git a/docs/blog/theme/pygments/pastie.css b/docs/blog/theme/pygments/pastie.css deleted file mode 100644 index 6b5cebb..0000000 --- a/docs/blog/theme/pygments/pastie.css +++ /dev/null @@ -1,68 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #ffffff; } -.highlight .c { color: #888888 } /* Comment */ -.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -.highlight .k { color: #008800; font-weight: bold } /* Keyword */ -.highlight .ch { color: #888888 } /* Comment.Hashbang */ -.highlight .cm { color: #888888 } /* Comment.Multiline */ -.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ -.highlight .cpf { color: #888888 } /* Comment.PreprocFile */ -.highlight .c1 { color: #888888 } /* Comment.Single */ -.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ -.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #aa0000 } /* Generic.Error */ -.highlight .gh { color: #333333 } /* Generic.Heading */ -.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #555555 } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #666666 } /* Generic.Subheading */ -.highlight .gt { color: #aa0000 } /* Generic.Traceback */ -.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #008800 } /* Keyword.Pseudo */ -.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ -.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ -.highlight .na { color: #336699 } /* Name.Attribute */ -.highlight .nb { color: #003388 } /* Name.Builtin */ -.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ -.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ -.highlight .nd { color: #555555 } /* Name.Decorator */ -.highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ -.highlight .nl { color: #336699; font-style: italic } /* Name.Label */ -.highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ -.highlight .py { color: #336699; font-weight: bold } /* Name.Property */ -.highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ -.highlight .nv { color: #336699 } /* Name.Variable */ -.highlight .ow { color: #008800 } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ -.highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ -.highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ -.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ -.highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ -.highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ -.highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ -.highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ -.highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ -.highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ -.highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ -.highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ -.highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ -.highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ -.highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ -.highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ -.highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ -.highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ -.highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ -.highlight .vc { color: #336699 } /* Name.Variable.Class */ -.highlight .vg { color: #dd7700 } /* Name.Variable.Global */ -.highlight .vi { color: #3333bb } /* Name.Variable.Instance */ -.highlight .vm { color: #336699 } /* Name.Variable.Magic */ -.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/pastie.min.css b/docs/blog/theme/pygments/pastie.min.css deleted file mode 100644 index bbfefb7..0000000 --- a/docs/blog/theme/pygments/pastie.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#888}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{color:#080;font-weight:700}.highlight .ch,.highlight .cm{color:#888}.highlight .cp{color:#c00;font-weight:700}.highlight .c1,.highlight .cpf{color:#888}.highlight .cs{color:#c00;font-weight:700;background-color:#fff0f0}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#333}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#666}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn{color:#080;font-weight:700}.highlight .kp{color:#080}.highlight .kr{color:#080;font-weight:700}.highlight .kt{color:#888;font-weight:700}.highlight .m{color:#00d;font-weight:700}.highlight .s{color:#d20;background-color:#fff0f0}.highlight .na{color:#369}.highlight .nb{color:#038}.highlight .nc{color:#b06;font-weight:700}.highlight .no{color:#036;font-weight:700}.highlight .nd{color:#555}.highlight .ne{color:#b06;font-weight:700}.highlight .nf{color:#06b;font-weight:700}.highlight .nl{color:#369;font-style:italic}.highlight .nn{color:#b06;font-weight:700}.highlight .py{color:#369;font-weight:700}.highlight .nt{color:#b06;font-weight:700}.highlight .nv{color:#369}.highlight .ow{color:#080}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#00d;font-weight:700}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd{color:#d20;background-color:#fff0f0}.highlight .se{color:#04d;background-color:#fff0f0}.highlight .sh{color:#d20;background-color:#fff0f0}.highlight .si{color:#33b;background-color:#fff0f0}.highlight .sx{color:#2b2;background-color:#f0fff0}.highlight .sr{color:#080;background-color:#fff0ff}.highlight .s1{color:#d20;background-color:#fff0f0}.highlight .ss{color:#a60;background-color:#fff0f0}.highlight .bp{color:#038}.highlight .fm{color:#06b;font-weight:700}.highlight .vc{color:#369}.highlight .vg{color:#d70}.highlight .vi{color:#33b}.highlight .vm{color:#369}.highlight .il{color:#00d;font-weight:700} \ No newline at end of file diff --git a/docs/blog/theme/pygments/perldoc.css b/docs/blog/theme/pygments/perldoc.css deleted file mode 100644 index c08cecb..0000000 --- a/docs/blog/theme/pygments/perldoc.css +++ /dev/null @@ -1,66 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #eeeedd; } -.highlight .c { color: #228B22 } /* Comment */ -.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -.highlight .k { color: #8B008B; font-weight: bold } /* Keyword */ -.highlight .ch { color: #228B22 } /* Comment.Hashbang */ -.highlight .cm { color: #228B22 } /* Comment.Multiline */ -.highlight .cp { color: #1e889b } /* Comment.Preproc */ -.highlight .cpf { color: #228B22 } /* Comment.PreprocFile */ -.highlight .c1 { color: #228B22 } /* Comment.Single */ -.highlight .cs { color: #8B008B; font-weight: bold } /* Comment.Special */ -.highlight .gd { color: #aa0000 } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #aa0000 } /* Generic.Error */ -.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #00aa00 } /* Generic.Inserted */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #555555 } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -.highlight .gt { color: #aa0000 } /* Generic.Traceback */ -.highlight .kc { color: #8B008B; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #8B008B; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #8B008B; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #8B008B; font-weight: bold } /* Keyword.Pseudo */ -.highlight .kr { color: #8B008B; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #00688B; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #B452CD } /* Literal.Number */ -.highlight .s { color: #CD5555 } /* Literal.String */ -.highlight .na { color: #658b00 } /* Name.Attribute */ -.highlight .nb { color: #658b00 } /* Name.Builtin */ -.highlight .nc { color: #008b45; font-weight: bold } /* Name.Class */ -.highlight .no { color: #00688B } /* Name.Constant */ -.highlight .nd { color: #707a7c } /* Name.Decorator */ -.highlight .ne { color: #008b45; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #008b45 } /* Name.Function */ -.highlight .nn { color: #008b45; text-decoration: underline } /* Name.Namespace */ -.highlight .nt { color: #8B008B; font-weight: bold } /* Name.Tag */ -.highlight .nv { color: #00688B } /* Name.Variable */ -.highlight .ow { color: #8B008B } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mb { color: #B452CD } /* Literal.Number.Bin */ -.highlight .mf { color: #B452CD } /* Literal.Number.Float */ -.highlight .mh { color: #B452CD } /* Literal.Number.Hex */ -.highlight .mi { color: #B452CD } /* Literal.Number.Integer */ -.highlight .mo { color: #B452CD } /* Literal.Number.Oct */ -.highlight .sa { color: #CD5555 } /* Literal.String.Affix */ -.highlight .sb { color: #CD5555 } /* Literal.String.Backtick */ -.highlight .sc { color: #CD5555 } /* Literal.String.Char */ -.highlight .dl { color: #CD5555 } /* Literal.String.Delimiter */ -.highlight .sd { color: #CD5555 } /* Literal.String.Doc */ -.highlight .s2 { color: #CD5555 } /* Literal.String.Double */ -.highlight .se { color: #CD5555 } /* Literal.String.Escape */ -.highlight .sh { color: #1c7e71; font-style: italic } /* Literal.String.Heredoc */ -.highlight .si { color: #CD5555 } /* Literal.String.Interpol */ -.highlight .sx { color: #cb6c20 } /* Literal.String.Other */ -.highlight .sr { color: #1c7e71 } /* Literal.String.Regex */ -.highlight .s1 { color: #CD5555 } /* Literal.String.Single */ -.highlight .ss { color: #CD5555 } /* Literal.String.Symbol */ -.highlight .bp { color: #658b00 } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #008b45 } /* Name.Function.Magic */ -.highlight .vc { color: #00688B } /* Name.Variable.Class */ -.highlight .vg { color: #00688B } /* Name.Variable.Global */ -.highlight .vi { color: #00688B } /* Name.Variable.Instance */ -.highlight .vm { color: #00688B } /* Name.Variable.Magic */ -.highlight .il { color: #B452CD } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/perldoc.min.css b/docs/blog/theme/pygments/perldoc.min.css deleted file mode 100644 index d497f16..0000000 --- a/docs/blog/theme/pygments/perldoc.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#eed}.highlight .c{color:#228b22}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{color:#8b008b;font-weight:700}.highlight .ch,.highlight .cm{color:#228b22}.highlight .cp{color:#1e889b}.highlight .c1,.highlight .cpf{color:#228b22}.highlight .cs{color:#8b008b;font-weight:700}.highlight .gd{color:#a00}.highlight .ge{font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#0a0}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#8b008b;font-weight:700}.highlight .kt{color:#00688b;font-weight:700}.highlight .m{color:#b452cd}.highlight .s{color:#cd5555}.highlight .na,.highlight .nb{color:#658b00}.highlight .nc{color:#008b45;font-weight:700}.highlight .no{color:#00688b}.highlight .nd{color:#707a7c}.highlight .ne{color:#008b45;font-weight:700}.highlight .nf{color:#008b45}.highlight .nn{color:#008b45;text-decoration:underline}.highlight .nt{color:#8b008b;font-weight:700}.highlight .nv{color:#00688b}.highlight .ow{color:#8b008b}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#b452cd}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se{color:#cd5555}.highlight .sh{color:#1c7e71;font-style:italic}.highlight .si{color:#cd5555}.highlight .sx{color:#cb6c20}.highlight .sr{color:#1c7e71}.highlight .s1,.highlight .ss{color:#cd5555}.highlight .bp{color:#658b00}.highlight .fm{color:#008b45}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#00688b}.highlight .il{color:#b452cd} \ No newline at end of file diff --git a/docs/blog/theme/pygments/rainbow_dash.css b/docs/blog/theme/pygments/rainbow_dash.css deleted file mode 100644 index 2716be4..0000000 --- a/docs/blog/theme/pygments/rainbow_dash.css +++ /dev/null @@ -1,62 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #ffffff; color: #4d4d4d } -.highlight .c { color: #0080ff; font-style: italic } /* Comment */ -.highlight .err { color: #ffffff; background-color: #cc0000 } /* Error */ -.highlight .k { color: #2c5dcd; font-weight: bold } /* Keyword */ -.highlight .o { color: #2c5dcd } /* Operator */ -.highlight .ch { color: #0080ff; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #0080ff; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #0080ff } /* Comment.Preproc */ -.highlight .cpf { color: #0080ff; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #0080ff; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #0080ff; font-weight: bold; font-style: italic } /* Comment.Special */ -.highlight .gd { background-color: #ffcccc; border: 1px solid #c5060b } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #ff0000 } /* Generic.Error */ -.highlight .gh { color: #2c5dcd; font-weight: bold } /* Generic.Heading */ -.highlight .gi { background-color: #ccffcc; border: 1px solid #00cc00 } /* Generic.Inserted */ -.highlight .go { color: #aaaaaa } /* Generic.Output */ -.highlight .gp { color: #2c5dcd; font-weight: bold } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #2c5dcd; font-weight: bold } /* Generic.Subheading */ -.highlight .gt { color: #c5060b } /* Generic.Traceback */ -.highlight .kc { color: #2c5dcd; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #2c5dcd; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #2c5dcd; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #2c5dcd } /* Keyword.Pseudo */ -.highlight .kr { color: #2c5dcd; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #5918bb; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #5918bb; font-weight: bold } /* Literal.Number */ -.highlight .s { color: #00cc66 } /* Literal.String */ -.highlight .na { color: #2c5dcd; font-style: italic } /* Name.Attribute */ -.highlight .nb { color: #5918bb; font-weight: bold } /* Name.Builtin */ -.highlight .nc { text-decoration: underline } /* Name.Class */ -.highlight .no { color: #318495 } /* Name.Constant */ -.highlight .nd { color: #ff8000; font-weight: bold } /* Name.Decorator */ -.highlight .ni { color: #5918bb; font-weight: bold } /* Name.Entity */ -.highlight .ne { color: #5918bb; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #ff8000; font-weight: bold } /* Name.Function */ -.highlight .nt { color: #2c5dcd; font-weight: bold } /* Name.Tag */ -.highlight .ow { color: #2c5dcd; font-weight: bold } /* Operator.Word */ -.highlight .w { color: #cbcbcb } /* Text.Whitespace */ -.highlight .mb { color: #5918bb; font-weight: bold } /* Literal.Number.Bin */ -.highlight .mf { color: #5918bb; font-weight: bold } /* Literal.Number.Float */ -.highlight .mh { color: #5918bb; font-weight: bold } /* Literal.Number.Hex */ -.highlight .mi { color: #5918bb; font-weight: bold } /* Literal.Number.Integer */ -.highlight .mo { color: #5918bb; font-weight: bold } /* Literal.Number.Oct */ -.highlight .sa { color: #00cc66 } /* Literal.String.Affix */ -.highlight .sb { color: #00cc66 } /* Literal.String.Backtick */ -.highlight .sc { color: #00cc66 } /* Literal.String.Char */ -.highlight .dl { color: #00cc66 } /* Literal.String.Delimiter */ -.highlight .sd { color: #00cc66; font-style: italic } /* Literal.String.Doc */ -.highlight .s2 { color: #00cc66 } /* Literal.String.Double */ -.highlight .se { color: #c5060b; font-weight: bold } /* Literal.String.Escape */ -.highlight .sh { color: #00cc66 } /* Literal.String.Heredoc */ -.highlight .si { color: #00cc66 } /* Literal.String.Interpol */ -.highlight .sx { color: #318495 } /* Literal.String.Other */ -.highlight .sr { color: #00cc66 } /* Literal.String.Regex */ -.highlight .s1 { color: #00cc66 } /* Literal.String.Single */ -.highlight .ss { color: #c5060b; font-weight: bold } /* Literal.String.Symbol */ -.highlight .bp { color: #5918bb; font-weight: bold } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #ff8000; font-weight: bold } /* Name.Function.Magic */ -.highlight .il { color: #5918bb; font-weight: bold } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/rainbow_dash.min.css b/docs/blog/theme/pygments/rainbow_dash.min.css deleted file mode 100644 index c9f0d06..0000000 --- a/docs/blog/theme/pygments/rainbow_dash.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff;color:#4d4d4d}.highlight .c{color:#0080ff;font-style:italic}.highlight .err{color:#fff;background-color:#c00}.highlight .k{color:#2c5dcd;font-weight:700}.highlight .o{color:#2c5dcd}.highlight .ch,.highlight .cm{color:#0080ff;font-style:italic}.highlight .cp{color:#0080ff}.highlight .c1,.highlight .cpf,.highlight .cs{color:#0080ff;font-style:italic}.highlight .cs{font-weight:700}.highlight .gd{background-color:#fcc;border:1px solid #c5060b}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:#2c5dcd;font-weight:700}.highlight .gi{background-color:#cfc;border:1px solid #0c0}.highlight .go{color:#aaa}.highlight .gp{color:#2c5dcd}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:#2c5dcd}.highlight .gt{color:#c5060b}.highlight .kc,.highlight .kd,.highlight .kn{color:#2c5dcd;font-weight:700}.highlight .kp{color:#2c5dcd}.highlight .kr{color:#2c5dcd;font-weight:700}.highlight .kt,.highlight .m{color:#5918bb;font-weight:700}.highlight .s{color:#0c6}.highlight .na{color:#2c5dcd;font-style:italic}.highlight .nb{color:#5918bb;font-weight:700}.highlight .nc{text-decoration:underline}.highlight .no{color:#318495}.highlight .nd{color:#ff8000;font-weight:700}.highlight .ne,.highlight .ni{color:#5918bb;font-weight:700}.highlight .nf{color:#ff8000;font-weight:700}.highlight .nt,.highlight .ow{color:#2c5dcd;font-weight:700}.highlight .w{color:#cbcbcb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#5918bb;font-weight:700}.highlight .dl,.highlight .sa,.highlight .sb,.highlight .sc{color:#0c6}.highlight .sd{color:#0c6;font-style:italic}.highlight .s2{color:#0c6}.highlight .se{color:#c5060b;font-weight:700}.highlight .sh,.highlight .si{color:#0c6}.highlight .sx{color:#318495}.highlight .s1,.highlight .sr{color:#0c6}.highlight .ss{color:#c5060b;font-weight:700}.highlight .bp{color:#5918bb;font-weight:700}.highlight .fm{color:#ff8000;font-weight:700}.highlight .il{color:#5918bb;font-weight:700} \ No newline at end of file diff --git a/docs/blog/theme/pygments/rrt.css b/docs/blog/theme/pygments/rrt.css deleted file mode 100644 index 76b3475..0000000 --- a/docs/blog/theme/pygments/rrt.css +++ /dev/null @@ -1,38 +0,0 @@ -.highlight .hll { background-color: #0000ff } -.highlight { background: #000000; } -.highlight .c { color: #00ff00 } /* Comment */ -.highlight .k { color: #ff0000 } /* Keyword */ -.highlight .ch { color: #00ff00 } /* Comment.Hashbang */ -.highlight .cm { color: #00ff00 } /* Comment.Multiline */ -.highlight .cp { color: #e5e5e5 } /* Comment.Preproc */ -.highlight .cpf { color: #00ff00 } /* Comment.PreprocFile */ -.highlight .c1 { color: #00ff00 } /* Comment.Single */ -.highlight .cs { color: #00ff00 } /* Comment.Special */ -.highlight .kc { color: #ff0000 } /* Keyword.Constant */ -.highlight .kd { color: #ff0000 } /* Keyword.Declaration */ -.highlight .kn { color: #ff0000 } /* Keyword.Namespace */ -.highlight .kp { color: #ff0000 } /* Keyword.Pseudo */ -.highlight .kr { color: #ff0000 } /* Keyword.Reserved */ -.highlight .kt { color: #ee82ee } /* Keyword.Type */ -.highlight .s { color: #87ceeb } /* Literal.String */ -.highlight .no { color: #7fffd4 } /* Name.Constant */ -.highlight .nf { color: #ffff00 } /* Name.Function */ -.highlight .nv { color: #eedd82 } /* Name.Variable */ -.highlight .sa { color: #87ceeb } /* Literal.String.Affix */ -.highlight .sb { color: #87ceeb } /* Literal.String.Backtick */ -.highlight .sc { color: #87ceeb } /* Literal.String.Char */ -.highlight .dl { color: #87ceeb } /* Literal.String.Delimiter */ -.highlight .sd { color: #87ceeb } /* Literal.String.Doc */ -.highlight .s2 { color: #87ceeb } /* Literal.String.Double */ -.highlight .se { color: #87ceeb } /* Literal.String.Escape */ -.highlight .sh { color: #87ceeb } /* Literal.String.Heredoc */ -.highlight .si { color: #87ceeb } /* Literal.String.Interpol */ -.highlight .sx { color: #87ceeb } /* Literal.String.Other */ -.highlight .sr { color: #87ceeb } /* Literal.String.Regex */ -.highlight .s1 { color: #87ceeb } /* Literal.String.Single */ -.highlight .ss { color: #87ceeb } /* Literal.String.Symbol */ -.highlight .fm { color: #ffff00 } /* Name.Function.Magic */ -.highlight .vc { color: #eedd82 } /* Name.Variable.Class */ -.highlight .vg { color: #eedd82 } /* Name.Variable.Global */ -.highlight .vi { color: #eedd82 } /* Name.Variable.Instance */ -.highlight .vm { color: #eedd82 } /* Name.Variable.Magic */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/rrt.min.css b/docs/blog/theme/pygments/rrt.min.css deleted file mode 100644 index 8764455..0000000 --- a/docs/blog/theme/pygments/rrt.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#00f}.highlight{background:#000}.highlight .c{color:#0f0}.highlight .k{color:red}.highlight .ch,.highlight .cm{color:#0f0}.highlight .cp{color:#e5e5e5}.highlight .c1,.highlight .cpf,.highlight .cs{color:#0f0}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:red}.highlight .kt{color:violet}.highlight .s{color:#87ceeb}.highlight .no{color:#7fffd4}.highlight .nf{color:#ff0}.highlight .nv{color:#eedd82}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#87ceeb}.highlight .fm{color:#ff0}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#eedd82} \ No newline at end of file diff --git a/docs/blog/theme/pygments/sas.css b/docs/blog/theme/pygments/sas.css deleted file mode 100644 index e0e811d..0000000 --- a/docs/blog/theme/pygments/sas.css +++ /dev/null @@ -1,60 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #ffffff; } -.highlight .c { color: #008800; font-style: italic } /* Comment */ -.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -.highlight .g { color: #2c2cff } /* Generic */ -.highlight .k { color: #2c2cff } /* Keyword */ -.highlight .x { background-color: #ffffe0 } /* Other */ -.highlight .ch { color: #008800; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #008800; font-style: italic } /* Comment.Preproc */ -.highlight .cpf { color: #008800; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #008800; font-style: italic } /* Comment.Special */ -.highlight .gd { color: #2c2cff } /* Generic.Deleted */ -.highlight .ge { color: #008800 } /* Generic.Emph */ -.highlight .gr { color: #d30202 } /* Generic.Error */ -.highlight .gh { color: #2c2cff } /* Generic.Heading */ -.highlight .gi { color: #2c2cff } /* Generic.Inserted */ -.highlight .go { color: #2c2cff } /* Generic.Output */ -.highlight .gp { color: #2c2cff } /* Generic.Prompt */ -.highlight .gs { color: #2c2cff } /* Generic.Strong */ -.highlight .gu { color: #2c2cff } /* Generic.Subheading */ -.highlight .gt { color: #2c2cff } /* Generic.Traceback */ -.highlight .kc { color: #2c2cff; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #2c2cff } /* Keyword.Declaration */ -.highlight .kn { color: #2c2cff } /* Keyword.Namespace */ -.highlight .kp { color: #2c2cff } /* Keyword.Pseudo */ -.highlight .kr { color: #353580; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #2c2cff } /* Keyword.Type */ -.highlight .m { color: #2e8b57; font-weight: bold } /* Literal.Number */ -.highlight .s { color: #800080 } /* Literal.String */ -.highlight .nb { color: #2c2cff } /* Name.Builtin */ -.highlight .nf { font-weight: bold; font-style: italic } /* Name.Function */ -.highlight .nv { color: #2c2cff; font-weight: bold } /* Name.Variable */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mb { color: #2e8b57; font-weight: bold } /* Literal.Number.Bin */ -.highlight .mf { color: #2e8b57; font-weight: bold } /* Literal.Number.Float */ -.highlight .mh { color: #2e8b57; font-weight: bold } /* Literal.Number.Hex */ -.highlight .mi { color: #2e8b57; font-weight: bold } /* Literal.Number.Integer */ -.highlight .mo { color: #2e8b57; font-weight: bold } /* Literal.Number.Oct */ -.highlight .sa { color: #800080 } /* Literal.String.Affix */ -.highlight .sb { color: #800080 } /* Literal.String.Backtick */ -.highlight .sc { color: #800080 } /* Literal.String.Char */ -.highlight .dl { color: #800080 } /* Literal.String.Delimiter */ -.highlight .sd { color: #800080 } /* Literal.String.Doc */ -.highlight .s2 { color: #800080 } /* Literal.String.Double */ -.highlight .se { color: #800080 } /* Literal.String.Escape */ -.highlight .sh { color: #800080 } /* Literal.String.Heredoc */ -.highlight .si { color: #800080 } /* Literal.String.Interpol */ -.highlight .sx { color: #800080 } /* Literal.String.Other */ -.highlight .sr { color: #800080 } /* Literal.String.Regex */ -.highlight .s1 { color: #800080 } /* Literal.String.Single */ -.highlight .ss { color: #800080 } /* Literal.String.Symbol */ -.highlight .bp { color: #2c2cff } /* Name.Builtin.Pseudo */ -.highlight .fm { font-weight: bold; font-style: italic } /* Name.Function.Magic */ -.highlight .vc { color: #2c2cff; font-weight: bold } /* Name.Variable.Class */ -.highlight .vg { color: #2c2cff; font-weight: bold } /* Name.Variable.Global */ -.highlight .vi { color: #2c2cff; font-weight: bold } /* Name.Variable.Instance */ -.highlight .vm { color: #2c2cff; font-weight: bold } /* Name.Variable.Magic */ -.highlight .il { color: #2e8b57; font-weight: bold } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/sas.min.css b/docs/blog/theme/pygments/sas.min.css deleted file mode 100644 index b8517df..0000000 --- a/docs/blog/theme/pygments/sas.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#080;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .g,.highlight .k{color:#2c2cff}.highlight .x{background-color:#ffffe0}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#080;font-style:italic}.highlight .gd{color:#2c2cff}.highlight .ge{color:#080}.highlight .gr{color:#d30202}.highlight .gh,.highlight .gi,.highlight .go,.highlight .gp,.highlight .gs,.highlight .gt,.highlight .gu{color:#2c2cff}.highlight .kc{color:#2c2cff;font-weight:700}.highlight .kd,.highlight .kn,.highlight .kp{color:#2c2cff}.highlight .kr{color:#353580;font-weight:700}.highlight .kt{color:#2c2cff}.highlight .m{color:#2e8b57;font-weight:700}.highlight .s{color:purple}.highlight .nb{color:#2c2cff}.highlight .nf{font-weight:700;font-style:italic}.highlight .nv{color:#2c2cff;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#2e8b57;font-weight:700}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:purple}.highlight .bp{color:#2c2cff}.highlight .fm{font-weight:700;font-style:italic}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#2c2cff;font-weight:700}.highlight .il{color:#2e8b57;font-weight:700} \ No newline at end of file diff --git a/docs/blog/theme/pygments/solarized-dark.css b/docs/blog/theme/pygments/solarized-dark.css deleted file mode 100644 index 80ac0f7..0000000 --- a/docs/blog/theme/pygments/solarized-dark.css +++ /dev/null @@ -1,78 +0,0 @@ -.highlight .hll { background-color: #073642 } -.highlight { background: #002b36; color: #839496 } -.highlight .c { color: #586e75; font-style: italic } /* Comment */ -.highlight .err { color: #839496; background-color: #dc322f } /* Error */ -.highlight .esc { color: #839496 } /* Escape */ -.highlight .g { color: #839496 } /* Generic */ -.highlight .k { color: #859900 } /* Keyword */ -.highlight .l { color: #839496 } /* Literal */ -.highlight .n { color: #839496 } /* Name */ -.highlight .o { color: #586e75 } /* Operator */ -.highlight .x { color: #839496 } /* Other */ -.highlight .p { color: #839496 } /* Punctuation */ -.highlight .ch { color: #586e75; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #586e75; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #d33682 } /* Comment.Preproc */ -.highlight .cpf { color: #586e75 } /* Comment.PreprocFile */ -.highlight .c1 { color: #586e75; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #586e75; font-style: italic } /* Comment.Special */ -.highlight .gd { color: #dc322f } /* Generic.Deleted */ -.highlight .ge { color: #839496; font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #dc322f } /* Generic.Error */ -.highlight .gh { color: #839496; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #859900 } /* Generic.Inserted */ -.highlight .go { color: #839496 } /* Generic.Output */ -.highlight .gp { color: #839496 } /* Generic.Prompt */ -.highlight .gs { color: #839496; font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #839496; text-decoration: underline } /* Generic.Subheading */ -.highlight .gt { color: #268bd2 } /* Generic.Traceback */ -.highlight .kc { color: #2aa198 } /* Keyword.Constant */ -.highlight .kd { color: #2aa198 } /* Keyword.Declaration */ -.highlight .kn { color: #cb4b16 } /* Keyword.Namespace */ -.highlight .kp { color: #859900 } /* Keyword.Pseudo */ -.highlight .kr { color: #859900 } /* Keyword.Reserved */ -.highlight .kt { color: #b58900 } /* Keyword.Type */ -.highlight .ld { color: #839496 } /* Literal.Date */ -.highlight .m { color: #2aa198 } /* Literal.Number */ -.highlight .s { color: #2aa198 } /* Literal.String */ -.highlight .na { color: #839496 } /* Name.Attribute */ -.highlight .nb { color: #268bd2 } /* Name.Builtin */ -.highlight .nc { color: #268bd2 } /* Name.Class */ -.highlight .no { color: #268bd2 } /* Name.Constant */ -.highlight .nd { color: #268bd2 } /* Name.Decorator */ -.highlight .ni { color: #268bd2 } /* Name.Entity */ -.highlight .ne { color: #268bd2 } /* Name.Exception */ -.highlight .nf { color: #268bd2 } /* Name.Function */ -.highlight .nl { color: #268bd2 } /* Name.Label */ -.highlight .nn { color: #268bd2 } /* Name.Namespace */ -.highlight .nx { color: #839496 } /* Name.Other */ -.highlight .py { color: #839496 } /* Name.Property */ -.highlight .nt { color: #268bd2 } /* Name.Tag */ -.highlight .nv { color: #268bd2 } /* Name.Variable */ -.highlight .ow { color: #859900 } /* Operator.Word */ -.highlight .w { color: #839496 } /* Text.Whitespace */ -.highlight .mb { color: #2aa198 } /* Literal.Number.Bin */ -.highlight .mf { color: #2aa198 } /* Literal.Number.Float */ -.highlight .mh { color: #2aa198 } /* Literal.Number.Hex */ -.highlight .mi { color: #2aa198 } /* Literal.Number.Integer */ -.highlight .mo { color: #2aa198 } /* Literal.Number.Oct */ -.highlight .sa { color: #2aa198 } /* Literal.String.Affix */ -.highlight .sb { color: #2aa198 } /* Literal.String.Backtick */ -.highlight .sc { color: #2aa198 } /* Literal.String.Char */ -.highlight .dl { color: #2aa198 } /* Literal.String.Delimiter */ -.highlight .sd { color: #586e75 } /* Literal.String.Doc */ -.highlight .s2 { color: #2aa198 } /* Literal.String.Double */ -.highlight .se { color: #2aa198 } /* Literal.String.Escape */ -.highlight .sh { color: #2aa198 } /* Literal.String.Heredoc */ -.highlight .si { color: #2aa198 } /* Literal.String.Interpol */ -.highlight .sx { color: #2aa198 } /* Literal.String.Other */ -.highlight .sr { color: #cb4b16 } /* Literal.String.Regex */ -.highlight .s1 { color: #2aa198 } /* Literal.String.Single */ -.highlight .ss { color: #2aa198 } /* Literal.String.Symbol */ -.highlight .bp { color: #268bd2 } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #268bd2 } /* Name.Function.Magic */ -.highlight .vc { color: #268bd2 } /* Name.Variable.Class */ -.highlight .vg { color: #268bd2 } /* Name.Variable.Global */ -.highlight .vi { color: #268bd2 } /* Name.Variable.Instance */ -.highlight .vm { color: #268bd2 } /* Name.Variable.Magic */ -.highlight .il { color: #2aa198 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/solarized-dark.min.css b/docs/blog/theme/pygments/solarized-dark.min.css deleted file mode 100644 index 1d2322f..0000000 --- a/docs/blog/theme/pygments/solarized-dark.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#073642}.highlight{background:#002b36;color:#839496}.highlight .c{color:#586e75;font-style:italic}.highlight .err{color:#839496;background-color:#dc322f}.highlight .esc,.highlight .g{color:#839496}.highlight .k{color:#859900}.highlight .l,.highlight .n{color:#839496}.highlight .o{color:#586e75}.highlight .p,.highlight .x{color:#839496}.highlight .ch,.highlight .cm{color:#586e75;font-style:italic}.highlight .cp{color:#d33682}.highlight .cpf{color:#586e75}.highlight .c1,.highlight .cs{color:#586e75;font-style:italic}.highlight .gd{color:#dc322f}.highlight .ge{color:#839496;font-style:italic}.highlight .gr{color:#dc322f}.highlight .gh{color:#839496;font-weight:700}.highlight .gi{color:#859900}.highlight .go,.highlight .gp{color:#839496}.highlight .gs{color:#839496;font-weight:700}.highlight .gu{color:#839496;text-decoration:underline}.highlight .gt{color:#268bd2}.highlight .kc,.highlight .kd{color:#2aa198}.highlight .kn{color:#cb4b16}.highlight .kp,.highlight .kr{color:#859900}.highlight .kt{color:#b58900}.highlight .ld{color:#839496}.highlight .m,.highlight .s{color:#2aa198}.highlight .na{color:#839496}.highlight .nb,.highlight .nc,.highlight .nd,.highlight .ne,.highlight .nf,.highlight .ni,.highlight .nl,.highlight .nn,.highlight .no{color:#268bd2}.highlight .nx,.highlight .py{color:#839496}.highlight .nt,.highlight .nv{color:#268bd2}.highlight .ow{color:#859900}.highlight .w{color:#839496}.highlight .dl,.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .sa,.highlight .sb,.highlight .sc{color:#2aa198}.highlight .sd{color:#586e75}.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#2aa198}.highlight .sr{color:#cb4b16}.highlight .s1,.highlight .ss{color:#2aa198}.highlight .bp,.highlight .fm,.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#268bd2}.highlight .il{color:#2aa198} \ No newline at end of file diff --git a/docs/blog/theme/pygments/solarized-light.css b/docs/blog/theme/pygments/solarized-light.css deleted file mode 100644 index 3254cc9..0000000 --- a/docs/blog/theme/pygments/solarized-light.css +++ /dev/null @@ -1,78 +0,0 @@ -.highlight .hll { background-color: #eee8d5 } -.highlight { background: #fdf6e3; color: #657b83 } -.highlight .c { color: #93a1a1; font-style: italic } /* Comment */ -.highlight .err { color: #657b83; background-color: #dc322f } /* Error */ -.highlight .esc { color: #657b83 } /* Escape */ -.highlight .g { color: #657b83 } /* Generic */ -.highlight .k { color: #859900 } /* Keyword */ -.highlight .l { color: #657b83 } /* Literal */ -.highlight .n { color: #657b83 } /* Name */ -.highlight .o { color: #93a1a1 } /* Operator */ -.highlight .x { color: #657b83 } /* Other */ -.highlight .p { color: #657b83 } /* Punctuation */ -.highlight .ch { color: #93a1a1; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #93a1a1; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #d33682 } /* Comment.Preproc */ -.highlight .cpf { color: #93a1a1 } /* Comment.PreprocFile */ -.highlight .c1 { color: #93a1a1; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #93a1a1; font-style: italic } /* Comment.Special */ -.highlight .gd { color: #dc322f } /* Generic.Deleted */ -.highlight .ge { color: #657b83; font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #dc322f } /* Generic.Error */ -.highlight .gh { color: #657b83; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #859900 } /* Generic.Inserted */ -.highlight .go { color: #657b83 } /* Generic.Output */ -.highlight .gp { color: #657b83 } /* Generic.Prompt */ -.highlight .gs { color: #657b83; font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #657b83; text-decoration: underline } /* Generic.Subheading */ -.highlight .gt { color: #268bd2 } /* Generic.Traceback */ -.highlight .kc { color: #2aa198 } /* Keyword.Constant */ -.highlight .kd { color: #2aa198 } /* Keyword.Declaration */ -.highlight .kn { color: #cb4b16 } /* Keyword.Namespace */ -.highlight .kp { color: #859900 } /* Keyword.Pseudo */ -.highlight .kr { color: #859900 } /* Keyword.Reserved */ -.highlight .kt { color: #b58900 } /* Keyword.Type */ -.highlight .ld { color: #657b83 } /* Literal.Date */ -.highlight .m { color: #2aa198 } /* Literal.Number */ -.highlight .s { color: #2aa198 } /* Literal.String */ -.highlight .na { color: #657b83 } /* Name.Attribute */ -.highlight .nb { color: #268bd2 } /* Name.Builtin */ -.highlight .nc { color: #268bd2 } /* Name.Class */ -.highlight .no { color: #268bd2 } /* Name.Constant */ -.highlight .nd { color: #268bd2 } /* Name.Decorator */ -.highlight .ni { color: #268bd2 } /* Name.Entity */ -.highlight .ne { color: #268bd2 } /* Name.Exception */ -.highlight .nf { color: #268bd2 } /* Name.Function */ -.highlight .nl { color: #268bd2 } /* Name.Label */ -.highlight .nn { color: #268bd2 } /* Name.Namespace */ -.highlight .nx { color: #657b83 } /* Name.Other */ -.highlight .py { color: #657b83 } /* Name.Property */ -.highlight .nt { color: #268bd2 } /* Name.Tag */ -.highlight .nv { color: #268bd2 } /* Name.Variable */ -.highlight .ow { color: #859900 } /* Operator.Word */ -.highlight .w { color: #657b83 } /* Text.Whitespace */ -.highlight .mb { color: #2aa198 } /* Literal.Number.Bin */ -.highlight .mf { color: #2aa198 } /* Literal.Number.Float */ -.highlight .mh { color: #2aa198 } /* Literal.Number.Hex */ -.highlight .mi { color: #2aa198 } /* Literal.Number.Integer */ -.highlight .mo { color: #2aa198 } /* Literal.Number.Oct */ -.highlight .sa { color: #2aa198 } /* Literal.String.Affix */ -.highlight .sb { color: #2aa198 } /* Literal.String.Backtick */ -.highlight .sc { color: #2aa198 } /* Literal.String.Char */ -.highlight .dl { color: #2aa198 } /* Literal.String.Delimiter */ -.highlight .sd { color: #93a1a1 } /* Literal.String.Doc */ -.highlight .s2 { color: #2aa198 } /* Literal.String.Double */ -.highlight .se { color: #2aa198 } /* Literal.String.Escape */ -.highlight .sh { color: #2aa198 } /* Literal.String.Heredoc */ -.highlight .si { color: #2aa198 } /* Literal.String.Interpol */ -.highlight .sx { color: #2aa198 } /* Literal.String.Other */ -.highlight .sr { color: #cb4b16 } /* Literal.String.Regex */ -.highlight .s1 { color: #2aa198 } /* Literal.String.Single */ -.highlight .ss { color: #2aa198 } /* Literal.String.Symbol */ -.highlight .bp { color: #268bd2 } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #268bd2 } /* Name.Function.Magic */ -.highlight .vc { color: #268bd2 } /* Name.Variable.Class */ -.highlight .vg { color: #268bd2 } /* Name.Variable.Global */ -.highlight .vi { color: #268bd2 } /* Name.Variable.Instance */ -.highlight .vm { color: #268bd2 } /* Name.Variable.Magic */ -.highlight .il { color: #2aa198 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/solarized-light.min.css b/docs/blog/theme/pygments/solarized-light.min.css deleted file mode 100644 index aaf3274..0000000 --- a/docs/blog/theme/pygments/solarized-light.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#eee8d5}.highlight{background:#fdf6e3;color:#657b83}.highlight .c{color:#93a1a1;font-style:italic}.highlight .err{color:#657b83;background-color:#dc322f}.highlight .esc,.highlight .g{color:#657b83}.highlight .k{color:#859900}.highlight .l,.highlight .n{color:#657b83}.highlight .o{color:#93a1a1}.highlight .p,.highlight .x{color:#657b83}.highlight .ch,.highlight .cm{color:#93a1a1;font-style:italic}.highlight .cp{color:#d33682}.highlight .cpf{color:#93a1a1}.highlight .c1,.highlight .cs{color:#93a1a1;font-style:italic}.highlight .gd{color:#dc322f}.highlight .ge{color:#657b83;font-style:italic}.highlight .gr{color:#dc322f}.highlight .gh{color:#657b83;font-weight:700}.highlight .gi{color:#859900}.highlight .go,.highlight .gp{color:#657b83}.highlight .gs{color:#657b83;font-weight:700}.highlight .gu{color:#657b83;text-decoration:underline}.highlight .gt{color:#268bd2}.highlight .kc,.highlight .kd{color:#2aa198}.highlight .kn{color:#cb4b16}.highlight .kp,.highlight .kr{color:#859900}.highlight .kt{color:#b58900}.highlight .ld{color:#657b83}.highlight .m,.highlight .s{color:#2aa198}.highlight .na{color:#657b83}.highlight .nb,.highlight .nc,.highlight .nd,.highlight .ne,.highlight .nf,.highlight .ni,.highlight .nl,.highlight .nn,.highlight .no{color:#268bd2}.highlight .nx,.highlight .py{color:#657b83}.highlight .nt,.highlight .nv{color:#268bd2}.highlight .ow{color:#859900}.highlight .w{color:#657b83}.highlight .dl,.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .sa,.highlight .sb,.highlight .sc{color:#2aa198}.highlight .sd{color:#93a1a1}.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#2aa198}.highlight .sr{color:#cb4b16}.highlight .s1,.highlight .ss{color:#2aa198}.highlight .bp,.highlight .fm,.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#268bd2}.highlight .il{color:#2aa198} \ No newline at end of file diff --git a/docs/blog/theme/pygments/stata-dark.css b/docs/blog/theme/pygments/stata-dark.css deleted file mode 100644 index 2ed7c17..0000000 --- a/docs/blog/theme/pygments/stata-dark.css +++ /dev/null @@ -1,48 +0,0 @@ -.highlight .hll { background-color: #49483e } -.highlight { background: #232629; color: #cccccc } -.highlight .c { color: #777777; font-style: italic } /* Comment */ -.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -.highlight .k { color: #7686bb; font-weight: bold } /* Keyword */ -.highlight .ch { color: #777777; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #777777; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #777777; font-style: italic } /* Comment.Preproc */ -.highlight .cpf { color: #777777; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #777777; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #777777; font-style: italic } /* Comment.Special */ -.highlight .gp { color: #ffffff } /* Generic.Prompt */ -.highlight .kc { color: #7686bb; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #7686bb; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #7686bb; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #7686bb; font-weight: bold } /* Keyword.Pseudo */ -.highlight .kr { color: #7686bb; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #7686bb; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #4FB8CC } /* Literal.Number */ -.highlight .s { color: #51cc99 } /* Literal.String */ -.highlight .nf { color: #6a6aff } /* Name.Function */ -.highlight .nx { color: #e2828e } /* Name.Other */ -.highlight .nv { color: #7AB4DB; font-weight: bold } /* Name.Variable */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mb { color: #4FB8CC } /* Literal.Number.Bin */ -.highlight .mf { color: #4FB8CC } /* Literal.Number.Float */ -.highlight .mh { color: #4FB8CC } /* Literal.Number.Hex */ -.highlight .mi { color: #4FB8CC } /* Literal.Number.Integer */ -.highlight .mo { color: #4FB8CC } /* Literal.Number.Oct */ -.highlight .sa { color: #51cc99 } /* Literal.String.Affix */ -.highlight .sb { color: #51cc99 } /* Literal.String.Backtick */ -.highlight .sc { color: #51cc99 } /* Literal.String.Char */ -.highlight .dl { color: #51cc99 } /* Literal.String.Delimiter */ -.highlight .sd { color: #51cc99 } /* Literal.String.Doc */ -.highlight .s2 { color: #51cc99 } /* Literal.String.Double */ -.highlight .se { color: #51cc99 } /* Literal.String.Escape */ -.highlight .sh { color: #51cc99 } /* Literal.String.Heredoc */ -.highlight .si { color: #51cc99 } /* Literal.String.Interpol */ -.highlight .sx { color: #51cc99 } /* Literal.String.Other */ -.highlight .sr { color: #51cc99 } /* Literal.String.Regex */ -.highlight .s1 { color: #51cc99 } /* Literal.String.Single */ -.highlight .ss { color: #51cc99 } /* Literal.String.Symbol */ -.highlight .fm { color: #6a6aff } /* Name.Function.Magic */ -.highlight .vc { color: #7AB4DB; font-weight: bold } /* Name.Variable.Class */ -.highlight .vg { color: #BE646C; font-weight: bold } /* Name.Variable.Global */ -.highlight .vi { color: #7AB4DB; font-weight: bold } /* Name.Variable.Instance */ -.highlight .vm { color: #7AB4DB; font-weight: bold } /* Name.Variable.Magic */ -.highlight .il { color: #4FB8CC } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/stata-dark.min.css b/docs/blog/theme/pygments/stata-dark.min.css deleted file mode 100644 index 52626bf..0000000 --- a/docs/blog/theme/pygments/stata-dark.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#49483e}.highlight{background:#232629;color:#ccc}.highlight .c{color:#777;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{color:#7686bb;font-weight:700}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#777;font-style:italic}.highlight .gp{color:#fff}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#7686bb;font-weight:700}.highlight .m{color:#4fb8cc}.highlight .s{color:#51cc99}.highlight .nf{color:#6a6aff}.highlight .nx{color:#e2828e}.highlight .nv{color:#7ab4db;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#4fb8cc}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#51cc99}.highlight .fm{color:#6a6aff}.highlight .vc{color:#7ab4db;font-weight:700}.highlight .vg{color:#be646c;font-weight:700}.highlight .vi,.highlight .vm{color:#7ab4db;font-weight:700}.highlight .il{color:#4fb8cc} \ No newline at end of file diff --git a/docs/blog/theme/pygments/stata-light.css b/docs/blog/theme/pygments/stata-light.css deleted file mode 100644 index 6e06093..0000000 --- a/docs/blog/theme/pygments/stata-light.css +++ /dev/null @@ -1,47 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #ffffff; color: #111111 } -.highlight .c { color: #008800; font-style: italic } /* Comment */ -.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -.highlight .k { color: #353580; font-weight: bold } /* Keyword */ -.highlight .ch { color: #008800; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #008800; font-style: italic } /* Comment.Preproc */ -.highlight .cpf { color: #008800; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #008800; font-style: italic } /* Comment.Special */ -.highlight .kc { color: #353580; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #353580; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #353580; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #353580; font-weight: bold } /* Keyword.Pseudo */ -.highlight .kr { color: #353580; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #353580; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #2c2cff } /* Literal.Number */ -.highlight .s { color: #7a2424 } /* Literal.String */ -.highlight .nf { color: #2c2cff } /* Name.Function */ -.highlight .nx { color: #be646c } /* Name.Other */ -.highlight .nv { color: #35baba; font-weight: bold } /* Name.Variable */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mb { color: #2c2cff } /* Literal.Number.Bin */ -.highlight .mf { color: #2c2cff } /* Literal.Number.Float */ -.highlight .mh { color: #2c2cff } /* Literal.Number.Hex */ -.highlight .mi { color: #2c2cff } /* Literal.Number.Integer */ -.highlight .mo { color: #2c2cff } /* Literal.Number.Oct */ -.highlight .sa { color: #7a2424 } /* Literal.String.Affix */ -.highlight .sb { color: #7a2424 } /* Literal.String.Backtick */ -.highlight .sc { color: #7a2424 } /* Literal.String.Char */ -.highlight .dl { color: #7a2424 } /* Literal.String.Delimiter */ -.highlight .sd { color: #7a2424 } /* Literal.String.Doc */ -.highlight .s2 { color: #7a2424 } /* Literal.String.Double */ -.highlight .se { color: #7a2424 } /* Literal.String.Escape */ -.highlight .sh { color: #7a2424 } /* Literal.String.Heredoc */ -.highlight .si { color: #7a2424 } /* Literal.String.Interpol */ -.highlight .sx { color: #7a2424 } /* Literal.String.Other */ -.highlight .sr { color: #7a2424 } /* Literal.String.Regex */ -.highlight .s1 { color: #7a2424 } /* Literal.String.Single */ -.highlight .ss { color: #7a2424 } /* Literal.String.Symbol */ -.highlight .fm { color: #2c2cff } /* Name.Function.Magic */ -.highlight .vc { color: #35baba; font-weight: bold } /* Name.Variable.Class */ -.highlight .vg { color: #b5565e; font-weight: bold } /* Name.Variable.Global */ -.highlight .vi { color: #35baba; font-weight: bold } /* Name.Variable.Instance */ -.highlight .vm { color: #35baba; font-weight: bold } /* Name.Variable.Magic */ -.highlight .il { color: #2c2cff } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/stata-light.min.css b/docs/blog/theme/pygments/stata-light.min.css deleted file mode 100644 index 71485a0..0000000 --- a/docs/blog/theme/pygments/stata-light.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff;color:#111}.highlight .c{color:#080;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{color:#353580;font-weight:700}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#080;font-style:italic}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#353580;font-weight:700}.highlight .m{color:#2c2cff}.highlight .s{color:#7a2424}.highlight .nf{color:#2c2cff}.highlight .nx{color:#be646c}.highlight .nv{color:#35baba;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#2c2cff}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#7a2424}.highlight .fm{color:#2c2cff}.highlight .vc{color:#35baba;font-weight:700}.highlight .vg{color:#b5565e;font-weight:700}.highlight .vi,.highlight .vm{color:#35baba;font-weight:700}.highlight .il{color:#2c2cff} \ No newline at end of file diff --git a/docs/blog/theme/pygments/stata.css b/docs/blog/theme/pygments/stata.css deleted file mode 100644 index 6e06093..0000000 --- a/docs/blog/theme/pygments/stata.css +++ /dev/null @@ -1,47 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #ffffff; color: #111111 } -.highlight .c { color: #008800; font-style: italic } /* Comment */ -.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -.highlight .k { color: #353580; font-weight: bold } /* Keyword */ -.highlight .ch { color: #008800; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #008800; font-style: italic } /* Comment.Preproc */ -.highlight .cpf { color: #008800; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #008800; font-style: italic } /* Comment.Special */ -.highlight .kc { color: #353580; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #353580; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #353580; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #353580; font-weight: bold } /* Keyword.Pseudo */ -.highlight .kr { color: #353580; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #353580; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #2c2cff } /* Literal.Number */ -.highlight .s { color: #7a2424 } /* Literal.String */ -.highlight .nf { color: #2c2cff } /* Name.Function */ -.highlight .nx { color: #be646c } /* Name.Other */ -.highlight .nv { color: #35baba; font-weight: bold } /* Name.Variable */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mb { color: #2c2cff } /* Literal.Number.Bin */ -.highlight .mf { color: #2c2cff } /* Literal.Number.Float */ -.highlight .mh { color: #2c2cff } /* Literal.Number.Hex */ -.highlight .mi { color: #2c2cff } /* Literal.Number.Integer */ -.highlight .mo { color: #2c2cff } /* Literal.Number.Oct */ -.highlight .sa { color: #7a2424 } /* Literal.String.Affix */ -.highlight .sb { color: #7a2424 } /* Literal.String.Backtick */ -.highlight .sc { color: #7a2424 } /* Literal.String.Char */ -.highlight .dl { color: #7a2424 } /* Literal.String.Delimiter */ -.highlight .sd { color: #7a2424 } /* Literal.String.Doc */ -.highlight .s2 { color: #7a2424 } /* Literal.String.Double */ -.highlight .se { color: #7a2424 } /* Literal.String.Escape */ -.highlight .sh { color: #7a2424 } /* Literal.String.Heredoc */ -.highlight .si { color: #7a2424 } /* Literal.String.Interpol */ -.highlight .sx { color: #7a2424 } /* Literal.String.Other */ -.highlight .sr { color: #7a2424 } /* Literal.String.Regex */ -.highlight .s1 { color: #7a2424 } /* Literal.String.Single */ -.highlight .ss { color: #7a2424 } /* Literal.String.Symbol */ -.highlight .fm { color: #2c2cff } /* Name.Function.Magic */ -.highlight .vc { color: #35baba; font-weight: bold } /* Name.Variable.Class */ -.highlight .vg { color: #b5565e; font-weight: bold } /* Name.Variable.Global */ -.highlight .vi { color: #35baba; font-weight: bold } /* Name.Variable.Instance */ -.highlight .vm { color: #35baba; font-weight: bold } /* Name.Variable.Magic */ -.highlight .il { color: #2c2cff } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/stata.min.css b/docs/blog/theme/pygments/stata.min.css deleted file mode 100644 index 71485a0..0000000 --- a/docs/blog/theme/pygments/stata.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff;color:#111}.highlight .c{color:#080;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{color:#353580;font-weight:700}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#080;font-style:italic}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#353580;font-weight:700}.highlight .m{color:#2c2cff}.highlight .s{color:#7a2424}.highlight .nf{color:#2c2cff}.highlight .nx{color:#be646c}.highlight .nv{color:#35baba;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#2c2cff}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#7a2424}.highlight .fm{color:#2c2cff}.highlight .vc{color:#35baba;font-weight:700}.highlight .vg{color:#b5565e;font-weight:700}.highlight .vi,.highlight .vm{color:#35baba;font-weight:700}.highlight .il{color:#2c2cff} \ No newline at end of file diff --git a/docs/blog/theme/pygments/tango.css b/docs/blog/theme/pygments/tango.css deleted file mode 100644 index b0ec841..0000000 --- a/docs/blog/theme/pygments/tango.css +++ /dev/null @@ -1,77 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #f8f8f8; } -.highlight .c { color: #8f5902; font-style: italic } /* Comment */ -.highlight .err { color: #a40000; border: 1px solid #ef2929 } /* Error */ -.highlight .g { color: #000000 } /* Generic */ -.highlight .k { color: #204a87; font-weight: bold } /* Keyword */ -.highlight .l { color: #000000 } /* Literal */ -.highlight .n { color: #000000 } /* Name */ -.highlight .o { color: #ce5c00; font-weight: bold } /* Operator */ -.highlight .x { color: #000000 } /* Other */ -.highlight .p { color: #000000; font-weight: bold } /* Punctuation */ -.highlight .ch { color: #8f5902; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #8f5902; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #8f5902; font-style: italic } /* Comment.Preproc */ -.highlight .cpf { color: #8f5902; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #8f5902; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #8f5902; font-style: italic } /* Comment.Special */ -.highlight .gd { color: #a40000 } /* Generic.Deleted */ -.highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #ef2929 } /* Generic.Error */ -.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #00A000 } /* Generic.Inserted */ -.highlight .go { color: #000000; font-style: italic } /* Generic.Output */ -.highlight .gp { color: #8f5902 } /* Generic.Prompt */ -.highlight .gs { color: #000000; font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -.highlight .gt { color: #a40000; font-weight: bold } /* Generic.Traceback */ -.highlight .kc { color: #204a87; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #204a87; font-weight: bold } /* Keyword.Pseudo */ -.highlight .kr { color: #204a87; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #204a87; font-weight: bold } /* Keyword.Type */ -.highlight .ld { color: #000000 } /* Literal.Date */ -.highlight .m { color: #0000cf; font-weight: bold } /* Literal.Number */ -.highlight .s { color: #4e9a06 } /* Literal.String */ -.highlight .na { color: #c4a000 } /* Name.Attribute */ -.highlight .nb { color: #204a87 } /* Name.Builtin */ -.highlight .nc { color: #000000 } /* Name.Class */ -.highlight .no { color: #000000 } /* Name.Constant */ -.highlight .nd { color: #5c35cc; font-weight: bold } /* Name.Decorator */ -.highlight .ni { color: #ce5c00 } /* Name.Entity */ -.highlight .ne { color: #cc0000; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #000000 } /* Name.Function */ -.highlight .nl { color: #f57900 } /* Name.Label */ -.highlight .nn { color: #000000 } /* Name.Namespace */ -.highlight .nx { color: #000000 } /* Name.Other */ -.highlight .py { color: #000000 } /* Name.Property */ -.highlight .nt { color: #204a87; font-weight: bold } /* Name.Tag */ -.highlight .nv { color: #000000 } /* Name.Variable */ -.highlight .ow { color: #204a87; font-weight: bold } /* Operator.Word */ -.highlight .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */ -.highlight .mb { color: #0000cf; font-weight: bold } /* Literal.Number.Bin */ -.highlight .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */ -.highlight .mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */ -.highlight .mi { color: #0000cf; font-weight: bold } /* Literal.Number.Integer */ -.highlight .mo { color: #0000cf; font-weight: bold } /* Literal.Number.Oct */ -.highlight .sa { color: #4e9a06 } /* Literal.String.Affix */ -.highlight .sb { color: #4e9a06 } /* Literal.String.Backtick */ -.highlight .sc { color: #4e9a06 } /* Literal.String.Char */ -.highlight .dl { color: #4e9a06 } /* Literal.String.Delimiter */ -.highlight .sd { color: #8f5902; font-style: italic } /* Literal.String.Doc */ -.highlight .s2 { color: #4e9a06 } /* Literal.String.Double */ -.highlight .se { color: #4e9a06 } /* Literal.String.Escape */ -.highlight .sh { color: #4e9a06 } /* Literal.String.Heredoc */ -.highlight .si { color: #4e9a06 } /* Literal.String.Interpol */ -.highlight .sx { color: #4e9a06 } /* Literal.String.Other */ -.highlight .sr { color: #4e9a06 } /* Literal.String.Regex */ -.highlight .s1 { color: #4e9a06 } /* Literal.String.Single */ -.highlight .ss { color: #4e9a06 } /* Literal.String.Symbol */ -.highlight .bp { color: #3465a4 } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #000000 } /* Name.Function.Magic */ -.highlight .vc { color: #000000 } /* Name.Variable.Class */ -.highlight .vg { color: #000000 } /* Name.Variable.Global */ -.highlight .vi { color: #000000 } /* Name.Variable.Instance */ -.highlight .vm { color: #000000 } /* Name.Variable.Magic */ -.highlight .il { color: #0000cf; font-weight: bold } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/tango.min.css b/docs/blog/theme/pygments/tango.min.css deleted file mode 100644 index 3a02732..0000000 --- a/docs/blog/theme/pygments/tango.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#f8f8f8}.highlight .c{color:#8f5902;font-style:italic}.highlight .err{color:#a40000;border:1px solid #ef2929}.highlight .g{color:#000}.highlight .k{color:#204a87;font-weight:700}.highlight .l,.highlight .n{color:#000}.highlight .o{color:#ce5c00;font-weight:700}.highlight .x{color:#000}.highlight .p{color:#000;font-weight:700}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#8f5902;font-style:italic}.highlight .gd{color:#a40000}.highlight .ge{color:#000;font-style:italic}.highlight .gr{color:#ef2929}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00a000}.highlight .go{color:#000;font-style:italic}.highlight .gp{color:#8f5902}.highlight .gs{color:#000;font-weight:700}.highlight .gu{color:purple;font-weight:700}.highlight .gt{color:#a40000;font-weight:700}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#204a87;font-weight:700}.highlight .ld{color:#000}.highlight .m{color:#0000cf;font-weight:700}.highlight .s{color:#4e9a06}.highlight .na{color:#c4a000}.highlight .nb{color:#204a87}.highlight .nc,.highlight .no{color:#000}.highlight .nd{color:#5c35cc;font-weight:700}.highlight .ni{color:#ce5c00}.highlight .ne{color:#c00;font-weight:700}.highlight .nf{color:#000}.highlight .nl{color:#f57900}.highlight .nn,.highlight .nx,.highlight .py{color:#000}.highlight .nt{color:#204a87;font-weight:700}.highlight .nv{color:#000}.highlight .ow{color:#204a87;font-weight:700}.highlight .w{color:#f8f8f8;text-decoration:underline}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#0000cf;font-weight:700}.highlight .dl,.highlight .sa,.highlight .sb,.highlight .sc{color:#4e9a06}.highlight .sd{color:#8f5902;font-style:italic}.highlight .s1,.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#4e9a06}.highlight .bp{color:#3465a4}.highlight .fm,.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#000}.highlight .il{color:#0000cf;font-weight:700} \ No newline at end of file diff --git a/docs/blog/theme/pygments/trac.css b/docs/blog/theme/pygments/trac.css deleted file mode 100644 index 05fa84e..0000000 --- a/docs/blog/theme/pygments/trac.css +++ /dev/null @@ -1,67 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #ffffff; } -.highlight .c { color: #999988; font-style: italic } /* Comment */ -.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -.highlight .k { font-weight: bold } /* Keyword */ -.highlight .o { font-weight: bold } /* Operator */ -.highlight .ch { color: #999988; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */ -.highlight .cpf { color: #999988; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ -.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #aa0000 } /* Generic.Error */ -.highlight .gh { color: #999999 } /* Generic.Heading */ -.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #555555 } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #aaaaaa } /* Generic.Subheading */ -.highlight .gt { color: #aa0000 } /* Generic.Traceback */ -.highlight .kc { font-weight: bold } /* Keyword.Constant */ -.highlight .kd { font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { font-weight: bold } /* Keyword.Pseudo */ -.highlight .kr { font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #009999 } /* Literal.Number */ -.highlight .s { color: #bb8844 } /* Literal.String */ -.highlight .na { color: #008080 } /* Name.Attribute */ -.highlight .nb { color: #999999 } /* Name.Builtin */ -.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */ -.highlight .no { color: #008080 } /* Name.Constant */ -.highlight .ni { color: #800080 } /* Name.Entity */ -.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */ -.highlight .nn { color: #555555 } /* Name.Namespace */ -.highlight .nt { color: #000080 } /* Name.Tag */ -.highlight .nv { color: #008080 } /* Name.Variable */ -.highlight .ow { font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mb { color: #009999 } /* Literal.Number.Bin */ -.highlight .mf { color: #009999 } /* Literal.Number.Float */ -.highlight .mh { color: #009999 } /* Literal.Number.Hex */ -.highlight .mi { color: #009999 } /* Literal.Number.Integer */ -.highlight .mo { color: #009999 } /* Literal.Number.Oct */ -.highlight .sa { color: #bb8844 } /* Literal.String.Affix */ -.highlight .sb { color: #bb8844 } /* Literal.String.Backtick */ -.highlight .sc { color: #bb8844 } /* Literal.String.Char */ -.highlight .dl { color: #bb8844 } /* Literal.String.Delimiter */ -.highlight .sd { color: #bb8844 } /* Literal.String.Doc */ -.highlight .s2 { color: #bb8844 } /* Literal.String.Double */ -.highlight .se { color: #bb8844 } /* Literal.String.Escape */ -.highlight .sh { color: #bb8844 } /* Literal.String.Heredoc */ -.highlight .si { color: #bb8844 } /* Literal.String.Interpol */ -.highlight .sx { color: #bb8844 } /* Literal.String.Other */ -.highlight .sr { color: #808000 } /* Literal.String.Regex */ -.highlight .s1 { color: #bb8844 } /* Literal.String.Single */ -.highlight .ss { color: #bb8844 } /* Literal.String.Symbol */ -.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #990000; font-weight: bold } /* Name.Function.Magic */ -.highlight .vc { color: #008080 } /* Name.Variable.Class */ -.highlight .vg { color: #008080 } /* Name.Variable.Global */ -.highlight .vi { color: #008080 } /* Name.Variable.Instance */ -.highlight .vm { color: #008080 } /* Name.Variable.Magic */ -.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/trac.min.css b/docs/blog/theme/pygments/trac.min.css deleted file mode 100644 index 610e972..0000000 --- a/docs/blog/theme/pygments/trac.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k,.highlight .o{font-weight:700}.highlight .ch,.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:700}.highlight .c1,.highlight .cpf{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:700;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{font-weight:700}.highlight .kt{color:#458}.highlight .m{color:#099}.highlight .s{color:#b84}.highlight .na{color:teal}.highlight .nb{color:#999}.highlight .nc{color:#458;font-weight:700}.highlight .no{color:teal}.highlight .ni{color:purple}.highlight .ne,.highlight .nf{color:#900;font-weight:700}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#b84}.highlight .sr{color:olive}.highlight .s1,.highlight .ss{color:#b84}.highlight .bp{color:#999}.highlight .fm{color:#900;font-weight:700}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:teal}.highlight .il{color:#099} \ No newline at end of file diff --git a/docs/blog/theme/pygments/vim.css b/docs/blog/theme/pygments/vim.css deleted file mode 100644 index afed707..0000000 --- a/docs/blog/theme/pygments/vim.css +++ /dev/null @@ -1,78 +0,0 @@ -.highlight .hll { background-color: #222222 } -.highlight { background: #000000; color: #cccccc } -.highlight .c { color: #000080 } /* Comment */ -.highlight .err { color: #cccccc; border: 1px solid #FF0000 } /* Error */ -.highlight .esc { color: #cccccc } /* Escape */ -.highlight .g { color: #cccccc } /* Generic */ -.highlight .k { color: #cdcd00 } /* Keyword */ -.highlight .l { color: #cccccc } /* Literal */ -.highlight .n { color: #cccccc } /* Name */ -.highlight .o { color: #3399cc } /* Operator */ -.highlight .x { color: #cccccc } /* Other */ -.highlight .p { color: #cccccc } /* Punctuation */ -.highlight .ch { color: #000080 } /* Comment.Hashbang */ -.highlight .cm { color: #000080 } /* Comment.Multiline */ -.highlight .cp { color: #000080 } /* Comment.Preproc */ -.highlight .cpf { color: #000080 } /* Comment.PreprocFile */ -.highlight .c1 { color: #000080 } /* Comment.Single */ -.highlight .cs { color: #cd0000; font-weight: bold } /* Comment.Special */ -.highlight .gd { color: #cd0000 } /* Generic.Deleted */ -.highlight .ge { color: #cccccc; font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #FF0000 } /* Generic.Error */ -.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #00cd00 } /* Generic.Inserted */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ -.highlight .gs { color: #cccccc; font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -.highlight .gt { color: #0044DD } /* Generic.Traceback */ -.highlight .kc { color: #cdcd00 } /* Keyword.Constant */ -.highlight .kd { color: #00cd00 } /* Keyword.Declaration */ -.highlight .kn { color: #cd00cd } /* Keyword.Namespace */ -.highlight .kp { color: #cdcd00 } /* Keyword.Pseudo */ -.highlight .kr { color: #cdcd00 } /* Keyword.Reserved */ -.highlight .kt { color: #00cd00 } /* Keyword.Type */ -.highlight .ld { color: #cccccc } /* Literal.Date */ -.highlight .m { color: #cd00cd } /* Literal.Number */ -.highlight .s { color: #cd0000 } /* Literal.String */ -.highlight .na { color: #cccccc } /* Name.Attribute */ -.highlight .nb { color: #cd00cd } /* Name.Builtin */ -.highlight .nc { color: #00cdcd } /* Name.Class */ -.highlight .no { color: #cccccc } /* Name.Constant */ -.highlight .nd { color: #cccccc } /* Name.Decorator */ -.highlight .ni { color: #cccccc } /* Name.Entity */ -.highlight .ne { color: #666699; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #cccccc } /* Name.Function */ -.highlight .nl { color: #cccccc } /* Name.Label */ -.highlight .nn { color: #cccccc } /* Name.Namespace */ -.highlight .nx { color: #cccccc } /* Name.Other */ -.highlight .py { color: #cccccc } /* Name.Property */ -.highlight .nt { color: #cccccc } /* Name.Tag */ -.highlight .nv { color: #00cdcd } /* Name.Variable */ -.highlight .ow { color: #cdcd00 } /* Operator.Word */ -.highlight .w { color: #cccccc } /* Text.Whitespace */ -.highlight .mb { color: #cd00cd } /* Literal.Number.Bin */ -.highlight .mf { color: #cd00cd } /* Literal.Number.Float */ -.highlight .mh { color: #cd00cd } /* Literal.Number.Hex */ -.highlight .mi { color: #cd00cd } /* Literal.Number.Integer */ -.highlight .mo { color: #cd00cd } /* Literal.Number.Oct */ -.highlight .sa { color: #cd0000 } /* Literal.String.Affix */ -.highlight .sb { color: #cd0000 } /* Literal.String.Backtick */ -.highlight .sc { color: #cd0000 } /* Literal.String.Char */ -.highlight .dl { color: #cd0000 } /* Literal.String.Delimiter */ -.highlight .sd { color: #cd0000 } /* Literal.String.Doc */ -.highlight .s2 { color: #cd0000 } /* Literal.String.Double */ -.highlight .se { color: #cd0000 } /* Literal.String.Escape */ -.highlight .sh { color: #cd0000 } /* Literal.String.Heredoc */ -.highlight .si { color: #cd0000 } /* Literal.String.Interpol */ -.highlight .sx { color: #cd0000 } /* Literal.String.Other */ -.highlight .sr { color: #cd0000 } /* Literal.String.Regex */ -.highlight .s1 { color: #cd0000 } /* Literal.String.Single */ -.highlight .ss { color: #cd0000 } /* Literal.String.Symbol */ -.highlight .bp { color: #cd00cd } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #cccccc } /* Name.Function.Magic */ -.highlight .vc { color: #00cdcd } /* Name.Variable.Class */ -.highlight .vg { color: #00cdcd } /* Name.Variable.Global */ -.highlight .vi { color: #00cdcd } /* Name.Variable.Instance */ -.highlight .vm { color: #00cdcd } /* Name.Variable.Magic */ -.highlight .il { color: #cd00cd } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/vim.min.css b/docs/blog/theme/pygments/vim.min.css deleted file mode 100644 index 2074cd2..0000000 --- a/docs/blog/theme/pygments/vim.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#222}.highlight{background:#000;color:#ccc}.highlight .c{color:navy}.highlight .err{color:#ccc;border:1px solid red}.highlight .esc,.highlight .g{color:#ccc}.highlight .k{color:#cdcd00}.highlight .l,.highlight .n{color:#ccc}.highlight .o{color:#39c}.highlight .p,.highlight .x{color:#ccc}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf{color:navy}.highlight .cs{color:#cd0000;font-weight:700}.highlight .gd{color:#cd0000}.highlight .ge{color:#ccc;font-style:italic}.highlight .gr{color:red}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00cd00}.highlight .go{color:#888}.highlight .gp{color:navy;font-weight:700}.highlight .gs{color:#ccc;font-weight:700}.highlight .gu{color:purple;font-weight:700}.highlight .gt{color:#04d}.highlight .kc{color:#cdcd00}.highlight .kd{color:#00cd00}.highlight .kn{color:#cd00cd}.highlight .kp,.highlight .kr{color:#cdcd00}.highlight .kt{color:#00cd00}.highlight .ld{color:#ccc}.highlight .m{color:#cd00cd}.highlight .s{color:#cd0000}.highlight .na{color:#ccc}.highlight .nb{color:#cd00cd}.highlight .nc{color:#00cdcd}.highlight .nd,.highlight .ni,.highlight .no{color:#ccc}.highlight .ne{color:#669;font-weight:700}.highlight .nf,.highlight .nl,.highlight .nn,.highlight .nt,.highlight .nx,.highlight .py{color:#ccc}.highlight .nv{color:#00cdcd}.highlight .ow{color:#cdcd00}.highlight .w{color:#ccc}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#cd00cd}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#cd0000}.highlight .bp{color:#cd00cd}.highlight .fm{color:#ccc}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#00cdcd}.highlight .il{color:#cd00cd} \ No newline at end of file diff --git a/docs/blog/theme/pygments/vs.css b/docs/blog/theme/pygments/vs.css deleted file mode 100644 index af4b2a0..0000000 --- a/docs/blog/theme/pygments/vs.css +++ /dev/null @@ -1,38 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #ffffff; } -.highlight .c { color: #008000 } /* Comment */ -.highlight .err { border: 1px solid #FF0000 } /* Error */ -.highlight .k { color: #0000ff } /* Keyword */ -.highlight .ch { color: #008000 } /* Comment.Hashbang */ -.highlight .cm { color: #008000 } /* Comment.Multiline */ -.highlight .cp { color: #0000ff } /* Comment.Preproc */ -.highlight .cpf { color: #008000 } /* Comment.PreprocFile */ -.highlight .c1 { color: #008000 } /* Comment.Single */ -.highlight .cs { color: #008000 } /* Comment.Special */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gh { font-weight: bold } /* Generic.Heading */ -.highlight .gp { font-weight: bold } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { font-weight: bold } /* Generic.Subheading */ -.highlight .kc { color: #0000ff } /* Keyword.Constant */ -.highlight .kd { color: #0000ff } /* Keyword.Declaration */ -.highlight .kn { color: #0000ff } /* Keyword.Namespace */ -.highlight .kp { color: #0000ff } /* Keyword.Pseudo */ -.highlight .kr { color: #0000ff } /* Keyword.Reserved */ -.highlight .kt { color: #2b91af } /* Keyword.Type */ -.highlight .s { color: #a31515 } /* Literal.String */ -.highlight .nc { color: #2b91af } /* Name.Class */ -.highlight .ow { color: #0000ff } /* Operator.Word */ -.highlight .sa { color: #a31515 } /* Literal.String.Affix */ -.highlight .sb { color: #a31515 } /* Literal.String.Backtick */ -.highlight .sc { color: #a31515 } /* Literal.String.Char */ -.highlight .dl { color: #a31515 } /* Literal.String.Delimiter */ -.highlight .sd { color: #a31515 } /* Literal.String.Doc */ -.highlight .s2 { color: #a31515 } /* Literal.String.Double */ -.highlight .se { color: #a31515 } /* Literal.String.Escape */ -.highlight .sh { color: #a31515 } /* Literal.String.Heredoc */ -.highlight .si { color: #a31515 } /* Literal.String.Interpol */ -.highlight .sx { color: #a31515 } /* Literal.String.Other */ -.highlight .sr { color: #a31515 } /* Literal.String.Regex */ -.highlight .s1 { color: #a31515 } /* Literal.String.Single */ -.highlight .ss { color: #a31515 } /* Literal.String.Symbol */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/vs.min.css b/docs/blog/theme/pygments/vs.min.css deleted file mode 100644 index 9e85406..0000000 --- a/docs/blog/theme/pygments/vs.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:green}.highlight .err{border:1px solid red}.highlight .k{color:#00f}.highlight .ch,.highlight .cm{color:green}.highlight .cp{color:#00f}.highlight .c1,.highlight .cpf,.highlight .cs{color:green}.highlight .ge{font-style:italic}.highlight .gh,.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#00f}.highlight .kt{color:#2b91af}.highlight .s{color:#a31515}.highlight .nc{color:#2b91af}.highlight .ow{color:#00f}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#a31515} \ No newline at end of file diff --git a/docs/blog/theme/pygments/xcode.css b/docs/blog/theme/pygments/xcode.css deleted file mode 100644 index 1b11b1e..0000000 --- a/docs/blog/theme/pygments/xcode.css +++ /dev/null @@ -1,63 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #ffffff; } -.highlight .c { color: #177500 } /* Comment */ -.highlight .err { color: #000000 } /* Error */ -.highlight .k { color: #A90D91 } /* Keyword */ -.highlight .l { color: #1C01CE } /* Literal */ -.highlight .n { color: #000000 } /* Name */ -.highlight .o { color: #000000 } /* Operator */ -.highlight .ch { color: #177500 } /* Comment.Hashbang */ -.highlight .cm { color: #177500 } /* Comment.Multiline */ -.highlight .cp { color: #633820 } /* Comment.Preproc */ -.highlight .cpf { color: #177500 } /* Comment.PreprocFile */ -.highlight .c1 { color: #177500 } /* Comment.Single */ -.highlight .cs { color: #177500 } /* Comment.Special */ -.highlight .kc { color: #A90D91 } /* Keyword.Constant */ -.highlight .kd { color: #A90D91 } /* Keyword.Declaration */ -.highlight .kn { color: #A90D91 } /* Keyword.Namespace */ -.highlight .kp { color: #A90D91 } /* Keyword.Pseudo */ -.highlight .kr { color: #A90D91 } /* Keyword.Reserved */ -.highlight .kt { color: #A90D91 } /* Keyword.Type */ -.highlight .ld { color: #1C01CE } /* Literal.Date */ -.highlight .m { color: #1C01CE } /* Literal.Number */ -.highlight .s { color: #C41A16 } /* Literal.String */ -.highlight .na { color: #836C28 } /* Name.Attribute */ -.highlight .nb { color: #A90D91 } /* Name.Builtin */ -.highlight .nc { color: #3F6E75 } /* Name.Class */ -.highlight .no { color: #000000 } /* Name.Constant */ -.highlight .nd { color: #000000 } /* Name.Decorator */ -.highlight .ni { color: #000000 } /* Name.Entity */ -.highlight .ne { color: #000000 } /* Name.Exception */ -.highlight .nf { color: #000000 } /* Name.Function */ -.highlight .nl { color: #000000 } /* Name.Label */ -.highlight .nn { color: #000000 } /* Name.Namespace */ -.highlight .nx { color: #000000 } /* Name.Other */ -.highlight .py { color: #000000 } /* Name.Property */ -.highlight .nt { color: #000000 } /* Name.Tag */ -.highlight .nv { color: #000000 } /* Name.Variable */ -.highlight .ow { color: #000000 } /* Operator.Word */ -.highlight .mb { color: #1C01CE } /* Literal.Number.Bin */ -.highlight .mf { color: #1C01CE } /* Literal.Number.Float */ -.highlight .mh { color: #1C01CE } /* Literal.Number.Hex */ -.highlight .mi { color: #1C01CE } /* Literal.Number.Integer */ -.highlight .mo { color: #1C01CE } /* Literal.Number.Oct */ -.highlight .sa { color: #C41A16 } /* Literal.String.Affix */ -.highlight .sb { color: #C41A16 } /* Literal.String.Backtick */ -.highlight .sc { color: #2300CE } /* Literal.String.Char */ -.highlight .dl { color: #C41A16 } /* Literal.String.Delimiter */ -.highlight .sd { color: #C41A16 } /* Literal.String.Doc */ -.highlight .s2 { color: #C41A16 } /* Literal.String.Double */ -.highlight .se { color: #C41A16 } /* Literal.String.Escape */ -.highlight .sh { color: #C41A16 } /* Literal.String.Heredoc */ -.highlight .si { color: #C41A16 } /* Literal.String.Interpol */ -.highlight .sx { color: #C41A16 } /* Literal.String.Other */ -.highlight .sr { color: #C41A16 } /* Literal.String.Regex */ -.highlight .s1 { color: #C41A16 } /* Literal.String.Single */ -.highlight .ss { color: #C41A16 } /* Literal.String.Symbol */ -.highlight .bp { color: #5B269A } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #000000 } /* Name.Function.Magic */ -.highlight .vc { color: #000000 } /* Name.Variable.Class */ -.highlight .vg { color: #000000 } /* Name.Variable.Global */ -.highlight .vi { color: #000000 } /* Name.Variable.Instance */ -.highlight .vm { color: #000000 } /* Name.Variable.Magic */ -.highlight .il { color: #1C01CE } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/blog/theme/pygments/xcode.min.css b/docs/blog/theme/pygments/xcode.min.css deleted file mode 100644 index 295aade..0000000 --- a/docs/blog/theme/pygments/xcode.min.css +++ /dev/null @@ -1 +0,0 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#177500}.highlight .err{color:#000}.highlight .k{color:#a90d91}.highlight .l{color:#1c01ce}.highlight .n,.highlight .o{color:#000}.highlight .ch,.highlight .cm{color:#177500}.highlight .cp{color:#633820}.highlight .c1,.highlight .cpf,.highlight .cs{color:#177500}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#a90d91}.highlight .ld,.highlight .m{color:#1c01ce}.highlight .s{color:#c41a16}.highlight .na{color:#836c28}.highlight .nb{color:#a90d91}.highlight .nc{color:#3f6e75}.highlight .nd,.highlight .ne,.highlight .nf,.highlight .ni,.highlight .nl,.highlight .nn,.highlight .no,.highlight .nt,.highlight .nv,.highlight .nx,.highlight .ow,.highlight .py{color:#000}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#1c01ce}.highlight .sa,.highlight .sb{color:#c41a16}.highlight .sc{color:#2300ce}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#c41a16}.highlight .bp{color:#5b269a}.highlight .fm,.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#000}.highlight .il{color:#1c01ce} \ No newline at end of file diff --git a/docs/blog/theme/stylesheet/style.less b/docs/blog/theme/stylesheet/style.less deleted file mode 100644 index d23a935..0000000 --- a/docs/blog/theme/stylesheet/style.less +++ /dev/null @@ -1,564 +0,0 @@ -@import "variables.less"; - -html, body { - width: 100%; - height: 100%; -} - -h1, -h2, -h3, -h4, -h5, -h6 { - font-weight: 300; - line-height: 1.1; -} - -h1{ - font-size: 2.4em -} - -h2 { - font-size: 2em -} - -h3 { - font-size: 1.6em -} - -h4 { - font-size: 1.36em -} - -h5 { - font-size: 1.2em -} - -h6 { - font-size: 1.1em -} - -body { - margin: 0; - padding: 0; - background-color: @body-bg; - color: @text-color; - font-family: @sans; - font-size: 1.02em; - line-height: 1.2em; -} - -a { - color: @link-color; - text-decoration: none; -} - -a:hover { - color: @link-hover-color; -} - -hr { - color: @light-grey; - background-color: @light-grey; - height: 1px; - border: none; - margin-top: 40px; - margin-bottom: 40px; -} - -img { - max-width: 100%; -} - -aside { - background-color: @sidebar-bg; - color: @sidebar-text-color; - text-align: center; - - a { - color: @sidebar-link-color; - } - - a:hover { - color: @sidebar-link-hover-color; - } - - div { - padding: 20px; - margin: 0; - - img { - border-radius: 50%; - max-width: 140px; - } - - h1 { - margin: 15px 0 5px 0; - } - - p { - margin: 0 0 15px 0; - font-size: .92em; - } - } - - nav { - ul { - li { - display: inline; - line-height: 1.6em; - font-size: 1.28em; - text-transform: lowercase; - } - } - } -} - -main { - nav { - text-align: center; - text-transform: uppercase; - font-size: .72em; - padding: 14px 0 14px 0; - border-bottom: @nav-border-color 1px solid; - } - - nav, .translations { - a { - padding: 0 4px 0 4px; - border-left: @nav-border-color 1px solid; - border-right: @nav-border-color 1px solid; - } - - :first-child { - border-left: none; - } - - :last-child { - border-right: none; - } - } - - .neighbors { - margin: 4% 0% 4% 0%; - height: 20px; - } - - .pagination { - margin: 4% 8% 4% 8%; - height: 20px; - } - - .social-share { - p { - font-size: .8em; - } - } - - article { - margin: 0 8% 2% 8%; - - header { - h1, h2 { - margin-bottom: 0; - } - - p { - color: @header-text-color; - font-size: 0.86em; - } - - .translations { - float: right; - - .active { - font-weight: 600; - } - } - } - - code, kbd, samp, pre { - font-family: @mono; - } - - blockquote, pre { - background-color: rgba(128,128,128,0.05); - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; - border-left: 8px solid rgba(128,128,128,0.075); - border-left-width: 10px; - } - - blockquote { - padding: 10px 20px; - font-weight: 300; - font-size: 1.1em; - } - - pre { - padding: 4px; - font-size: .9em; - overflow-x: auto; - } - - samp { - white-space: pre; - display: block; - overflow-x: auto; - } - - kbd { - padding: .1em .6em; - border: 1px solid rgba(63,63,63,0.25); - box-shadow: 0 1px 0 rgba(63,63,63,0.25); - background-color: #fff; - color: #333; - border-radius: 3px; - display: inline-block; - margin: 0 .1em; - white-space: nowrap; - font-size: .78em; - } - - *:not(pre) > code { - font-size: .8em; - white-space: nowrap; - color: #c25; - padding: 1px 3px; - background-color: #f7f7f9; - border: 1px solid #e1e1e8; - border-radius: 3px; - } - - .comment-count { - font-size: .8em; - } - - table { - border-collapse: collapse; - border-spacing: 0; - - thead:first-child tr:first-child th { - border-top: 0; - } - - th, td { - padding: 8px; - line-height: 20px; - vertical-align: top; - border-top: 1px solid #ddd; - } - } - - table.highlighttable { - width: 100%; - table-layout: fixed; - - td { - border-style: none; - padding: 0px; - } - - td.linenos { - width: 2.5em; - - pre { - padding-right: .8em; - background-color: inherit; - text-align: right; - } - } - } - } - - footer { - padding-top: 4px; - border-top: @footer-border-color 1px solid; - - p { - margin: 2px; - text-align: center; - padding: 0 40px 0 40px; - color: @footer-text-color; - font-size: 11px; - } - } -} - -.tag-cloud { - a { - background-color: @tag-bg; - padding: .2em .6em .2em; - font-size: .74em; - line-height: 1; - color: @tag-text-color; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: .25em; - } - - a:hover { - background-color: @tag-hover-color; - } -} - -a.btn { - background-color: @btn-bg; - padding: .6em .6em; - font-size: .8em; - line-height: 1; - color: @btn-text-color; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: .25em; -} - -a.btn:hover { - background-color: @btn-hover-color; -} - -.center, .text-center { - text-align: center; -} - -.img-center { - margin-left: auto; - margin-right: auto; - display: block; -} - -.align-center { - margin-left: auto; - margin-right: auto; - display: block; -} - -.float-left { - float: left; -} - -.float-right { - float: right; -} - -div.related-posts { - margin: 15px 0 15px 0; - padding-bottom: 20px; - border-top: @rel-post-border-color 1px solid; - border-bottom: @rel-post-border-color 1px solid; - - h4 { - margin: 20px 0 25px 0; - } - - ul { - font-size: 1.1em; - padding-left: 12px; - - li { - padding: 4px 0 4px 0; - } - } -} - -ul.list, ul.social, ul.related-posts { - list-style-type: none; - margin: 0; - padding: 0; -} - -ul.list { - padding: 1em 0 1em 0; - - li { - padding: 4px; - } -} - -ul.social { - font-size: 1.6em; - padding-top: 20px; - - li { - display: inline; - } - - a:hover { - z-index: 2; - -webkit-transform: translateY(-2px); - transform: translateY(-2px); - } - - a { - display: inline-block; - width: 36px; - height: 36px; - border-radius: 100%; - text-align: center; - font-size: .8em; - line-height: 36px; - } - - a.sc-facebook { - background-color: @facebook-bg-color; - } - - a.sc-google { - background-color: @google-bg-color; - } - - a.sc-instagram { - background-color: @instagram-bg-color; - } - - a.sc-keybase { - background-color: @keybase-bg-color; - } - - a.sc-pinterest { - background-color: @pinterest-bg-color; - } - - a.sc-linkedin { - background-color: @linkedin-bg-color; - } - - a.sc-medium { - background-color: @medium-bg-color; - } - - a.sc-rss { - background-color: @rss-bg-color; - } - - a.sc-stack-overflow { - background-color: @stack-overflow-bg-color; - } - - a.sc-tumblr { - background-color: @tumblr-bg-color; - } - - a.sc-twitter { - background-color: @twitter-bg-color; - } - - a.sc-youtube { - background-color: @youtube-bg-color; - } - - a.sc-github, a.sc-github-alt { - background-color: @github-bg-color; - } - - a.sc-envelope { - background-color: @email-bg-color; - } - - a.sc-reddit { - background-color: @reddit-bg-color; - } - - a.sc-soundcloud { - background-color: @soundcloud-bg-color; - } - - a.sc-gitlab { - background-color: @gitlab-bg-color; - } - - a.sc-xing { - background-color: @xing-bg-color; - } - - a.sc-bitbucket { - background-color: @bitbucket-bg-color; - } - - a.sc-mastodon { - background-color: @mastodon-bg-color; - } - - a.sc-flickr { - background-color: @flickr-bg-color; - } -} - -.ads-aside { - display: inline-block; - height: 90px; - width: 70%; -} - -.ads-responsive { - display: inline-block; - margin: 6px 0 6px 0; - width: 90%; - height: 70px; - margin-left: 5%; -} - -// -// Desktop -// - -@media screen and (min-width: 768px) { - aside { - width: 25vw; - height: 100vh; - position: fixed; - top: 0; - left: 0; - overflow-y: auto; - - div { - padding: 36px 18px; - - nav { - ul { - li { - padding: 0 !important; - display: block; - } - } - } - - ul.social { - padding-top: 32px; - } - } - } - - main { - width: 75vw; - height: 100vh; - position: absolute; - top: 0; - left: 25vw; - overflow-x: hidden; - - article { - - &.single { - min-height: 80vh; - } - - ul.list { - li { - padding: 2px; - } - } - } - } - - .ads-aside { - height: 250px; - } - - .ads-responsive { - height: 90px; - } -} diff --git a/docs/blog/theme/stylesheet/style.min.css b/docs/blog/theme/stylesheet/style.min.css deleted file mode 100644 index 51248b2..0000000 --- a/docs/blog/theme/stylesheet/style.min.css +++ /dev/null @@ -1 +0,0 @@ -body,html{width:100%;height:100%}h1,h2,h3,h4,h5,h6{font-weight:300;line-height:1.1}h1{font-size:2.4em}h2{font-size:2em}h3{font-size:1.6em}h4{font-size:1.36em}h5{font-size:1.2em}h6{font-size:1.1em}body{margin:0;padding:0;background-color:#fff;color:#242121;font-family:Source Sans Pro,Roboto,Open Sans,Liberation Sans,DejaVu Sans,Verdana,Helvetica,Arial,sans-serif;font-size:1.02em;line-height:1.2em}a{color:#d9411e;text-decoration:none}a:hover{color:#ff5a09}hr{color:#eee;background-color:#eee;height:1px;border:none;margin-top:40px;margin-bottom:40px}img{max-width:100%}aside{background-color:#333;text-align:center}aside,aside a{color:#fff}aside a:hover{color:#eee}aside div{padding:20px;margin:0}aside div img{border-radius:50%;max-width:140px}aside div h1{margin:15px 0 5px}aside div p{margin:0 0 15px;font-size:.92em}aside nav ul li{display:inline;line-height:1.6em;font-size:1.28em;text-transform:lowercase}main nav{text-align:center;text-transform:uppercase;font-size:.72em;padding:14px 0;border-bottom:1px solid #eee}main .translations a,main nav a{padding:0 4px;border-left:1px solid #eee;border-right:1px solid #eee}main .translations :first-child,main nav :first-child{border-left:none}main .translations :last-child,main nav :last-child{border-right:none}main .neighbors{margin:4% 0;height:20px}main .pagination{margin:4% 8%;height:20px}main .social-share p{font-size:.8em}main article{margin:0 8% 2%}main article header h1,main article header h2{margin-bottom:0}main article header p{color:#999;font-size:.86em}main article header .translations{float:right}main article header .translations .active{font-weight:600}main article code,main article kbd,main article pre,main article samp{font-family:Source Code Pro,Consolas,Liberation Mono,DejaVu Sans Mono,monospace}main article blockquote,main article pre{background-color:hsla(0,0%,50%,.05);border-top-right-radius:5px;border-bottom-right-radius:5px;border-left:8px solid hsla(0,0%,50%,.075);border-left-width:10px}main article blockquote{padding:10px 20px;font-weight:300;font-size:1.1em}main article pre{padding:4px;font-size:.9em;overflow-x:auto}main article samp{white-space:pre;display:block;overflow-x:auto}main article kbd{padding:.1em .6em;border:1px solid rgba(63,63,63,.25);box-shadow:0 1px 0 rgba(63,63,63,.25);background-color:#fff;color:#333;border-radius:3px;display:inline-block;margin:0 .1em;white-space:nowrap;font-size:.78em}main article :not(pre)>code{font-size:.8em;white-space:nowrap;color:#c25;padding:1px 3px;background-color:#f7f7f9;border:1px solid #e1e1e8;border-radius:3px}main article .comment-count{font-size:.8em}main article table{border-collapse:collapse;border-spacing:0}main article table thead:first-child tr:first-child th{border-top:0}main article table td,main article table th{padding:8px;line-height:20px;vertical-align:top;border-top:1px solid #ddd}main article table.highlighttable{width:100%;table-layout:fixed}main article table.highlighttable td{border-style:none;padding:0}main article table.highlighttable td.linenos{width:2.5em}main article table.highlighttable td.linenos pre{padding-right:.8em;background-color:inherit;text-align:right}main footer{padding-top:4px;border-top:1px solid #eee}main footer p{margin:2px;text-align:center;padding:0 40px;color:#999;font-size:11px}.tag-cloud a{background-color:#d9411e;padding:.2em .6em;font-size:.74em;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.tag-cloud a:hover{background-color:#ff5a09}a.btn{background-color:#d9411e;padding:.6em;font-size:.8em;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.btn:hover{background-color:#ff5a09}.center,.text-center{text-align:center}.align-center,.img-center{margin-left:auto;margin-right:auto;display:block}.float-left{float:left}.float-right{float:right}div.related-posts{margin:15px 0;padding-bottom:20px;border-top:1px solid #eee;border-bottom:1px solid #eee}div.related-posts h4{margin:20px 0 25px}div.related-posts ul{font-size:1.1em;padding-left:12px}div.related-posts ul li{padding:4px 0}ul.list,ul.related-posts,ul.social{list-style-type:none;margin:0;padding:0}ul.list{padding:1em 0}ul.list li{padding:4px}ul.social{font-size:1.6em;padding-top:20px}ul.social li{display:inline}ul.social a:hover{z-index:1;transform:translateY(-2px)}ul.social a{display:inline-block;width:36px;height:36px;border-radius:100%;text-align:center;font-size:.8em;line-height:36px}ul.social a.sc-facebook{background-color:#3e5b98}ul.social a.sc-google{background-color:#d93e2d}ul.social a.sc-instagram{background-color:#125688}ul.social a.sc-keybase{background-color:#4c8dff}ul.social a.sc-pinterest{background-color:#c92619}ul.social a.sc-linkedin{background-color:#3371b7}ul.social a.sc-medium{background-color:#00ab6b}ul.social a.sc-rss{background-color:#f26109}ul.social a.sc-stack-overflow{background-color:#f90}ul.social a.sc-tumblr{background-color:#36465d}ul.social a.sc-twitter{background-color:#4da7de}ul.social a.sc-youtube{background-color:#e02a20}ul.social a.sc-github,ul.social a.sc-github-alt{background-color:#111010}ul.social a.sc-envelope{background-color:#578ad6}ul.social a.sc-reddit{background-color:#ff4500}ul.social a.sc-soundcloud{background-color:#f50}ul.social a.sc-gitlab{background-color:#fca326}ul.social a.sc-xing{background-color:#007575}ul.social a.sc-bitbucket{background-color:#0747a6}ul.social a.sc-mastodon{background-color:#3088d4}a.sc-flickr{background-color:#ff0084}.ads-aside{display:inline-block;height:90px;width:70%}.ads-responsive{display:inline-block;margin:6px 0;width:90%;height:70px;margin-left:5%}@media screen and (min-width:768px){aside{width:25vw;height:100vh;position:fixed;top:0;left:0;overflow-y:auto}aside div{padding:36px 18px}aside div nav ul li{padding:0!important;display:block}aside div ul.social{padding-top:32px}main{width:75vw;height:100vh;position:absolute;top:0;left:25vw;overflow-x:hidden}main article.single{min-height:80vh}main article ul.list li{padding:2px}.ads-aside{height:250px}.ads-responsive{height:90px}} diff --git a/docs/content/articles/flex-pelican-theme-2.0.md b/docs/content/articles/flex-pelican-theme-2-0.md similarity index 100% rename from docs/content/articles/flex-pelican-theme-2.0.md rename to docs/content/articles/flex-pelican-theme-2-0.md diff --git a/docs/content/articles/flex-pelican-theme-2.1.md b/docs/content/articles/flex-pelican-theme-2-1.md similarity index 100% rename from docs/content/articles/flex-pelican-theme-2.1.md rename to docs/content/articles/flex-pelican-theme-2-1.md diff --git a/docs/content/articles/flex-pelican-theme-2.2.md b/docs/content/articles/flex-pelican-theme-2-2.md similarity index 100% rename from docs/content/articles/flex-pelican-theme-2.2.md rename to docs/content/articles/flex-pelican-theme-2-2.md diff --git a/docs/content/articles/flex-pelican-theme-2-3.md b/docs/content/articles/flex-pelican-theme-2-3.md new file mode 100644 index 0000000..6bfeba4 --- /dev/null +++ b/docs/content/articles/flex-pelican-theme-2-3.md @@ -0,0 +1,28 @@ +Title: Flex 2.3.0 +Date: 2020-09-19 08:00 +Modified: 2020-09-19 08:00 +Category: News +Tags: pelican, python, theme +Slug: flex-pelican-theme-update-2-3 +Cover: images/flex-screenshot.png + +[Flex theme](https://github.com/alexandrevicenzi/Flex) 2.3.0 comes with bug fixes and a few improvements. + +New features include: + +- Dark Theme version +- Isso comments support +- Tipue Search support +- Update translations + +Fixes include: + +- New social icons +- Layout fixes +- Compatibility with newer Pelican + +For more details check our [Wiki](https://github.com/alexandrevicenzi/Flex/wiki). + +I know, it has been a long time since the last version, but it's out now. + +Hope you enjoy this version. diff --git a/docs/content/articles/flex-pelican-theme-2-4.md b/docs/content/articles/flex-pelican-theme-2-4.md new file mode 100644 index 0000000..2012dda --- /dev/null +++ b/docs/content/articles/flex-pelican-theme-2-4.md @@ -0,0 +1,17 @@ +Title: Flex 2.4.0 +Date: 2020-12-01 08:00 +Modified: 2020-12-01 08:00 +Category: News +Tags: pelican, python, theme +Slug: flex-pelican-theme-update-2-4 +Cover: images/flex-screenshot.png + +[Flex theme](https://github.com/alexandrevicenzi/Flex) 2.4.0 comes with minor changes. + +- Updated translations (Italian, Spanish, Portuguese, German, Turkish) +- Include settings for canonical URLS ([#238](https://github.com/alexandrevicenzi/Flex/issues/238)) +- Remove pelican plugins dependency ([#255](https://github.com/alexandrevicenzi/Flex/issues/255)) + +For more details check our [Wiki](https://github.com/alexandrevicenzi/Flex/wiki). + +Hope you enjoy this version. diff --git a/docs/CNAME b/docs/content/extra/CNAME similarity index 100% rename from docs/CNAME rename to docs/content/extra/CNAME diff --git a/docs/content/extra/ads.txt b/docs/content/extra/ads.txt new file mode 100644 index 0000000..d3af418 --- /dev/null +++ b/docs/content/extra/ads.txt @@ -0,0 +1 @@ +google.com, pub-6625957038449899, DIRECT, f08c47fec0942fa0 diff --git a/docs/pelicanconf.py b/docs/pelicanconf.py index 21f1094..30c9624 100644 --- a/docs/pelicanconf.py +++ b/docs/pelicanconf.py @@ -1,34 +1,40 @@ from datetime import datetime -AUTHOR = 'Alexandre Vicenzi' -SITEURL = 'http://localhost:8000' -SITENAME = 'Flex' -SITETITLE = 'Flex' -SITESUBTITLE = 'The minimalist Pelican theme' -SITEDESCRIPTION = 'Flex - The minimalist Pelican theme.' +AUTHOR = "Alexandre Vicenzi" +SITEURL = "http://localhost:8000" +SITENAME = "Flex" +SITETITLE = "Flex" +SITESUBTITLE = "The minimalist Pelican theme" +SITEDESCRIPTION = "Flex - The minimalist Pelican theme." # SITELOGO = '' # FAVICON = '/images/favicon.ico' -BROWSER_COLOR = '#333333' -PYGMENTS_STYLE = 'monokai' +BROWSER_COLOR = "#333333" +PYGMENTS_STYLE = "monokai" -ROBOTS = 'index, follow' +ROBOTS = "index, follow" -THEME = '../' -PATH = 'content' -OUTPUT_PATH = 'blog/' -TIMEZONE = 'America/New_York' +THEME = "../" +PATH = "content" +OUTPUT_PATH = "blog/" +TIMEZONE = "America/New_York" -I18N_TEMPLATES_LANG = 'en' -DEFAULT_LANG = 'en' -OG_LOCALE = 'en_US' -LOCALE = 'en_US' +# PLUGIN_PATHS = ['pelican-plugins'] + +# PLUGINS = ['i18n_subsites'] + +# JINJA_ENVIRONMENT = {'extensions': ['jinja2.ext.i18n']} + +I18N_TEMPLATES_LANG = "en" +DEFAULT_LANG = "en" +OG_LOCALE = "en_US" +LOCALE = "en_US" DATE_FORMATS = { - 'en': '%B %d, %Y', + "en": "%B %d, %Y", } -FEED_ALL_ATOM = 'feeds/all.atom.xml' -CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' +FEED_ALL_ATOM = "feeds/all.atom.xml" +CATEGORY_FEED_ATOM = "feeds/{slug}.atom.xml" TRANSLATION_FEED_ATOM = None AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None @@ -38,41 +44,40 @@ MAIN_MENU = True HOME_HIDE_TAGS = True SOCIAL = ( - ('github', 'https://github.com/alexandrevicenzi/Flex'), - ('rss', '/blog/feeds/all.atom.xml'), + ("github", "https://github.com/alexandrevicenzi/Flex"), + ("rss", "/blog/feeds/all.atom.xml"), ) -MENUITEMS = (('Archives', '/archives.html'), - ('Categories', '/categories.html'), - ('Tags', '/tags.html'),) +MENUITEMS = ( + ("Archives", "/archives.html"), + ("Categories", "/categories.html"), + ("Tags", "/tags.html"), +) CC_LICENSE = { - 'name': 'Creative Commons Attribution-ShareAlike', - 'version': '4.0', - 'slug': 'by-sa' + "name": "Creative Commons Attribution-ShareAlike", + "version": "4.0", + "slug": "by-sa", } COPYRIGHT_YEAR = datetime.now().year DEFAULT_PAGINATION = 10 DISQUS_SITENAME = "flex-pelican" -ADD_THIS_ID = 'ra-55adbb025d4f7e55' +ADD_THIS_ID = "ra-55adbb025d4f7e55" -STATIC_PATHS = ['images', 'extra'] +STATIC_PATHS = ["images", "extra/ads.txt", "extra/CNAME"] -CUSTOM_CSS = 'static/custom.css' +EXTRA_PATH_METADATA = { + "extra/ads.txt": {"path": "ads.txt"}, + "extra/CNAME": {"path": "CNAME"}, +} + +THEME_COLOR_AUTO_DETECT_BROWSER_PREFERENCE = True +THEME_COLOR_ENABLE_USER_OVERRIDE = True USE_LESS = True -GOOGLE_ADSENSE = { - 'ca_id': 'ca-pub-6625957038449899', - 'page_level_ads': True, - 'ads': { - 'aside': '8752710348', - 'main_menu': '', - 'index_top': '', - 'index_bottom': '1124188687', - 'article_top': '', - 'article_bottom': '4843941849', - } -} +# GOOGLE ANALYTICS +# For Google Analytics 4 use. Note that for old Google Analytics ('UA-XXXXX') the GOOGLE_ANALYTICS variable is included in publishconfig.py +# GOOGLE_GLOBAL_SITE_TAG = 'G-XXXXX' diff --git a/docs/publishconf.py b/docs/publishconf.py index 93e3e3f..6c0fb89 100644 --- a/docs/publishconf.py +++ b/docs/publishconf.py @@ -3,9 +3,29 @@ import sys sys.path.append(os.curdir) -from pelicanconf import * +try: + from pelicanconf import * +except ImportError: + sys.path.append(os.path.join(os.curdir, "docs")) + from pelicanconf import * + +SITEURL = "https://flex.alxd.me/" -SITEURL = 'http://flex.alxd.me/blog' RELATIVE_URLS = False + USE_LESS = False + GOOGLE_ANALYTICS = "UA-55543164-6" + +GOOGLE_ADSENSE = { + "ca_id": "ca-pub-6625957038449899", + "page_level_ads": True, + "ads": { + "aside": "8752710348", + "main_menu": "", + "index_top": "", + "index_bottom": "1124188687", + "article_top": "", + "article_bottom": "4843941849", + }, +} diff --git a/docs/tasks.py b/docs/tasks.py index 4708467..109c47a 100644 --- a/docs/tasks.py +++ b/docs/tasks.py @@ -10,45 +10,50 @@ from invoke.util import cd from pelican.server import ComplexHTTPRequestHandler, RootedHTTPServer from pelican.settings import DEFAULT_CONFIG, get_settings_from_file -SETTINGS_FILE_BASE = 'pelicanconf.py' +SETTINGS_FILE_BASE = "pelicanconf.py" SETTINGS = {} SETTINGS.update(DEFAULT_CONFIG) LOCAL_SETTINGS = get_settings_from_file(SETTINGS_FILE_BASE) SETTINGS.update(LOCAL_SETTINGS) CONFIG = { - 'settings_base': SETTINGS_FILE_BASE, - 'settings_publish': 'publishconf.py', + "settings_base": SETTINGS_FILE_BASE, + "settings_publish": "publishconf.py", # Output path. Can be absolute or relative to tasks.py. Default: 'output' - 'deploy_path': SETTINGS['OUTPUT_PATH'], + "deploy_path": SETTINGS["OUTPUT_PATH"], # Github Pages configuration - 'github_pages_branch': 'gh-pages', - 'commit_message': "'Publish site on {}'".format(datetime.date.today().isoformat()), + "github_pages_branch": "gh-pages", + "commit_message": "'Publish site on {}'".format(datetime.date.today().isoformat()), # Port for `serve` - 'port': 8000, + "port": 8000, } + @task def clean(c): """Remove generated files""" - if os.path.isdir(CONFIG['deploy_path']): - shutil.rmtree(CONFIG['deploy_path']) - os.makedirs(CONFIG['deploy_path']) + if os.path.isdir(CONFIG["deploy_path"]): + shutil.rmtree(CONFIG["deploy_path"]) + os.makedirs(CONFIG["deploy_path"]) + @task def build(c): """Build local version of site""" - c.run('pelican -s {settings_base}'.format(**CONFIG)) + c.run("pelican -s {settings_base}".format(**CONFIG)) + @task def rebuild(c): """`build` with the delete switch""" - c.run('pelican -d -s {settings_base}'.format(**CONFIG)) + c.run("pelican -d -s {settings_base}".format(**CONFIG)) + @task def regenerate(c): """Automatically regenerate site upon file modification""" - c.run('pelican -r -s {settings_base}'.format(**CONFIG)) + c.run("pelican -r -s {settings_base}".format(**CONFIG)) + @task def serve(c): @@ -58,55 +63,59 @@ def serve(c): allow_reuse_address = True server = AddressReuseTCPServer( - CONFIG['deploy_path'], - ('', CONFIG['port']), - ComplexHTTPRequestHandler) + CONFIG["deploy_path"], ("", CONFIG["port"]), ComplexHTTPRequestHandler + ) - sys.stderr.write('Serving on port {port} ...\n'.format(**CONFIG)) + sys.stderr.write("Serving on port {port} ...\n".format(**CONFIG)) server.serve_forever() + @task def reserve(c): """`build`, then `serve`""" build(c) serve(c) + @task def preview(c): """Build production version of site""" - c.run('pelican -s {settings_publish}'.format(**CONFIG)) + c.run("pelican -s {settings_publish}".format(**CONFIG)) + @task def livereload(c): """Automatically reload browser tab upon file modification.""" from livereload import Server + build(c) server = Server() # Watch the base settings file - server.watch(CONFIG['settings_base'], lambda: build(c)) + server.watch(CONFIG["settings_base"], lambda: build(c)) # Watch content source files - content_file_extensions = ['.md', '.rst'] + content_file_extensions = [".md", ".rst"] for extension in content_file_extensions: - content_blob = '{0}/**/*{1}'.format(SETTINGS['PATH'], extension) + content_blob = "{0}/**/*{1}".format(SETTINGS["PATH"], extension) server.watch(content_blob, lambda: build(c)) # Watch the theme's templates and static assets - theme_path = SETTINGS['THEME'] - server.watch('{}/templates/*.html'.format(theme_path), lambda: build(c)) - static_file_extensions = ['.css', '.js'] + theme_path = SETTINGS["THEME"] + server.watch("{}/templates/*.html".format(theme_path), lambda: build(c)) + static_file_extensions = [".css", ".js"] for extension in static_file_extensions: - static_file = '{0}/static/**/*{1}'.format(theme_path, extension) + static_file = "{0}/static/**/*{1}".format(theme_path, extension) server.watch(static_file, lambda: build(c)) # Serve output path on configured port - server.serve(port=CONFIG['port'], root=CONFIG['deploy_path']) + server.serve(port=CONFIG["port"], root=CONFIG["deploy_path"]) @task def publish(c): """Publish to production via rsync""" - c.run('pelican -s {settings_publish}'.format(**CONFIG)) + c.run("pelican -s {settings_publish}".format(**CONFIG)) c.run( 'rsync --delete --exclude ".DS_Store" -pthrvz -c ' '-e "ssh -p {ssh_port}" ' - '{} {ssh_user}@{ssh_host}:{ssh_path}'.format( - CONFIG['deploy_path'].rstrip('/') + '/', - **CONFIG)) + "{} {ssh_user}@{ssh_host}:{ssh_path}".format( + CONFIG["deploy_path"].rstrip("/") + "/", **CONFIG + ) + ) diff --git a/gulpfile.js b/gulpfile.js index d0da96c..e88ced5 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,18 +1,31 @@ var gulp = require('gulp'), less = require('gulp-less'), rename = require('gulp-rename'), - minify = require('gulp-cssnano'); + cssnano = require('gulp-cssnano'), + uglify = require('gulp-uglify'); gulp.task('less', function () { - return gulp.src('./static/stylesheet/style.less') + return gulp.src([ + './static/stylesheet/dark-theme.less', + './static/stylesheet/style.less', + ]) .pipe(less()) - .pipe(minify()) + .pipe(cssnano()) .pipe(rename({ extname: '.min.css' })) .pipe(gulp.dest('./static/stylesheet')); }); +gulp.task('uglify', function () { + return gulp.src('./static/dark-theme/dark-theme.js') + .pipe(uglify()) + .pipe(rename({ + extname: '.min.js' + })) + .pipe(gulp.dest('./static/dark-theme')); +}); + gulp.task('cp', function () { return gulp.src('./node_modules/font-awesome/**/*.{min.css,otf,eot,svg,ttf,woff,woff2}') .pipe(gulp.dest('./static/font-awesome')); @@ -20,7 +33,7 @@ gulp.task('cp', function () { gulp.task('pygments', function () { return gulp.src(['./static/pygments/*.css', '!./static/pygments/*min.css']) - .pipe(minify()) + .pipe(cssnano()) .pipe(rename({ extname: '.min.css' })) @@ -28,4 +41,4 @@ gulp.task('pygments', function () { }); -gulp.task('default', ['less', 'cp', 'pygments']); +gulp.task('default', gulp.series(['less', 'uglify', 'cp', 'pygments'])); diff --git a/package.json b/package.json index 9221d5c..f6a71df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flex", - "version": "2.1.0", + "version": "2.3.0", "description": "A minimalist Pelican theme", "main": "gulpfile.js", "directories": { @@ -24,10 +24,10 @@ }, "homepage": "https://github.com/alexandrevicenzi/Flex#readme", "dependencies": { - "font-awesome": "^4.6.1", - "gulp": "^3.9.1", + "gulp": "^4.0.2", "gulp-cssnano": "^2.1.3", - "gulp-less": "^3.5.0", - "gulp-rename": "^1.3.0" + "gulp-less": "^4.0.1", + "gulp-rename": "^2.0.0", + "gulp-uglify": "^3.0.2" } } diff --git a/pygments/generate.py b/pygments/generate.py index 3d9e7f1..ce25477 100755 --- a/pygments/generate.py +++ b/pygments/generate.py @@ -25,10 +25,13 @@ def export(): path = os.path.join(PYGMENTS_PATH, '%s.css' % style) formatter = HtmlFormatter(**opts) - css_content = formatter.get_style_defs('.highlight') + md_css = formatter.get_style_defs('.highlight') + rst_css = formatter.get_style_defs('.literal-block') - with open(path, 'w') as f: - f.write(css_content) + with open(path, 'w+') as f: + f.write(md_css) + f.write('\n') + f.write(rst_css) if __name__ == '__main__': diff --git a/static/dark-theme/dark-theme.js b/static/dark-theme/dark-theme.js new file mode 100644 index 0000000..0b0162e --- /dev/null +++ b/static/dark-theme/dark-theme.js @@ -0,0 +1,58 @@ +function ThemeManager(options) { + var defaultTheme = options.defaultTheme; + var enableAutoDetectTheme = options.enableAutoDetectTheme.toLowerCase() === 'true'; + + var darkThemeMatch = window.matchMedia( + defaultTheme === 'light' ? + '(prefers-color-scheme: dark)' : + '(prefers-color-scheme: dark), (prefers-color-scheme: no-preference)' + ); + + function setEnabledAndDisableMediaQuery(elementId, enabled) { + var element = document.getElementById(elementId); + element.disabled = !enabled; + element.media = ''; + } + + function detectThemeAndSwitchStyle() { + var theme = localStorage.getItem('themeOverride'); + if (theme !== 'light' && theme !== 'dark') { + if (theme === 'browser' || enableAutoDetectTheme) { + theme = darkThemeMatch.matches ? 'dark' : 'light'; + } else { + theme = defaultTheme; + } + } + + // (Dis|En)able the styles according to the user's desired theme. Get rid + // of the media queries, since we are handling it in JS. + setEnabledAndDisableMediaQuery('dark-theme-style', theme === 'dark'); + setEnabledAndDisableMediaQuery('pygments-dark-theme', theme === 'dark'); + setEnabledAndDisableMediaQuery('pygments-light-theme', theme === 'light'); + + if (theme === 'dark') { + document.body.classList.add('dark-theme'); + document.body.classList.remove('light-theme'); + } else { + document.body.classList.add('light-theme'); + document.body.classList.remove('dark-theme'); + } + } + + this.switch = function(themeOverride) { + localStorage.setItem('themeOverride', themeOverride); + detectThemeAndSwitchStyle(); + }; + + // If there's an override, then apply it, otherwise, don't incur the + // overhead of determining whether or not to switch themes. + var themeOverride = localStorage.getItem('themeOverride'); + if (themeOverride === 'light' || themeOverride === 'dark') { + detectThemeAndSwitchStyle(); + } + + // If theme auto-detection is enabled, then add a listenr on the matchMedia. + darkThemeMatch.addListener(detectThemeAndSwitchStyle); +} + +window.theme = new ThemeManager(document.getElementById('dark-theme-script').dataset); diff --git a/static/dark-theme/dark-theme.min.js b/static/dark-theme/dark-theme.min.js new file mode 100644 index 0000000..7433dd5 --- /dev/null +++ b/static/dark-theme/dark-theme.min.js @@ -0,0 +1 @@ +function ThemeManager(e){var t=e.defaultTheme,r="true"===e.enableAutoDetectTheme.toLowerCase(),a=window.matchMedia("light"===t?"(prefers-color-scheme: dark)":"(prefers-color-scheme: dark), (prefers-color-scheme: no-preference)");function d(e,t){var r=document.getElementById(e);r.disabled=!t,r.media=""}function m(){var e=localStorage.getItem("themeOverride");"light"!==e&&"dark"!==e&&(e="browser"===e||r?a.matches?"dark":"light":t),d("dark-theme-style","dark"===e),d("pygments-dark-theme","dark"===e),d("pygments-light-theme","light"===e),"dark"===e?(document.body.classList.add("dark-theme"),document.body.classList.remove("light-theme")):(document.body.classList.add("light-theme"),document.body.classList.remove("dark-theme"))}this.switch=function(e){localStorage.setItem("themeOverride",e),m()};var o=localStorage.getItem("themeOverride");"light"!==o&&"dark"!==o||m(),a.addListener(m)}window.theme=new ThemeManager(document.getElementById("dark-theme-script").dataset); \ No newline at end of file diff --git a/static/font-awesome/css/brands.css b/static/font-awesome/css/brands.css index 62345d7..ed4b739 100644 --- a/static/font-awesome/css/brands.css +++ b/static/font-awesome/css/brands.css @@ -1,5 +1,15 @@ /*! - * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ -@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"} +@font-face { + font-family: 'Font Awesome 5 Brands'; + font-style: normal; + font-weight: 400; + font-display: block; + src: url("../webfonts/fa-brands-400.eot"); + src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); } + +.fab { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } diff --git a/static/font-awesome/css/fontawesome.css b/static/font-awesome/css/fontawesome.css index 68b26ef..c73d7c0 100644 --- a/static/font-awesome/css/fontawesome.css +++ b/static/font-awesome/css/fontawesome.css @@ -1,5 +1,4522 @@ /*! - * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ -.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto} \ No newline at end of file +.fa, +.fas, +.far, +.fal, +.fad, +.fab { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + display: inline-block; + font-style: normal; + font-variant: normal; + text-rendering: auto; + line-height: 1; } + +.fa-lg { + font-size: 1.33333em; + line-height: 0.75em; + vertical-align: -.0667em; } + +.fa-xs { + font-size: .75em; } + +.fa-sm { + font-size: .875em; } + +.fa-1x { + font-size: 1em; } + +.fa-2x { + font-size: 2em; } + +.fa-3x { + font-size: 3em; } + +.fa-4x { + font-size: 4em; } + +.fa-5x { + font-size: 5em; } + +.fa-6x { + font-size: 6em; } + +.fa-7x { + font-size: 7em; } + +.fa-8x { + font-size: 8em; } + +.fa-9x { + font-size: 9em; } + +.fa-10x { + font-size: 10em; } + +.fa-fw { + text-align: center; + width: 1.25em; } + +.fa-ul { + list-style-type: none; + margin-left: 2.5em; + padding-left: 0; } + .fa-ul > li { + position: relative; } + +.fa-li { + left: -2em; + position: absolute; + text-align: center; + width: 2em; + line-height: inherit; } + +.fa-border { + border: solid 0.08em #eee; + border-radius: .1em; + padding: .2em .25em .15em; } + +.fa-pull-left { + float: left; } + +.fa-pull-right { + float: right; } + +.fa.fa-pull-left, +.fas.fa-pull-left, +.far.fa-pull-left, +.fal.fa-pull-left, +.fab.fa-pull-left { + margin-right: .3em; } + +.fa.fa-pull-right, +.fas.fa-pull-right, +.far.fa-pull-right, +.fal.fa-pull-right, +.fab.fa-pull-right { + margin-left: .3em; } + +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; } + +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); } + +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + transform: rotate(90deg); } + +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + transform: rotate(180deg); } + +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + transform: rotate(270deg); } + +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + transform: scale(-1, 1); } + +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + transform: scale(1, -1); } + +.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(-1, -1); + transform: scale(-1, -1); } + +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical, +:root .fa-flip-both { + -webkit-filter: none; + filter: none; } + +.fa-stack { + display: inline-block; + height: 2em; + line-height: 2em; + position: relative; + vertical-align: middle; + width: 2.5em; } + +.fa-stack-1x, +.fa-stack-2x { + left: 0; + position: absolute; + text-align: center; + width: 100%; } + +.fa-stack-1x { + line-height: inherit; } + +.fa-stack-2x { + font-size: 2em; } + +.fa-inverse { + color: #fff; } + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen +readers do not read off random characters that represent icons */ +.fa-500px:before { + content: "\f26e"; } + +.fa-accessible-icon:before { + content: "\f368"; } + +.fa-accusoft:before { + content: "\f369"; } + +.fa-acquisitions-incorporated:before { + content: "\f6af"; } + +.fa-ad:before { + content: "\f641"; } + +.fa-address-book:before { + content: "\f2b9"; } + +.fa-address-card:before { + content: "\f2bb"; } + +.fa-adjust:before { + content: "\f042"; } + +.fa-adn:before { + content: "\f170"; } + +.fa-adobe:before { + content: "\f778"; } + +.fa-adversal:before { + content: "\f36a"; } + +.fa-affiliatetheme:before { + content: "\f36b"; } + +.fa-air-freshener:before { + content: "\f5d0"; } + +.fa-airbnb:before { + content: "\f834"; } + +.fa-algolia:before { + content: "\f36c"; } + +.fa-align-center:before { + content: "\f037"; } + +.fa-align-justify:before { + content: "\f039"; } + +.fa-align-left:before { + content: "\f036"; } + +.fa-align-right:before { + content: "\f038"; } + +.fa-alipay:before { + content: "\f642"; } + +.fa-allergies:before { + content: "\f461"; } + +.fa-amazon:before { + content: "\f270"; } + +.fa-amazon-pay:before { + content: "\f42c"; } + +.fa-ambulance:before { + content: "\f0f9"; } + +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; } + +.fa-amilia:before { + content: "\f36d"; } + +.fa-anchor:before { + content: "\f13d"; } + +.fa-android:before { + content: "\f17b"; } + +.fa-angellist:before { + content: "\f209"; } + +.fa-angle-double-down:before { + content: "\f103"; } + +.fa-angle-double-left:before { + content: "\f100"; } + +.fa-angle-double-right:before { + content: "\f101"; } + +.fa-angle-double-up:before { + content: "\f102"; } + +.fa-angle-down:before { + content: "\f107"; } + +.fa-angle-left:before { + content: "\f104"; } + +.fa-angle-right:before { + content: "\f105"; } + +.fa-angle-up:before { + content: "\f106"; } + +.fa-angry:before { + content: "\f556"; } + +.fa-angrycreative:before { + content: "\f36e"; } + +.fa-angular:before { + content: "\f420"; } + +.fa-ankh:before { + content: "\f644"; } + +.fa-app-store:before { + content: "\f36f"; } + +.fa-app-store-ios:before { + content: "\f370"; } + +.fa-apper:before { + content: "\f371"; } + +.fa-apple:before { + content: "\f179"; } + +.fa-apple-alt:before { + content: "\f5d1"; } + +.fa-apple-pay:before { + content: "\f415"; } + +.fa-archive:before { + content: "\f187"; } + +.fa-archway:before { + content: "\f557"; } + +.fa-arrow-alt-circle-down:before { + content: "\f358"; } + +.fa-arrow-alt-circle-left:before { + content: "\f359"; } + +.fa-arrow-alt-circle-right:before { + content: "\f35a"; } + +.fa-arrow-alt-circle-up:before { + content: "\f35b"; } + +.fa-arrow-circle-down:before { + content: "\f0ab"; } + +.fa-arrow-circle-left:before { + content: "\f0a8"; } + +.fa-arrow-circle-right:before { + content: "\f0a9"; } + +.fa-arrow-circle-up:before { + content: "\f0aa"; } + +.fa-arrow-down:before { + content: "\f063"; } + +.fa-arrow-left:before { + content: "\f060"; } + +.fa-arrow-right:before { + content: "\f061"; } + +.fa-arrow-up:before { + content: "\f062"; } + +.fa-arrows-alt:before { + content: "\f0b2"; } + +.fa-arrows-alt-h:before { + content: "\f337"; } + +.fa-arrows-alt-v:before { + content: "\f338"; } + +.fa-artstation:before { + content: "\f77a"; } + +.fa-assistive-listening-systems:before { + content: "\f2a2"; } + +.fa-asterisk:before { + content: "\f069"; } + +.fa-asymmetrik:before { + content: "\f372"; } + +.fa-at:before { + content: "\f1fa"; } + +.fa-atlas:before { + content: "\f558"; } + +.fa-atlassian:before { + content: "\f77b"; } + +.fa-atom:before { + content: "\f5d2"; } + +.fa-audible:before { + content: "\f373"; } + +.fa-audio-description:before { + content: "\f29e"; } + +.fa-autoprefixer:before { + content: "\f41c"; } + +.fa-avianex:before { + content: "\f374"; } + +.fa-aviato:before { + content: "\f421"; } + +.fa-award:before { + content: "\f559"; } + +.fa-aws:before { + content: "\f375"; } + +.fa-baby:before { + content: "\f77c"; } + +.fa-baby-carriage:before { + content: "\f77d"; } + +.fa-backspace:before { + content: "\f55a"; } + +.fa-backward:before { + content: "\f04a"; } + +.fa-bacon:before { + content: "\f7e5"; } + +.fa-bahai:before { + content: "\f666"; } + +.fa-balance-scale:before { + content: "\f24e"; } + +.fa-balance-scale-left:before { + content: "\f515"; } + +.fa-balance-scale-right:before { + content: "\f516"; } + +.fa-ban:before { + content: "\f05e"; } + +.fa-band-aid:before { + content: "\f462"; } + +.fa-bandcamp:before { + content: "\f2d5"; } + +.fa-barcode:before { + content: "\f02a"; } + +.fa-bars:before { + content: "\f0c9"; } + +.fa-baseball-ball:before { + content: "\f433"; } + +.fa-basketball-ball:before { + content: "\f434"; } + +.fa-bath:before { + content: "\f2cd"; } + +.fa-battery-empty:before { + content: "\f244"; } + +.fa-battery-full:before { + content: "\f240"; } + +.fa-battery-half:before { + content: "\f242"; } + +.fa-battery-quarter:before { + content: "\f243"; } + +.fa-battery-three-quarters:before { + content: "\f241"; } + +.fa-battle-net:before { + content: "\f835"; } + +.fa-bed:before { + content: "\f236"; } + +.fa-beer:before { + content: "\f0fc"; } + +.fa-behance:before { + content: "\f1b4"; } + +.fa-behance-square:before { + content: "\f1b5"; } + +.fa-bell:before { + content: "\f0f3"; } + +.fa-bell-slash:before { + content: "\f1f6"; } + +.fa-bezier-curve:before { + content: "\f55b"; } + +.fa-bible:before { + content: "\f647"; } + +.fa-bicycle:before { + content: "\f206"; } + +.fa-biking:before { + content: "\f84a"; } + +.fa-bimobject:before { + content: "\f378"; } + +.fa-binoculars:before { + content: "\f1e5"; } + +.fa-biohazard:before { + content: "\f780"; } + +.fa-birthday-cake:before { + content: "\f1fd"; } + +.fa-bitbucket:before { + content: "\f171"; } + +.fa-bitcoin:before { + content: "\f379"; } + +.fa-bity:before { + content: "\f37a"; } + +.fa-black-tie:before { + content: "\f27e"; } + +.fa-blackberry:before { + content: "\f37b"; } + +.fa-blender:before { + content: "\f517"; } + +.fa-blender-phone:before { + content: "\f6b6"; } + +.fa-blind:before { + content: "\f29d"; } + +.fa-blog:before { + content: "\f781"; } + +.fa-blogger:before { + content: "\f37c"; } + +.fa-blogger-b:before { + content: "\f37d"; } + +.fa-bluetooth:before { + content: "\f293"; } + +.fa-bluetooth-b:before { + content: "\f294"; } + +.fa-bold:before { + content: "\f032"; } + +.fa-bolt:before { + content: "\f0e7"; } + +.fa-bomb:before { + content: "\f1e2"; } + +.fa-bone:before { + content: "\f5d7"; } + +.fa-bong:before { + content: "\f55c"; } + +.fa-book:before { + content: "\f02d"; } + +.fa-book-dead:before { + content: "\f6b7"; } + +.fa-book-medical:before { + content: "\f7e6"; } + +.fa-book-open:before { + content: "\f518"; } + +.fa-book-reader:before { + content: "\f5da"; } + +.fa-bookmark:before { + content: "\f02e"; } + +.fa-bootstrap:before { + content: "\f836"; } + +.fa-border-all:before { + content: "\f84c"; } + +.fa-border-none:before { + content: "\f850"; } + +.fa-border-style:before { + content: "\f853"; } + +.fa-bowling-ball:before { + content: "\f436"; } + +.fa-box:before { + content: "\f466"; } + +.fa-box-open:before { + content: "\f49e"; } + +.fa-box-tissue:before { + content: "\f95b"; } + +.fa-boxes:before { + content: "\f468"; } + +.fa-braille:before { + content: "\f2a1"; } + +.fa-brain:before { + content: "\f5dc"; } + +.fa-bread-slice:before { + content: "\f7ec"; } + +.fa-briefcase:before { + content: "\f0b1"; } + +.fa-briefcase-medical:before { + content: "\f469"; } + +.fa-broadcast-tower:before { + content: "\f519"; } + +.fa-broom:before { + content: "\f51a"; } + +.fa-brush:before { + content: "\f55d"; } + +.fa-btc:before { + content: "\f15a"; } + +.fa-buffer:before { + content: "\f837"; } + +.fa-bug:before { + content: "\f188"; } + +.fa-building:before { + content: "\f1ad"; } + +.fa-bullhorn:before { + content: "\f0a1"; } + +.fa-bullseye:before { + content: "\f140"; } + +.fa-burn:before { + content: "\f46a"; } + +.fa-buromobelexperte:before { + content: "\f37f"; } + +.fa-bus:before { + content: "\f207"; } + +.fa-bus-alt:before { + content: "\f55e"; } + +.fa-business-time:before { + content: "\f64a"; } + +.fa-buy-n-large:before { + content: "\f8a6"; } + +.fa-buysellads:before { + content: "\f20d"; } + +.fa-calculator:before { + content: "\f1ec"; } + +.fa-calendar:before { + content: "\f133"; } + +.fa-calendar-alt:before { + content: "\f073"; } + +.fa-calendar-check:before { + content: "\f274"; } + +.fa-calendar-day:before { + content: "\f783"; } + +.fa-calendar-minus:before { + content: "\f272"; } + +.fa-calendar-plus:before { + content: "\f271"; } + +.fa-calendar-times:before { + content: "\f273"; } + +.fa-calendar-week:before { + content: "\f784"; } + +.fa-camera:before { + content: "\f030"; } + +.fa-camera-retro:before { + content: "\f083"; } + +.fa-campground:before { + content: "\f6bb"; } + +.fa-canadian-maple-leaf:before { + content: "\f785"; } + +.fa-candy-cane:before { + content: "\f786"; } + +.fa-cannabis:before { + content: "\f55f"; } + +.fa-capsules:before { + content: "\f46b"; } + +.fa-car:before { + content: "\f1b9"; } + +.fa-car-alt:before { + content: "\f5de"; } + +.fa-car-battery:before { + content: "\f5df"; } + +.fa-car-crash:before { + content: "\f5e1"; } + +.fa-car-side:before { + content: "\f5e4"; } + +.fa-caravan:before { + content: "\f8ff"; } + +.fa-caret-down:before { + content: "\f0d7"; } + +.fa-caret-left:before { + content: "\f0d9"; } + +.fa-caret-right:before { + content: "\f0da"; } + +.fa-caret-square-down:before { + content: "\f150"; } + +.fa-caret-square-left:before { + content: "\f191"; } + +.fa-caret-square-right:before { + content: "\f152"; } + +.fa-caret-square-up:before { + content: "\f151"; } + +.fa-caret-up:before { + content: "\f0d8"; } + +.fa-carrot:before { + content: "\f787"; } + +.fa-cart-arrow-down:before { + content: "\f218"; } + +.fa-cart-plus:before { + content: "\f217"; } + +.fa-cash-register:before { + content: "\f788"; } + +.fa-cat:before { + content: "\f6be"; } + +.fa-cc-amazon-pay:before { + content: "\f42d"; } + +.fa-cc-amex:before { + content: "\f1f3"; } + +.fa-cc-apple-pay:before { + content: "\f416"; } + +.fa-cc-diners-club:before { + content: "\f24c"; } + +.fa-cc-discover:before { + content: "\f1f2"; } + +.fa-cc-jcb:before { + content: "\f24b"; } + +.fa-cc-mastercard:before { + content: "\f1f1"; } + +.fa-cc-paypal:before { + content: "\f1f4"; } + +.fa-cc-stripe:before { + content: "\f1f5"; } + +.fa-cc-visa:before { + content: "\f1f0"; } + +.fa-centercode:before { + content: "\f380"; } + +.fa-centos:before { + content: "\f789"; } + +.fa-certificate:before { + content: "\f0a3"; } + +.fa-chair:before { + content: "\f6c0"; } + +.fa-chalkboard:before { + content: "\f51b"; } + +.fa-chalkboard-teacher:before { + content: "\f51c"; } + +.fa-charging-station:before { + content: "\f5e7"; } + +.fa-chart-area:before { + content: "\f1fe"; } + +.fa-chart-bar:before { + content: "\f080"; } + +.fa-chart-line:before { + content: "\f201"; } + +.fa-chart-pie:before { + content: "\f200"; } + +.fa-check:before { + content: "\f00c"; } + +.fa-check-circle:before { + content: "\f058"; } + +.fa-check-double:before { + content: "\f560"; } + +.fa-check-square:before { + content: "\f14a"; } + +.fa-cheese:before { + content: "\f7ef"; } + +.fa-chess:before { + content: "\f439"; } + +.fa-chess-bishop:before { + content: "\f43a"; } + +.fa-chess-board:before { + content: "\f43c"; } + +.fa-chess-king:before { + content: "\f43f"; } + +.fa-chess-knight:before { + content: "\f441"; } + +.fa-chess-pawn:before { + content: "\f443"; } + +.fa-chess-queen:before { + content: "\f445"; } + +.fa-chess-rook:before { + content: "\f447"; } + +.fa-chevron-circle-down:before { + content: "\f13a"; } + +.fa-chevron-circle-left:before { + content: "\f137"; } + +.fa-chevron-circle-right:before { + content: "\f138"; } + +.fa-chevron-circle-up:before { + content: "\f139"; } + +.fa-chevron-down:before { + content: "\f078"; } + +.fa-chevron-left:before { + content: "\f053"; } + +.fa-chevron-right:before { + content: "\f054"; } + +.fa-chevron-up:before { + content: "\f077"; } + +.fa-child:before { + content: "\f1ae"; } + +.fa-chrome:before { + content: "\f268"; } + +.fa-chromecast:before { + content: "\f838"; } + +.fa-church:before { + content: "\f51d"; } + +.fa-circle:before { + content: "\f111"; } + +.fa-circle-notch:before { + content: "\f1ce"; } + +.fa-city:before { + content: "\f64f"; } + +.fa-clinic-medical:before { + content: "\f7f2"; } + +.fa-clipboard:before { + content: "\f328"; } + +.fa-clipboard-check:before { + content: "\f46c"; } + +.fa-clipboard-list:before { + content: "\f46d"; } + +.fa-clock:before { + content: "\f017"; } + +.fa-clone:before { + content: "\f24d"; } + +.fa-closed-captioning:before { + content: "\f20a"; } + +.fa-cloud:before { + content: "\f0c2"; } + +.fa-cloud-download-alt:before { + content: "\f381"; } + +.fa-cloud-meatball:before { + content: "\f73b"; } + +.fa-cloud-moon:before { + content: "\f6c3"; } + +.fa-cloud-moon-rain:before { + content: "\f73c"; } + +.fa-cloud-rain:before { + content: "\f73d"; } + +.fa-cloud-showers-heavy:before { + content: "\f740"; } + +.fa-cloud-sun:before { + content: "\f6c4"; } + +.fa-cloud-sun-rain:before { + content: "\f743"; } + +.fa-cloud-upload-alt:before { + content: "\f382"; } + +.fa-cloudscale:before { + content: "\f383"; } + +.fa-cloudsmith:before { + content: "\f384"; } + +.fa-cloudversify:before { + content: "\f385"; } + +.fa-cocktail:before { + content: "\f561"; } + +.fa-code:before { + content: "\f121"; } + +.fa-code-branch:before { + content: "\f126"; } + +.fa-codepen:before { + content: "\f1cb"; } + +.fa-codiepie:before { + content: "\f284"; } + +.fa-coffee:before { + content: "\f0f4"; } + +.fa-cog:before { + content: "\f013"; } + +.fa-cogs:before { + content: "\f085"; } + +.fa-coins:before { + content: "\f51e"; } + +.fa-columns:before { + content: "\f0db"; } + +.fa-comment:before { + content: "\f075"; } + +.fa-comment-alt:before { + content: "\f27a"; } + +.fa-comment-dollar:before { + content: "\f651"; } + +.fa-comment-dots:before { + content: "\f4ad"; } + +.fa-comment-medical:before { + content: "\f7f5"; } + +.fa-comment-slash:before { + content: "\f4b3"; } + +.fa-comments:before { + content: "\f086"; } + +.fa-comments-dollar:before { + content: "\f653"; } + +.fa-compact-disc:before { + content: "\f51f"; } + +.fa-compass:before { + content: "\f14e"; } + +.fa-compress:before { + content: "\f066"; } + +.fa-compress-alt:before { + content: "\f422"; } + +.fa-compress-arrows-alt:before { + content: "\f78c"; } + +.fa-concierge-bell:before { + content: "\f562"; } + +.fa-confluence:before { + content: "\f78d"; } + +.fa-connectdevelop:before { + content: "\f20e"; } + +.fa-contao:before { + content: "\f26d"; } + +.fa-cookie:before { + content: "\f563"; } + +.fa-cookie-bite:before { + content: "\f564"; } + +.fa-copy:before { + content: "\f0c5"; } + +.fa-copyright:before { + content: "\f1f9"; } + +.fa-cotton-bureau:before { + content: "\f89e"; } + +.fa-couch:before { + content: "\f4b8"; } + +.fa-cpanel:before { + content: "\f388"; } + +.fa-creative-commons:before { + content: "\f25e"; } + +.fa-creative-commons-by:before { + content: "\f4e7"; } + +.fa-creative-commons-nc:before { + content: "\f4e8"; } + +.fa-creative-commons-nc-eu:before { + content: "\f4e9"; } + +.fa-creative-commons-nc-jp:before { + content: "\f4ea"; } + +.fa-creative-commons-nd:before { + content: "\f4eb"; } + +.fa-creative-commons-pd:before { + content: "\f4ec"; } + +.fa-creative-commons-pd-alt:before { + content: "\f4ed"; } + +.fa-creative-commons-remix:before { + content: "\f4ee"; } + +.fa-creative-commons-sa:before { + content: "\f4ef"; } + +.fa-creative-commons-sampling:before { + content: "\f4f0"; } + +.fa-creative-commons-sampling-plus:before { + content: "\f4f1"; } + +.fa-creative-commons-share:before { + content: "\f4f2"; } + +.fa-creative-commons-zero:before { + content: "\f4f3"; } + +.fa-credit-card:before { + content: "\f09d"; } + +.fa-critical-role:before { + content: "\f6c9"; } + +.fa-crop:before { + content: "\f125"; } + +.fa-crop-alt:before { + content: "\f565"; } + +.fa-cross:before { + content: "\f654"; } + +.fa-crosshairs:before { + content: "\f05b"; } + +.fa-crow:before { + content: "\f520"; } + +.fa-crown:before { + content: "\f521"; } + +.fa-crutch:before { + content: "\f7f7"; } + +.fa-css3:before { + content: "\f13c"; } + +.fa-css3-alt:before { + content: "\f38b"; } + +.fa-cube:before { + content: "\f1b2"; } + +.fa-cubes:before { + content: "\f1b3"; } + +.fa-cut:before { + content: "\f0c4"; } + +.fa-cuttlefish:before { + content: "\f38c"; } + +.fa-d-and-d:before { + content: "\f38d"; } + +.fa-d-and-d-beyond:before { + content: "\f6ca"; } + +.fa-dailymotion:before { + content: "\f952"; } + +.fa-dashcube:before { + content: "\f210"; } + +.fa-database:before { + content: "\f1c0"; } + +.fa-deaf:before { + content: "\f2a4"; } + +.fa-delicious:before { + content: "\f1a5"; } + +.fa-democrat:before { + content: "\f747"; } + +.fa-deploydog:before { + content: "\f38e"; } + +.fa-deskpro:before { + content: "\f38f"; } + +.fa-desktop:before { + content: "\f108"; } + +.fa-dev:before { + content: "\f6cc"; } + +.fa-deviantart:before { + content: "\f1bd"; } + +.fa-dharmachakra:before { + content: "\f655"; } + +.fa-dhl:before { + content: "\f790"; } + +.fa-diagnoses:before { + content: "\f470"; } + +.fa-diaspora:before { + content: "\f791"; } + +.fa-dice:before { + content: "\f522"; } + +.fa-dice-d20:before { + content: "\f6cf"; } + +.fa-dice-d6:before { + content: "\f6d1"; } + +.fa-dice-five:before { + content: "\f523"; } + +.fa-dice-four:before { + content: "\f524"; } + +.fa-dice-one:before { + content: "\f525"; } + +.fa-dice-six:before { + content: "\f526"; } + +.fa-dice-three:before { + content: "\f527"; } + +.fa-dice-two:before { + content: "\f528"; } + +.fa-digg:before { + content: "\f1a6"; } + +.fa-digital-ocean:before { + content: "\f391"; } + +.fa-digital-tachograph:before { + content: "\f566"; } + +.fa-directions:before { + content: "\f5eb"; } + +.fa-discord:before { + content: "\f392"; } + +.fa-discourse:before { + content: "\f393"; } + +.fa-disease:before { + content: "\f7fa"; } + +.fa-divide:before { + content: "\f529"; } + +.fa-dizzy:before { + content: "\f567"; } + +.fa-dna:before { + content: "\f471"; } + +.fa-dochub:before { + content: "\f394"; } + +.fa-docker:before { + content: "\f395"; } + +.fa-dog:before { + content: "\f6d3"; } + +.fa-dollar-sign:before { + content: "\f155"; } + +.fa-dolly:before { + content: "\f472"; } + +.fa-dolly-flatbed:before { + content: "\f474"; } + +.fa-donate:before { + content: "\f4b9"; } + +.fa-door-closed:before { + content: "\f52a"; } + +.fa-door-open:before { + content: "\f52b"; } + +.fa-dot-circle:before { + content: "\f192"; } + +.fa-dove:before { + content: "\f4ba"; } + +.fa-download:before { + content: "\f019"; } + +.fa-draft2digital:before { + content: "\f396"; } + +.fa-drafting-compass:before { + content: "\f568"; } + +.fa-dragon:before { + content: "\f6d5"; } + +.fa-draw-polygon:before { + content: "\f5ee"; } + +.fa-dribbble:before { + content: "\f17d"; } + +.fa-dribbble-square:before { + content: "\f397"; } + +.fa-dropbox:before { + content: "\f16b"; } + +.fa-drum:before { + content: "\f569"; } + +.fa-drum-steelpan:before { + content: "\f56a"; } + +.fa-drumstick-bite:before { + content: "\f6d7"; } + +.fa-drupal:before { + content: "\f1a9"; } + +.fa-dumbbell:before { + content: "\f44b"; } + +.fa-dumpster:before { + content: "\f793"; } + +.fa-dumpster-fire:before { + content: "\f794"; } + +.fa-dungeon:before { + content: "\f6d9"; } + +.fa-dyalog:before { + content: "\f399"; } + +.fa-earlybirds:before { + content: "\f39a"; } + +.fa-ebay:before { + content: "\f4f4"; } + +.fa-edge:before { + content: "\f282"; } + +.fa-edit:before { + content: "\f044"; } + +.fa-egg:before { + content: "\f7fb"; } + +.fa-eject:before { + content: "\f052"; } + +.fa-elementor:before { + content: "\f430"; } + +.fa-ellipsis-h:before { + content: "\f141"; } + +.fa-ellipsis-v:before { + content: "\f142"; } + +.fa-ello:before { + content: "\f5f1"; } + +.fa-ember:before { + content: "\f423"; } + +.fa-empire:before { + content: "\f1d1"; } + +.fa-envelope:before { + content: "\f0e0"; } + +.fa-envelope-open:before { + content: "\f2b6"; } + +.fa-envelope-open-text:before { + content: "\f658"; } + +.fa-envelope-square:before { + content: "\f199"; } + +.fa-envira:before { + content: "\f299"; } + +.fa-equals:before { + content: "\f52c"; } + +.fa-eraser:before { + content: "\f12d"; } + +.fa-erlang:before { + content: "\f39d"; } + +.fa-ethereum:before { + content: "\f42e"; } + +.fa-ethernet:before { + content: "\f796"; } + +.fa-etsy:before { + content: "\f2d7"; } + +.fa-euro-sign:before { + content: "\f153"; } + +.fa-evernote:before { + content: "\f839"; } + +.fa-exchange-alt:before { + content: "\f362"; } + +.fa-exclamation:before { + content: "\f12a"; } + +.fa-exclamation-circle:before { + content: "\f06a"; } + +.fa-exclamation-triangle:before { + content: "\f071"; } + +.fa-expand:before { + content: "\f065"; } + +.fa-expand-alt:before { + content: "\f424"; } + +.fa-expand-arrows-alt:before { + content: "\f31e"; } + +.fa-expeditedssl:before { + content: "\f23e"; } + +.fa-external-link-alt:before { + content: "\f35d"; } + +.fa-external-link-square-alt:before { + content: "\f360"; } + +.fa-eye:before { + content: "\f06e"; } + +.fa-eye-dropper:before { + content: "\f1fb"; } + +.fa-eye-slash:before { + content: "\f070"; } + +.fa-facebook:before { + content: "\f09a"; } + +.fa-facebook-f:before { + content: "\f39e"; } + +.fa-facebook-messenger:before { + content: "\f39f"; } + +.fa-facebook-square:before { + content: "\f082"; } + +.fa-fan:before { + content: "\f863"; } + +.fa-fantasy-flight-games:before { + content: "\f6dc"; } + +.fa-fast-backward:before { + content: "\f049"; } + +.fa-fast-forward:before { + content: "\f050"; } + +.fa-faucet:before { + content: "\f905"; } + +.fa-fax:before { + content: "\f1ac"; } + +.fa-feather:before { + content: "\f52d"; } + +.fa-feather-alt:before { + content: "\f56b"; } + +.fa-fedex:before { + content: "\f797"; } + +.fa-fedora:before { + content: "\f798"; } + +.fa-female:before { + content: "\f182"; } + +.fa-fighter-jet:before { + content: "\f0fb"; } + +.fa-figma:before { + content: "\f799"; } + +.fa-file:before { + content: "\f15b"; } + +.fa-file-alt:before { + content: "\f15c"; } + +.fa-file-archive:before { + content: "\f1c6"; } + +.fa-file-audio:before { + content: "\f1c7"; } + +.fa-file-code:before { + content: "\f1c9"; } + +.fa-file-contract:before { + content: "\f56c"; } + +.fa-file-csv:before { + content: "\f6dd"; } + +.fa-file-download:before { + content: "\f56d"; } + +.fa-file-excel:before { + content: "\f1c3"; } + +.fa-file-export:before { + content: "\f56e"; } + +.fa-file-image:before { + content: "\f1c5"; } + +.fa-file-import:before { + content: "\f56f"; } + +.fa-file-invoice:before { + content: "\f570"; } + +.fa-file-invoice-dollar:before { + content: "\f571"; } + +.fa-file-medical:before { + content: "\f477"; } + +.fa-file-medical-alt:before { + content: "\f478"; } + +.fa-file-pdf:before { + content: "\f1c1"; } + +.fa-file-powerpoint:before { + content: "\f1c4"; } + +.fa-file-prescription:before { + content: "\f572"; } + +.fa-file-signature:before { + content: "\f573"; } + +.fa-file-upload:before { + content: "\f574"; } + +.fa-file-video:before { + content: "\f1c8"; } + +.fa-file-word:before { + content: "\f1c2"; } + +.fa-fill:before { + content: "\f575"; } + +.fa-fill-drip:before { + content: "\f576"; } + +.fa-film:before { + content: "\f008"; } + +.fa-filter:before { + content: "\f0b0"; } + +.fa-fingerprint:before { + content: "\f577"; } + +.fa-fire:before { + content: "\f06d"; } + +.fa-fire-alt:before { + content: "\f7e4"; } + +.fa-fire-extinguisher:before { + content: "\f134"; } + +.fa-firefox:before { + content: "\f269"; } + +.fa-firefox-browser:before { + content: "\f907"; } + +.fa-first-aid:before { + content: "\f479"; } + +.fa-first-order:before { + content: "\f2b0"; } + +.fa-first-order-alt:before { + content: "\f50a"; } + +.fa-firstdraft:before { + content: "\f3a1"; } + +.fa-fish:before { + content: "\f578"; } + +.fa-fist-raised:before { + content: "\f6de"; } + +.fa-flag:before { + content: "\f024"; } + +.fa-flag-checkered:before { + content: "\f11e"; } + +.fa-flag-usa:before { + content: "\f74d"; } + +.fa-flask:before { + content: "\f0c3"; } + +.fa-flickr:before { + content: "\f16e"; } + +.fa-flipboard:before { + content: "\f44d"; } + +.fa-flushed:before { + content: "\f579"; } + +.fa-fly:before { + content: "\f417"; } + +.fa-folder:before { + content: "\f07b"; } + +.fa-folder-minus:before { + content: "\f65d"; } + +.fa-folder-open:before { + content: "\f07c"; } + +.fa-folder-plus:before { + content: "\f65e"; } + +.fa-font:before { + content: "\f031"; } + +.fa-font-awesome:before { + content: "\f2b4"; } + +.fa-font-awesome-alt:before { + content: "\f35c"; } + +.fa-font-awesome-flag:before { + content: "\f425"; } + +.fa-font-awesome-logo-full:before { + content: "\f4e6"; } + +.fa-fonticons:before { + content: "\f280"; } + +.fa-fonticons-fi:before { + content: "\f3a2"; } + +.fa-football-ball:before { + content: "\f44e"; } + +.fa-fort-awesome:before { + content: "\f286"; } + +.fa-fort-awesome-alt:before { + content: "\f3a3"; } + +.fa-forumbee:before { + content: "\f211"; } + +.fa-forward:before { + content: "\f04e"; } + +.fa-foursquare:before { + content: "\f180"; } + +.fa-free-code-camp:before { + content: "\f2c5"; } + +.fa-freebsd:before { + content: "\f3a4"; } + +.fa-frog:before { + content: "\f52e"; } + +.fa-frown:before { + content: "\f119"; } + +.fa-frown-open:before { + content: "\f57a"; } + +.fa-fulcrum:before { + content: "\f50b"; } + +.fa-funnel-dollar:before { + content: "\f662"; } + +.fa-futbol:before { + content: "\f1e3"; } + +.fa-galactic-republic:before { + content: "\f50c"; } + +.fa-galactic-senate:before { + content: "\f50d"; } + +.fa-gamepad:before { + content: "\f11b"; } + +.fa-gas-pump:before { + content: "\f52f"; } + +.fa-gavel:before { + content: "\f0e3"; } + +.fa-gem:before { + content: "\f3a5"; } + +.fa-genderless:before { + content: "\f22d"; } + +.fa-get-pocket:before { + content: "\f265"; } + +.fa-gg:before { + content: "\f260"; } + +.fa-gg-circle:before { + content: "\f261"; } + +.fa-ghost:before { + content: "\f6e2"; } + +.fa-gift:before { + content: "\f06b"; } + +.fa-gifts:before { + content: "\f79c"; } + +.fa-git:before { + content: "\f1d3"; } + +.fa-git-alt:before { + content: "\f841"; } + +.fa-git-square:before { + content: "\f1d2"; } + +.fa-github:before { + content: "\f09b"; } + +.fa-github-alt:before { + content: "\f113"; } + +.fa-github-square:before { + content: "\f092"; } + +.fa-gitkraken:before { + content: "\f3a6"; } + +.fa-gitlab:before { + content: "\f296"; } + +.fa-gitter:before { + content: "\f426"; } + +.fa-glass-cheers:before { + content: "\f79f"; } + +.fa-glass-martini:before { + content: "\f000"; } + +.fa-glass-martini-alt:before { + content: "\f57b"; } + +.fa-glass-whiskey:before { + content: "\f7a0"; } + +.fa-glasses:before { + content: "\f530"; } + +.fa-glide:before { + content: "\f2a5"; } + +.fa-glide-g:before { + content: "\f2a6"; } + +.fa-globe:before { + content: "\f0ac"; } + +.fa-globe-africa:before { + content: "\f57c"; } + +.fa-globe-americas:before { + content: "\f57d"; } + +.fa-globe-asia:before { + content: "\f57e"; } + +.fa-globe-europe:before { + content: "\f7a2"; } + +.fa-gofore:before { + content: "\f3a7"; } + +.fa-golf-ball:before { + content: "\f450"; } + +.fa-goodreads:before { + content: "\f3a8"; } + +.fa-goodreads-g:before { + content: "\f3a9"; } + +.fa-google:before { + content: "\f1a0"; } + +.fa-google-drive:before { + content: "\f3aa"; } + +.fa-google-play:before { + content: "\f3ab"; } + +.fa-google-plus:before { + content: "\f2b3"; } + +.fa-google-plus-g:before { + content: "\f0d5"; } + +.fa-google-plus-square:before { + content: "\f0d4"; } + +.fa-google-wallet:before { + content: "\f1ee"; } + +.fa-gopuram:before { + content: "\f664"; } + +.fa-graduation-cap:before { + content: "\f19d"; } + +.fa-gratipay:before { + content: "\f184"; } + +.fa-grav:before { + content: "\f2d6"; } + +.fa-greater-than:before { + content: "\f531"; } + +.fa-greater-than-equal:before { + content: "\f532"; } + +.fa-grimace:before { + content: "\f57f"; } + +.fa-grin:before { + content: "\f580"; } + +.fa-grin-alt:before { + content: "\f581"; } + +.fa-grin-beam:before { + content: "\f582"; } + +.fa-grin-beam-sweat:before { + content: "\f583"; } + +.fa-grin-hearts:before { + content: "\f584"; } + +.fa-grin-squint:before { + content: "\f585"; } + +.fa-grin-squint-tears:before { + content: "\f586"; } + +.fa-grin-stars:before { + content: "\f587"; } + +.fa-grin-tears:before { + content: "\f588"; } + +.fa-grin-tongue:before { + content: "\f589"; } + +.fa-grin-tongue-squint:before { + content: "\f58a"; } + +.fa-grin-tongue-wink:before { + content: "\f58b"; } + +.fa-grin-wink:before { + content: "\f58c"; } + +.fa-grip-horizontal:before { + content: "\f58d"; } + +.fa-grip-lines:before { + content: "\f7a4"; } + +.fa-grip-lines-vertical:before { + content: "\f7a5"; } + +.fa-grip-vertical:before { + content: "\f58e"; } + +.fa-gripfire:before { + content: "\f3ac"; } + +.fa-grunt:before { + content: "\f3ad"; } + +.fa-guitar:before { + content: "\f7a6"; } + +.fa-gulp:before { + content: "\f3ae"; } + +.fa-h-square:before { + content: "\f0fd"; } + +.fa-hacker-news:before { + content: "\f1d4"; } + +.fa-hacker-news-square:before { + content: "\f3af"; } + +.fa-hackerrank:before { + content: "\f5f7"; } + +.fa-hamburger:before { + content: "\f805"; } + +.fa-hammer:before { + content: "\f6e3"; } + +.fa-hamsa:before { + content: "\f665"; } + +.fa-hand-holding:before { + content: "\f4bd"; } + +.fa-hand-holding-heart:before { + content: "\f4be"; } + +.fa-hand-holding-medical:before { + content: "\f95c"; } + +.fa-hand-holding-usd:before { + content: "\f4c0"; } + +.fa-hand-holding-water:before { + content: "\f4c1"; } + +.fa-hand-lizard:before { + content: "\f258"; } + +.fa-hand-middle-finger:before { + content: "\f806"; } + +.fa-hand-paper:before { + content: "\f256"; } + +.fa-hand-peace:before { + content: "\f25b"; } + +.fa-hand-point-down:before { + content: "\f0a7"; } + +.fa-hand-point-left:before { + content: "\f0a5"; } + +.fa-hand-point-right:before { + content: "\f0a4"; } + +.fa-hand-point-up:before { + content: "\f0a6"; } + +.fa-hand-pointer:before { + content: "\f25a"; } + +.fa-hand-rock:before { + content: "\f255"; } + +.fa-hand-scissors:before { + content: "\f257"; } + +.fa-hand-sparkles:before { + content: "\f95d"; } + +.fa-hand-spock:before { + content: "\f259"; } + +.fa-hands:before { + content: "\f4c2"; } + +.fa-hands-helping:before { + content: "\f4c4"; } + +.fa-hands-wash:before { + content: "\f95e"; } + +.fa-handshake:before { + content: "\f2b5"; } + +.fa-handshake-alt-slash:before { + content: "\f95f"; } + +.fa-handshake-slash:before { + content: "\f960"; } + +.fa-hanukiah:before { + content: "\f6e6"; } + +.fa-hard-hat:before { + content: "\f807"; } + +.fa-hashtag:before { + content: "\f292"; } + +.fa-hat-cowboy:before { + content: "\f8c0"; } + +.fa-hat-cowboy-side:before { + content: "\f8c1"; } + +.fa-hat-wizard:before { + content: "\f6e8"; } + +.fa-hdd:before { + content: "\f0a0"; } + +.fa-head-side-cough:before { + content: "\f961"; } + +.fa-head-side-cough-slash:before { + content: "\f962"; } + +.fa-head-side-mask:before { + content: "\f963"; } + +.fa-head-side-virus:before { + content: "\f964"; } + +.fa-heading:before { + content: "\f1dc"; } + +.fa-headphones:before { + content: "\f025"; } + +.fa-headphones-alt:before { + content: "\f58f"; } + +.fa-headset:before { + content: "\f590"; } + +.fa-heart:before { + content: "\f004"; } + +.fa-heart-broken:before { + content: "\f7a9"; } + +.fa-heartbeat:before { + content: "\f21e"; } + +.fa-helicopter:before { + content: "\f533"; } + +.fa-highlighter:before { + content: "\f591"; } + +.fa-hiking:before { + content: "\f6ec"; } + +.fa-hippo:before { + content: "\f6ed"; } + +.fa-hips:before { + content: "\f452"; } + +.fa-hire-a-helper:before { + content: "\f3b0"; } + +.fa-history:before { + content: "\f1da"; } + +.fa-hockey-puck:before { + content: "\f453"; } + +.fa-holly-berry:before { + content: "\f7aa"; } + +.fa-home:before { + content: "\f015"; } + +.fa-hooli:before { + content: "\f427"; } + +.fa-hornbill:before { + content: "\f592"; } + +.fa-horse:before { + content: "\f6f0"; } + +.fa-horse-head:before { + content: "\f7ab"; } + +.fa-hospital:before { + content: "\f0f8"; } + +.fa-hospital-alt:before { + content: "\f47d"; } + +.fa-hospital-symbol:before { + content: "\f47e"; } + +.fa-hospital-user:before { + content: "\f80d"; } + +.fa-hot-tub:before { + content: "\f593"; } + +.fa-hotdog:before { + content: "\f80f"; } + +.fa-hotel:before { + content: "\f594"; } + +.fa-hotjar:before { + content: "\f3b1"; } + +.fa-hourglass:before { + content: "\f254"; } + +.fa-hourglass-end:before { + content: "\f253"; } + +.fa-hourglass-half:before { + content: "\f252"; } + +.fa-hourglass-start:before { + content: "\f251"; } + +.fa-house-damage:before { + content: "\f6f1"; } + +.fa-house-user:before { + content: "\f965"; } + +.fa-houzz:before { + content: "\f27c"; } + +.fa-hryvnia:before { + content: "\f6f2"; } + +.fa-html5:before { + content: "\f13b"; } + +.fa-hubspot:before { + content: "\f3b2"; } + +.fa-i-cursor:before { + content: "\f246"; } + +.fa-ice-cream:before { + content: "\f810"; } + +.fa-icicles:before { + content: "\f7ad"; } + +.fa-icons:before { + content: "\f86d"; } + +.fa-id-badge:before { + content: "\f2c1"; } + +.fa-id-card:before { + content: "\f2c2"; } + +.fa-id-card-alt:before { + content: "\f47f"; } + +.fa-ideal:before { + content: "\f913"; } + +.fa-igloo:before { + content: "\f7ae"; } + +.fa-image:before { + content: "\f03e"; } + +.fa-images:before { + content: "\f302"; } + +.fa-imdb:before { + content: "\f2d8"; } + +.fa-inbox:before { + content: "\f01c"; } + +.fa-indent:before { + content: "\f03c"; } + +.fa-industry:before { + content: "\f275"; } + +.fa-infinity:before { + content: "\f534"; } + +.fa-info:before { + content: "\f129"; } + +.fa-info-circle:before { + content: "\f05a"; } + +.fa-instagram:before { + content: "\f16d"; } + +.fa-instagram-square:before { + content: "\f955"; } + +.fa-intercom:before { + content: "\f7af"; } + +.fa-internet-explorer:before { + content: "\f26b"; } + +.fa-invision:before { + content: "\f7b0"; } + +.fa-ioxhost:before { + content: "\f208"; } + +.fa-italic:before { + content: "\f033"; } + +.fa-itch-io:before { + content: "\f83a"; } + +.fa-itunes:before { + content: "\f3b4"; } + +.fa-itunes-note:before { + content: "\f3b5"; } + +.fa-java:before { + content: "\f4e4"; } + +.fa-jedi:before { + content: "\f669"; } + +.fa-jedi-order:before { + content: "\f50e"; } + +.fa-jenkins:before { + content: "\f3b6"; } + +.fa-jira:before { + content: "\f7b1"; } + +.fa-joget:before { + content: "\f3b7"; } + +.fa-joint:before { + content: "\f595"; } + +.fa-joomla:before { + content: "\f1aa"; } + +.fa-journal-whills:before { + content: "\f66a"; } + +.fa-js:before { + content: "\f3b8"; } + +.fa-js-square:before { + content: "\f3b9"; } + +.fa-jsfiddle:before { + content: "\f1cc"; } + +.fa-kaaba:before { + content: "\f66b"; } + +.fa-kaggle:before { + content: "\f5fa"; } + +.fa-key:before { + content: "\f084"; } + +.fa-keybase:before { + content: "\f4f5"; } + +.fa-keyboard:before { + content: "\f11c"; } + +.fa-keycdn:before { + content: "\f3ba"; } + +.fa-khanda:before { + content: "\f66d"; } + +.fa-kickstarter:before { + content: "\f3bb"; } + +.fa-kickstarter-k:before { + content: "\f3bc"; } + +.fa-kiss:before { + content: "\f596"; } + +.fa-kiss-beam:before { + content: "\f597"; } + +.fa-kiss-wink-heart:before { + content: "\f598"; } + +.fa-kiwi-bird:before { + content: "\f535"; } + +.fa-korvue:before { + content: "\f42f"; } + +.fa-landmark:before { + content: "\f66f"; } + +.fa-language:before { + content: "\f1ab"; } + +.fa-laptop:before { + content: "\f109"; } + +.fa-laptop-code:before { + content: "\f5fc"; } + +.fa-laptop-house:before { + content: "\f966"; } + +.fa-laptop-medical:before { + content: "\f812"; } + +.fa-laravel:before { + content: "\f3bd"; } + +.fa-lastfm:before { + content: "\f202"; } + +.fa-lastfm-square:before { + content: "\f203"; } + +.fa-laugh:before { + content: "\f599"; } + +.fa-laugh-beam:before { + content: "\f59a"; } + +.fa-laugh-squint:before { + content: "\f59b"; } + +.fa-laugh-wink:before { + content: "\f59c"; } + +.fa-layer-group:before { + content: "\f5fd"; } + +.fa-leaf:before { + content: "\f06c"; } + +.fa-leanpub:before { + content: "\f212"; } + +.fa-lemon:before { + content: "\f094"; } + +.fa-less:before { + content: "\f41d"; } + +.fa-less-than:before { + content: "\f536"; } + +.fa-less-than-equal:before { + content: "\f537"; } + +.fa-level-down-alt:before { + content: "\f3be"; } + +.fa-level-up-alt:before { + content: "\f3bf"; } + +.fa-life-ring:before { + content: "\f1cd"; } + +.fa-lightbulb:before { + content: "\f0eb"; } + +.fa-line:before { + content: "\f3c0"; } + +.fa-link:before { + content: "\f0c1"; } + +.fa-linkedin:before { + content: "\f08c"; } + +.fa-linkedin-in:before { + content: "\f0e1"; } + +.fa-linode:before { + content: "\f2b8"; } + +.fa-linux:before { + content: "\f17c"; } + +.fa-lira-sign:before { + content: "\f195"; } + +.fa-list:before { + content: "\f03a"; } + +.fa-list-alt:before { + content: "\f022"; } + +.fa-list-ol:before { + content: "\f0cb"; } + +.fa-list-ul:before { + content: "\f0ca"; } + +.fa-location-arrow:before { + content: "\f124"; } + +.fa-lock:before { + content: "\f023"; } + +.fa-lock-open:before { + content: "\f3c1"; } + +.fa-long-arrow-alt-down:before { + content: "\f309"; } + +.fa-long-arrow-alt-left:before { + content: "\f30a"; } + +.fa-long-arrow-alt-right:before { + content: "\f30b"; } + +.fa-long-arrow-alt-up:before { + content: "\f30c"; } + +.fa-low-vision:before { + content: "\f2a8"; } + +.fa-luggage-cart:before { + content: "\f59d"; } + +.fa-lungs:before { + content: "\f604"; } + +.fa-lungs-virus:before { + content: "\f967"; } + +.fa-lyft:before { + content: "\f3c3"; } + +.fa-magento:before { + content: "\f3c4"; } + +.fa-magic:before { + content: "\f0d0"; } + +.fa-magnet:before { + content: "\f076"; } + +.fa-mail-bulk:before { + content: "\f674"; } + +.fa-mailchimp:before { + content: "\f59e"; } + +.fa-male:before { + content: "\f183"; } + +.fa-mandalorian:before { + content: "\f50f"; } + +.fa-map:before { + content: "\f279"; } + +.fa-map-marked:before { + content: "\f59f"; } + +.fa-map-marked-alt:before { + content: "\f5a0"; } + +.fa-map-marker:before { + content: "\f041"; } + +.fa-map-marker-alt:before { + content: "\f3c5"; } + +.fa-map-pin:before { + content: "\f276"; } + +.fa-map-signs:before { + content: "\f277"; } + +.fa-markdown:before { + content: "\f60f"; } + +.fa-marker:before { + content: "\f5a1"; } + +.fa-mars:before { + content: "\f222"; } + +.fa-mars-double:before { + content: "\f227"; } + +.fa-mars-stroke:before { + content: "\f229"; } + +.fa-mars-stroke-h:before { + content: "\f22b"; } + +.fa-mars-stroke-v:before { + content: "\f22a"; } + +.fa-mask:before { + content: "\f6fa"; } + +.fa-mastodon:before { + content: "\f4f6"; } + +.fa-maxcdn:before { + content: "\f136"; } + +.fa-mdb:before { + content: "\f8ca"; } + +.fa-medal:before { + content: "\f5a2"; } + +.fa-medapps:before { + content: "\f3c6"; } + +.fa-medium:before { + content: "\f23a"; } + +.fa-medium-m:before { + content: "\f3c7"; } + +.fa-medkit:before { + content: "\f0fa"; } + +.fa-medrt:before { + content: "\f3c8"; } + +.fa-meetup:before { + content: "\f2e0"; } + +.fa-megaport:before { + content: "\f5a3"; } + +.fa-meh:before { + content: "\f11a"; } + +.fa-meh-blank:before { + content: "\f5a4"; } + +.fa-meh-rolling-eyes:before { + content: "\f5a5"; } + +.fa-memory:before { + content: "\f538"; } + +.fa-mendeley:before { + content: "\f7b3"; } + +.fa-menorah:before { + content: "\f676"; } + +.fa-mercury:before { + content: "\f223"; } + +.fa-meteor:before { + content: "\f753"; } + +.fa-microblog:before { + content: "\f91a"; } + +.fa-microchip:before { + content: "\f2db"; } + +.fa-microphone:before { + content: "\f130"; } + +.fa-microphone-alt:before { + content: "\f3c9"; } + +.fa-microphone-alt-slash:before { + content: "\f539"; } + +.fa-microphone-slash:before { + content: "\f131"; } + +.fa-microscope:before { + content: "\f610"; } + +.fa-microsoft:before { + content: "\f3ca"; } + +.fa-minus:before { + content: "\f068"; } + +.fa-minus-circle:before { + content: "\f056"; } + +.fa-minus-square:before { + content: "\f146"; } + +.fa-mitten:before { + content: "\f7b5"; } + +.fa-mix:before { + content: "\f3cb"; } + +.fa-mixcloud:before { + content: "\f289"; } + +.fa-mixer:before { + content: "\f956"; } + +.fa-mizuni:before { + content: "\f3cc"; } + +.fa-mobile:before { + content: "\f10b"; } + +.fa-mobile-alt:before { + content: "\f3cd"; } + +.fa-modx:before { + content: "\f285"; } + +.fa-monero:before { + content: "\f3d0"; } + +.fa-money-bill:before { + content: "\f0d6"; } + +.fa-money-bill-alt:before { + content: "\f3d1"; } + +.fa-money-bill-wave:before { + content: "\f53a"; } + +.fa-money-bill-wave-alt:before { + content: "\f53b"; } + +.fa-money-check:before { + content: "\f53c"; } + +.fa-money-check-alt:before { + content: "\f53d"; } + +.fa-monument:before { + content: "\f5a6"; } + +.fa-moon:before { + content: "\f186"; } + +.fa-mortar-pestle:before { + content: "\f5a7"; } + +.fa-mosque:before { + content: "\f678"; } + +.fa-motorcycle:before { + content: "\f21c"; } + +.fa-mountain:before { + content: "\f6fc"; } + +.fa-mouse:before { + content: "\f8cc"; } + +.fa-mouse-pointer:before { + content: "\f245"; } + +.fa-mug-hot:before { + content: "\f7b6"; } + +.fa-music:before { + content: "\f001"; } + +.fa-napster:before { + content: "\f3d2"; } + +.fa-neos:before { + content: "\f612"; } + +.fa-network-wired:before { + content: "\f6ff"; } + +.fa-neuter:before { + content: "\f22c"; } + +.fa-newspaper:before { + content: "\f1ea"; } + +.fa-nimblr:before { + content: "\f5a8"; } + +.fa-node:before { + content: "\f419"; } + +.fa-node-js:before { + content: "\f3d3"; } + +.fa-not-equal:before { + content: "\f53e"; } + +.fa-notes-medical:before { + content: "\f481"; } + +.fa-npm:before { + content: "\f3d4"; } + +.fa-ns8:before { + content: "\f3d5"; } + +.fa-nutritionix:before { + content: "\f3d6"; } + +.fa-object-group:before { + content: "\f247"; } + +.fa-object-ungroup:before { + content: "\f248"; } + +.fa-odnoklassniki:before { + content: "\f263"; } + +.fa-odnoklassniki-square:before { + content: "\f264"; } + +.fa-oil-can:before { + content: "\f613"; } + +.fa-old-republic:before { + content: "\f510"; } + +.fa-om:before { + content: "\f679"; } + +.fa-opencart:before { + content: "\f23d"; } + +.fa-openid:before { + content: "\f19b"; } + +.fa-opera:before { + content: "\f26a"; } + +.fa-optin-monster:before { + content: "\f23c"; } + +.fa-orcid:before { + content: "\f8d2"; } + +.fa-osi:before { + content: "\f41a"; } + +.fa-otter:before { + content: "\f700"; } + +.fa-outdent:before { + content: "\f03b"; } + +.fa-page4:before { + content: "\f3d7"; } + +.fa-pagelines:before { + content: "\f18c"; } + +.fa-pager:before { + content: "\f815"; } + +.fa-paint-brush:before { + content: "\f1fc"; } + +.fa-paint-roller:before { + content: "\f5aa"; } + +.fa-palette:before { + content: "\f53f"; } + +.fa-palfed:before { + content: "\f3d8"; } + +.fa-pallet:before { + content: "\f482"; } + +.fa-paper-plane:before { + content: "\f1d8"; } + +.fa-paperclip:before { + content: "\f0c6"; } + +.fa-parachute-box:before { + content: "\f4cd"; } + +.fa-paragraph:before { + content: "\f1dd"; } + +.fa-parking:before { + content: "\f540"; } + +.fa-passport:before { + content: "\f5ab"; } + +.fa-pastafarianism:before { + content: "\f67b"; } + +.fa-paste:before { + content: "\f0ea"; } + +.fa-patreon:before { + content: "\f3d9"; } + +.fa-pause:before { + content: "\f04c"; } + +.fa-pause-circle:before { + content: "\f28b"; } + +.fa-paw:before { + content: "\f1b0"; } + +.fa-paypal:before { + content: "\f1ed"; } + +.fa-peace:before { + content: "\f67c"; } + +.fa-pen:before { + content: "\f304"; } + +.fa-pen-alt:before { + content: "\f305"; } + +.fa-pen-fancy:before { + content: "\f5ac"; } + +.fa-pen-nib:before { + content: "\f5ad"; } + +.fa-pen-square:before { + content: "\f14b"; } + +.fa-pencil-alt:before { + content: "\f303"; } + +.fa-pencil-ruler:before { + content: "\f5ae"; } + +.fa-penny-arcade:before { + content: "\f704"; } + +.fa-people-arrows:before { + content: "\f968"; } + +.fa-people-carry:before { + content: "\f4ce"; } + +.fa-pepper-hot:before { + content: "\f816"; } + +.fa-percent:before { + content: "\f295"; } + +.fa-percentage:before { + content: "\f541"; } + +.fa-periscope:before { + content: "\f3da"; } + +.fa-person-booth:before { + content: "\f756"; } + +.fa-phabricator:before { + content: "\f3db"; } + +.fa-phoenix-framework:before { + content: "\f3dc"; } + +.fa-phoenix-squadron:before { + content: "\f511"; } + +.fa-phone:before { + content: "\f095"; } + +.fa-phone-alt:before { + content: "\f879"; } + +.fa-phone-slash:before { + content: "\f3dd"; } + +.fa-phone-square:before { + content: "\f098"; } + +.fa-phone-square-alt:before { + content: "\f87b"; } + +.fa-phone-volume:before { + content: "\f2a0"; } + +.fa-photo-video:before { + content: "\f87c"; } + +.fa-php:before { + content: "\f457"; } + +.fa-pied-piper:before { + content: "\f2ae"; } + +.fa-pied-piper-alt:before { + content: "\f1a8"; } + +.fa-pied-piper-hat:before { + content: "\f4e5"; } + +.fa-pied-piper-pp:before { + content: "\f1a7"; } + +.fa-pied-piper-square:before { + content: "\f91e"; } + +.fa-piggy-bank:before { + content: "\f4d3"; } + +.fa-pills:before { + content: "\f484"; } + +.fa-pinterest:before { + content: "\f0d2"; } + +.fa-pinterest-p:before { + content: "\f231"; } + +.fa-pinterest-square:before { + content: "\f0d3"; } + +.fa-pizza-slice:before { + content: "\f818"; } + +.fa-place-of-worship:before { + content: "\f67f"; } + +.fa-plane:before { + content: "\f072"; } + +.fa-plane-arrival:before { + content: "\f5af"; } + +.fa-plane-departure:before { + content: "\f5b0"; } + +.fa-plane-slash:before { + content: "\f969"; } + +.fa-play:before { + content: "\f04b"; } + +.fa-play-circle:before { + content: "\f144"; } + +.fa-playstation:before { + content: "\f3df"; } + +.fa-plug:before { + content: "\f1e6"; } + +.fa-plus:before { + content: "\f067"; } + +.fa-plus-circle:before { + content: "\f055"; } + +.fa-plus-square:before { + content: "\f0fe"; } + +.fa-podcast:before { + content: "\f2ce"; } + +.fa-poll:before { + content: "\f681"; } + +.fa-poll-h:before { + content: "\f682"; } + +.fa-poo:before { + content: "\f2fe"; } + +.fa-poo-storm:before { + content: "\f75a"; } + +.fa-poop:before { + content: "\f619"; } + +.fa-portrait:before { + content: "\f3e0"; } + +.fa-pound-sign:before { + content: "\f154"; } + +.fa-power-off:before { + content: "\f011"; } + +.fa-pray:before { + content: "\f683"; } + +.fa-praying-hands:before { + content: "\f684"; } + +.fa-prescription:before { + content: "\f5b1"; } + +.fa-prescription-bottle:before { + content: "\f485"; } + +.fa-prescription-bottle-alt:before { + content: "\f486"; } + +.fa-print:before { + content: "\f02f"; } + +.fa-procedures:before { + content: "\f487"; } + +.fa-product-hunt:before { + content: "\f288"; } + +.fa-project-diagram:before { + content: "\f542"; } + +.fa-pump-medical:before { + content: "\f96a"; } + +.fa-pump-soap:before { + content: "\f96b"; } + +.fa-pushed:before { + content: "\f3e1"; } + +.fa-puzzle-piece:before { + content: "\f12e"; } + +.fa-python:before { + content: "\f3e2"; } + +.fa-qq:before { + content: "\f1d6"; } + +.fa-qrcode:before { + content: "\f029"; } + +.fa-question:before { + content: "\f128"; } + +.fa-question-circle:before { + content: "\f059"; } + +.fa-quidditch:before { + content: "\f458"; } + +.fa-quinscape:before { + content: "\f459"; } + +.fa-quora:before { + content: "\f2c4"; } + +.fa-quote-left:before { + content: "\f10d"; } + +.fa-quote-right:before { + content: "\f10e"; } + +.fa-quran:before { + content: "\f687"; } + +.fa-r-project:before { + content: "\f4f7"; } + +.fa-radiation:before { + content: "\f7b9"; } + +.fa-radiation-alt:before { + content: "\f7ba"; } + +.fa-rainbow:before { + content: "\f75b"; } + +.fa-random:before { + content: "\f074"; } + +.fa-raspberry-pi:before { + content: "\f7bb"; } + +.fa-ravelry:before { + content: "\f2d9"; } + +.fa-react:before { + content: "\f41b"; } + +.fa-reacteurope:before { + content: "\f75d"; } + +.fa-readme:before { + content: "\f4d5"; } + +.fa-rebel:before { + content: "\f1d0"; } + +.fa-receipt:before { + content: "\f543"; } + +.fa-record-vinyl:before { + content: "\f8d9"; } + +.fa-recycle:before { + content: "\f1b8"; } + +.fa-red-river:before { + content: "\f3e3"; } + +.fa-reddit:before { + content: "\f1a1"; } + +.fa-reddit-alien:before { + content: "\f281"; } + +.fa-reddit-square:before { + content: "\f1a2"; } + +.fa-redhat:before { + content: "\f7bc"; } + +.fa-redo:before { + content: "\f01e"; } + +.fa-redo-alt:before { + content: "\f2f9"; } + +.fa-registered:before { + content: "\f25d"; } + +.fa-remove-format:before { + content: "\f87d"; } + +.fa-renren:before { + content: "\f18b"; } + +.fa-reply:before { + content: "\f3e5"; } + +.fa-reply-all:before { + content: "\f122"; } + +.fa-replyd:before { + content: "\f3e6"; } + +.fa-republican:before { + content: "\f75e"; } + +.fa-researchgate:before { + content: "\f4f8"; } + +.fa-resolving:before { + content: "\f3e7"; } + +.fa-restroom:before { + content: "\f7bd"; } + +.fa-retweet:before { + content: "\f079"; } + +.fa-rev:before { + content: "\f5b2"; } + +.fa-ribbon:before { + content: "\f4d6"; } + +.fa-ring:before { + content: "\f70b"; } + +.fa-road:before { + content: "\f018"; } + +.fa-robot:before { + content: "\f544"; } + +.fa-rocket:before { + content: "\f135"; } + +.fa-rocketchat:before { + content: "\f3e8"; } + +.fa-rockrms:before { + content: "\f3e9"; } + +.fa-route:before { + content: "\f4d7"; } + +.fa-rss:before { + content: "\f09e"; } + +.fa-rss-square:before { + content: "\f143"; } + +.fa-ruble-sign:before { + content: "\f158"; } + +.fa-ruler:before { + content: "\f545"; } + +.fa-ruler-combined:before { + content: "\f546"; } + +.fa-ruler-horizontal:before { + content: "\f547"; } + +.fa-ruler-vertical:before { + content: "\f548"; } + +.fa-running:before { + content: "\f70c"; } + +.fa-rupee-sign:before { + content: "\f156"; } + +.fa-sad-cry:before { + content: "\f5b3"; } + +.fa-sad-tear:before { + content: "\f5b4"; } + +.fa-safari:before { + content: "\f267"; } + +.fa-salesforce:before { + content: "\f83b"; } + +.fa-sass:before { + content: "\f41e"; } + +.fa-satellite:before { + content: "\f7bf"; } + +.fa-satellite-dish:before { + content: "\f7c0"; } + +.fa-save:before { + content: "\f0c7"; } + +.fa-schlix:before { + content: "\f3ea"; } + +.fa-school:before { + content: "\f549"; } + +.fa-screwdriver:before { + content: "\f54a"; } + +.fa-scribd:before { + content: "\f28a"; } + +.fa-scroll:before { + content: "\f70e"; } + +.fa-sd-card:before { + content: "\f7c2"; } + +.fa-search:before { + content: "\f002"; } + +.fa-search-dollar:before { + content: "\f688"; } + +.fa-search-location:before { + content: "\f689"; } + +.fa-search-minus:before { + content: "\f010"; } + +.fa-search-plus:before { + content: "\f00e"; } + +.fa-searchengin:before { + content: "\f3eb"; } + +.fa-seedling:before { + content: "\f4d8"; } + +.fa-sellcast:before { + content: "\f2da"; } + +.fa-sellsy:before { + content: "\f213"; } + +.fa-server:before { + content: "\f233"; } + +.fa-servicestack:before { + content: "\f3ec"; } + +.fa-shapes:before { + content: "\f61f"; } + +.fa-share:before { + content: "\f064"; } + +.fa-share-alt:before { + content: "\f1e0"; } + +.fa-share-alt-square:before { + content: "\f1e1"; } + +.fa-share-square:before { + content: "\f14d"; } + +.fa-shekel-sign:before { + content: "\f20b"; } + +.fa-shield-alt:before { + content: "\f3ed"; } + +.fa-shield-virus:before { + content: "\f96c"; } + +.fa-ship:before { + content: "\f21a"; } + +.fa-shipping-fast:before { + content: "\f48b"; } + +.fa-shirtsinbulk:before { + content: "\f214"; } + +.fa-shoe-prints:before { + content: "\f54b"; } + +.fa-shopify:before { + content: "\f957"; } + +.fa-shopping-bag:before { + content: "\f290"; } + +.fa-shopping-basket:before { + content: "\f291"; } + +.fa-shopping-cart:before { + content: "\f07a"; } + +.fa-shopware:before { + content: "\f5b5"; } + +.fa-shower:before { + content: "\f2cc"; } + +.fa-shuttle-van:before { + content: "\f5b6"; } + +.fa-sign:before { + content: "\f4d9"; } + +.fa-sign-in-alt:before { + content: "\f2f6"; } + +.fa-sign-language:before { + content: "\f2a7"; } + +.fa-sign-out-alt:before { + content: "\f2f5"; } + +.fa-signal:before { + content: "\f012"; } + +.fa-signature:before { + content: "\f5b7"; } + +.fa-sim-card:before { + content: "\f7c4"; } + +.fa-simplybuilt:before { + content: "\f215"; } + +.fa-sistrix:before { + content: "\f3ee"; } + +.fa-sitemap:before { + content: "\f0e8"; } + +.fa-sith:before { + content: "\f512"; } + +.fa-skating:before { + content: "\f7c5"; } + +.fa-sketch:before { + content: "\f7c6"; } + +.fa-skiing:before { + content: "\f7c9"; } + +.fa-skiing-nordic:before { + content: "\f7ca"; } + +.fa-skull:before { + content: "\f54c"; } + +.fa-skull-crossbones:before { + content: "\f714"; } + +.fa-skyatlas:before { + content: "\f216"; } + +.fa-skype:before { + content: "\f17e"; } + +.fa-slack:before { + content: "\f198"; } + +.fa-slack-hash:before { + content: "\f3ef"; } + +.fa-slash:before { + content: "\f715"; } + +.fa-sleigh:before { + content: "\f7cc"; } + +.fa-sliders-h:before { + content: "\f1de"; } + +.fa-slideshare:before { + content: "\f1e7"; } + +.fa-smile:before { + content: "\f118"; } + +.fa-smile-beam:before { + content: "\f5b8"; } + +.fa-smile-wink:before { + content: "\f4da"; } + +.fa-smog:before { + content: "\f75f"; } + +.fa-smoking:before { + content: "\f48d"; } + +.fa-smoking-ban:before { + content: "\f54d"; } + +.fa-sms:before { + content: "\f7cd"; } + +.fa-snapchat:before { + content: "\f2ab"; } + +.fa-snapchat-ghost:before { + content: "\f2ac"; } + +.fa-snapchat-square:before { + content: "\f2ad"; } + +.fa-snowboarding:before { + content: "\f7ce"; } + +.fa-snowflake:before { + content: "\f2dc"; } + +.fa-snowman:before { + content: "\f7d0"; } + +.fa-snowplow:before { + content: "\f7d2"; } + +.fa-soap:before { + content: "\f96e"; } + +.fa-socks:before { + content: "\f696"; } + +.fa-solar-panel:before { + content: "\f5ba"; } + +.fa-sort:before { + content: "\f0dc"; } + +.fa-sort-alpha-down:before { + content: "\f15d"; } + +.fa-sort-alpha-down-alt:before { + content: "\f881"; } + +.fa-sort-alpha-up:before { + content: "\f15e"; } + +.fa-sort-alpha-up-alt:before { + content: "\f882"; } + +.fa-sort-amount-down:before { + content: "\f160"; } + +.fa-sort-amount-down-alt:before { + content: "\f884"; } + +.fa-sort-amount-up:before { + content: "\f161"; } + +.fa-sort-amount-up-alt:before { + content: "\f885"; } + +.fa-sort-down:before { + content: "\f0dd"; } + +.fa-sort-numeric-down:before { + content: "\f162"; } + +.fa-sort-numeric-down-alt:before { + content: "\f886"; } + +.fa-sort-numeric-up:before { + content: "\f163"; } + +.fa-sort-numeric-up-alt:before { + content: "\f887"; } + +.fa-sort-up:before { + content: "\f0de"; } + +.fa-soundcloud:before { + content: "\f1be"; } + +.fa-sourcetree:before { + content: "\f7d3"; } + +.fa-spa:before { + content: "\f5bb"; } + +.fa-space-shuttle:before { + content: "\f197"; } + +.fa-speakap:before { + content: "\f3f3"; } + +.fa-speaker-deck:before { + content: "\f83c"; } + +.fa-spell-check:before { + content: "\f891"; } + +.fa-spider:before { + content: "\f717"; } + +.fa-spinner:before { + content: "\f110"; } + +.fa-splotch:before { + content: "\f5bc"; } + +.fa-spotify:before { + content: "\f1bc"; } + +.fa-spray-can:before { + content: "\f5bd"; } + +.fa-square:before { + content: "\f0c8"; } + +.fa-square-full:before { + content: "\f45c"; } + +.fa-square-root-alt:before { + content: "\f698"; } + +.fa-squarespace:before { + content: "\f5be"; } + +.fa-stack-exchange:before { + content: "\f18d"; } + +.fa-stack-overflow:before { + content: "\f16c"; } + +.fa-stackpath:before { + content: "\f842"; } + +.fa-stamp:before { + content: "\f5bf"; } + +.fa-star:before { + content: "\f005"; } + +.fa-star-and-crescent:before { + content: "\f699"; } + +.fa-star-half:before { + content: "\f089"; } + +.fa-star-half-alt:before { + content: "\f5c0"; } + +.fa-star-of-david:before { + content: "\f69a"; } + +.fa-star-of-life:before { + content: "\f621"; } + +.fa-staylinked:before { + content: "\f3f5"; } + +.fa-steam:before { + content: "\f1b6"; } + +.fa-steam-square:before { + content: "\f1b7"; } + +.fa-steam-symbol:before { + content: "\f3f6"; } + +.fa-step-backward:before { + content: "\f048"; } + +.fa-step-forward:before { + content: "\f051"; } + +.fa-stethoscope:before { + content: "\f0f1"; } + +.fa-sticker-mule:before { + content: "\f3f7"; } + +.fa-sticky-note:before { + content: "\f249"; } + +.fa-stop:before { + content: "\f04d"; } + +.fa-stop-circle:before { + content: "\f28d"; } + +.fa-stopwatch:before { + content: "\f2f2"; } + +.fa-stopwatch-20:before { + content: "\f96f"; } + +.fa-store:before { + content: "\f54e"; } + +.fa-store-alt:before { + content: "\f54f"; } + +.fa-store-alt-slash:before { + content: "\f970"; } + +.fa-store-slash:before { + content: "\f971"; } + +.fa-strava:before { + content: "\f428"; } + +.fa-stream:before { + content: "\f550"; } + +.fa-street-view:before { + content: "\f21d"; } + +.fa-strikethrough:before { + content: "\f0cc"; } + +.fa-stripe:before { + content: "\f429"; } + +.fa-stripe-s:before { + content: "\f42a"; } + +.fa-stroopwafel:before { + content: "\f551"; } + +.fa-studiovinari:before { + content: "\f3f8"; } + +.fa-stumbleupon:before { + content: "\f1a4"; } + +.fa-stumbleupon-circle:before { + content: "\f1a3"; } + +.fa-subscript:before { + content: "\f12c"; } + +.fa-subway:before { + content: "\f239"; } + +.fa-suitcase:before { + content: "\f0f2"; } + +.fa-suitcase-rolling:before { + content: "\f5c1"; } + +.fa-sun:before { + content: "\f185"; } + +.fa-superpowers:before { + content: "\f2dd"; } + +.fa-superscript:before { + content: "\f12b"; } + +.fa-supple:before { + content: "\f3f9"; } + +.fa-surprise:before { + content: "\f5c2"; } + +.fa-suse:before { + content: "\f7d6"; } + +.fa-swatchbook:before { + content: "\f5c3"; } + +.fa-swift:before { + content: "\f8e1"; } + +.fa-swimmer:before { + content: "\f5c4"; } + +.fa-swimming-pool:before { + content: "\f5c5"; } + +.fa-symfony:before { + content: "\f83d"; } + +.fa-synagogue:before { + content: "\f69b"; } + +.fa-sync:before { + content: "\f021"; } + +.fa-sync-alt:before { + content: "\f2f1"; } + +.fa-syringe:before { + content: "\f48e"; } + +.fa-table:before { + content: "\f0ce"; } + +.fa-table-tennis:before { + content: "\f45d"; } + +.fa-tablet:before { + content: "\f10a"; } + +.fa-tablet-alt:before { + content: "\f3fa"; } + +.fa-tablets:before { + content: "\f490"; } + +.fa-tachometer-alt:before { + content: "\f3fd"; } + +.fa-tag:before { + content: "\f02b"; } + +.fa-tags:before { + content: "\f02c"; } + +.fa-tape:before { + content: "\f4db"; } + +.fa-tasks:before { + content: "\f0ae"; } + +.fa-taxi:before { + content: "\f1ba"; } + +.fa-teamspeak:before { + content: "\f4f9"; } + +.fa-teeth:before { + content: "\f62e"; } + +.fa-teeth-open:before { + content: "\f62f"; } + +.fa-telegram:before { + content: "\f2c6"; } + +.fa-telegram-plane:before { + content: "\f3fe"; } + +.fa-temperature-high:before { + content: "\f769"; } + +.fa-temperature-low:before { + content: "\f76b"; } + +.fa-tencent-weibo:before { + content: "\f1d5"; } + +.fa-tenge:before { + content: "\f7d7"; } + +.fa-terminal:before { + content: "\f120"; } + +.fa-text-height:before { + content: "\f034"; } + +.fa-text-width:before { + content: "\f035"; } + +.fa-th:before { + content: "\f00a"; } + +.fa-th-large:before { + content: "\f009"; } + +.fa-th-list:before { + content: "\f00b"; } + +.fa-the-red-yeti:before { + content: "\f69d"; } + +.fa-theater-masks:before { + content: "\f630"; } + +.fa-themeco:before { + content: "\f5c6"; } + +.fa-themeisle:before { + content: "\f2b2"; } + +.fa-thermometer:before { + content: "\f491"; } + +.fa-thermometer-empty:before { + content: "\f2cb"; } + +.fa-thermometer-full:before { + content: "\f2c7"; } + +.fa-thermometer-half:before { + content: "\f2c9"; } + +.fa-thermometer-quarter:before { + content: "\f2ca"; } + +.fa-thermometer-three-quarters:before { + content: "\f2c8"; } + +.fa-think-peaks:before { + content: "\f731"; } + +.fa-thumbs-down:before { + content: "\f165"; } + +.fa-thumbs-up:before { + content: "\f164"; } + +.fa-thumbtack:before { + content: "\f08d"; } + +.fa-ticket-alt:before { + content: "\f3ff"; } + +.fa-times:before { + content: "\f00d"; } + +.fa-times-circle:before { + content: "\f057"; } + +.fa-tint:before { + content: "\f043"; } + +.fa-tint-slash:before { + content: "\f5c7"; } + +.fa-tired:before { + content: "\f5c8"; } + +.fa-toggle-off:before { + content: "\f204"; } + +.fa-toggle-on:before { + content: "\f205"; } + +.fa-toilet:before { + content: "\f7d8"; } + +.fa-toilet-paper:before { + content: "\f71e"; } + +.fa-toilet-paper-slash:before { + content: "\f972"; } + +.fa-toolbox:before { + content: "\f552"; } + +.fa-tools:before { + content: "\f7d9"; } + +.fa-tooth:before { + content: "\f5c9"; } + +.fa-torah:before { + content: "\f6a0"; } + +.fa-torii-gate:before { + content: "\f6a1"; } + +.fa-tractor:before { + content: "\f722"; } + +.fa-trade-federation:before { + content: "\f513"; } + +.fa-trademark:before { + content: "\f25c"; } + +.fa-traffic-light:before { + content: "\f637"; } + +.fa-trailer:before { + content: "\f941"; } + +.fa-train:before { + content: "\f238"; } + +.fa-tram:before { + content: "\f7da"; } + +.fa-transgender:before { + content: "\f224"; } + +.fa-transgender-alt:before { + content: "\f225"; } + +.fa-trash:before { + content: "\f1f8"; } + +.fa-trash-alt:before { + content: "\f2ed"; } + +.fa-trash-restore:before { + content: "\f829"; } + +.fa-trash-restore-alt:before { + content: "\f82a"; } + +.fa-tree:before { + content: "\f1bb"; } + +.fa-trello:before { + content: "\f181"; } + +.fa-tripadvisor:before { + content: "\f262"; } + +.fa-trophy:before { + content: "\f091"; } + +.fa-truck:before { + content: "\f0d1"; } + +.fa-truck-loading:before { + content: "\f4de"; } + +.fa-truck-monster:before { + content: "\f63b"; } + +.fa-truck-moving:before { + content: "\f4df"; } + +.fa-truck-pickup:before { + content: "\f63c"; } + +.fa-tshirt:before { + content: "\f553"; } + +.fa-tty:before { + content: "\f1e4"; } + +.fa-tumblr:before { + content: "\f173"; } + +.fa-tumblr-square:before { + content: "\f174"; } + +.fa-tv:before { + content: "\f26c"; } + +.fa-twitch:before { + content: "\f1e8"; } + +.fa-twitter:before { + content: "\f099"; } + +.fa-twitter-square:before { + content: "\f081"; } + +.fa-typo3:before { + content: "\f42b"; } + +.fa-uber:before { + content: "\f402"; } + +.fa-ubuntu:before { + content: "\f7df"; } + +.fa-uikit:before { + content: "\f403"; } + +.fa-umbraco:before { + content: "\f8e8"; } + +.fa-umbrella:before { + content: "\f0e9"; } + +.fa-umbrella-beach:before { + content: "\f5ca"; } + +.fa-underline:before { + content: "\f0cd"; } + +.fa-undo:before { + content: "\f0e2"; } + +.fa-undo-alt:before { + content: "\f2ea"; } + +.fa-uniregistry:before { + content: "\f404"; } + +.fa-unity:before { + content: "\f949"; } + +.fa-universal-access:before { + content: "\f29a"; } + +.fa-university:before { + content: "\f19c"; } + +.fa-unlink:before { + content: "\f127"; } + +.fa-unlock:before { + content: "\f09c"; } + +.fa-unlock-alt:before { + content: "\f13e"; } + +.fa-untappd:before { + content: "\f405"; } + +.fa-upload:before { + content: "\f093"; } + +.fa-ups:before { + content: "\f7e0"; } + +.fa-usb:before { + content: "\f287"; } + +.fa-user:before { + content: "\f007"; } + +.fa-user-alt:before { + content: "\f406"; } + +.fa-user-alt-slash:before { + content: "\f4fa"; } + +.fa-user-astronaut:before { + content: "\f4fb"; } + +.fa-user-check:before { + content: "\f4fc"; } + +.fa-user-circle:before { + content: "\f2bd"; } + +.fa-user-clock:before { + content: "\f4fd"; } + +.fa-user-cog:before { + content: "\f4fe"; } + +.fa-user-edit:before { + content: "\f4ff"; } + +.fa-user-friends:before { + content: "\f500"; } + +.fa-user-graduate:before { + content: "\f501"; } + +.fa-user-injured:before { + content: "\f728"; } + +.fa-user-lock:before { + content: "\f502"; } + +.fa-user-md:before { + content: "\f0f0"; } + +.fa-user-minus:before { + content: "\f503"; } + +.fa-user-ninja:before { + content: "\f504"; } + +.fa-user-nurse:before { + content: "\f82f"; } + +.fa-user-plus:before { + content: "\f234"; } + +.fa-user-secret:before { + content: "\f21b"; } + +.fa-user-shield:before { + content: "\f505"; } + +.fa-user-slash:before { + content: "\f506"; } + +.fa-user-tag:before { + content: "\f507"; } + +.fa-user-tie:before { + content: "\f508"; } + +.fa-user-times:before { + content: "\f235"; } + +.fa-users:before { + content: "\f0c0"; } + +.fa-users-cog:before { + content: "\f509"; } + +.fa-usps:before { + content: "\f7e1"; } + +.fa-ussunnah:before { + content: "\f407"; } + +.fa-utensil-spoon:before { + content: "\f2e5"; } + +.fa-utensils:before { + content: "\f2e7"; } + +.fa-vaadin:before { + content: "\f408"; } + +.fa-vector-square:before { + content: "\f5cb"; } + +.fa-venus:before { + content: "\f221"; } + +.fa-venus-double:before { + content: "\f226"; } + +.fa-venus-mars:before { + content: "\f228"; } + +.fa-viacoin:before { + content: "\f237"; } + +.fa-viadeo:before { + content: "\f2a9"; } + +.fa-viadeo-square:before { + content: "\f2aa"; } + +.fa-vial:before { + content: "\f492"; } + +.fa-vials:before { + content: "\f493"; } + +.fa-viber:before { + content: "\f409"; } + +.fa-video:before { + content: "\f03d"; } + +.fa-video-slash:before { + content: "\f4e2"; } + +.fa-vihara:before { + content: "\f6a7"; } + +.fa-vimeo:before { + content: "\f40a"; } + +.fa-vimeo-square:before { + content: "\f194"; } + +.fa-vimeo-v:before { + content: "\f27d"; } + +.fa-vine:before { + content: "\f1ca"; } + +.fa-virus:before { + content: "\f974"; } + +.fa-virus-slash:before { + content: "\f975"; } + +.fa-viruses:before { + content: "\f976"; } + +.fa-vk:before { + content: "\f189"; } + +.fa-vnv:before { + content: "\f40b"; } + +.fa-voicemail:before { + content: "\f897"; } + +.fa-volleyball-ball:before { + content: "\f45f"; } + +.fa-volume-down:before { + content: "\f027"; } + +.fa-volume-mute:before { + content: "\f6a9"; } + +.fa-volume-off:before { + content: "\f026"; } + +.fa-volume-up:before { + content: "\f028"; } + +.fa-vote-yea:before { + content: "\f772"; } + +.fa-vr-cardboard:before { + content: "\f729"; } + +.fa-vuejs:before { + content: "\f41f"; } + +.fa-walking:before { + content: "\f554"; } + +.fa-wallet:before { + content: "\f555"; } + +.fa-warehouse:before { + content: "\f494"; } + +.fa-water:before { + content: "\f773"; } + +.fa-wave-square:before { + content: "\f83e"; } + +.fa-waze:before { + content: "\f83f"; } + +.fa-weebly:before { + content: "\f5cc"; } + +.fa-weibo:before { + content: "\f18a"; } + +.fa-weight:before { + content: "\f496"; } + +.fa-weight-hanging:before { + content: "\f5cd"; } + +.fa-weixin:before { + content: "\f1d7"; } + +.fa-whatsapp:before { + content: "\f232"; } + +.fa-whatsapp-square:before { + content: "\f40c"; } + +.fa-wheelchair:before { + content: "\f193"; } + +.fa-whmcs:before { + content: "\f40d"; } + +.fa-wifi:before { + content: "\f1eb"; } + +.fa-wikipedia-w:before { + content: "\f266"; } + +.fa-wind:before { + content: "\f72e"; } + +.fa-window-close:before { + content: "\f410"; } + +.fa-window-maximize:before { + content: "\f2d0"; } + +.fa-window-minimize:before { + content: "\f2d1"; } + +.fa-window-restore:before { + content: "\f2d2"; } + +.fa-windows:before { + content: "\f17a"; } + +.fa-wine-bottle:before { + content: "\f72f"; } + +.fa-wine-glass:before { + content: "\f4e3"; } + +.fa-wine-glass-alt:before { + content: "\f5ce"; } + +.fa-wix:before { + content: "\f5cf"; } + +.fa-wizards-of-the-coast:before { + content: "\f730"; } + +.fa-wolf-pack-battalion:before { + content: "\f514"; } + +.fa-won-sign:before { + content: "\f159"; } + +.fa-wordpress:before { + content: "\f19a"; } + +.fa-wordpress-simple:before { + content: "\f411"; } + +.fa-wpbeginner:before { + content: "\f297"; } + +.fa-wpexplorer:before { + content: "\f2de"; } + +.fa-wpforms:before { + content: "\f298"; } + +.fa-wpressr:before { + content: "\f3e4"; } + +.fa-wrench:before { + content: "\f0ad"; } + +.fa-x-ray:before { + content: "\f497"; } + +.fa-xbox:before { + content: "\f412"; } + +.fa-xing:before { + content: "\f168"; } + +.fa-xing-square:before { + content: "\f169"; } + +.fa-y-combinator:before { + content: "\f23b"; } + +.fa-yahoo:before { + content: "\f19e"; } + +.fa-yammer:before { + content: "\f840"; } + +.fa-yandex:before { + content: "\f413"; } + +.fa-yandex-international:before { + content: "\f414"; } + +.fa-yarn:before { + content: "\f7e3"; } + +.fa-yelp:before { + content: "\f1e9"; } + +.fa-yen-sign:before { + content: "\f157"; } + +.fa-yin-yang:before { + content: "\f6ad"; } + +.fa-yoast:before { + content: "\f2b1"; } + +.fa-youtube:before { + content: "\f167"; } + +.fa-youtube-square:before { + content: "\f431"; } + +.fa-zhihu:before { + content: "\f63f"; } + +.sr-only { + border: 0; + clip: rect(0, 0, 0, 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; } + +.sr-only-focusable:active, .sr-only-focusable:focus { + clip: auto; + height: auto; + margin: 0; + overflow: visible; + position: static; + width: auto; } diff --git a/static/font-awesome/css/solid.css b/static/font-awesome/css/solid.css index aed56a2..252d775 100644 --- a/static/font-awesome/css/solid.css +++ b/static/font-awesome/css/solid.css @@ -1,5 +1,16 @@ /*! - * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ -@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900} \ No newline at end of file +@font-face { + font-family: 'Font Awesome 5 Free'; + font-style: normal; + font-weight: 900; + font-display: block; + src: url("../webfonts/fa-solid-900.eot"); + src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); } + +.fa, +.fas { + font-family: 'Font Awesome 5 Free'; + font-weight: 900; } diff --git a/static/font-awesome/webfonts/fa-brands-400.eot b/static/font-awesome/webfonts/fa-brands-400.eot index f8e4818..a1bc094 100644 Binary files a/static/font-awesome/webfonts/fa-brands-400.eot and b/static/font-awesome/webfonts/fa-brands-400.eot differ diff --git a/static/font-awesome/webfonts/fa-brands-400.svg b/static/font-awesome/webfonts/fa-brands-400.svg index 68eb65a..46ad237 100644 --- a/static/font-awesome/webfonts/fa-brands-400.svg +++ b/static/font-awesome/webfonts/fa-brands-400.svg @@ -1,1127 +1,3570 @@ - + + - + + +Created by FontForge 20190801 at Mon Mar 23 10:45:51 2020 + By Robert Madole +Copyright (c) Font Awesome + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + diff --git a/static/font-awesome/webfonts/fa-brands-400.ttf b/static/font-awesome/webfonts/fa-brands-400.ttf index 2b00dae..948a2a6 100644 Binary files a/static/font-awesome/webfonts/fa-brands-400.ttf and b/static/font-awesome/webfonts/fa-brands-400.ttf differ diff --git a/static/font-awesome/webfonts/fa-brands-400.woff b/static/font-awesome/webfonts/fa-brands-400.woff index 9e4b7e1..2a89d52 100644 Binary files a/static/font-awesome/webfonts/fa-brands-400.woff and b/static/font-awesome/webfonts/fa-brands-400.woff differ diff --git a/static/font-awesome/webfonts/fa-brands-400.woff2 b/static/font-awesome/webfonts/fa-brands-400.woff2 index b9e58c5..141a90a 100644 Binary files a/static/font-awesome/webfonts/fa-brands-400.woff2 and b/static/font-awesome/webfonts/fa-brands-400.woff2 differ diff --git a/static/font-awesome/webfonts/fa-solid-900.eot b/static/font-awesome/webfonts/fa-solid-900.eot index cc691d6..d3b77c2 100644 Binary files a/static/font-awesome/webfonts/fa-solid-900.eot and b/static/font-awesome/webfonts/fa-solid-900.eot differ diff --git a/static/font-awesome/webfonts/fa-solid-900.svg b/static/font-awesome/webfonts/fa-solid-900.svg index 1534b64..7742838 100644 --- a/static/font-awesome/webfonts/fa-solid-900.svg +++ b/static/font-awesome/webfonts/fa-solid-900.svg @@ -1,2231 +1,4938 @@ - + + - + + +Created by FontForge 20190801 at Mon Mar 23 10:45:51 2020 + By Robert Madole +Copyright (c) Font Awesome + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + diff --git a/static/font-awesome/webfonts/fa-solid-900.ttf b/static/font-awesome/webfonts/fa-solid-900.ttf index 618136a..5b97903 100644 Binary files a/static/font-awesome/webfonts/fa-solid-900.ttf and b/static/font-awesome/webfonts/fa-solid-900.ttf differ diff --git a/static/font-awesome/webfonts/fa-solid-900.woff b/static/font-awesome/webfonts/fa-solid-900.woff index af47657..beec791 100644 Binary files a/static/font-awesome/webfonts/fa-solid-900.woff and b/static/font-awesome/webfonts/fa-solid-900.woff differ diff --git a/static/font-awesome/webfonts/fa-solid-900.woff2 b/static/font-awesome/webfonts/fa-solid-900.woff2 index 9ef566a..978a681 100644 Binary files a/static/font-awesome/webfonts/fa-solid-900.woff2 and b/static/font-awesome/webfonts/fa-solid-900.woff2 differ diff --git a/static/isso/isso.min.js b/static/isso/isso.min.js new file mode 100644 index 0000000..e0cb31d --- /dev/null +++ b/static/isso/isso.min.js @@ -0,0 +1,20 @@ +/** + * @license almond 0.3.3 Copyright jQuery Foundation and other contributors. + * Released under MIT license, http://github.com/requirejs/almond/LICENSE + */ + +/* + Copyright (C) 2013 Gregory Schier + Copyright (C) 2013 Martin Zimmermann + + Inspired by http://codepen.io/gschier/pen/GLvAy +*/ + +/* + * Copyright 2014, Martin Zimmermann . All rights reserved. + * Distributed under the MIT license + */ + +!function(){var requirejs,require,define;!function(e){function t(e,t){return x.call(e,t)}function n(e,t){var n,o,i,a,r,s,m,c,d,p,l,u,f=t&&t.split("/"),h=v.map,b=h&&h["*"]||{};if(e){for(e=e.split("/"),r=e.length-1,v.nodeIdCompat&&g.test(e[r])&&(e[r]=e[r].replace(g,"")),"."===e[0].charAt(0)&&f&&(u=f.slice(0,f.length-1),e=u.concat(e)),d=0;d0&&(e.splice(d-1,2),d-=2)}e=e.join("/")}if((f||b)&&h){for(n=e.split("/"),d=n.length;d>0;d-=1){if(o=n.slice(0,d).join("/"),f)for(p=f.length;p>0;p-=1)if((i=h[f.slice(0,p).join("/")])&&(i=i[o])){a=i,s=d;break}if(a)break;!m&&b&&b[o]&&(m=b[o],c=d)}!a&&m&&(a=m,s=c),a&&(n.splice(0,s,a),e=n.join("/"))}return e}function o(t,n){return function(){var o=w.call(arguments,0);return"string"!=typeof o[0]&&1===o.length&&o.push(null),p.apply(e,o.concat([t,n]))}}function i(e){return function(t){return n(t,e)}}function a(e){return function(t){f[e]=t}}function r(n){if(t(h,n)){var o=h[n];delete h[n],b[n]=!0,d.apply(e,o)}if(!t(f,n)&&!t(b,n))throw new Error("No "+n);return f[n]}function s(e){var t,n=e?e.indexOf("!"):-1;return n>-1&&(t=e.substring(0,n),e=e.substring(n+1,e.length)),[t,e]}function m(e){return e?s(e):[]}function c(e){return function(){return v&&v.config&&v.config[e]||{}}}var d,p,l,u,f={},h={},v={},b={},x=Object.prototype.hasOwnProperty,w=[].slice,g=/\.js$/;l=function(e,t){var o,a=s(e),m=a[0],c=t[1];return e=a[1],m&&(m=n(m,c),o=r(m)),m?e=o&&o.normalize?o.normalize(e,i(c)):n(e,c):(e=n(e,c),a=s(e),m=a[0],e=a[1],m&&(o=r(m))),{f:m?m+"!"+e:e,n:e,pr:m,p:o}},u={require:function(e){return o(e)},exports:function(e){var t=f[e];return void 0!==t?t:f[e]={}},module:function(e){return{id:e,uri:"",exports:f[e],config:c(e)}}},d=function(n,i,s,c){var d,p,v,x,w,g,y,k=[],j=typeof s;if(c=c||n,g=m(c),"undefined"===j||"function"===j){for(i=!i.length&&s.length?["require","exports","module"]:i,w=0;w1?1:0]};case"ru":return function(e,t){return t%10==1&&t%100!=11?e[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?e[1]:void 0!==e[2]?e[2]:e[1]};case"oc":return function(e,t){return e[t>1?1:0]};case"pl":return function(e,t){return 1===t?e[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?e[1]:void 0!==e[2]?e[2]:e[1]};case"sk":return function(e,t){return 1===t?e[0]:2===t||3===t||4===t?e[1]:void 0!==e[2]?e[2]:e[1]};default:return null}},A=e.lang;S(A)||(A="en");var E={bg:t,cs:n,da:o,de:i,el:g,en:a,eo:u,es:y,fa:r,fi:s,fr:m,it:l,hr:c,hu:d,oc:f,pl:h,pt:v,pt_BR:v,ru:p,sk:b,sv:x,nl:w,vi:k,zh:z,zh_CN:z,zh_TW:C},T=S(A),N=function(t){return e[t+"-text-"+A]||E[A][t]||a[t]||"???"};return{lang:A,translate:N,pluralize:function(e,t){var n;return n=N(e),n.indexOf("\n")>-1&&(n=T(n.split("\n"),+t)),n?n.replace("{{ n }}",+t):n}}}),define("app/lib/promise",[],function(){"use strict";var e=function(e){console.log(e)},t=function(){this.success=[],this.errors=[]};t.prototype.then=function(t,n){this.success.push(t),n?this.errors.push(n):this.errors.push(e)};var n=function(){this.promise=new t};n.prototype={promise:t,resolve:function(e){this.promise.success.forEach(function(t){window.setTimeout(function(){t(e)},0)})},reject:function(e){this.promise.errors.forEach(function(t){window.setTimeout(function(){t(e)},0)})}};var o=function(e,n){return e instanceof t?e.then(n):n(e)};return{defer:function(){return new n},when:o}}),define("app/globals",[],function(){"use strict";var e=function(){this.values=[]};return e.prototype.update=function(e){this.values.push((new Date).getTime()-e.getTime())},e.prototype.localTime=function(){return new Date((new Date).getTime()-this.values.reduce(function(e,t){return e+t})/this.values.length)},{offset:new e}}),define("app/api",["app/lib/promise","app/globals"],function(e,t){"use strict";for(var n,o,i=function(){return window.location.pathname},a=document.getElementsByTagName("script"),r=0;r=500?a&&a(s.body):i({status:s.status,body:s.responseText})}var s=new XMLHttpRequest;try{s.open(e,n,!0),s.withCredentials=!0,s.setRequestHeader("Content-Type","application/json"),s.onreadystatechange=function(){4===s.readyState&&r()}}catch(e){(a||console.log)(e.message)}s.send(o)},m=function(e){var t="";for(var n in e)e.hasOwnProperty(n)&&null!==e[n]&&void 0!==e[n]&&(t+=n+"="+encodeURIComponent(e[n])+"&");return t.substring(0,t.length-1)};return{endpoint:o,salt:"Eech7co8Ohloopo9Ol6baimi",create:function(t,n){var a=e.defer();return s("POST",o+"/new?"+m({uri:t||i()}),JSON.stringify(n),function(e){201===e.status||202===e.status?a.resolve(JSON.parse(e.body)):a.reject(e.body)}),a.promise},modify:function(t,n){var i=e.defer();return s("PUT",o+"/id/"+t,JSON.stringify(n),function(e){403===e.status?i.reject("Not authorized to modify this comment!"):200===e.status?i.resolve(JSON.parse(e.body)):i.reject(e.body)}),i.promise},remove:function(t){var n=e.defer();return s("DELETE",o+"/id/"+t,null,function(e){403===e.status?n.reject("Not authorized to remove this comment!"):200===e.status?n.resolve(null===JSON.parse(e.body)):n.reject(e.body)}),n.promise},view:function(t,n){var i=e.defer();return s("GET",o+"/id/"+t+"?"+m({plain:n}),null,function(e){i.resolve(JSON.parse(e.body))}),i.promise},fetch:function(t,n,a,r,c){void 0===n&&(n="inf"),void 0===a&&(a="inf"),void 0===r&&(r=null);var d={uri:t||i(),after:c,parent:r};"inf"!==n&&(d.limit=n),"inf"!==a&&(d.nested_limit=a);var p=e.defer();return s("GET",o+"/?"+m(d),null,function(e){200===e.status?p.resolve(JSON.parse(e.body)):404===e.status?p.resolve({total_replies:0}):p.reject(e.body)}),p.promise},count:function(t){var n=e.defer();return s("POST",o+"/count",JSON.stringify(t),function(e){200===e.status?n.resolve(JSON.parse(e.body)):n.reject(e.body)}),n.promise},like:function(t){var n=e.defer();return s("POST",o+"/id/"+t+"/like",null,function(e){n.resolve(JSON.parse(e.body))}),n.promise},dislike:function(t){var n=e.defer();return s("POST",o+"/id/"+t+"/dislike",null,function(e){n.resolve(JSON.parse(e.body))}),n.promise},feed:function(e){return o+"/feed?"+m({uri:e||i()})},preview:function(t){var n=e.defer();return s("POST",o+"/preview",JSON.stringify({text:t}),function(e){200===e.status?n.resolve(JSON.parse(e.body).text):n.reject(e.body)}),n.promise}}}),define("app/dom",[],function(){"use strict";function e(e){this.obj=e,this.replace=function(t){var o=n.htmlify(t);return e.parentNode.replaceChild(o.obj,e),o},this.prepend=function(t){var o=n.htmlify(t);return e.insertBefore(o.obj,e.firstChild),o},this.append=function(t){var o=n.htmlify(t);return e.appendChild(o.obj),o},this.insertAfter=function(t){var o=n.htmlify(t);return e.parentNode.insertBefore(o.obj,e.nextSibling),o},this.on=function(t,n,o){e.addEventListener(t,function(e){n(e),(void 0===o||o)&&e.preventDefault()})},this.toggle=function(e,n,o){var i=new t(n,o);this.on(e,function(){i.next()})},this.detach=function(){return e.parentNode.removeChild(this.obj),this},this.remove=function(){e.parentNode.removeChild(this.obj)},this.show=function(){e.style.display="block"},this.hide=function(){e.style.display="none"},this.setText=function(t){e.textContent=t},this.setHtml=function(t){e.innerHTML=t},this.blur=function(){e.blur()},this.focus=function(){e.focus()},this.scrollIntoView=function(t){e.scrollIntoView(t)},this.checked=function(){return e.checked},this.setAttribute=function(t,n){e.setAttribute(t,n)},this.getAttribute=function(t){return e.getAttribute(t)},this.classList=e.classList,Object.defineProperties(this,{textContent:{get:function(){return e.textContent},set:function(t){e.textContent=t}},innerHTML:{get:function(){return e.innerHTML},set:function(t){e.innerHTML=t}},value:{get:function(){return e.value},set:function(t){e.value=t}},placeholder:{get:function(){return e.placeholder},set:function(t){e.placeholder=t}}})}var t=function(e,t){this.state=!1,this.next=function(){this.state?(this.state=!1,t(this)):(this.state=!0,e(this))},this.wait=function(){this.state=!this.state}},n=function(t,n,o){void 0===o&&(o=!0),n||(n=window.document),n instanceof e&&(n=n.obj);var i=[].slice.call(n.querySelectorAll(t),0);return 0===i.length?null:1===i.length&&o?new e(i[0]):(i=[].slice.call(i,0),i.map(function(t){return new e(t)}))};return n.htmlify=function(t){if(t instanceof e)return t;if(t instanceof window.Element)return new e(t);var o=n.new("div");return o.innerHTML=t,new e(o.firstChild)},n.new=function(e,t){var n=document.createElement(e.split(".")[0]);return e.split(".").slice(1).forEach(function(e){n.classList.add(e)}),["A","LINK"].indexOf(n.nodeName)>-1&&(n.href="#"),t||0===t||(t=""),["TEXTAREA","INPUT"].indexOf(n.nodeName)>-1?n.value=t:n.textContent=t,n},n.each=function(e,t){Array.prototype.forEach.call(document.getElementsByTagName(e),t)},n}),define("app/utils",["app/i18n"],function(e){"use strict";var t,n=function(e){return(document.cookie.match("(^|; )"+e+"=([^;]*)")||0)[2]},o=function(e,t,n){return n=n||"0",e+="",e.length>=t?e:new Array(t-e.length+1).join(n)+e},i=function(t,n){var o=(t.getTime()-n.getTime())/1e3;(isNaN(o)||o<0)&&(o=0);var i=Math.floor(o/60),a=Math.floor(i/60),r=Math.floor(a/24);return o<=45&&e.translate("date-now")||o<=90&&e.pluralize("date-minute",1)||i<=45&&e.pluralize("date-minute",i)||i<=90&&e.pluralize("date-hour",1)||a<=22&&e.pluralize("date-hour",a)||a<=36&&e.pluralize("date-day",1)||r<=5&&e.pluralize("date-day",r)||r<=8&&e.pluralize("date-week",1)||r<=21&&e.pluralize("date-week",Math.floor(r/7))||r<=45&&e.pluralize("date-month",1)||r<=345&&e.pluralize("date-month",Math.floor(r/30))||r<=547&&e.pluralize("date-year",1)||e.pluralize("date-year",Math.floor(r/365.25))},a={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"},r=function(e){return String(e).replace(/[&<>"'\/]/g,function(e){return a[e]})},s=function(e){var t=document.createElement("div");return t.innerHTML=e.replace(/

<\/div>/gi,"
").replace(/
/gi,"
").replace(/
/gi,"\n").replace(/ /gi," "),t.textContent.trim()},m=function(e){return e=r(e),e.replace(/\n\n/gi,"

").replace(/\n/gi,"
")};try{localStorage.setItem("x","y"),localStorage.removeItem("x"),t=localStorage}catch(e){t=function(e){return{setItem:function(t,n){e[t]=n},getItem:function(t){return void 0!==e[t]?e[t]:null},removeItem:function(t){delete e[t]}}}({})}return{cookie:n,pad:o,ago:i,text:s,detext:m,localStorageImpl:t}}),function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define("libjs-jade-runtime",[],e);else{var t;t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,t.jade=e()}}(function(){return function e(t,n,o){function i(r,s){if(!n[r]){if(!t[r]){var m="function"==typeof require&&require;if(!s&&m)return m(r,!0);if(a)return a(r,!0);var c=new Error("Cannot find module '"+r+"'");throw c.code="MODULE_NOT_FOUND",c}var d=n[r]={exports:{}};t[r][0].call(d.exports,function(e){var n=t[r][1][e];return i(n||e)},d,d.exports,e,t,n,o)}return n[r].exports}for(var a="function"==typeof require&&require,r=0;r":">",'"':"""},m=/[&<>"]/g;n.escape=r,n.rethrow=function t(n,o,i,a){if(!(n instanceof Error))throw n;if(!("undefined"==typeof window&&o||a))throw n.message+=" on line "+i,n;try{a=a||e("fs").readFileSync(o,"utf8")}catch(e){t(n,null,i)}var r=3,s=a.split("\n"),m=Math.max(i-r,0),c=Math.min(s.length,i+r),r=s.slice(m,c).map(function(e,t){var n=t+m+1;return(n==i?" > ":" ")+n+"| "+e}).join("\n");throw n.path=o,n.message=(o||"Jade")+":"+i+"\n"+r+"\n\n"+n.message,n},n.DebugItem=function(e,t){this.lineno=e,this.filename=t}},{fs:2}],2:[function(e,t,n){},{}]},{},[1])(1)}),define("jade",{load:function(e){throw new Error("Dynamic load not allowed: "+e)}}),define("jade!app/text/postbox",function(){var e=function(e){return function(t){var n,o=[],i=t||{};return function(t,i,a,r){o.push('
'+e.escape(null==(n=a("postbox-text"))?"":n)+'

")}.call(this,"author"in i?i.author:"undefined"!=typeof author?author:void 0,"email"in i?i.email:"undefined"!=typeof email?email:void 0,"i18n"in i?i.i18n:"undefined"!=typeof i18n?i18n:void 0,"website"in i?i.website:"undefined"!=typeof website?website:void 0),o.join("")}};return e.compiled=!0,e}),define("jade!app/text/comment",function(){var e=function(e){return function(t){var n,o=[],i=t||{};return function(t,i,a,r,s,m,c){o.push("'),a.gravatar&&o.push('
"),a.avatar&&o.push('
"),o.push('
'),t(i.website)?o.push("'+e.escape(null==(n=t(i.author)?i.author:m("comment-anonymous"))?"":n)+""):o.push(''+e.escape(null==(n=t(i.author)?i.author:m("comment-anonymous"))?"":n)+""),o.push(''+e.escape(null==(n=2==i.mode?m("comment-queued"):4==i.mode?m("comment-deleted"):"")?"":n)+'
'),4==i.mode?o.push("

 

"):o.push(null==(n=i.text)?"":n),o.push('
')}.call(this,"bool"in i?i.bool:"undefined"!=typeof bool?bool:void 0,"comment"in i?i.comment:"undefined"!=typeof comment?comment:void 0,"conf"in i?i.conf:"undefined"!=typeof conf?conf:void 0,"datetime"in i?i.datetime:"undefined"!=typeof datetime?datetime:void 0,"humanize"in i?i.humanize:"undefined"!=typeof humanize?humanize:void 0,"i18n"in i?i.i18n:"undefined"!=typeof i18n?i18n:void 0,"svg"in i?i.svg:"undefined"!=typeof svg?svg:void 0),o.join("")}};return e.compiled=!0,e}),define("jade!app/text/comment-loader",function(){var e=function(e){return function(t){var n,o=[],i=t||{};return function(t,i){o.push("'+e.escape(null==(n=i("comment-hidden",t.hidden_replies))?"":n)+"
")}.call(this,"comment"in i?i.comment:"undefined"!=typeof comment?comment:void 0,"pluralize"in i?i.pluralize:"undefined"!=typeof pluralize?pluralize:void 0),o.join("")}};return e.compiled=!0,e}),define("app/jade",["libjs-jade-runtime","app/utils","jade!app/text/postbox","jade!app/text/comment","jade!app/text/comment-loader"],function(runtime,utils,tt_postbox,tt_comment,tt_comment_loader){"use strict";var globals={},templates={},load=function(name,js){templates[name]=function(jade){var fn;return js.compiled?js(jade):(eval("fn = "+js),fn)}(runtime)},set=function(e,t){globals[e]=t};return load("postbox",tt_postbox),load("comment",tt_comment),load("comment-loader",tt_comment_loader),set("bool",function(e){return!!e}),set("humanize",function(e){return"object"!=typeof e&&(e=new Date(1e3*parseInt(e,10))),e.toString()}),set("datetime",function(e){return"object"!=typeof e&&(e=new Date(1e3*parseInt(e,10))),[e.getUTCFullYear(),utils.pad(e.getUTCMonth(),2),utils.pad(e.getUTCDay(),2)].join("-")+"T"+[utils.pad(e.getUTCHours(),2),utils.pad(e.getUTCMinutes(),2),utils.pad(e.getUTCSeconds(),2)].join(":")+"Z"}),{set:set,render:function(e,t){var n;if(!templates[e])throw new Error("Template not found: '"+e+"'");t=t||{};var o=[];for(var i in t)t.hasOwnProperty(i)&&!globals.hasOwnProperty(i)&&(o.push(i),globals[i]=t[i]);n=templates[e](globals);for(var a=0;a=t?e:new Array(t-e.length+1).join("0")+e},o=function(e,t,n,o,i,a){var r=document.createElementNS("http://www.w3.org/2000/svg","rect");r.setAttribute("x",o+t*i),r.setAttribute("y",o+n*i),r.setAttribute("width",i),r.setAttribute("height",i),r.setAttribute("style","fill: "+a),e.appendChild(r)},i=function(i,a,r){var s=document.createElementNS("http://www.w3.org/2000/svg","svg");return s.setAttribute("version","1.1"),s.setAttribute("viewBox","0 0 "+r+" "+r),s.setAttribute("preserveAspectRatio","xMinYMin meet"),s.setAttribute("shape-rendering","crispEdges"),o(s,0,0,0,r+2*a,t["avatar-bg"]),null===typeof i?s:(e.when(i,function(e){var i=n((parseInt(e.substr(-16),16)%Math.pow(2,18)).toString(2),18),r=0;s.setAttribute("data-hash",e);for(var m=parseInt(i.substring(i.length-3,i.length),2),c=t["avatar-fg"][m%t["avatar-fg"].length],d=0;d0?e(".notification-section",m).show():e(".notification-section",m).hide()};e("[name='email']",m).on("input",c),c(),n["require-email"]&&e("[name='email']",m).setAttribute("placeholder",e("[name='email']",m).getAttribute("placeholder").replace(/ \(.*\)/,"")),n["require-author"]&&(e("[name='author']",m).placeholder=e("[name='author']",m).placeholder.replace(/ \(.*\)/,"")),e("[name='preview']",m).on("click",function(){o.preview(t.text(e(".textarea",m).innerHTML)).then(function(t){e(".preview .text",m).innerHTML=t,m.classList.add("preview-mode")})});var p=function(){e(".preview .text",m).innerHTML="",m.classList.remove("preview-mode")};return e("[name='edit']",m).on("click",p),e(".preview",m).on("click",p),e("[type=submit]",m).on("click",function(){if(p(),m.validate()){var n=e("[name=author]",m).value||null,i=e("[name=email]",m).value||null,r=e("[name=website]",m).value||null;s.setItem("author",JSON.stringify(n)),s.setItem("email",JSON.stringify(i)),s.setItem("website",JSON.stringify(r)),o.create(e("#isso-thread").getAttribute("data-isso-id"),{author:n,email:i,website:r,text:t.text(e(".textarea",m).innerHTML),parent:a||null,title:e("#isso-thread").getAttribute("data-title")||null,notification:e("[name=notification]",m).checked()?1:0}).then(function(t){e(".textarea",m).innerHTML="",e(".textarea",m).blur(),d(t,!0),null!==a&&m.onsuccess()})}}),r.editorify(e(".textarea",m)),m},c=function(t,a){var r;null===t.id?(r=e("#isso-root"),t.name="null"):(r=e("#isso-"+t.id+" > .text-wrapper > .isso-follow-up"),t.name=t.id);var s=e.htmlify(i.render("comment-loader",{comment:t}));r.append(s),e("a.load_hidden",s).on("click",function(){s.remove(),o.fetch(e("#isso-thread").getAttribute("data-isso-id"),n["reveal-on-click"],n["max-comments-nested"],t.id,a).then(function(e){if(0!==e.total_replies){var t=0;e.replies.forEach(function(e){d(e,!1),e.created>t&&(t=e.created)}),e.hidden_replies>0&&c(e,t)}},function(e){console.log(e)})})},d=function(p,l){var u=e.htmlify(i.render("comment",{comment:p})),f=function(){e(".permalink > time",u).textContent=t.ago(s.offset.localTime(),new Date(1e3*parseInt(p.created,10))),setTimeout(f,6e4)};f(),n.avatar&&e("div.avatar > svg",u).replace(r.identicons.generate(p.hash,4,48));var h;h=e(null===p.parent?"#isso-root":"#isso-"+p.parent+" > .text-wrapper > .isso-follow-up"),h.append(u),l&&u.scrollIntoView();var v=e("#isso-"+p.id+" > .text-wrapper > .isso-comment-footer"),b=e("#isso-"+p.id+" > .text-wrapper > .isso-comment-header"),x=e("#isso-"+p.id+" > .text-wrapper > .text"),w=null;if(e("a.reply",v).toggle("click",function(t){w=v.insertAfter(new m(null===p.parent?p.id:p.parent)),w.onsuccess=function(){t.next()},e(".textarea",w).focus(),e("a.reply",v).textContent=a.translate("comment-close")},function(){w.remove(),e("a.reply",v).textContent=a.translate("comment-reply")}),n.vote){var g=n["vote-levels"];"string"==typeof g&&(g=g.split(","));var y=function(t){var n=e("span.votes",v);if(null===n?v.prepend(e.new("span.votes",t)):n.textContent=t,t?u.classList.remove("isso-no-votes"):u.classList.add("isso-no-votes"),g)for(var o=!0,i=0;i<=g.length;i++)o&&(i>=g.length||t 

",e("a.edit",v).remove(),e("a.delete",v).remove()),t.textContent=a.translate("comment-delete")})});var k=function(n){t.cookie("isso-"+p.id)?setTimeout(function(){k(n)},15e3):null!==e(n,v)&&e(n,v).remove()};k("a.edit"),k("a.delete");var j=function(e){t.cookie("isso-"+p.id)?setTimeout(function(){j(e)},15e3):v.append(e)};if(!n["reply-to-self"]&&t.cookie("isso-"+p.id)&&j(e("a.reply",v).detach()),p.hasOwnProperty("replies")){var z=0;p.replies.forEach(function(e){d(e,!1),e.created>z&&(z=e.created)}),p.hidden_replies>0&&c(p,z)}};return{insert:d,insert_loader:c,Postbox:m}}),define("app/count",["app/api","app/dom","app/i18n"],function(e,t,n){return function(){var o={};t.each("a",function(e){if(e.href.match&&e.href.match(/#isso-thread$/)){var t=e.getAttribute("data-isso-id")||e.href.match(/^(.+)#isso-thread$/)[1].replace(/^.*\/\/[^\/]+/,"");t in o?o[t].push(e):o[t]=[e]}});var i=Object.keys(o);e.count(i).then(function(e){for(var t in o)if(o.hasOwnProperty(t))for(var a=i.indexOf(t),r=0;r h4 {\n color: #555;\n font-weight: bold;\n}\n#isso-thread > .isso-feedlink {\n float: right;\n padding-left: 1em;\n}\n#isso-thread > .isso-feedlink > a {\n font-size: 0.8em;\n vertical-align: bottom;\n}\n#isso-thread .textarea {\n min-height: 58px;\n outline: 0;\n}\n#isso-thread .textarea.placeholder {\n color: #757575;\n}\n\n#isso-root .isso-comment {\n max-width: 68em;\n padding-top: 0.95em;\n margin: 0.95em auto;\n}\n#isso-root .preview .isso-comment {\n padding-top: 0;\n margin: 0;\n}\n#isso-root .isso-comment:not(:first-of-type),\n.isso-follow-up .isso-comment {\n border-top: 1px solid rgba(0, 0, 0, 0.1);\n}\n.isso-comment > div.avatar {\n display: block;\n float: left;\n width: 7%;\n margin: 3px 15px 0 0;\n}\n.isso-comment > div.avatar > svg {\n max-width: 48px;\n max-height: 48px;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 3px;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n}\n.isso-comment > div.text-wrapper {\n display: block;\n}\n.isso-comment .isso-follow-up {\n padding-left: calc(7% + 20px);\n}\n.isso-comment > div.text-wrapper > .isso-comment-header, .isso-comment > div.text-wrapper > .isso-comment-footer {\n font-size: 0.95em;\n}\n.isso-comment > div.text-wrapper > .isso-comment-header {\n font-size: 0.85em;\n}\n.isso-comment > div.text-wrapper > .isso-comment-header .spacer {\n padding: 0 6px;\n}\n.isso-comment > div.text-wrapper > .isso-comment-header .spacer,\n.isso-comment > div.text-wrapper > .isso-comment-header a.permalink,\n.isso-comment > div.text-wrapper > .isso-comment-header .note,\n.isso-comment > div.text-wrapper > .isso-comment-header a.parent {\n color: gray !important;\n font-weight: normal;\n text-shadow: none !important;\n}\n.isso-comment > div.text-wrapper > .isso-comment-header .spacer:hover,\n.isso-comment > div.text-wrapper > .isso-comment-header a.permalink:hover,\n.isso-comment > div.text-wrapper > .isso-comment-header .note:hover,\n.isso-comment > div.text-wrapper > .isso-comment-header a.parent:hover {\n color: #606060 !important;\n}\n.isso-comment > div.text-wrapper > .isso-comment-header .note {\n float: right;\n}\n.isso-comment > div.text-wrapper > .isso-comment-header .author {\n font-weight: bold;\n color: #555;\n}\n.isso-comment > div.text-wrapper > .textarea-wrapper .textarea,\n.isso-comment > div.text-wrapper > .textarea-wrapper .preview {\n margin-top: 0.2em;\n}\n.isso-comment > div.text-wrapper > div.text p {\n margin-top: 0.2em;\n}\n.isso-comment > div.text-wrapper > div.text p:last-child {\n margin-bottom: 0.2em;\n}\n.isso-comment > div.text-wrapper > div.text h1,\n.isso-comment > div.text-wrapper > div.text h2,\n.isso-comment > div.text-wrapper > div.text h3,\n.isso-comment > div.text-wrapper > div.text h4,\n.isso-comment > div.text-wrapper > div.text h5,\n.isso-comment > div.text-wrapper > div.text h6 {\n font-size: 130%;\n font-weight: bold;\n}\n.isso-comment > div.text-wrapper > div.textarea-wrapper .textarea,\n.isso-comment > div.text-wrapper > div.textarea-wrapper .preview {\n width: 100%;\n border: 1px solid #f0f0f0;\n border-radius: 2px;\n box-shadow: 0 0 2px #888;\n}\n.isso-comment > div.text-wrapper > .isso-comment-footer {\n font-size: 0.80em;\n color: gray !important;\n clear: left;\n}\n.isso-feedlink,\n.isso-comment > div.text-wrapper > .isso-comment-footer a {\n font-weight: bold;\n text-decoration: none;\n}\n.isso-feedlink:hover,\n.isso-comment > div.text-wrapper > .isso-comment-footer a:hover {\n color: #111111 !important;\n text-shadow: #aaaaaa 0 0 1px !important;\n}\n.isso-comment > div.text-wrapper > .isso-comment-footer > a {\n position: relative;\n top: .2em;\n}\n.isso-comment > div.text-wrapper > .isso-comment-footer > a + a {\n padding-left: 1em;\n}\n.isso-comment > div.text-wrapper > .isso-comment-footer .votes {\n color: gray;\n}\n.isso-comment > div.text-wrapper > .isso-comment-footer .upvote svg,\n.isso-comment > div.text-wrapper > .isso-comment-footer .downvote svg {\n position: relative;\n top: .2em;\n}\n.isso-comment .isso-postbox {\n margin-top: 0.8em;\n}\n.isso-comment.isso-no-votes span.votes {\n display: none;\n}\n\n.isso-postbox {\n max-width: 68em;\n margin: 0 auto 2em;\n clear: right;\n}\n.isso-postbox > .form-wrapper {\n display: block;\n padding: 0;\n}\n.isso-postbox > .form-wrapper > .auth-section,\n.isso-postbox > .form-wrapper > .auth-section .post-action {\n display: block;\n}\n.isso-postbox > .form-wrapper .textarea,\n.isso-postbox > .form-wrapper .preview {\n margin: 0 0 .3em;\n padding: .4em .8em;\n border-radius: 3px;\n background-color: #fff;\n border: 1px solid rgba(0, 0, 0, 0.2);\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n}\n.isso-postbox > .form-wrapper input[type=checkbox] {\n vertical-align: middle;\n position: relative;\n bottom: 1px;\n margin-left: 0;\n}\n.isso-postbox > .form-wrapper .notification-section {\n font-size: 0.90em;\n padding-top: .3em;\n}\n#isso-thread .textarea:focus,\n#isso-thread input:focus {\n border-color: rgba(0, 0, 0, 0.8);\n}\n.isso-postbox > .form-wrapper > .auth-section .input-wrapper {\n display: inline-block;\n position: relative;\n max-width: 25%;\n margin: 0;\n}\n.isso-postbox > .form-wrapper > .auth-section .input-wrapper input {\n padding: .3em 10px;\n max-width: 100%;\n border-radius: 3px;\n background-color: #fff;\n line-height: 1.4em;\n border: 1px solid rgba(0, 0, 0, 0.2);\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n}\n.isso-postbox > .form-wrapper > .auth-section .post-action {\n display: inline-block;\n float: right;\n margin: 0 0 0 5px;\n}\n.isso-postbox > .form-wrapper > .auth-section .post-action > input {\n padding: calc(.3em - 1px);\n border-radius: 2px;\n border: 1px solid #CCC;\n background-color: #DDD;\n cursor: pointer;\n outline: 0;\n line-height: 1.4em;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n}\n.isso-postbox > .form-wrapper > .auth-section .post-action > input:hover {\n background-color: #CCC;\n}\n.isso-postbox > .form-wrapper > .auth-section .post-action > input:active {\n background-color: #BBB;\n}\n.isso-postbox > .form-wrapper .preview,\n.isso-postbox > .form-wrapper input[name="edit"],\n.isso-postbox.preview-mode > .form-wrapper input[name="preview"],\n.isso-postbox.preview-mode > .form-wrapper .textarea {\n display: none;\n}\n.isso-postbox.preview-mode > .form-wrapper .preview {\n display: block;\n}\n.isso-postbox.preview-mode > .form-wrapper input[name="edit"] {\n display: inline;\n}\n.isso-postbox > .form-wrapper .preview {\n background-color: #f8f8f8;\n background: repeating-linear-gradient(\n -45deg,\n #f8f8f8,\n #f8f8f8 10px,\n #fff 10px,\n #fff 20px\n );\n}\n.isso-postbox > .form-wrapper > .notification-section {\n display: none;\n padding-bottom: 10px;\n}\n@media screen and (max-width:600px) {\n .isso-postbox > .form-wrapper > .auth-section .input-wrapper {\n display: block;\n max-width: 100%;\n margin: 0 0 .3em;\n }\n .isso-postbox > .form-wrapper > .auth-section .input-wrapper input {\n width: 100%;\n }\n}\n'}),define("app/text/css",["text!../../../css/isso.css"],function(e){return{inline:e}}),define("text!app/text/arrow-down.svg",[],function(){return'\x3c!-- Generator: IcoMoon.io --\x3e\n \n \n \n \n\n'}),define("text!app/text/arrow-up.svg",[],function(){return'\x3c!-- Generator: IcoMoon.io --\x3e\n \n \n \n \n\n'}),define("app/text/svg",["text!./arrow-down.svg","text!./arrow-up.svg"],function(e,t){return{"arrow-down":e,"arrow-up":t}}),require(["app/lib/ready","app/config","app/i18n","app/api","app/isso","app/count","app/dom","app/text/css","app/text/svg","app/jade"],function(e,t,n,o,i,a,r,s,m,c){"use strict";function d(){if(l=r("#isso-thread"),u=r.new("h4"),t.css&&null===r("style#isso-style")){var e=r.new("style");e.id="isso-style",e.type="text/css",e.textContent=s.inline,r("head").append(e)}if(a(),null===l)return console.log("abort, #isso-thread is missing");if(t.feed){var m=r.new("a",n.translate("atom-feed")),c=r.new("span.isso-feedlink");m.href=o.feed(l.getAttribute("data-isso-id")),c.appendChild(m),l.append(c)}l.append(u),l.append(new i.Postbox(null)),l.append('
')}function p(){0!=r("#isso-root").length&&(r("#isso-root").textContent="",o.fetch(l.getAttribute("data-isso-id")||location.pathname,t["max-comments-top"],t["max-comments-nested"]).then(function(e){if(0===e.total_replies)return void(u.textContent=n.translate("no-comments"));var t=0,o=e.total_replies;e.replies.forEach(function(e){i.insert(e,!1),e.created>t&&(t=e.created),o+=e.total_replies}),u.textContent=n.pluralize("num-comments",o),e.hidden_replies>0&&i.insert_loader(e,t),window.location.hash.length>0&&window.location.hash.match("^#isso-[0-9]+$")&&r(window.location.hash).scrollIntoView()},function(e){console.log(e)}))}c.set("conf",t),c.set("i18n",n.translate),c.set("pluralize",n.pluralize),c.set("svg",m);var l,u;e(function(){d(),p()}),window.Isso={init:d,fetchComments:p}}),define("embed",function(){})}(); \ No newline at end of file diff --git a/static/pygments/abap.css b/static/pygments/abap.css index 308fc54..8564d98 100644 --- a/static/pygments/abap.css +++ b/static/pygments/abap.css @@ -57,4 +57,64 @@ .highlight .vg { color: #000000 } /* Name.Variable.Global */ .highlight .vi { color: #000000 } /* Name.Variable.Instance */ .highlight .vm { color: #000000 } /* Name.Variable.Magic */ -.highlight .il { color: #33aaff } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #33aaff } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #ffffff; } +.literal-block .c { color: #888888; font-style: italic } /* Comment */ +.literal-block .err { color: #FF0000 } /* Error */ +.literal-block .k { color: #0000ff } /* Keyword */ +.literal-block .n { color: #000000 } /* Name */ +.literal-block .ch { color: #888888; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #888888; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #888888; font-style: italic } /* Comment.Preproc */ +.literal-block .cpf { color: #888888; font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { color: #888888; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #888888; font-style: italic } /* Comment.Special */ +.literal-block .kc { color: #0000ff } /* Keyword.Constant */ +.literal-block .kd { color: #0000ff } /* Keyword.Declaration */ +.literal-block .kn { color: #0000ff } /* Keyword.Namespace */ +.literal-block .kp { color: #0000ff } /* Keyword.Pseudo */ +.literal-block .kr { color: #0000ff } /* Keyword.Reserved */ +.literal-block .kt { color: #0000ff } /* Keyword.Type */ +.literal-block .m { color: #33aaff } /* Literal.Number */ +.literal-block .s { color: #55aa22 } /* Literal.String */ +.literal-block .na { color: #000000 } /* Name.Attribute */ +.literal-block .nb { color: #000000 } /* Name.Builtin */ +.literal-block .nc { color: #000000 } /* Name.Class */ +.literal-block .no { color: #000000 } /* Name.Constant */ +.literal-block .nd { color: #000000 } /* Name.Decorator */ +.literal-block .ni { color: #000000 } /* Name.Entity */ +.literal-block .ne { color: #000000 } /* Name.Exception */ +.literal-block .nf { color: #000000 } /* Name.Function */ +.literal-block .nl { color: #000000 } /* Name.Label */ +.literal-block .nn { color: #000000 } /* Name.Namespace */ +.literal-block .nx { color: #000000 } /* Name.Other */ +.literal-block .py { color: #000000 } /* Name.Property */ +.literal-block .nt { color: #000000 } /* Name.Tag */ +.literal-block .nv { color: #000000 } /* Name.Variable */ +.literal-block .ow { color: #0000ff } /* Operator.Word */ +.literal-block .mb { color: #33aaff } /* Literal.Number.Bin */ +.literal-block .mf { color: #33aaff } /* Literal.Number.Float */ +.literal-block .mh { color: #33aaff } /* Literal.Number.Hex */ +.literal-block .mi { color: #33aaff } /* Literal.Number.Integer */ +.literal-block .mo { color: #33aaff } /* Literal.Number.Oct */ +.literal-block .sa { color: #55aa22 } /* Literal.String.Affix */ +.literal-block .sb { color: #55aa22 } /* Literal.String.Backtick */ +.literal-block .sc { color: #55aa22 } /* Literal.String.Char */ +.literal-block .dl { color: #55aa22 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #55aa22 } /* Literal.String.Doc */ +.literal-block .s2 { color: #55aa22 } /* Literal.String.Double */ +.literal-block .se { color: #55aa22 } /* Literal.String.Escape */ +.literal-block .sh { color: #55aa22 } /* Literal.String.Heredoc */ +.literal-block .si { color: #55aa22 } /* Literal.String.Interpol */ +.literal-block .sx { color: #55aa22 } /* Literal.String.Other */ +.literal-block .sr { color: #55aa22 } /* Literal.String.Regex */ +.literal-block .s1 { color: #55aa22 } /* Literal.String.Single */ +.literal-block .ss { color: #55aa22 } /* Literal.String.Symbol */ +.literal-block .bp { color: #000000 } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #000000 } /* Name.Function.Magic */ +.literal-block .vc { color: #000000 } /* Name.Variable.Class */ +.literal-block .vg { color: #000000 } /* Name.Variable.Global */ +.literal-block .vi { color: #000000 } /* Name.Variable.Instance */ +.literal-block .vm { color: #000000 } /* Name.Variable.Magic */ +.literal-block .il { color: #33aaff } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/abap.min.css b/static/pygments/abap.min.css index 1a5eb35..84f7e50 100644 --- a/static/pygments/abap.min.css +++ b/static/pygments/abap.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#888;font-style:italic}.highlight .err{color:red}.highlight .k{color:#00f}.highlight .n{color:#000}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#888;font-style:italic}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#00f}.highlight .m{color:#3af}.highlight .s{color:#5a2}.highlight .na,.highlight .nb,.highlight .nc,.highlight .nd,.highlight .ne,.highlight .nf,.highlight .ni,.highlight .nl,.highlight .nn,.highlight .no,.highlight .nt,.highlight .nv,.highlight .nx,.highlight .py{color:#000}.highlight .ow{color:#00f}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#3af}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#5a2}.highlight .bp,.highlight .fm,.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#000}.highlight .il{color:#3af} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#888;font-style:italic}.highlight .err{color:red}.highlight .k{color:#00f}.highlight .n{color:#000}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#888;font-style:italic}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#00f}.highlight .m{color:#3af}.highlight .s{color:#5a2}.highlight .na,.highlight .nb,.highlight .nc,.highlight .nd,.highlight .ne,.highlight .nf,.highlight .ni,.highlight .nl,.highlight .nn,.highlight .no,.highlight .nt,.highlight .nv,.highlight .nx,.highlight .py{color:#000}.highlight .ow{color:#00f}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#3af}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#5a2}.highlight .bp,.highlight .fm,.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#000}.highlight .il{color:#3af}.literal-block .hll{background-color:#ffc}.literal-block{background:#fff}.literal-block .c{color:#888;font-style:italic}.literal-block .err{color:red}.literal-block .k{color:#00f}.literal-block .n{color:#000}.literal-block .c1,.literal-block .ch,.literal-block .cm,.literal-block .cp,.literal-block .cpf,.literal-block .cs{color:#888;font-style:italic}.literal-block .kc,.literal-block .kd,.literal-block .kn,.literal-block .kp,.literal-block .kr,.literal-block .kt{color:#00f}.literal-block .m{color:#3af}.literal-block .s{color:#5a2}.literal-block .na,.literal-block .nb,.literal-block .nc,.literal-block .nd,.literal-block .ne,.literal-block .nf,.literal-block .ni,.literal-block .nl,.literal-block .nn,.literal-block .no,.literal-block .nt,.literal-block .nv,.literal-block .nx,.literal-block .py{color:#000}.literal-block .ow{color:#00f}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#3af}.literal-block .dl,.literal-block .s1,.literal-block .s2,.literal-block .sa,.literal-block .sb,.literal-block .sc,.literal-block .sd,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sr,.literal-block .ss,.literal-block .sx{color:#5a2}.literal-block .bp,.literal-block .fm,.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#000}.literal-block .il{color:#3af} \ No newline at end of file diff --git a/static/pygments/algol.css b/static/pygments/algol.css index c21f022..07a1f9f 100644 --- a/static/pygments/algol.css +++ b/static/pygments/algol.css @@ -41,4 +41,48 @@ .highlight .vc { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Class */ .highlight .vg { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Global */ .highlight .vi { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Instance */ -.highlight .vm { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Magic */ \ No newline at end of file +.highlight .vm { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Magic */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #ffffff; } +.literal-block .c { color: #888888; font-style: italic } /* Comment */ +.literal-block .err { border: 1px solid #FF0000 } /* Error */ +.literal-block .k { font-weight: bold; text-decoration: underline } /* Keyword */ +.literal-block .ch { color: #888888; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #888888; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #888888; font-weight: bold } /* Comment.Preproc */ +.literal-block .cpf { color: #888888; font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { color: #888888; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #888888; font-weight: bold } /* Comment.Special */ +.literal-block .kc { font-weight: bold; text-decoration: underline } /* Keyword.Constant */ +.literal-block .kd { font-weight: bold; font-style: italic; text-decoration: underline } /* Keyword.Declaration */ +.literal-block .kn { font-weight: bold; text-decoration: underline } /* Keyword.Namespace */ +.literal-block .kp { font-weight: bold; text-decoration: underline } /* Keyword.Pseudo */ +.literal-block .kr { font-weight: bold; text-decoration: underline } /* Keyword.Reserved */ +.literal-block .kt { font-weight: bold; text-decoration: underline } /* Keyword.Type */ +.literal-block .s { color: #666666; font-style: italic } /* Literal.String */ +.literal-block .nb { font-weight: bold; font-style: italic } /* Name.Builtin */ +.literal-block .nc { color: #666666; font-weight: bold; font-style: italic } /* Name.Class */ +.literal-block .no { color: #666666; font-weight: bold; font-style: italic } /* Name.Constant */ +.literal-block .nf { color: #666666; font-weight: bold; font-style: italic } /* Name.Function */ +.literal-block .nn { color: #666666; font-weight: bold; font-style: italic } /* Name.Namespace */ +.literal-block .nv { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable */ +.literal-block .ow { font-weight: bold } /* Operator.Word */ +.literal-block .sa { color: #666666; font-style: italic } /* Literal.String.Affix */ +.literal-block .sb { color: #666666; font-style: italic } /* Literal.String.Backtick */ +.literal-block .sc { color: #666666; font-style: italic } /* Literal.String.Char */ +.literal-block .dl { color: #666666; font-style: italic } /* Literal.String.Delimiter */ +.literal-block .sd { color: #666666; font-style: italic } /* Literal.String.Doc */ +.literal-block .s2 { color: #666666; font-style: italic } /* Literal.String.Double */ +.literal-block .se { color: #666666; font-style: italic } /* Literal.String.Escape */ +.literal-block .sh { color: #666666; font-style: italic } /* Literal.String.Heredoc */ +.literal-block .si { color: #666666; font-style: italic } /* Literal.String.Interpol */ +.literal-block .sx { color: #666666; font-style: italic } /* Literal.String.Other */ +.literal-block .sr { color: #666666; font-style: italic } /* Literal.String.Regex */ +.literal-block .s1 { color: #666666; font-style: italic } /* Literal.String.Single */ +.literal-block .ss { color: #666666; font-style: italic } /* Literal.String.Symbol */ +.literal-block .bp { font-weight: bold; font-style: italic } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #666666; font-weight: bold; font-style: italic } /* Name.Function.Magic */ +.literal-block .vc { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Class */ +.literal-block .vg { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Global */ +.literal-block .vi { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Instance */ +.literal-block .vm { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Magic */ \ No newline at end of file diff --git a/static/pygments/algol.min.css b/static/pygments/algol.min.css index 2b7f681..9f59c51 100644 --- a/static/pygments/algol.min.css +++ b/static/pygments/algol.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#888;font-style:italic}.highlight .err{border:1px solid red}.highlight .k{font-weight:700;text-decoration:underline}.highlight .ch,.highlight .cm{color:#888;font-style:italic}.highlight .cp{color:#888;font-weight:700}.highlight .c1,.highlight .cpf{color:#888;font-style:italic}.highlight .cs{color:#888;font-weight:700}.highlight .kc,.highlight .kd{font-weight:700;text-decoration:underline}.highlight .kd{font-style:italic}.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{font-weight:700;text-decoration:underline}.highlight .s{color:#666;font-style:italic}.highlight .nb,.highlight .nc{font-weight:700;font-style:italic}.highlight .nc{color:#666}.highlight .nf,.highlight .nn,.highlight .no,.highlight .nv{color:#666;font-weight:700;font-style:italic}.highlight .ow{font-weight:700}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#666;font-style:italic}.highlight .bp,.highlight .fm{font-weight:700;font-style:italic}.highlight .fm{color:#666}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#666;font-weight:700;font-style:italic} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#888;font-style:italic}.highlight .err{border:1px solid red}.highlight .k{font-weight:700;text-decoration:underline}.highlight .ch,.highlight .cm{color:#888;font-style:italic}.highlight .cp{color:#888;font-weight:700}.highlight .c1,.highlight .cpf{color:#888;font-style:italic}.highlight .cs{color:#888;font-weight:700}.highlight .kc,.highlight .kd{font-weight:700;text-decoration:underline}.highlight .kd{font-style:italic}.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{font-weight:700;text-decoration:underline}.highlight .s{color:#666;font-style:italic}.highlight .nb,.highlight .nc{font-weight:700;font-style:italic}.highlight .nc{color:#666}.highlight .nf,.highlight .nn,.highlight .no,.highlight .nv{color:#666;font-weight:700;font-style:italic}.highlight .ow{font-weight:700}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#666;font-style:italic}.highlight .bp,.highlight .fm{font-weight:700;font-style:italic}.highlight .fm{color:#666}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#666;font-weight:700;font-style:italic}.literal-block .hll{background-color:#ffc}.literal-block{background:#fff}.literal-block .c{color:#888;font-style:italic}.literal-block .err{border:1px solid red}.literal-block .k{font-weight:700;text-decoration:underline}.literal-block .ch,.literal-block .cm{color:#888;font-style:italic}.literal-block .cp{color:#888;font-weight:700}.literal-block .c1,.literal-block .cpf{color:#888;font-style:italic}.literal-block .cs{color:#888;font-weight:700}.literal-block .kc,.literal-block .kd{font-weight:700;text-decoration:underline}.literal-block .kd{font-style:italic}.literal-block .kn,.literal-block .kp,.literal-block .kr,.literal-block .kt{font-weight:700;text-decoration:underline}.literal-block .s{color:#666;font-style:italic}.literal-block .nb,.literal-block .nc{font-weight:700;font-style:italic}.literal-block .nc{color:#666}.literal-block .nf,.literal-block .nn,.literal-block .no,.literal-block .nv{color:#666;font-weight:700;font-style:italic}.literal-block .ow{font-weight:700}.literal-block .dl,.literal-block .s1,.literal-block .s2,.literal-block .sa,.literal-block .sb,.literal-block .sc,.literal-block .sd,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sr,.literal-block .ss,.literal-block .sx{color:#666;font-style:italic}.literal-block .bp,.literal-block .fm{font-weight:700;font-style:italic}.literal-block .fm{color:#666}.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#666;font-weight:700;font-style:italic} \ No newline at end of file diff --git a/static/pygments/algol_nu.css b/static/pygments/algol_nu.css index 8ec2d15..ece43ad 100644 --- a/static/pygments/algol_nu.css +++ b/static/pygments/algol_nu.css @@ -41,4 +41,48 @@ .highlight .vc { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Class */ .highlight .vg { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Global */ .highlight .vi { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Instance */ -.highlight .vm { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Magic */ \ No newline at end of file +.highlight .vm { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Magic */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #ffffff; } +.literal-block .c { color: #888888; font-style: italic } /* Comment */ +.literal-block .err { border: 1px solid #FF0000 } /* Error */ +.literal-block .k { font-weight: bold } /* Keyword */ +.literal-block .ch { color: #888888; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #888888; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #888888; font-weight: bold } /* Comment.Preproc */ +.literal-block .cpf { color: #888888; font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { color: #888888; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #888888; font-weight: bold } /* Comment.Special */ +.literal-block .kc { font-weight: bold } /* Keyword.Constant */ +.literal-block .kd { font-weight: bold; font-style: italic } /* Keyword.Declaration */ +.literal-block .kn { font-weight: bold } /* Keyword.Namespace */ +.literal-block .kp { font-weight: bold } /* Keyword.Pseudo */ +.literal-block .kr { font-weight: bold } /* Keyword.Reserved */ +.literal-block .kt { font-weight: bold } /* Keyword.Type */ +.literal-block .s { color: #666666; font-style: italic } /* Literal.String */ +.literal-block .nb { font-weight: bold; font-style: italic } /* Name.Builtin */ +.literal-block .nc { color: #666666; font-weight: bold; font-style: italic } /* Name.Class */ +.literal-block .no { color: #666666; font-weight: bold; font-style: italic } /* Name.Constant */ +.literal-block .nf { color: #666666; font-weight: bold; font-style: italic } /* Name.Function */ +.literal-block .nn { color: #666666; font-weight: bold; font-style: italic } /* Name.Namespace */ +.literal-block .nv { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable */ +.literal-block .ow { font-weight: bold } /* Operator.Word */ +.literal-block .sa { color: #666666; font-style: italic } /* Literal.String.Affix */ +.literal-block .sb { color: #666666; font-style: italic } /* Literal.String.Backtick */ +.literal-block .sc { color: #666666; font-style: italic } /* Literal.String.Char */ +.literal-block .dl { color: #666666; font-style: italic } /* Literal.String.Delimiter */ +.literal-block .sd { color: #666666; font-style: italic } /* Literal.String.Doc */ +.literal-block .s2 { color: #666666; font-style: italic } /* Literal.String.Double */ +.literal-block .se { color: #666666; font-style: italic } /* Literal.String.Escape */ +.literal-block .sh { color: #666666; font-style: italic } /* Literal.String.Heredoc */ +.literal-block .si { color: #666666; font-style: italic } /* Literal.String.Interpol */ +.literal-block .sx { color: #666666; font-style: italic } /* Literal.String.Other */ +.literal-block .sr { color: #666666; font-style: italic } /* Literal.String.Regex */ +.literal-block .s1 { color: #666666; font-style: italic } /* Literal.String.Single */ +.literal-block .ss { color: #666666; font-style: italic } /* Literal.String.Symbol */ +.literal-block .bp { font-weight: bold; font-style: italic } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #666666; font-weight: bold; font-style: italic } /* Name.Function.Magic */ +.literal-block .vc { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Class */ +.literal-block .vg { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Global */ +.literal-block .vi { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Instance */ +.literal-block .vm { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Magic */ \ No newline at end of file diff --git a/static/pygments/algol_nu.min.css b/static/pygments/algol_nu.min.css index bdd8dd5..b81e201 100644 --- a/static/pygments/algol_nu.min.css +++ b/static/pygments/algol_nu.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#888;font-style:italic}.highlight .err{border:1px solid red}.highlight .k{font-weight:700}.highlight .ch,.highlight .cm{color:#888;font-style:italic}.highlight .cp{color:#888;font-weight:700}.highlight .c1,.highlight .cpf{color:#888;font-style:italic}.highlight .cs{color:#888}.highlight .cs,.highlight .kc,.highlight .kd{font-weight:700}.highlight .kd{font-style:italic}.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{font-weight:700}.highlight .s{color:#666;font-style:italic}.highlight .nb,.highlight .nc{font-weight:700;font-style:italic}.highlight .nc{color:#666}.highlight .nf,.highlight .nn,.highlight .no,.highlight .nv{color:#666;font-weight:700;font-style:italic}.highlight .ow{font-weight:700}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#666;font-style:italic}.highlight .bp,.highlight .fm{font-weight:700;font-style:italic}.highlight .fm{color:#666}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#666;font-weight:700;font-style:italic} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#888;font-style:italic}.highlight .err{border:1px solid red}.highlight .k{font-weight:700}.highlight .ch,.highlight .cm{color:#888;font-style:italic}.highlight .cp{color:#888;font-weight:700}.highlight .c1,.highlight .cpf{color:#888;font-style:italic}.highlight .cs{color:#888}.highlight .cs,.highlight .kc,.highlight .kd{font-weight:700}.highlight .kd{font-style:italic}.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{font-weight:700}.highlight .s{color:#666;font-style:italic}.highlight .nb,.highlight .nc{font-weight:700;font-style:italic}.highlight .nc{color:#666}.highlight .nf,.highlight .nn,.highlight .no,.highlight .nv{color:#666;font-weight:700;font-style:italic}.highlight .ow{font-weight:700}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#666;font-style:italic}.highlight .bp,.highlight .fm{font-weight:700;font-style:italic}.highlight .fm{color:#666}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#666;font-weight:700;font-style:italic}.literal-block .hll{background-color:#ffc}.literal-block{background:#fff}.literal-block .c{color:#888;font-style:italic}.literal-block .err{border:1px solid red}.literal-block .k{font-weight:700}.literal-block .ch,.literal-block .cm{color:#888;font-style:italic}.literal-block .cp{color:#888;font-weight:700}.literal-block .c1,.literal-block .cpf{color:#888;font-style:italic}.literal-block .cs{color:#888;font-weight:700}.literal-block .kc{font-weight:700}.literal-block .kd{font-weight:700;font-style:italic}.literal-block .kn,.literal-block .kp,.literal-block .kr,.literal-block .kt{font-weight:700}.literal-block .s{color:#666;font-style:italic}.literal-block .nb,.literal-block .nc{font-weight:700;font-style:italic}.literal-block .nc{color:#666}.literal-block .nf,.literal-block .nn,.literal-block .no,.literal-block .nv{color:#666;font-weight:700;font-style:italic}.literal-block .ow{font-weight:700}.literal-block .dl,.literal-block .s1,.literal-block .s2,.literal-block .sa,.literal-block .sb,.literal-block .sc,.literal-block .sd,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sr,.literal-block .ss,.literal-block .sx{color:#666;font-style:italic}.literal-block .bp,.literal-block .fm{font-weight:700;font-style:italic}.literal-block .fm{color:#666}.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#666;font-weight:700;font-style:italic} \ No newline at end of file diff --git a/static/pygments/arduino.css b/static/pygments/arduino.css index 69e723a..9a768da 100644 --- a/static/pygments/arduino.css +++ b/static/pygments/arduino.css @@ -58,4 +58,65 @@ .highlight .vg { color: #434f54 } /* Name.Variable.Global */ .highlight .vi { color: #434f54 } /* Name.Variable.Instance */ .highlight .vm { color: #434f54 } /* Name.Variable.Magic */ -.highlight .il { color: #8A7B52 } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #8A7B52 } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #ffffff; } +.literal-block .c { color: #95a5a6 } /* Comment */ +.literal-block .err { color: #a61717 } /* Error */ +.literal-block .k { color: #728E00 } /* Keyword */ +.literal-block .n { color: #434f54 } /* Name */ +.literal-block .o { color: #728E00 } /* Operator */ +.literal-block .ch { color: #95a5a6 } /* Comment.Hashbang */ +.literal-block .cm { color: #95a5a6 } /* Comment.Multiline */ +.literal-block .cp { color: #728E00 } /* Comment.Preproc */ +.literal-block .cpf { color: #95a5a6 } /* Comment.PreprocFile */ +.literal-block .c1 { color: #95a5a6 } /* Comment.Single */ +.literal-block .cs { color: #95a5a6 } /* Comment.Special */ +.literal-block .kc { color: #00979D } /* Keyword.Constant */ +.literal-block .kd { color: #728E00 } /* Keyword.Declaration */ +.literal-block .kn { color: #728E00 } /* Keyword.Namespace */ +.literal-block .kp { color: #00979D } /* Keyword.Pseudo */ +.literal-block .kr { color: #00979D } /* Keyword.Reserved */ +.literal-block .kt { color: #00979D } /* Keyword.Type */ +.literal-block .m { color: #8A7B52 } /* Literal.Number */ +.literal-block .s { color: #7F8C8D } /* Literal.String */ +.literal-block .na { color: #434f54 } /* Name.Attribute */ +.literal-block .nb { color: #728E00 } /* Name.Builtin */ +.literal-block .nc { color: #434f54 } /* Name.Class */ +.literal-block .no { color: #434f54 } /* Name.Constant */ +.literal-block .nd { color: #434f54 } /* Name.Decorator */ +.literal-block .ni { color: #434f54 } /* Name.Entity */ +.literal-block .ne { color: #434f54 } /* Name.Exception */ +.literal-block .nf { color: #D35400 } /* Name.Function */ +.literal-block .nl { color: #434f54 } /* Name.Label */ +.literal-block .nn { color: #434f54 } /* Name.Namespace */ +.literal-block .nx { color: #728E00 } /* Name.Other */ +.literal-block .py { color: #434f54 } /* Name.Property */ +.literal-block .nt { color: #434f54 } /* Name.Tag */ +.literal-block .nv { color: #434f54 } /* Name.Variable */ +.literal-block .ow { color: #728E00 } /* Operator.Word */ +.literal-block .mb { color: #8A7B52 } /* Literal.Number.Bin */ +.literal-block .mf { color: #8A7B52 } /* Literal.Number.Float */ +.literal-block .mh { color: #8A7B52 } /* Literal.Number.Hex */ +.literal-block .mi { color: #8A7B52 } /* Literal.Number.Integer */ +.literal-block .mo { color: #8A7B52 } /* Literal.Number.Oct */ +.literal-block .sa { color: #7F8C8D } /* Literal.String.Affix */ +.literal-block .sb { color: #7F8C8D } /* Literal.String.Backtick */ +.literal-block .sc { color: #7F8C8D } /* Literal.String.Char */ +.literal-block .dl { color: #7F8C8D } /* Literal.String.Delimiter */ +.literal-block .sd { color: #7F8C8D } /* Literal.String.Doc */ +.literal-block .s2 { color: #7F8C8D } /* Literal.String.Double */ +.literal-block .se { color: #7F8C8D } /* Literal.String.Escape */ +.literal-block .sh { color: #7F8C8D } /* Literal.String.Heredoc */ +.literal-block .si { color: #7F8C8D } /* Literal.String.Interpol */ +.literal-block .sx { color: #7F8C8D } /* Literal.String.Other */ +.literal-block .sr { color: #7F8C8D } /* Literal.String.Regex */ +.literal-block .s1 { color: #7F8C8D } /* Literal.String.Single */ +.literal-block .ss { color: #7F8C8D } /* Literal.String.Symbol */ +.literal-block .bp { color: #728E00 } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #D35400 } /* Name.Function.Magic */ +.literal-block .vc { color: #434f54 } /* Name.Variable.Class */ +.literal-block .vg { color: #434f54 } /* Name.Variable.Global */ +.literal-block .vi { color: #434f54 } /* Name.Variable.Instance */ +.literal-block .vm { color: #434f54 } /* Name.Variable.Magic */ +.literal-block .il { color: #8A7B52 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/arduino.min.css b/static/pygments/arduino.min.css index 36af242..cca52ff 100644 --- a/static/pygments/arduino.min.css +++ b/static/pygments/arduino.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#95a5a6}.highlight .err{color:#a61717}.highlight .k{color:#728e00}.highlight .n{color:#434f54}.highlight .o{color:#728e00}.highlight .ch,.highlight .cm{color:#95a5a6}.highlight .cp{color:#728e00}.highlight .c1,.highlight .cpf,.highlight .cs{color:#95a5a6}.highlight .kc{color:#00979d}.highlight .kd,.highlight .kn{color:#728e00}.highlight .kp,.highlight .kr,.highlight .kt{color:#00979d}.highlight .m{color:#8a7b52}.highlight .s{color:#7f8c8d}.highlight .na{color:#434f54}.highlight .nb{color:#728e00}.highlight .nc,.highlight .nd,.highlight .ne,.highlight .ni,.highlight .no{color:#434f54}.highlight .nf{color:#d35400}.highlight .nl,.highlight .nn{color:#434f54}.highlight .nx{color:#728e00}.highlight .nt,.highlight .nv,.highlight .py{color:#434f54}.highlight .ow{color:#728e00}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#8a7b52}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#7f8c8d}.highlight .bp{color:#728e00}.highlight .fm{color:#d35400}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#434f54}.highlight .il{color:#8a7b52} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#95a5a6}.highlight .err{color:#a61717}.highlight .k{color:#728e00}.highlight .n{color:#434f54}.highlight .o{color:#728e00}.highlight .ch,.highlight .cm{color:#95a5a6}.highlight .cp{color:#728e00}.highlight .c1,.highlight .cpf,.highlight .cs{color:#95a5a6}.highlight .kc{color:#00979d}.highlight .kd,.highlight .kn{color:#728e00}.highlight .kp,.highlight .kr,.highlight .kt{color:#00979d}.highlight .m{color:#8a7b52}.highlight .s{color:#7f8c8d}.highlight .na{color:#434f54}.highlight .nb{color:#728e00}.highlight .nc,.highlight .nd,.highlight .ne,.highlight .ni,.highlight .no{color:#434f54}.highlight .nf{color:#d35400}.highlight .nl,.highlight .nn{color:#434f54}.highlight .nx{color:#728e00}.highlight .nt,.highlight .nv,.highlight .py{color:#434f54}.highlight .ow{color:#728e00}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#8a7b52}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#7f8c8d}.highlight .bp{color:#728e00}.highlight .fm{color:#d35400}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#434f54}.highlight .il{color:#8a7b52}.literal-block .hll{background-color:#ffc}.literal-block{background:#fff}.literal-block .c{color:#95a5a6}.literal-block .err{color:#a61717}.literal-block .k{color:#728e00}.literal-block .n{color:#434f54}.literal-block .o{color:#728e00}.literal-block .ch,.literal-block .cm{color:#95a5a6}.literal-block .cp{color:#728e00}.literal-block .c1,.literal-block .cpf,.literal-block .cs{color:#95a5a6}.literal-block .kc{color:#00979d}.literal-block .kd,.literal-block .kn{color:#728e00}.literal-block .kp,.literal-block .kr,.literal-block .kt{color:#00979d}.literal-block .m{color:#8a7b52}.literal-block .s{color:#7f8c8d}.literal-block .na{color:#434f54}.literal-block .nb{color:#728e00}.literal-block .nc,.literal-block .nd,.literal-block .ne,.literal-block .ni,.literal-block .no{color:#434f54}.literal-block .nf{color:#d35400}.literal-block .nl,.literal-block .nn{color:#434f54}.literal-block .nx{color:#728e00}.literal-block .nt,.literal-block .nv,.literal-block .py{color:#434f54}.literal-block .ow{color:#728e00}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#8a7b52}.literal-block .dl,.literal-block .s1,.literal-block .s2,.literal-block .sa,.literal-block .sb,.literal-block .sc,.literal-block .sd,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sr,.literal-block .ss,.literal-block .sx{color:#7f8c8d}.literal-block .bp{color:#728e00}.literal-block .fm{color:#d35400}.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#434f54}.literal-block .il{color:#8a7b52} \ No newline at end of file diff --git a/static/pygments/autumn.css b/static/pygments/autumn.css index ce8fc60..6215d9f 100644 --- a/static/pygments/autumn.css +++ b/static/pygments/autumn.css @@ -63,4 +63,70 @@ .highlight .vg { color: #aa0000 } /* Name.Variable.Global */ .highlight .vi { color: #aa0000 } /* Name.Variable.Instance */ .highlight .vm { color: #aa0000 } /* Name.Variable.Magic */ -.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #ffffff; } +.literal-block .c { color: #aaaaaa; font-style: italic } /* Comment */ +.literal-block .err { color: #FF0000; background-color: #FFAAAA } /* Error */ +.literal-block .k { color: #0000aa } /* Keyword */ +.literal-block .ch { color: #aaaaaa; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #4c8317 } /* Comment.Preproc */ +.literal-block .cpf { color: #aaaaaa; font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { color: #aaaaaa; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #0000aa; font-style: italic } /* Comment.Special */ +.literal-block .gd { color: #aa0000 } /* Generic.Deleted */ +.literal-block .ge { font-style: italic } /* Generic.Emph */ +.literal-block .gr { color: #aa0000 } /* Generic.Error */ +.literal-block .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.literal-block .gi { color: #00aa00 } /* Generic.Inserted */ +.literal-block .go { color: #888888 } /* Generic.Output */ +.literal-block .gp { color: #555555 } /* Generic.Prompt */ +.literal-block .gs { font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.literal-block .gt { color: #aa0000 } /* Generic.Traceback */ +.literal-block .kc { color: #0000aa } /* Keyword.Constant */ +.literal-block .kd { color: #0000aa } /* Keyword.Declaration */ +.literal-block .kn { color: #0000aa } /* Keyword.Namespace */ +.literal-block .kp { color: #0000aa } /* Keyword.Pseudo */ +.literal-block .kr { color: #0000aa } /* Keyword.Reserved */ +.literal-block .kt { color: #00aaaa } /* Keyword.Type */ +.literal-block .m { color: #009999 } /* Literal.Number */ +.literal-block .s { color: #aa5500 } /* Literal.String */ +.literal-block .na { color: #1e90ff } /* Name.Attribute */ +.literal-block .nb { color: #00aaaa } /* Name.Builtin */ +.literal-block .nc { color: #00aa00; text-decoration: underline } /* Name.Class */ +.literal-block .no { color: #aa0000 } /* Name.Constant */ +.literal-block .nd { color: #888888 } /* Name.Decorator */ +.literal-block .ni { color: #880000; font-weight: bold } /* Name.Entity */ +.literal-block .nf { color: #00aa00 } /* Name.Function */ +.literal-block .nn { color: #00aaaa; text-decoration: underline } /* Name.Namespace */ +.literal-block .nt { color: #1e90ff; font-weight: bold } /* Name.Tag */ +.literal-block .nv { color: #aa0000 } /* Name.Variable */ +.literal-block .ow { color: #0000aa } /* Operator.Word */ +.literal-block .w { color: #bbbbbb } /* Text.Whitespace */ +.literal-block .mb { color: #009999 } /* Literal.Number.Bin */ +.literal-block .mf { color: #009999 } /* Literal.Number.Float */ +.literal-block .mh { color: #009999 } /* Literal.Number.Hex */ +.literal-block .mi { color: #009999 } /* Literal.Number.Integer */ +.literal-block .mo { color: #009999 } /* Literal.Number.Oct */ +.literal-block .sa { color: #aa5500 } /* Literal.String.Affix */ +.literal-block .sb { color: #aa5500 } /* Literal.String.Backtick */ +.literal-block .sc { color: #aa5500 } /* Literal.String.Char */ +.literal-block .dl { color: #aa5500 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #aa5500 } /* Literal.String.Doc */ +.literal-block .s2 { color: #aa5500 } /* Literal.String.Double */ +.literal-block .se { color: #aa5500 } /* Literal.String.Escape */ +.literal-block .sh { color: #aa5500 } /* Literal.String.Heredoc */ +.literal-block .si { color: #aa5500 } /* Literal.String.Interpol */ +.literal-block .sx { color: #aa5500 } /* Literal.String.Other */ +.literal-block .sr { color: #009999 } /* Literal.String.Regex */ +.literal-block .s1 { color: #aa5500 } /* Literal.String.Single */ +.literal-block .ss { color: #0000aa } /* Literal.String.Symbol */ +.literal-block .bp { color: #00aaaa } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #00aa00 } /* Name.Function.Magic */ +.literal-block .vc { color: #aa0000 } /* Name.Variable.Class */ +.literal-block .vg { color: #aa0000 } /* Name.Variable.Global */ +.literal-block .vi { color: #aa0000 } /* Name.Variable.Instance */ +.literal-block .vm { color: #aa0000 } /* Name.Variable.Magic */ +.literal-block .il { color: #009999 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/autumn.min.css b/static/pygments/autumn.min.css index c59fa3e..14fdb19 100644 --- a/static/pygments/autumn.min.css +++ b/static/pygments/autumn.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#aaa;font-style:italic}.highlight .err{color:red;background-color:#faa}.highlight .k{color:#00a}.highlight .ch,.highlight .cm{color:#aaa;font-style:italic}.highlight .cp{color:#4c8317}.highlight .c1,.highlight .cpf{color:#aaa;font-style:italic}.highlight .cs{color:#00a;font-style:italic}.highlight .gd{color:#a00}.highlight .ge{font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#0a0}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#00a}.highlight .kt{color:#0aa}.highlight .m{color:#099}.highlight .s{color:#a50}.highlight .na{color:#1e90ff}.highlight .nb{color:#0aa}.highlight .nc{color:#0a0;text-decoration:underline}.highlight .no{color:#a00}.highlight .nd{color:#888}.highlight .ni{color:#800;font-weight:700}.highlight .nf{color:#0a0}.highlight .nn{color:#0aa;text-decoration:underline}.highlight .nt{color:#1e90ff;font-weight:700}.highlight .nv{color:#a00}.highlight .ow{color:#00a}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#a50}.highlight .sr{color:#099}.highlight .s1{color:#a50}.highlight .ss{color:#00a}.highlight .bp{color:#0aa}.highlight .fm{color:#0a0}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#a00}.highlight .il{color:#099} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#aaa;font-style:italic}.highlight .err{color:red;background-color:#faa}.highlight .k{color:#00a}.highlight .ch,.highlight .cm{color:#aaa;font-style:italic}.highlight .cp{color:#4c8317}.highlight .c1,.highlight .cpf{color:#aaa;font-style:italic}.highlight .cs{color:#00a;font-style:italic}.highlight .gd{color:#a00}.highlight .ge{font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#0a0}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#00a}.highlight .kt{color:#0aa}.highlight .m{color:#099}.highlight .s{color:#a50}.highlight .na{color:#1e90ff}.highlight .nb{color:#0aa}.highlight .nc{color:#0a0;text-decoration:underline}.highlight .no{color:#a00}.highlight .nd{color:#888}.highlight .ni{color:#800;font-weight:700}.highlight .nf{color:#0a0}.highlight .nn{color:#0aa;text-decoration:underline}.highlight .nt{color:#1e90ff;font-weight:700}.highlight .nv{color:#a00}.highlight .ow{color:#00a}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#a50}.highlight .sr{color:#099}.highlight .s1{color:#a50}.highlight .ss{color:#00a}.highlight .bp{color:#0aa}.highlight .fm{color:#0a0}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#a00}.highlight .il{color:#099}.literal-block .hll{background-color:#ffc}.literal-block{background:#fff}.literal-block .c{color:#aaa;font-style:italic}.literal-block .err{color:red;background-color:#faa}.literal-block .k{color:#00a}.literal-block .ch,.literal-block .cm{color:#aaa;font-style:italic}.literal-block .cp{color:#4c8317}.literal-block .c1,.literal-block .cpf{color:#aaa;font-style:italic}.literal-block .cs{color:#00a;font-style:italic}.literal-block .gd{color:#a00}.literal-block .ge{font-style:italic}.literal-block .gr{color:#a00}.literal-block .gh{color:navy;font-weight:700}.literal-block .gi{color:#0a0}.literal-block .go{color:#888}.literal-block .gp{color:#555}.literal-block .gs{font-weight:700}.literal-block .gu{color:purple;font-weight:700}.literal-block .gt{color:#a00}.literal-block .kc,.literal-block .kd,.literal-block .kn,.literal-block .kp,.literal-block .kr{color:#00a}.literal-block .kt{color:#0aa}.literal-block .m{color:#099}.literal-block .s{color:#a50}.literal-block .na{color:#1e90ff}.literal-block .nb{color:#0aa}.literal-block .nc{color:#0a0;text-decoration:underline}.literal-block .no{color:#a00}.literal-block .nd{color:#888}.literal-block .ni{color:#800;font-weight:700}.literal-block .nf{color:#0a0}.literal-block .nn{color:#0aa;text-decoration:underline}.literal-block .nt{color:#1e90ff;font-weight:700}.literal-block .nv{color:#a00}.literal-block .ow{color:#00a}.literal-block .w{color:#bbb}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#099}.literal-block .dl,.literal-block .s2,.literal-block .sa,.literal-block .sb,.literal-block .sc,.literal-block .sd,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sx{color:#a50}.literal-block .sr{color:#099}.literal-block .s1{color:#a50}.literal-block .ss{color:#00a}.literal-block .bp{color:#0aa}.literal-block .fm{color:#0a0}.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#a00}.literal-block .il{color:#099} \ No newline at end of file diff --git a/static/pygments/borland.css b/static/pygments/borland.css index 8a06216..7e49561 100644 --- a/static/pygments/borland.css +++ b/static/pygments/borland.css @@ -49,4 +49,56 @@ .highlight .sr { color: #0000FF } /* Literal.String.Regex */ .highlight .s1 { color: #0000FF } /* Literal.String.Single */ .highlight .ss { color: #0000FF } /* Literal.String.Symbol */ -.highlight .il { color: #0000FF } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #0000FF } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #ffffff; } +.literal-block .c { color: #008800; font-style: italic } /* Comment */ +.literal-block .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.literal-block .k { color: #000080; font-weight: bold } /* Keyword */ +.literal-block .ch { color: #008800; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #008800; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #008080 } /* Comment.Preproc */ +.literal-block .cpf { color: #008800; font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { color: #008800; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #008800; font-weight: bold } /* Comment.Special */ +.literal-block .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.literal-block .ge { font-style: italic } /* Generic.Emph */ +.literal-block .gr { color: #aa0000 } /* Generic.Error */ +.literal-block .gh { color: #999999 } /* Generic.Heading */ +.literal-block .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ +.literal-block .go { color: #888888 } /* Generic.Output */ +.literal-block .gp { color: #555555 } /* Generic.Prompt */ +.literal-block .gs { font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #aaaaaa } /* Generic.Subheading */ +.literal-block .gt { color: #aa0000 } /* Generic.Traceback */ +.literal-block .kc { color: #000080; font-weight: bold } /* Keyword.Constant */ +.literal-block .kd { color: #000080; font-weight: bold } /* Keyword.Declaration */ +.literal-block .kn { color: #000080; font-weight: bold } /* Keyword.Namespace */ +.literal-block .kp { color: #000080; font-weight: bold } /* Keyword.Pseudo */ +.literal-block .kr { color: #000080; font-weight: bold } /* Keyword.Reserved */ +.literal-block .kt { color: #000080; font-weight: bold } /* Keyword.Type */ +.literal-block .m { color: #0000FF } /* Literal.Number */ +.literal-block .s { color: #0000FF } /* Literal.String */ +.literal-block .na { color: #FF0000 } /* Name.Attribute */ +.literal-block .nt { color: #000080; font-weight: bold } /* Name.Tag */ +.literal-block .ow { font-weight: bold } /* Operator.Word */ +.literal-block .w { color: #bbbbbb } /* Text.Whitespace */ +.literal-block .mb { color: #0000FF } /* Literal.Number.Bin */ +.literal-block .mf { color: #0000FF } /* Literal.Number.Float */ +.literal-block .mh { color: #0000FF } /* Literal.Number.Hex */ +.literal-block .mi { color: #0000FF } /* Literal.Number.Integer */ +.literal-block .mo { color: #0000FF } /* Literal.Number.Oct */ +.literal-block .sa { color: #0000FF } /* Literal.String.Affix */ +.literal-block .sb { color: #0000FF } /* Literal.String.Backtick */ +.literal-block .sc { color: #800080 } /* Literal.String.Char */ +.literal-block .dl { color: #0000FF } /* Literal.String.Delimiter */ +.literal-block .sd { color: #0000FF } /* Literal.String.Doc */ +.literal-block .s2 { color: #0000FF } /* Literal.String.Double */ +.literal-block .se { color: #0000FF } /* Literal.String.Escape */ +.literal-block .sh { color: #0000FF } /* Literal.String.Heredoc */ +.literal-block .si { color: #0000FF } /* Literal.String.Interpol */ +.literal-block .sx { color: #0000FF } /* Literal.String.Other */ +.literal-block .sr { color: #0000FF } /* Literal.String.Regex */ +.literal-block .s1 { color: #0000FF } /* Literal.String.Single */ +.literal-block .ss { color: #0000FF } /* Literal.String.Symbol */ +.literal-block .il { color: #0000FF } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/borland.min.css b/static/pygments/borland.min.css index a1b4909..c56d16a 100644 --- a/static/pygments/borland.min.css +++ b/static/pygments/borland.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#080;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{color:navy;font-weight:700}.highlight .ch,.highlight .cm{color:#080;font-style:italic}.highlight .cp{color:teal}.highlight .c1,.highlight .cpf{color:#080;font-style:italic}.highlight .cs{color:#080;font-weight:700}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:navy;font-weight:700}.highlight .m,.highlight .s{color:#00f}.highlight .na{color:red}.highlight .nt{color:navy}.highlight .nt,.highlight .ow{font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .sa,.highlight .sb{color:#00f}.highlight .sc{color:purple}.highlight .dl,.highlight .il,.highlight .s1,.highlight .s2,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#00f} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#080;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{color:navy;font-weight:700}.highlight .ch,.highlight .cm{color:#080;font-style:italic}.highlight .cp{color:teal}.highlight .c1,.highlight .cpf{color:#080;font-style:italic}.highlight .cs{color:#080;font-weight:700}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:navy;font-weight:700}.highlight .m,.highlight .s{color:#00f}.highlight .na{color:red}.highlight .nt{color:navy}.highlight .nt,.highlight .ow{font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .sa,.highlight .sb{color:#00f}.highlight .sc{color:purple}.highlight .dl,.highlight .il,.highlight .s1,.highlight .s2,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#00f}.literal-block .hll{background-color:#ffc}.literal-block{background:#fff}.literal-block .c{color:#080;font-style:italic}.literal-block .err{color:#a61717;background-color:#e3d2d2}.literal-block .k{color:navy;font-weight:700}.literal-block .ch,.literal-block .cm{color:#080;font-style:italic}.literal-block .cp{color:teal}.literal-block .c1,.literal-block .cpf{color:#080;font-style:italic}.literal-block .cs{color:#080;font-weight:700}.literal-block .gd{color:#000;background-color:#fdd}.literal-block .ge{font-style:italic}.literal-block .gr{color:#a00}.literal-block .gh{color:#999}.literal-block .gi{color:#000;background-color:#dfd}.literal-block .go{color:#888}.literal-block .gp{color:#555}.literal-block .gs{font-weight:700}.literal-block .gu{color:#aaa}.literal-block .gt{color:#a00}.literal-block .kc,.literal-block .kd,.literal-block .kn,.literal-block .kp,.literal-block .kr,.literal-block .kt{color:navy;font-weight:700}.literal-block .m,.literal-block .s{color:#00f}.literal-block .na{color:red}.literal-block .nt{color:navy;font-weight:700}.literal-block .ow{font-weight:700}.literal-block .w{color:#bbb}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo,.literal-block .sa,.literal-block .sb{color:#00f}.literal-block .sc{color:purple}.literal-block .dl,.literal-block .il,.literal-block .s1,.literal-block .s2,.literal-block .sd,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sr,.literal-block .ss,.literal-block .sx{color:#00f} \ No newline at end of file diff --git a/static/pygments/bw.css b/static/pygments/bw.css index 397d536..165236d 100644 --- a/static/pygments/bw.css +++ b/static/pygments/bw.css @@ -36,4 +36,43 @@ .highlight .sx { font-style: italic } /* Literal.String.Other */ .highlight .sr { font-style: italic } /* Literal.String.Regex */ .highlight .s1 { font-style: italic } /* Literal.String.Single */ -.highlight .ss { font-style: italic } /* Literal.String.Symbol */ \ No newline at end of file +.highlight .ss { font-style: italic } /* Literal.String.Symbol */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #ffffff; } +.literal-block .c { font-style: italic } /* Comment */ +.literal-block .err { border: 1px solid #FF0000 } /* Error */ +.literal-block .k { font-weight: bold } /* Keyword */ +.literal-block .ch { font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { font-style: italic } /* Comment.Multiline */ +.literal-block .cpf { font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { font-style: italic } /* Comment.Single */ +.literal-block .cs { font-style: italic } /* Comment.Special */ +.literal-block .ge { font-style: italic } /* Generic.Emph */ +.literal-block .gh { font-weight: bold } /* Generic.Heading */ +.literal-block .gp { font-weight: bold } /* Generic.Prompt */ +.literal-block .gs { font-weight: bold } /* Generic.Strong */ +.literal-block .gu { font-weight: bold } /* Generic.Subheading */ +.literal-block .kc { font-weight: bold } /* Keyword.Constant */ +.literal-block .kd { font-weight: bold } /* Keyword.Declaration */ +.literal-block .kn { font-weight: bold } /* Keyword.Namespace */ +.literal-block .kr { font-weight: bold } /* Keyword.Reserved */ +.literal-block .s { font-style: italic } /* Literal.String */ +.literal-block .nc { font-weight: bold } /* Name.Class */ +.literal-block .ni { font-weight: bold } /* Name.Entity */ +.literal-block .ne { font-weight: bold } /* Name.Exception */ +.literal-block .nn { font-weight: bold } /* Name.Namespace */ +.literal-block .nt { font-weight: bold } /* Name.Tag */ +.literal-block .ow { font-weight: bold } /* Operator.Word */ +.literal-block .sa { font-style: italic } /* Literal.String.Affix */ +.literal-block .sb { font-style: italic } /* Literal.String.Backtick */ +.literal-block .sc { font-style: italic } /* Literal.String.Char */ +.literal-block .dl { font-style: italic } /* Literal.String.Delimiter */ +.literal-block .sd { font-style: italic } /* Literal.String.Doc */ +.literal-block .s2 { font-style: italic } /* Literal.String.Double */ +.literal-block .se { font-weight: bold; font-style: italic } /* Literal.String.Escape */ +.literal-block .sh { font-style: italic } /* Literal.String.Heredoc */ +.literal-block .si { font-weight: bold; font-style: italic } /* Literal.String.Interpol */ +.literal-block .sx { font-style: italic } /* Literal.String.Other */ +.literal-block .sr { font-style: italic } /* Literal.String.Regex */ +.literal-block .s1 { font-style: italic } /* Literal.String.Single */ +.literal-block .ss { font-style: italic } /* Literal.String.Symbol */ \ No newline at end of file diff --git a/static/pygments/bw.min.css b/static/pygments/bw.min.css index ab223f5..b598799 100644 --- a/static/pygments/bw.min.css +++ b/static/pygments/bw.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{font-style:italic}.highlight .err{border:1px solid red}.highlight .k{font-weight:700}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cpf,.highlight .cs,.highlight .ge{font-style:italic}.highlight .gh,.highlight .gp,.highlight .gs,.highlight .gu,.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kr{font-weight:700}.highlight .s{font-style:italic}.highlight .nc,.highlight .ne,.highlight .ni,.highlight .nn,.highlight .nt,.highlight .ow{font-weight:700}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se{font-style:italic}.highlight .se{font-weight:700}.highlight .sh,.highlight .si{font-style:italic}.highlight .si{font-weight:700}.highlight .s1,.highlight .sr,.highlight .ss,.highlight .sx{font-style:italic} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{font-style:italic}.highlight .err{border:1px solid red}.highlight .k{font-weight:700}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cpf,.highlight .cs,.highlight .ge{font-style:italic}.highlight .gh,.highlight .gp,.highlight .gs,.highlight .gu,.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kr{font-weight:700}.highlight .s{font-style:italic}.highlight .nc,.highlight .ne,.highlight .ni,.highlight .nn,.highlight .nt,.highlight .ow{font-weight:700}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se{font-style:italic}.highlight .se{font-weight:700}.highlight .sh,.highlight .si{font-style:italic}.highlight .si{font-weight:700}.highlight .s1,.highlight .sr,.highlight .ss,.highlight .sx{font-style:italic}.literal-block .hll{background-color:#ffc}.literal-block{background:#fff}.literal-block .c{font-style:italic}.literal-block .err{border:1px solid red}.literal-block .k{font-weight:700}.literal-block .c1,.literal-block .ch,.literal-block .cm,.literal-block .cpf,.literal-block .cs,.literal-block .ge{font-style:italic}.literal-block .gh,.literal-block .gp,.literal-block .gs,.literal-block .gu,.literal-block .kc,.literal-block .kd,.literal-block .kn,.literal-block .kr{font-weight:700}.literal-block .s{font-style:italic}.literal-block .nc,.literal-block .ne,.literal-block .ni,.literal-block .nn,.literal-block .nt,.literal-block .ow{font-weight:700}.literal-block .dl,.literal-block .s2,.literal-block .sa,.literal-block .sb,.literal-block .sc,.literal-block .sd{font-style:italic}.literal-block .se{font-weight:700;font-style:italic}.literal-block .sh{font-style:italic}.literal-block .si{font-weight:700;font-style:italic}.literal-block .s1,.literal-block .sr,.literal-block .ss,.literal-block .sx{font-style:italic} \ No newline at end of file diff --git a/static/pygments/colorful.css b/static/pygments/colorful.css index ea02512..fb2fec9 100644 --- a/static/pygments/colorful.css +++ b/static/pygments/colorful.css @@ -66,4 +66,73 @@ .highlight .vg { color: #dd7700; font-weight: bold } /* Name.Variable.Global */ .highlight .vi { color: #3333BB } /* Name.Variable.Instance */ .highlight .vm { color: #996633 } /* Name.Variable.Magic */ -.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #ffffff; } +.literal-block .c { color: #888888 } /* Comment */ +.literal-block .err { color: #FF0000; background-color: #FFAAAA } /* Error */ +.literal-block .k { color: #008800; font-weight: bold } /* Keyword */ +.literal-block .o { color: #333333 } /* Operator */ +.literal-block .ch { color: #888888 } /* Comment.Hashbang */ +.literal-block .cm { color: #888888 } /* Comment.Multiline */ +.literal-block .cp { color: #557799 } /* Comment.Preproc */ +.literal-block .cpf { color: #888888 } /* Comment.PreprocFile */ +.literal-block .c1 { color: #888888 } /* Comment.Single */ +.literal-block .cs { color: #cc0000; font-weight: bold } /* Comment.Special */ +.literal-block .gd { color: #A00000 } /* Generic.Deleted */ +.literal-block .ge { font-style: italic } /* Generic.Emph */ +.literal-block .gr { color: #FF0000 } /* Generic.Error */ +.literal-block .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.literal-block .gi { color: #00A000 } /* Generic.Inserted */ +.literal-block .go { color: #888888 } /* Generic.Output */ +.literal-block .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +.literal-block .gs { font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.literal-block .gt { color: #0044DD } /* Generic.Traceback */ +.literal-block .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ +.literal-block .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ +.literal-block .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ +.literal-block .kp { color: #003388; font-weight: bold } /* Keyword.Pseudo */ +.literal-block .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ +.literal-block .kt { color: #333399; font-weight: bold } /* Keyword.Type */ +.literal-block .m { color: #6600EE; font-weight: bold } /* Literal.Number */ +.literal-block .s { background-color: #fff0f0 } /* Literal.String */ +.literal-block .na { color: #0000CC } /* Name.Attribute */ +.literal-block .nb { color: #007020 } /* Name.Builtin */ +.literal-block .nc { color: #BB0066; font-weight: bold } /* Name.Class */ +.literal-block .no { color: #003366; font-weight: bold } /* Name.Constant */ +.literal-block .nd { color: #555555; font-weight: bold } /* Name.Decorator */ +.literal-block .ni { color: #880000; font-weight: bold } /* Name.Entity */ +.literal-block .ne { color: #FF0000; font-weight: bold } /* Name.Exception */ +.literal-block .nf { color: #0066BB; font-weight: bold } /* Name.Function */ +.literal-block .nl { color: #997700; font-weight: bold } /* Name.Label */ +.literal-block .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ +.literal-block .nt { color: #007700 } /* Name.Tag */ +.literal-block .nv { color: #996633 } /* Name.Variable */ +.literal-block .ow { color: #000000; font-weight: bold } /* Operator.Word */ +.literal-block .w { color: #bbbbbb } /* Text.Whitespace */ +.literal-block .mb { color: #6600EE; font-weight: bold } /* Literal.Number.Bin */ +.literal-block .mf { color: #6600EE; font-weight: bold } /* Literal.Number.Float */ +.literal-block .mh { color: #005588; font-weight: bold } /* Literal.Number.Hex */ +.literal-block .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ +.literal-block .mo { color: #4400EE; font-weight: bold } /* Literal.Number.Oct */ +.literal-block .sa { background-color: #fff0f0 } /* Literal.String.Affix */ +.literal-block .sb { background-color: #fff0f0 } /* Literal.String.Backtick */ +.literal-block .sc { color: #0044DD } /* Literal.String.Char */ +.literal-block .dl { background-color: #fff0f0 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #DD4422 } /* Literal.String.Doc */ +.literal-block .s2 { background-color: #fff0f0 } /* Literal.String.Double */ +.literal-block .se { color: #666666; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */ +.literal-block .sh { background-color: #fff0f0 } /* Literal.String.Heredoc */ +.literal-block .si { background-color: #eeeeee } /* Literal.String.Interpol */ +.literal-block .sx { color: #DD2200; background-color: #fff0f0 } /* Literal.String.Other */ +.literal-block .sr { color: #000000; background-color: #fff0ff } /* Literal.String.Regex */ +.literal-block .s1 { background-color: #fff0f0 } /* Literal.String.Single */ +.literal-block .ss { color: #AA6600 } /* Literal.String.Symbol */ +.literal-block .bp { color: #007020 } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #0066BB; font-weight: bold } /* Name.Function.Magic */ +.literal-block .vc { color: #336699 } /* Name.Variable.Class */ +.literal-block .vg { color: #dd7700; font-weight: bold } /* Name.Variable.Global */ +.literal-block .vi { color: #3333BB } /* Name.Variable.Instance */ +.literal-block .vm { color: #996633 } /* Name.Variable.Magic */ +.literal-block .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/colorful.min.css b/static/pygments/colorful.min.css index 75bf3bf..f34652e 100644 --- a/static/pygments/colorful.min.css +++ b/static/pygments/colorful.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#888}.highlight .err{color:red;background-color:#faa}.highlight .k{color:#080;font-weight:700}.highlight .o{color:#333}.highlight .ch,.highlight .cm{color:#888}.highlight .cp{color:#579}.highlight .c1,.highlight .cpf{color:#888}.highlight .cs{color:#c00;font-weight:700}.highlight .gd{color:#a00000}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00a000}.highlight .go{color:#888}.highlight .gp{color:#c65d09}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#04d}.highlight .kc,.highlight .kd,.highlight .kn{color:#080;font-weight:700}.highlight .kp{color:#038;font-weight:700}.highlight .kr{color:#080;font-weight:700}.highlight .kt{color:#339;font-weight:700}.highlight .m{color:#60e;font-weight:700}.highlight .s{background-color:#fff0f0}.highlight .na{color:#00c}.highlight .nb{color:#007020}.highlight .nc{color:#b06;font-weight:700}.highlight .no{color:#036;font-weight:700}.highlight .nd{color:#555;font-weight:700}.highlight .ni{color:#800;font-weight:700}.highlight .ne{color:red;font-weight:700}.highlight .nf{color:#06b;font-weight:700}.highlight .nl{color:#970;font-weight:700}.highlight .nn{color:#0e84b5;font-weight:700}.highlight .nt{color:#070}.highlight .nv{color:#963}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf{color:#60e;font-weight:700}.highlight .mh{color:#058;font-weight:700}.highlight .mi{color:#00d;font-weight:700}.highlight .mo{color:#40e;font-weight:700}.highlight .sa,.highlight .sb{background-color:#fff0f0}.highlight .sc{color:#04d}.highlight .dl{background-color:#fff0f0}.highlight .sd{color:#d42}.highlight .s2,.highlight .se{background-color:#fff0f0}.highlight .se{color:#666;font-weight:700}.highlight .sh{background-color:#fff0f0}.highlight .si{background-color:#eee}.highlight .sx{color:#d20;background-color:#fff0f0}.highlight .sr{color:#000;background-color:#fff0ff}.highlight .s1{background-color:#fff0f0}.highlight .ss{color:#a60}.highlight .bp{color:#007020}.highlight .fm{color:#06b;font-weight:700}.highlight .vc{color:#369}.highlight .vg{color:#d70;font-weight:700}.highlight .vi{color:#33b}.highlight .vm{color:#963}.highlight .il{color:#00d;font-weight:700} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#888}.highlight .err{color:red;background-color:#faa}.highlight .k{color:#080;font-weight:700}.highlight .o{color:#333}.highlight .ch,.highlight .cm{color:#888}.highlight .cp{color:#579}.highlight .c1,.highlight .cpf{color:#888}.highlight .cs{color:#c00;font-weight:700}.highlight .gd{color:#a00000}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00a000}.highlight .go{color:#888}.highlight .gp{color:#c65d09}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#04d}.highlight .kc,.highlight .kd,.highlight .kn{color:#080;font-weight:700}.highlight .kp{color:#038;font-weight:700}.highlight .kr{color:#080;font-weight:700}.highlight .kt{color:#339;font-weight:700}.highlight .m{color:#60e;font-weight:700}.highlight .s{background-color:#fff0f0}.highlight .na{color:#00c}.highlight .nb{color:#007020}.highlight .nc{color:#b06;font-weight:700}.highlight .no{color:#036;font-weight:700}.highlight .nd{color:#555;font-weight:700}.highlight .ni{color:#800;font-weight:700}.highlight .ne{color:red;font-weight:700}.highlight .nf{color:#06b;font-weight:700}.highlight .nl{color:#970;font-weight:700}.highlight .nn{color:#0e84b5;font-weight:700}.highlight .nt{color:#070}.highlight .nv{color:#963}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf{color:#60e;font-weight:700}.highlight .mh{color:#058;font-weight:700}.highlight .mi{color:#00d;font-weight:700}.highlight .mo{color:#40e;font-weight:700}.highlight .sa,.highlight .sb{background-color:#fff0f0}.highlight .sc{color:#04d}.highlight .dl{background-color:#fff0f0}.highlight .sd{color:#d42}.highlight .s2,.highlight .se{background-color:#fff0f0}.highlight .se{color:#666;font-weight:700}.highlight .sh{background-color:#fff0f0}.highlight .si{background-color:#eee}.highlight .sx{color:#d20;background-color:#fff0f0}.highlight .sr{color:#000;background-color:#fff0ff}.highlight .s1{background-color:#fff0f0}.highlight .ss{color:#a60}.highlight .bp{color:#007020}.highlight .fm{color:#06b;font-weight:700}.highlight .vc{color:#369}.highlight .vg{color:#d70;font-weight:700}.highlight .vi{color:#33b}.highlight .vm{color:#963}.highlight .il{color:#00d;font-weight:700}.literal-block .hll{background-color:#ffc}.literal-block{background:#fff}.literal-block .c{color:#888}.literal-block .err{color:red;background-color:#faa}.literal-block .k{color:#080;font-weight:700}.literal-block .o{color:#333}.literal-block .ch,.literal-block .cm{color:#888}.literal-block .cp{color:#579}.literal-block .c1,.literal-block .cpf{color:#888}.literal-block .cs{color:#c00;font-weight:700}.literal-block .gd{color:#a00000}.literal-block .ge{font-style:italic}.literal-block .gr{color:red}.literal-block .gh{color:navy;font-weight:700}.literal-block .gi{color:#00a000}.literal-block .go{color:#888}.literal-block .gp{color:#c65d09;font-weight:700}.literal-block .gs{font-weight:700}.literal-block .gu{color:purple;font-weight:700}.literal-block .gt{color:#04d}.literal-block .kc,.literal-block .kd,.literal-block .kn{color:#080;font-weight:700}.literal-block .kp{color:#038;font-weight:700}.literal-block .kr{color:#080;font-weight:700}.literal-block .kt{color:#339;font-weight:700}.literal-block .m{color:#60e;font-weight:700}.literal-block .s{background-color:#fff0f0}.literal-block .na{color:#00c}.literal-block .nb{color:#007020}.literal-block .nc{color:#b06;font-weight:700}.literal-block .no{color:#036;font-weight:700}.literal-block .nd{color:#555;font-weight:700}.literal-block .ni{color:#800;font-weight:700}.literal-block .ne{color:red;font-weight:700}.literal-block .nf{color:#06b;font-weight:700}.literal-block .nl{color:#970;font-weight:700}.literal-block .nn{color:#0e84b5;font-weight:700}.literal-block .nt{color:#070}.literal-block .nv{color:#963}.literal-block .ow{color:#000;font-weight:700}.literal-block .w{color:#bbb}.literal-block .mb,.literal-block .mf{color:#60e;font-weight:700}.literal-block .mh{color:#058;font-weight:700}.literal-block .mi{color:#00d;font-weight:700}.literal-block .mo{color:#40e;font-weight:700}.literal-block .sa,.literal-block .sb{background-color:#fff0f0}.literal-block .sc{color:#04d}.literal-block .dl{background-color:#fff0f0}.literal-block .sd{color:#d42}.literal-block .s2,.literal-block .se{background-color:#fff0f0}.literal-block .se{color:#666;font-weight:700}.literal-block .sh{background-color:#fff0f0}.literal-block .si{background-color:#eee}.literal-block .sx{color:#d20;background-color:#fff0f0}.literal-block .sr{color:#000;background-color:#fff0ff}.literal-block .s1{background-color:#fff0f0}.literal-block .ss{color:#a60}.literal-block .bp{color:#007020}.literal-block .fm{color:#06b;font-weight:700}.literal-block .vc{color:#369}.literal-block .vg{color:#d70;font-weight:700}.literal-block .vi{color:#33b}.literal-block .vm{color:#963}.literal-block .il{color:#00d;font-weight:700} \ No newline at end of file diff --git a/static/pygments/default.css b/static/pygments/default.css index 631bc92..917c471 100644 --- a/static/pygments/default.css +++ b/static/pygments/default.css @@ -66,4 +66,73 @@ .highlight .vg { color: #19177C } /* Name.Variable.Global */ .highlight .vi { color: #19177C } /* Name.Variable.Instance */ .highlight .vm { color: #19177C } /* Name.Variable.Magic */ -.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #f8f8f8; } +.literal-block .c { color: #408080; font-style: italic } /* Comment */ +.literal-block .err { border: 1px solid #FF0000 } /* Error */ +.literal-block .k { color: #008000; font-weight: bold } /* Keyword */ +.literal-block .o { color: #666666 } /* Operator */ +.literal-block .ch { color: #408080; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #408080; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #BC7A00 } /* Comment.Preproc */ +.literal-block .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { color: #408080; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #408080; font-style: italic } /* Comment.Special */ +.literal-block .gd { color: #A00000 } /* Generic.Deleted */ +.literal-block .ge { font-style: italic } /* Generic.Emph */ +.literal-block .gr { color: #FF0000 } /* Generic.Error */ +.literal-block .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.literal-block .gi { color: #00A000 } /* Generic.Inserted */ +.literal-block .go { color: #888888 } /* Generic.Output */ +.literal-block .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.literal-block .gs { font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.literal-block .gt { color: #0044DD } /* Generic.Traceback */ +.literal-block .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ +.literal-block .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ +.literal-block .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ +.literal-block .kp { color: #008000 } /* Keyword.Pseudo */ +.literal-block .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ +.literal-block .kt { color: #B00040 } /* Keyword.Type */ +.literal-block .m { color: #666666 } /* Literal.Number */ +.literal-block .s { color: #BA2121 } /* Literal.String */ +.literal-block .na { color: #7D9029 } /* Name.Attribute */ +.literal-block .nb { color: #008000 } /* Name.Builtin */ +.literal-block .nc { color: #0000FF; font-weight: bold } /* Name.Class */ +.literal-block .no { color: #880000 } /* Name.Constant */ +.literal-block .nd { color: #AA22FF } /* Name.Decorator */ +.literal-block .ni { color: #999999; font-weight: bold } /* Name.Entity */ +.literal-block .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ +.literal-block .nf { color: #0000FF } /* Name.Function */ +.literal-block .nl { color: #A0A000 } /* Name.Label */ +.literal-block .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ +.literal-block .nt { color: #008000; font-weight: bold } /* Name.Tag */ +.literal-block .nv { color: #19177C } /* Name.Variable */ +.literal-block .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ +.literal-block .w { color: #bbbbbb } /* Text.Whitespace */ +.literal-block .mb { color: #666666 } /* Literal.Number.Bin */ +.literal-block .mf { color: #666666 } /* Literal.Number.Float */ +.literal-block .mh { color: #666666 } /* Literal.Number.Hex */ +.literal-block .mi { color: #666666 } /* Literal.Number.Integer */ +.literal-block .mo { color: #666666 } /* Literal.Number.Oct */ +.literal-block .sa { color: #BA2121 } /* Literal.String.Affix */ +.literal-block .sb { color: #BA2121 } /* Literal.String.Backtick */ +.literal-block .sc { color: #BA2121 } /* Literal.String.Char */ +.literal-block .dl { color: #BA2121 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ +.literal-block .s2 { color: #BA2121 } /* Literal.String.Double */ +.literal-block .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ +.literal-block .sh { color: #BA2121 } /* Literal.String.Heredoc */ +.literal-block .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ +.literal-block .sx { color: #008000 } /* Literal.String.Other */ +.literal-block .sr { color: #BB6688 } /* Literal.String.Regex */ +.literal-block .s1 { color: #BA2121 } /* Literal.String.Single */ +.literal-block .ss { color: #19177C } /* Literal.String.Symbol */ +.literal-block .bp { color: #008000 } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #0000FF } /* Name.Function.Magic */ +.literal-block .vc { color: #19177C } /* Name.Variable.Class */ +.literal-block .vg { color: #19177C } /* Name.Variable.Global */ +.literal-block .vi { color: #19177C } /* Name.Variable.Instance */ +.literal-block .vm { color: #19177C } /* Name.Variable.Magic */ +.literal-block .il { color: #666666 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/default.min.css b/static/pygments/default.min.css index 42b28b9..281bb01 100644 --- a/static/pygments/default.min.css +++ b/static/pygments/default.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#f8f8f8}.highlight .c{color:#408080;font-style:italic}.highlight .err{border:1px solid red}.highlight .k{color:green;font-weight:700}.highlight .o{color:#666}.highlight .ch,.highlight .cm{color:#408080;font-style:italic}.highlight .cp{color:#bc7a00}.highlight .c1,.highlight .cpf,.highlight .cs{color:#408080;font-style:italic}.highlight .gd{color:#a00000}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00a000}.highlight .go{color:#888}.highlight .gp{color:navy}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#04d}.highlight .kc,.highlight .kd,.highlight .kn{color:green;font-weight:700}.highlight .kp{color:green}.highlight .kr{color:green;font-weight:700}.highlight .kt{color:#b00040}.highlight .m{color:#666}.highlight .s{color:#ba2121}.highlight .na{color:#7d9029}.highlight .nb{color:green}.highlight .nc{color:#00f;font-weight:700}.highlight .no{color:#800}.highlight .nd{color:#a2f}.highlight .ni{color:#999;font-weight:700}.highlight .ne{color:#d2413a;font-weight:700}.highlight .nf{color:#00f}.highlight .nl{color:#a0a000}.highlight .nn{color:#00f;font-weight:700}.highlight .nt{color:green;font-weight:700}.highlight .nv{color:#19177c}.highlight .ow{color:#a2f;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#666}.highlight .dl,.highlight .sa,.highlight .sb,.highlight .sc{color:#ba2121}.highlight .sd{color:#ba2121;font-style:italic}.highlight .s2{color:#ba2121}.highlight .se{color:#b62;font-weight:700}.highlight .sh{color:#ba2121}.highlight .si{color:#b68;font-weight:700}.highlight .sx{color:green}.highlight .sr{color:#b68}.highlight .s1{color:#ba2121}.highlight .ss{color:#19177c}.highlight .bp{color:green}.highlight .fm{color:#00f}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#19177c}.highlight .il{color:#666} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#f8f8f8}.highlight .c{color:#408080;font-style:italic}.highlight .err{border:1px solid red}.highlight .k{color:green;font-weight:700}.highlight .o{color:#666}.highlight .ch,.highlight .cm{color:#408080;font-style:italic}.highlight .cp{color:#bc7a00}.highlight .c1,.highlight .cpf,.highlight .cs{color:#408080;font-style:italic}.highlight .gd{color:#a00000}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00a000}.highlight .go{color:#888}.highlight .gp{color:navy}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#04d}.highlight .kc,.highlight .kd,.highlight .kn{color:green;font-weight:700}.highlight .kp{color:green}.highlight .kr{color:green;font-weight:700}.highlight .kt{color:#b00040}.highlight .m{color:#666}.highlight .s{color:#ba2121}.highlight .na{color:#7d9029}.highlight .nb{color:green}.highlight .nc{color:#00f;font-weight:700}.highlight .no{color:#800}.highlight .nd{color:#a2f}.highlight .ni{color:#999;font-weight:700}.highlight .ne{color:#d2413a;font-weight:700}.highlight .nf{color:#00f}.highlight .nl{color:#a0a000}.highlight .nn{color:#00f;font-weight:700}.highlight .nt{color:green;font-weight:700}.highlight .nv{color:#19177c}.highlight .ow{color:#a2f;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#666}.highlight .dl,.highlight .sa,.highlight .sb,.highlight .sc{color:#ba2121}.highlight .sd{color:#ba2121;font-style:italic}.highlight .s2{color:#ba2121}.highlight .se{color:#b62;font-weight:700}.highlight .sh{color:#ba2121}.highlight .si{color:#b68;font-weight:700}.highlight .sx{color:green}.highlight .sr{color:#b68}.highlight .s1{color:#ba2121}.highlight .ss{color:#19177c}.highlight .bp{color:green}.highlight .fm{color:#00f}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#19177c}.highlight .il{color:#666}.literal-block .hll{background-color:#ffc}.literal-block{background:#f8f8f8}.literal-block .c{color:#408080;font-style:italic}.literal-block .err{border:1px solid red}.literal-block .k{color:green;font-weight:700}.literal-block .o{color:#666}.literal-block .ch,.literal-block .cm{color:#408080;font-style:italic}.literal-block .cp{color:#bc7a00}.literal-block .c1,.literal-block .cpf,.literal-block .cs{color:#408080;font-style:italic}.literal-block .gd{color:#a00000}.literal-block .ge{font-style:italic}.literal-block .gr{color:red}.literal-block .gh{color:navy;font-weight:700}.literal-block .gi{color:#00a000}.literal-block .go{color:#888}.literal-block .gp{color:navy;font-weight:700}.literal-block .gs{font-weight:700}.literal-block .gu{color:purple;font-weight:700}.literal-block .gt{color:#04d}.literal-block .kc,.literal-block .kd,.literal-block .kn{color:green;font-weight:700}.literal-block .kp{color:green}.literal-block .kr{color:green;font-weight:700}.literal-block .kt{color:#b00040}.literal-block .m{color:#666}.literal-block .s{color:#ba2121}.literal-block .na{color:#7d9029}.literal-block .nb{color:green}.literal-block .nc{color:#00f;font-weight:700}.literal-block .no{color:#800}.literal-block .nd{color:#a2f}.literal-block .ni{color:#999;font-weight:700}.literal-block .ne{color:#d2413a;font-weight:700}.literal-block .nf{color:#00f}.literal-block .nl{color:#a0a000}.literal-block .nn{color:#00f;font-weight:700}.literal-block .nt{color:green;font-weight:700}.literal-block .nv{color:#19177c}.literal-block .ow{color:#a2f;font-weight:700}.literal-block .w{color:#bbb}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#666}.literal-block .dl,.literal-block .sa,.literal-block .sb,.literal-block .sc{color:#ba2121}.literal-block .sd{color:#ba2121;font-style:italic}.literal-block .s2{color:#ba2121}.literal-block .se{color:#b62;font-weight:700}.literal-block .sh{color:#ba2121}.literal-block .si{color:#b68;font-weight:700}.literal-block .sx{color:green}.literal-block .sr{color:#b68}.literal-block .s1{color:#ba2121}.literal-block .ss{color:#19177c}.literal-block .bp{color:green}.literal-block .fm{color:#00f}.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#19177c}.literal-block .il{color:#666} \ No newline at end of file diff --git a/static/pygments/emacs.css b/static/pygments/emacs.css index 918ae67..8423a38 100644 --- a/static/pygments/emacs.css +++ b/static/pygments/emacs.css @@ -66,4 +66,73 @@ .highlight .vg { color: #B8860B } /* Name.Variable.Global */ .highlight .vi { color: #B8860B } /* Name.Variable.Instance */ .highlight .vm { color: #B8860B } /* Name.Variable.Magic */ -.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #f8f8f8; } +.literal-block .c { color: #008800; font-style: italic } /* Comment */ +.literal-block .err { border: 1px solid #FF0000 } /* Error */ +.literal-block .k { color: #AA22FF; font-weight: bold } /* Keyword */ +.literal-block .o { color: #666666 } /* Operator */ +.literal-block .ch { color: #008800; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #008800; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #008800 } /* Comment.Preproc */ +.literal-block .cpf { color: #008800; font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { color: #008800; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #008800; font-weight: bold } /* Comment.Special */ +.literal-block .gd { color: #A00000 } /* Generic.Deleted */ +.literal-block .ge { font-style: italic } /* Generic.Emph */ +.literal-block .gr { color: #FF0000 } /* Generic.Error */ +.literal-block .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.literal-block .gi { color: #00A000 } /* Generic.Inserted */ +.literal-block .go { color: #888888 } /* Generic.Output */ +.literal-block .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.literal-block .gs { font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.literal-block .gt { color: #0044DD } /* Generic.Traceback */ +.literal-block .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */ +.literal-block .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */ +.literal-block .kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */ +.literal-block .kp { color: #AA22FF } /* Keyword.Pseudo */ +.literal-block .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */ +.literal-block .kt { color: #00BB00; font-weight: bold } /* Keyword.Type */ +.literal-block .m { color: #666666 } /* Literal.Number */ +.literal-block .s { color: #BB4444 } /* Literal.String */ +.literal-block .na { color: #BB4444 } /* Name.Attribute */ +.literal-block .nb { color: #AA22FF } /* Name.Builtin */ +.literal-block .nc { color: #0000FF } /* Name.Class */ +.literal-block .no { color: #880000 } /* Name.Constant */ +.literal-block .nd { color: #AA22FF } /* Name.Decorator */ +.literal-block .ni { color: #999999; font-weight: bold } /* Name.Entity */ +.literal-block .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ +.literal-block .nf { color: #00A000 } /* Name.Function */ +.literal-block .nl { color: #A0A000 } /* Name.Label */ +.literal-block .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ +.literal-block .nt { color: #008000; font-weight: bold } /* Name.Tag */ +.literal-block .nv { color: #B8860B } /* Name.Variable */ +.literal-block .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ +.literal-block .w { color: #bbbbbb } /* Text.Whitespace */ +.literal-block .mb { color: #666666 } /* Literal.Number.Bin */ +.literal-block .mf { color: #666666 } /* Literal.Number.Float */ +.literal-block .mh { color: #666666 } /* Literal.Number.Hex */ +.literal-block .mi { color: #666666 } /* Literal.Number.Integer */ +.literal-block .mo { color: #666666 } /* Literal.Number.Oct */ +.literal-block .sa { color: #BB4444 } /* Literal.String.Affix */ +.literal-block .sb { color: #BB4444 } /* Literal.String.Backtick */ +.literal-block .sc { color: #BB4444 } /* Literal.String.Char */ +.literal-block .dl { color: #BB4444 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */ +.literal-block .s2 { color: #BB4444 } /* Literal.String.Double */ +.literal-block .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ +.literal-block .sh { color: #BB4444 } /* Literal.String.Heredoc */ +.literal-block .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ +.literal-block .sx { color: #008000 } /* Literal.String.Other */ +.literal-block .sr { color: #BB6688 } /* Literal.String.Regex */ +.literal-block .s1 { color: #BB4444 } /* Literal.String.Single */ +.literal-block .ss { color: #B8860B } /* Literal.String.Symbol */ +.literal-block .bp { color: #AA22FF } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #00A000 } /* Name.Function.Magic */ +.literal-block .vc { color: #B8860B } /* Name.Variable.Class */ +.literal-block .vg { color: #B8860B } /* Name.Variable.Global */ +.literal-block .vi { color: #B8860B } /* Name.Variable.Instance */ +.literal-block .vm { color: #B8860B } /* Name.Variable.Magic */ +.literal-block .il { color: #666666 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/emacs.min.css b/static/pygments/emacs.min.css index 818d190..3382034 100644 --- a/static/pygments/emacs.min.css +++ b/static/pygments/emacs.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#f8f8f8}.highlight .c{color:#080;font-style:italic}.highlight .err{border:1px solid red}.highlight .k{color:#a2f;font-weight:700}.highlight .o{color:#666}.highlight .ch,.highlight .cm{color:#080;font-style:italic}.highlight .cp{color:#080}.highlight .c1,.highlight .cpf{color:#080;font-style:italic}.highlight .cs{color:#080;font-weight:700}.highlight .gd{color:#a00000}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00a000}.highlight .go{color:#888}.highlight .gp{color:navy}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#04d}.highlight .kc,.highlight .kd,.highlight .kn{color:#a2f;font-weight:700}.highlight .kp{color:#a2f}.highlight .kr{color:#a2f;font-weight:700}.highlight .kt{color:#0b0;font-weight:700}.highlight .m{color:#666}.highlight .na,.highlight .s{color:#b44}.highlight .nb{color:#a2f}.highlight .nc{color:#00f}.highlight .no{color:#800}.highlight .nd{color:#a2f}.highlight .ni{color:#999;font-weight:700}.highlight .ne{color:#d2413a;font-weight:700}.highlight .nf{color:#00a000}.highlight .nl{color:#a0a000}.highlight .nn{color:#00f;font-weight:700}.highlight .nt{color:green;font-weight:700}.highlight .nv{color:#b8860b}.highlight .ow{color:#a2f;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#666}.highlight .dl,.highlight .sa,.highlight .sb,.highlight .sc{color:#b44}.highlight .sd{color:#b44;font-style:italic}.highlight .s2{color:#b44}.highlight .se{color:#b62;font-weight:700}.highlight .sh{color:#b44}.highlight .si{color:#b68;font-weight:700}.highlight .sx{color:green}.highlight .sr{color:#b68}.highlight .s1{color:#b44}.highlight .ss{color:#b8860b}.highlight .bp{color:#a2f}.highlight .fm{color:#00a000}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#b8860b}.highlight .il{color:#666} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#f8f8f8}.highlight .c{color:#080;font-style:italic}.highlight .err{border:1px solid red}.highlight .k{color:#a2f;font-weight:700}.highlight .o{color:#666}.highlight .ch,.highlight .cm{color:#080;font-style:italic}.highlight .cp{color:#080}.highlight .c1,.highlight .cpf{color:#080;font-style:italic}.highlight .cs{color:#080;font-weight:700}.highlight .gd{color:#a00000}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00a000}.highlight .go{color:#888}.highlight .gp{color:navy}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#04d}.highlight .kc,.highlight .kd,.highlight .kn{color:#a2f;font-weight:700}.highlight .kp{color:#a2f}.highlight .kr{color:#a2f;font-weight:700}.highlight .kt{color:#0b0;font-weight:700}.highlight .m{color:#666}.highlight .na,.highlight .s{color:#b44}.highlight .nb{color:#a2f}.highlight .nc{color:#00f}.highlight .no{color:#800}.highlight .nd{color:#a2f}.highlight .ni{color:#999;font-weight:700}.highlight .ne{color:#d2413a;font-weight:700}.highlight .nf{color:#00a000}.highlight .nl{color:#a0a000}.highlight .nn{color:#00f;font-weight:700}.highlight .nt{color:green;font-weight:700}.highlight .nv{color:#b8860b}.highlight .ow{color:#a2f;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#666}.highlight .dl,.highlight .sa,.highlight .sb,.highlight .sc{color:#b44}.highlight .sd{color:#b44;font-style:italic}.highlight .s2{color:#b44}.highlight .se{color:#b62;font-weight:700}.highlight .sh{color:#b44}.highlight .si{color:#b68;font-weight:700}.highlight .sx{color:green}.highlight .sr{color:#b68}.highlight .s1{color:#b44}.highlight .ss{color:#b8860b}.highlight .bp{color:#a2f}.highlight .fm{color:#00a000}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#b8860b}.highlight .il{color:#666}.literal-block .hll{background-color:#ffc}.literal-block{background:#f8f8f8}.literal-block .c{color:#080;font-style:italic}.literal-block .err{border:1px solid red}.literal-block .k{color:#a2f;font-weight:700}.literal-block .o{color:#666}.literal-block .ch,.literal-block .cm{color:#080;font-style:italic}.literal-block .cp{color:#080}.literal-block .c1,.literal-block .cpf{color:#080;font-style:italic}.literal-block .cs{color:#080;font-weight:700}.literal-block .gd{color:#a00000}.literal-block .ge{font-style:italic}.literal-block .gr{color:red}.literal-block .gh{color:navy;font-weight:700}.literal-block .gi{color:#00a000}.literal-block .go{color:#888}.literal-block .gp{color:navy;font-weight:700}.literal-block .gs{font-weight:700}.literal-block .gu{color:purple;font-weight:700}.literal-block .gt{color:#04d}.literal-block .kc,.literal-block .kd,.literal-block .kn{color:#a2f;font-weight:700}.literal-block .kp{color:#a2f}.literal-block .kr{color:#a2f;font-weight:700}.literal-block .kt{color:#0b0;font-weight:700}.literal-block .m{color:#666}.literal-block .na,.literal-block .s{color:#b44}.literal-block .nb{color:#a2f}.literal-block .nc{color:#00f}.literal-block .no{color:#800}.literal-block .nd{color:#a2f}.literal-block .ni{color:#999;font-weight:700}.literal-block .ne{color:#d2413a;font-weight:700}.literal-block .nf{color:#00a000}.literal-block .nl{color:#a0a000}.literal-block .nn{color:#00f;font-weight:700}.literal-block .nt{color:green;font-weight:700}.literal-block .nv{color:#b8860b}.literal-block .ow{color:#a2f;font-weight:700}.literal-block .w{color:#bbb}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#666}.literal-block .dl,.literal-block .sa,.literal-block .sb,.literal-block .sc{color:#b44}.literal-block .sd{color:#b44;font-style:italic}.literal-block .s2{color:#b44}.literal-block .se{color:#b62;font-weight:700}.literal-block .sh{color:#b44}.literal-block .si{color:#b68;font-weight:700}.literal-block .sx{color:green}.literal-block .sr{color:#b68}.literal-block .s1{color:#b44}.literal-block .ss{color:#b8860b}.literal-block .bp{color:#a2f}.literal-block .fm{color:#00a000}.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#b8860b}.literal-block .il{color:#666} \ No newline at end of file diff --git a/static/pygments/friendly.css b/static/pygments/friendly.css index 21d9178..84279fb 100644 --- a/static/pygments/friendly.css +++ b/static/pygments/friendly.css @@ -66,4 +66,73 @@ .highlight .vg { color: #bb60d5 } /* Name.Variable.Global */ .highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */ .highlight .vm { color: #bb60d5 } /* Name.Variable.Magic */ -.highlight .il { color: #40a070 } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #40a070 } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #f0f0f0; } +.literal-block .c { color: #60a0b0; font-style: italic } /* Comment */ +.literal-block .err { border: 1px solid #FF0000 } /* Error */ +.literal-block .k { color: #007020; font-weight: bold } /* Keyword */ +.literal-block .o { color: #666666 } /* Operator */ +.literal-block .ch { color: #60a0b0; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #007020 } /* Comment.Preproc */ +.literal-block .cpf { color: #60a0b0; font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */ +.literal-block .gd { color: #A00000 } /* Generic.Deleted */ +.literal-block .ge { font-style: italic } /* Generic.Emph */ +.literal-block .gr { color: #FF0000 } /* Generic.Error */ +.literal-block .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.literal-block .gi { color: #00A000 } /* Generic.Inserted */ +.literal-block .go { color: #888888 } /* Generic.Output */ +.literal-block .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +.literal-block .gs { font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.literal-block .gt { color: #0044DD } /* Generic.Traceback */ +.literal-block .kc { color: #007020; font-weight: bold } /* Keyword.Constant */ +.literal-block .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ +.literal-block .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */ +.literal-block .kp { color: #007020 } /* Keyword.Pseudo */ +.literal-block .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ +.literal-block .kt { color: #902000 } /* Keyword.Type */ +.literal-block .m { color: #40a070 } /* Literal.Number */ +.literal-block .s { color: #4070a0 } /* Literal.String */ +.literal-block .na { color: #4070a0 } /* Name.Attribute */ +.literal-block .nb { color: #007020 } /* Name.Builtin */ +.literal-block .nc { color: #0e84b5; font-weight: bold } /* Name.Class */ +.literal-block .no { color: #60add5 } /* Name.Constant */ +.literal-block .nd { color: #555555; font-weight: bold } /* Name.Decorator */ +.literal-block .ni { color: #d55537; font-weight: bold } /* Name.Entity */ +.literal-block .ne { color: #007020 } /* Name.Exception */ +.literal-block .nf { color: #06287e } /* Name.Function */ +.literal-block .nl { color: #002070; font-weight: bold } /* Name.Label */ +.literal-block .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ +.literal-block .nt { color: #062873; font-weight: bold } /* Name.Tag */ +.literal-block .nv { color: #bb60d5 } /* Name.Variable */ +.literal-block .ow { color: #007020; font-weight: bold } /* Operator.Word */ +.literal-block .w { color: #bbbbbb } /* Text.Whitespace */ +.literal-block .mb { color: #40a070 } /* Literal.Number.Bin */ +.literal-block .mf { color: #40a070 } /* Literal.Number.Float */ +.literal-block .mh { color: #40a070 } /* Literal.Number.Hex */ +.literal-block .mi { color: #40a070 } /* Literal.Number.Integer */ +.literal-block .mo { color: #40a070 } /* Literal.Number.Oct */ +.literal-block .sa { color: #4070a0 } /* Literal.String.Affix */ +.literal-block .sb { color: #4070a0 } /* Literal.String.Backtick */ +.literal-block .sc { color: #4070a0 } /* Literal.String.Char */ +.literal-block .dl { color: #4070a0 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ +.literal-block .s2 { color: #4070a0 } /* Literal.String.Double */ +.literal-block .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ +.literal-block .sh { color: #4070a0 } /* Literal.String.Heredoc */ +.literal-block .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ +.literal-block .sx { color: #c65d09 } /* Literal.String.Other */ +.literal-block .sr { color: #235388 } /* Literal.String.Regex */ +.literal-block .s1 { color: #4070a0 } /* Literal.String.Single */ +.literal-block .ss { color: #517918 } /* Literal.String.Symbol */ +.literal-block .bp { color: #007020 } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #06287e } /* Name.Function.Magic */ +.literal-block .vc { color: #bb60d5 } /* Name.Variable.Class */ +.literal-block .vg { color: #bb60d5 } /* Name.Variable.Global */ +.literal-block .vi { color: #bb60d5 } /* Name.Variable.Instance */ +.literal-block .vm { color: #bb60d5 } /* Name.Variable.Magic */ +.literal-block .il { color: #40a070 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/friendly.min.css b/static/pygments/friendly.min.css index 9705bbc..d7d70b9 100644 --- a/static/pygments/friendly.min.css +++ b/static/pygments/friendly.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#f0f0f0}.highlight .c{color:#60a0b0;font-style:italic}.highlight .err{border:1px solid red}.highlight .k{color:#007020;font-weight:700}.highlight .o{color:#666}.highlight .ch,.highlight .cm{color:#60a0b0;font-style:italic}.highlight .cp{color:#007020}.highlight .c1,.highlight .cpf{color:#60a0b0;font-style:italic}.highlight .cs{color:#60a0b0;background-color:#fff0f0}.highlight .gd{color:#a00000}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00a000}.highlight .go{color:#888}.highlight .gp{color:#c65d09}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#04d}.highlight .kc,.highlight .kd,.highlight .kn{color:#007020;font-weight:700}.highlight .kp{color:#007020}.highlight .kr{color:#007020;font-weight:700}.highlight .kt{color:#902000}.highlight .m{color:#40a070}.highlight .na,.highlight .s{color:#4070a0}.highlight .nb{color:#007020}.highlight .nc{color:#0e84b5;font-weight:700}.highlight .no{color:#60add5}.highlight .nd{color:#555;font-weight:700}.highlight .ni{color:#d55537;font-weight:700}.highlight .ne{color:#007020}.highlight .nf{color:#06287e}.highlight .nl{color:#002070;font-weight:700}.highlight .nn{color:#0e84b5;font-weight:700}.highlight .nt{color:#062873;font-weight:700}.highlight .nv{color:#bb60d5}.highlight .ow{color:#007020;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#40a070}.highlight .dl,.highlight .sa,.highlight .sb,.highlight .sc{color:#4070a0}.highlight .sd{color:#4070a0;font-style:italic}.highlight .s2{color:#4070a0}.highlight .se{color:#4070a0;font-weight:700}.highlight .sh{color:#4070a0}.highlight .si{color:#70a0d0;font-style:italic}.highlight .sx{color:#c65d09}.highlight .sr{color:#235388}.highlight .s1{color:#4070a0}.highlight .ss{color:#517918}.highlight .bp{color:#007020}.highlight .fm{color:#06287e}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#bb60d5}.highlight .il{color:#40a070} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#f0f0f0}.highlight .c{color:#60a0b0;font-style:italic}.highlight .err{border:1px solid red}.highlight .k{color:#007020;font-weight:700}.highlight .o{color:#666}.highlight .ch,.highlight .cm{color:#60a0b0;font-style:italic}.highlight .cp{color:#007020}.highlight .c1,.highlight .cpf{color:#60a0b0;font-style:italic}.highlight .cs{color:#60a0b0;background-color:#fff0f0}.highlight .gd{color:#a00000}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00a000}.highlight .go{color:#888}.highlight .gp{color:#c65d09}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#04d}.highlight .kc,.highlight .kd,.highlight .kn{color:#007020;font-weight:700}.highlight .kp{color:#007020}.highlight .kr{color:#007020;font-weight:700}.highlight .kt{color:#902000}.highlight .m{color:#40a070}.highlight .na,.highlight .s{color:#4070a0}.highlight .nb{color:#007020}.highlight .nc{color:#0e84b5;font-weight:700}.highlight .no{color:#60add5}.highlight .nd{color:#555;font-weight:700}.highlight .ni{color:#d55537;font-weight:700}.highlight .ne{color:#007020}.highlight .nf{color:#06287e}.highlight .nl{color:#002070;font-weight:700}.highlight .nn{color:#0e84b5;font-weight:700}.highlight .nt{color:#062873;font-weight:700}.highlight .nv{color:#bb60d5}.highlight .ow{color:#007020;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#40a070}.highlight .dl,.highlight .sa,.highlight .sb,.highlight .sc{color:#4070a0}.highlight .sd{color:#4070a0;font-style:italic}.highlight .s2{color:#4070a0}.highlight .se{color:#4070a0;font-weight:700}.highlight .sh{color:#4070a0}.highlight .si{color:#70a0d0;font-style:italic}.highlight .sx{color:#c65d09}.highlight .sr{color:#235388}.highlight .s1{color:#4070a0}.highlight .ss{color:#517918}.highlight .bp{color:#007020}.highlight .fm{color:#06287e}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#bb60d5}.highlight .il{color:#40a070}.literal-block .hll{background-color:#ffc}.literal-block{background:#f0f0f0}.literal-block .c{color:#60a0b0;font-style:italic}.literal-block .err{border:1px solid red}.literal-block .k{color:#007020;font-weight:700}.literal-block .o{color:#666}.literal-block .ch,.literal-block .cm{color:#60a0b0;font-style:italic}.literal-block .cp{color:#007020}.literal-block .c1,.literal-block .cpf{color:#60a0b0;font-style:italic}.literal-block .cs{color:#60a0b0;background-color:#fff0f0}.literal-block .gd{color:#a00000}.literal-block .ge{font-style:italic}.literal-block .gr{color:red}.literal-block .gh{color:navy;font-weight:700}.literal-block .gi{color:#00a000}.literal-block .go{color:#888}.literal-block .gp{color:#c65d09;font-weight:700}.literal-block .gs{font-weight:700}.literal-block .gu{color:purple;font-weight:700}.literal-block .gt{color:#04d}.literal-block .kc,.literal-block .kd,.literal-block .kn{color:#007020;font-weight:700}.literal-block .kp{color:#007020}.literal-block .kr{color:#007020;font-weight:700}.literal-block .kt{color:#902000}.literal-block .m{color:#40a070}.literal-block .na,.literal-block .s{color:#4070a0}.literal-block .nb{color:#007020}.literal-block .nc{color:#0e84b5;font-weight:700}.literal-block .no{color:#60add5}.literal-block .nd{color:#555;font-weight:700}.literal-block .ni{color:#d55537;font-weight:700}.literal-block .ne{color:#007020}.literal-block .nf{color:#06287e}.literal-block .nl{color:#002070;font-weight:700}.literal-block .nn{color:#0e84b5;font-weight:700}.literal-block .nt{color:#062873;font-weight:700}.literal-block .nv{color:#bb60d5}.literal-block .ow{color:#007020;font-weight:700}.literal-block .w{color:#bbb}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#40a070}.literal-block .dl,.literal-block .sa,.literal-block .sb,.literal-block .sc{color:#4070a0}.literal-block .sd{color:#4070a0;font-style:italic}.literal-block .s2{color:#4070a0}.literal-block .se{color:#4070a0;font-weight:700}.literal-block .sh{color:#4070a0}.literal-block .si{color:#70a0d0;font-style:italic}.literal-block .sx{color:#c65d09}.literal-block .sr{color:#235388}.literal-block .s1{color:#4070a0}.literal-block .ss{color:#517918}.literal-block .bp{color:#007020}.literal-block .fm{color:#06287e}.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#bb60d5}.literal-block .il{color:#40a070} \ No newline at end of file diff --git a/static/pygments/fruity.css b/static/pygments/fruity.css index bac047b..41911d5 100644 --- a/static/pygments/fruity.css +++ b/static/pygments/fruity.css @@ -75,4 +75,82 @@ .highlight .vg { color: #fb660a } /* Name.Variable.Global */ .highlight .vi { color: #fb660a } /* Name.Variable.Instance */ .highlight .vm { color: #fb660a } /* Name.Variable.Magic */ -.highlight .il { color: #0086f7; font-weight: bold } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #0086f7; font-weight: bold } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #333333 } +.literal-block { background: #111111; color: #ffffff } +.literal-block .c { color: #008800; font-style: italic; background-color: #0f140f } /* Comment */ +.literal-block .err { color: #ffffff } /* Error */ +.literal-block .esc { color: #ffffff } /* Escape */ +.literal-block .g { color: #ffffff } /* Generic */ +.literal-block .k { color: #fb660a; font-weight: bold } /* Keyword */ +.literal-block .l { color: #ffffff } /* Literal */ +.literal-block .n { color: #ffffff } /* Name */ +.literal-block .o { color: #ffffff } /* Operator */ +.literal-block .x { color: #ffffff } /* Other */ +.literal-block .p { color: #ffffff } /* Punctuation */ +.literal-block .ch { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Hashbang */ +.literal-block .cm { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Multiline */ +.literal-block .cp { color: #ff0007; font-weight: bold; font-style: italic; background-color: #0f140f } /* Comment.Preproc */ +.literal-block .cpf { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.PreprocFile */ +.literal-block .c1 { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Single */ +.literal-block .cs { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Special */ +.literal-block .gd { color: #ffffff } /* Generic.Deleted */ +.literal-block .ge { color: #ffffff } /* Generic.Emph */ +.literal-block .gr { color: #ffffff } /* Generic.Error */ +.literal-block .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ +.literal-block .gi { color: #ffffff } /* Generic.Inserted */ +.literal-block .go { color: #444444; background-color: #222222 } /* Generic.Output */ +.literal-block .gp { color: #ffffff } /* Generic.Prompt */ +.literal-block .gs { color: #ffffff } /* Generic.Strong */ +.literal-block .gu { color: #ffffff; font-weight: bold } /* Generic.Subheading */ +.literal-block .gt { color: #ffffff } /* Generic.Traceback */ +.literal-block .kc { color: #fb660a; font-weight: bold } /* Keyword.Constant */ +.literal-block .kd { color: #fb660a; font-weight: bold } /* Keyword.Declaration */ +.literal-block .kn { color: #fb660a; font-weight: bold } /* Keyword.Namespace */ +.literal-block .kp { color: #fb660a } /* Keyword.Pseudo */ +.literal-block .kr { color: #fb660a; font-weight: bold } /* Keyword.Reserved */ +.literal-block .kt { color: #cdcaa9; font-weight: bold } /* Keyword.Type */ +.literal-block .ld { color: #ffffff } /* Literal.Date */ +.literal-block .m { color: #0086f7; font-weight: bold } /* Literal.Number */ +.literal-block .s { color: #0086d2 } /* Literal.String */ +.literal-block .na { color: #ff0086; font-weight: bold } /* Name.Attribute */ +.literal-block .nb { color: #ffffff } /* Name.Builtin */ +.literal-block .nc { color: #ffffff } /* Name.Class */ +.literal-block .no { color: #0086d2 } /* Name.Constant */ +.literal-block .nd { color: #ffffff } /* Name.Decorator */ +.literal-block .ni { color: #ffffff } /* Name.Entity */ +.literal-block .ne { color: #ffffff } /* Name.Exception */ +.literal-block .nf { color: #ff0086; font-weight: bold } /* Name.Function */ +.literal-block .nl { color: #ffffff } /* Name.Label */ +.literal-block .nn { color: #ffffff } /* Name.Namespace */ +.literal-block .nx { color: #ffffff } /* Name.Other */ +.literal-block .py { color: #ffffff } /* Name.Property */ +.literal-block .nt { color: #fb660a; font-weight: bold } /* Name.Tag */ +.literal-block .nv { color: #fb660a } /* Name.Variable */ +.literal-block .ow { color: #ffffff } /* Operator.Word */ +.literal-block .w { color: #888888 } /* Text.Whitespace */ +.literal-block .mb { color: #0086f7; font-weight: bold } /* Literal.Number.Bin */ +.literal-block .mf { color: #0086f7; font-weight: bold } /* Literal.Number.Float */ +.literal-block .mh { color: #0086f7; font-weight: bold } /* Literal.Number.Hex */ +.literal-block .mi { color: #0086f7; font-weight: bold } /* Literal.Number.Integer */ +.literal-block .mo { color: #0086f7; font-weight: bold } /* Literal.Number.Oct */ +.literal-block .sa { color: #0086d2 } /* Literal.String.Affix */ +.literal-block .sb { color: #0086d2 } /* Literal.String.Backtick */ +.literal-block .sc { color: #0086d2 } /* Literal.String.Char */ +.literal-block .dl { color: #0086d2 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #0086d2 } /* Literal.String.Doc */ +.literal-block .s2 { color: #0086d2 } /* Literal.String.Double */ +.literal-block .se { color: #0086d2 } /* Literal.String.Escape */ +.literal-block .sh { color: #0086d2 } /* Literal.String.Heredoc */ +.literal-block .si { color: #0086d2 } /* Literal.String.Interpol */ +.literal-block .sx { color: #0086d2 } /* Literal.String.Other */ +.literal-block .sr { color: #0086d2 } /* Literal.String.Regex */ +.literal-block .s1 { color: #0086d2 } /* Literal.String.Single */ +.literal-block .ss { color: #0086d2 } /* Literal.String.Symbol */ +.literal-block .bp { color: #ffffff } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #ff0086; font-weight: bold } /* Name.Function.Magic */ +.literal-block .vc { color: #fb660a } /* Name.Variable.Class */ +.literal-block .vg { color: #fb660a } /* Name.Variable.Global */ +.literal-block .vi { color: #fb660a } /* Name.Variable.Instance */ +.literal-block .vm { color: #fb660a } /* Name.Variable.Magic */ +.literal-block .il { color: #0086f7; font-weight: bold } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/fruity.min.css b/static/pygments/fruity.min.css index 3f09706..4076a52 100644 --- a/static/pygments/fruity.min.css +++ b/static/pygments/fruity.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#333}.highlight{background:#111;color:#fff}.highlight .c{color:#080;font-style:italic;background-color:#0f140f}.highlight .err,.highlight .esc,.highlight .g{color:#fff}.highlight .k{color:#fb660a;font-weight:700}.highlight .l,.highlight .n,.highlight .o,.highlight .p,.highlight .x{color:#fff}.highlight .ch,.highlight .cm{color:#080;font-style:italic;background-color:#0f140f}.highlight .cp{color:#ff0007;font-weight:700;font-style:italic;background-color:#0f140f}.highlight .c1,.highlight .cpf,.highlight .cs{color:#080;font-style:italic;background-color:#0f140f}.highlight .gd,.highlight .ge,.highlight .gr{color:#fff}.highlight .gh{color:#fff;font-weight:700}.highlight .gi{color:#fff}.highlight .go{color:#444;background-color:#222}.highlight .gp,.highlight .gs{color:#fff}.highlight .gu{color:#fff;font-weight:700}.highlight .gt{color:#fff}.highlight .kc,.highlight .kd,.highlight .kn{color:#fb660a;font-weight:700}.highlight .kp{color:#fb660a}.highlight .kr{color:#fb660a;font-weight:700}.highlight .kt{color:#cdcaa9;font-weight:700}.highlight .ld{color:#fff}.highlight .m{color:#0086f7;font-weight:700}.highlight .s{color:#0086d2}.highlight .na{color:#ff0086;font-weight:700}.highlight .nb,.highlight .nc{color:#fff}.highlight .no{color:#0086d2}.highlight .nd,.highlight .ne,.highlight .ni{color:#fff}.highlight .nf{color:#ff0086;font-weight:700}.highlight .nl,.highlight .nn,.highlight .nx,.highlight .py{color:#fff}.highlight .nt{color:#fb660a;font-weight:700}.highlight .nv{color:#fb660a}.highlight .ow{color:#fff}.highlight .w{color:#888}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#0086f7;font-weight:700}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#0086d2}.highlight .bp{color:#fff}.highlight .fm{color:#ff0086;font-weight:700}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#fb660a}.highlight .il{color:#0086f7;font-weight:700} \ No newline at end of file +.highlight .hll{background-color:#333}.highlight{background:#111;color:#fff}.highlight .c{color:#080;font-style:italic;background-color:#0f140f}.highlight .err,.highlight .esc,.highlight .g{color:#fff}.highlight .k{color:#fb660a;font-weight:700}.highlight .l,.highlight .n,.highlight .o,.highlight .p,.highlight .x{color:#fff}.highlight .ch,.highlight .cm{color:#080;font-style:italic;background-color:#0f140f}.highlight .cp{color:#ff0007;font-weight:700;font-style:italic;background-color:#0f140f}.highlight .c1,.highlight .cpf,.highlight .cs{color:#080;font-style:italic;background-color:#0f140f}.highlight .gd,.highlight .ge,.highlight .gr{color:#fff}.highlight .gh{color:#fff;font-weight:700}.highlight .gi{color:#fff}.highlight .go{color:#444;background-color:#222}.highlight .gp,.highlight .gs{color:#fff}.highlight .gu{color:#fff;font-weight:700}.highlight .gt{color:#fff}.highlight .kc,.highlight .kd,.highlight .kn{color:#fb660a;font-weight:700}.highlight .kp{color:#fb660a}.highlight .kr{color:#fb660a;font-weight:700}.highlight .kt{color:#cdcaa9;font-weight:700}.highlight .ld{color:#fff}.highlight .m{color:#0086f7;font-weight:700}.highlight .s{color:#0086d2}.highlight .na{color:#ff0086;font-weight:700}.highlight .nb,.highlight .nc{color:#fff}.highlight .no{color:#0086d2}.highlight .nd,.highlight .ne,.highlight .ni{color:#fff}.highlight .nf{color:#ff0086;font-weight:700}.highlight .nl,.highlight .nn,.highlight .nx,.highlight .py{color:#fff}.highlight .nt{color:#fb660a;font-weight:700}.highlight .nv{color:#fb660a}.highlight .ow{color:#fff}.highlight .w{color:#888}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#0086f7;font-weight:700}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#0086d2}.highlight .bp{color:#fff}.highlight .fm{color:#ff0086;font-weight:700}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#fb660a}.highlight .il{color:#0086f7;font-weight:700}.literal-block .hll{background-color:#333}.literal-block{background:#111;color:#fff}.literal-block .c{color:#080;font-style:italic;background-color:#0f140f}.literal-block .err,.literal-block .esc,.literal-block .g{color:#fff}.literal-block .k{color:#fb660a;font-weight:700}.literal-block .l,.literal-block .n,.literal-block .o,.literal-block .p,.literal-block .x{color:#fff}.literal-block .ch,.literal-block .cm{color:#080;font-style:italic;background-color:#0f140f}.literal-block .cp{color:#ff0007;font-weight:700;font-style:italic;background-color:#0f140f}.literal-block .c1,.literal-block .cpf,.literal-block .cs{color:#080;font-style:italic;background-color:#0f140f}.literal-block .gd,.literal-block .ge,.literal-block .gr{color:#fff}.literal-block .gh{color:#fff;font-weight:700}.literal-block .gi{color:#fff}.literal-block .go{color:#444;background-color:#222}.literal-block .gp,.literal-block .gs{color:#fff}.literal-block .gu{color:#fff;font-weight:700}.literal-block .gt{color:#fff}.literal-block .kc,.literal-block .kd,.literal-block .kn{color:#fb660a;font-weight:700}.literal-block .kp{color:#fb660a}.literal-block .kr{color:#fb660a;font-weight:700}.literal-block .kt{color:#cdcaa9;font-weight:700}.literal-block .ld{color:#fff}.literal-block .m{color:#0086f7;font-weight:700}.literal-block .s{color:#0086d2}.literal-block .na{color:#ff0086;font-weight:700}.literal-block .nb,.literal-block .nc{color:#fff}.literal-block .no{color:#0086d2}.literal-block .nd,.literal-block .ne,.literal-block .ni{color:#fff}.literal-block .nf{color:#ff0086;font-weight:700}.literal-block .nl,.literal-block .nn,.literal-block .nx,.literal-block .py{color:#fff}.literal-block .nt{color:#fb660a;font-weight:700}.literal-block .nv{color:#fb660a}.literal-block .ow{color:#fff}.literal-block .w{color:#888}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#0086f7;font-weight:700}.literal-block .dl,.literal-block .s1,.literal-block .s2,.literal-block .sa,.literal-block .sb,.literal-block .sc,.literal-block .sd,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sr,.literal-block .ss,.literal-block .sx{color:#0086d2}.literal-block .bp{color:#fff}.literal-block .fm{color:#ff0086;font-weight:700}.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#fb660a}.literal-block .il{color:#0086f7;font-weight:700} \ No newline at end of file diff --git a/static/pygments/github.css b/static/pygments/github.css index 63c48f5..742468c 100644 --- a/static/pygments/github.css +++ b/static/pygments/github.css @@ -66,4 +66,73 @@ .highlight .vg { color: #008080 } /* Name.Variable.Global */ .highlight .vi { color: #008080 } /* Name.Variable.Instance */ .highlight .vm { color: #008080 } /* Name.Variable.Magic */ -.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #ffffff; } +.literal-block .c { color: #999988; font-style: italic } /* Comment */ +.literal-block .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.literal-block .k { color: #000000; font-weight: bold } /* Keyword */ +.literal-block .o { color: #000000; font-weight: bold } /* Operator */ +.literal-block .ch { color: #999988; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #999988; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #999999; font-weight: bold; font-style: italic } /* Comment.Preproc */ +.literal-block .cpf { color: #999988; font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { color: #999988; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ +.literal-block .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.literal-block .ge { color: #000000; font-style: italic } /* Generic.Emph */ +.literal-block .gr { color: #aa0000 } /* Generic.Error */ +.literal-block .gh { color: #999999 } /* Generic.Heading */ +.literal-block .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ +.literal-block .go { color: #888888 } /* Generic.Output */ +.literal-block .gp { color: #555555 } /* Generic.Prompt */ +.literal-block .gs { font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #aaaaaa } /* Generic.Subheading */ +.literal-block .gt { color: #aa0000 } /* Generic.Traceback */ +.literal-block .kc { color: #000000; font-weight: bold } /* Keyword.Constant */ +.literal-block .kd { color: #000000; font-weight: bold } /* Keyword.Declaration */ +.literal-block .kn { color: #000000; font-weight: bold } /* Keyword.Namespace */ +.literal-block .kp { color: #000000; font-weight: bold } /* Keyword.Pseudo */ +.literal-block .kr { color: #000000; font-weight: bold } /* Keyword.Reserved */ +.literal-block .kt { color: #445588; font-weight: bold } /* Keyword.Type */ +.literal-block .m { color: #009999 } /* Literal.Number */ +.literal-block .s { color: #dd1144 } /* Literal.String */ +.literal-block .na { color: #008080 } /* Name.Attribute */ +.literal-block .nb { color: #0086B3 } /* Name.Builtin */ +.literal-block .nc { color: #445588; font-weight: bold } /* Name.Class */ +.literal-block .no { color: #008080 } /* Name.Constant */ +.literal-block .nd { color: #3c5d5d; font-weight: bold } /* Name.Decorator */ +.literal-block .ni { color: #800080 } /* Name.Entity */ +.literal-block .ne { color: #990000; font-weight: bold } /* Name.Exception */ +.literal-block .nf { color: #990000; font-weight: bold } /* Name.Function */ +.literal-block .nl { color: #990000; font-weight: bold } /* Name.Label */ +.literal-block .nn { color: #555555 } /* Name.Namespace */ +.literal-block .nt { color: #000080 } /* Name.Tag */ +.literal-block .nv { color: #008080 } /* Name.Variable */ +.literal-block .ow { color: #000000; font-weight: bold } /* Operator.Word */ +.literal-block .w { color: #bbbbbb } /* Text.Whitespace */ +.literal-block .mb { color: #009999 } /* Literal.Number.Bin */ +.literal-block .mf { color: #009999 } /* Literal.Number.Float */ +.literal-block .mh { color: #009999 } /* Literal.Number.Hex */ +.literal-block .mi { color: #009999 } /* Literal.Number.Integer */ +.literal-block .mo { color: #009999 } /* Literal.Number.Oct */ +.literal-block .sa { color: #dd1144 } /* Literal.String.Affix */ +.literal-block .sb { color: #dd1144 } /* Literal.String.Backtick */ +.literal-block .sc { color: #dd1144 } /* Literal.String.Char */ +.literal-block .dl { color: #dd1144 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #dd1144 } /* Literal.String.Doc */ +.literal-block .s2 { color: #dd1144 } /* Literal.String.Double */ +.literal-block .se { color: #dd1144 } /* Literal.String.Escape */ +.literal-block .sh { color: #dd1144 } /* Literal.String.Heredoc */ +.literal-block .si { color: #dd1144 } /* Literal.String.Interpol */ +.literal-block .sx { color: #dd1144 } /* Literal.String.Other */ +.literal-block .sr { color: #009926 } /* Literal.String.Regex */ +.literal-block .s1 { color: #dd1144 } /* Literal.String.Single */ +.literal-block .ss { color: #990073 } /* Literal.String.Symbol */ +.literal-block .bp { color: #999999 } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #990000; font-weight: bold } /* Name.Function.Magic */ +.literal-block .vc { color: #008080 } /* Name.Variable.Class */ +.literal-block .vg { color: #008080 } /* Name.Variable.Global */ +.literal-block .vi { color: #008080 } /* Name.Variable.Instance */ +.literal-block .vm { color: #008080 } /* Name.Variable.Magic */ +.literal-block .il { color: #009999 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/github.min.css b/static/pygments/github.min.css index a397cf9..72fe0f2 100644 --- a/static/pygments/github.min.css +++ b/static/pygments/github.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k,.highlight .o{color:#000;font-weight:700}.highlight .ch,.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:700;font-style:italic}.highlight .c1,.highlight .cpf{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:700;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{color:#000;font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#000;font-weight:700}.highlight .kt{color:#458;font-weight:700}.highlight .m{color:#099}.highlight .s{color:#d14}.highlight .na{color:teal}.highlight .nb{color:#0086b3}.highlight .nc{color:#458;font-weight:700}.highlight .no{color:teal}.highlight .nd{color:#3c5d5d;font-weight:700}.highlight .ni{color:purple}.highlight .ne,.highlight .nf,.highlight .nl{color:#900;font-weight:700}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#d14}.highlight .sr{color:#009926}.highlight .s1{color:#d14}.highlight .ss{color:#990073}.highlight .bp{color:#999}.highlight .fm{color:#900;font-weight:700}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:teal}.highlight .il{color:#099} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k,.highlight .o{color:#000;font-weight:700}.highlight .ch,.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:700;font-style:italic}.highlight .c1,.highlight .cpf{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:700;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{color:#000;font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#000;font-weight:700}.highlight .kt{color:#458;font-weight:700}.highlight .m{color:#099}.highlight .s{color:#d14}.highlight .na{color:teal}.highlight .nb{color:#0086b3}.highlight .nc{color:#458;font-weight:700}.highlight .no{color:teal}.highlight .nd{color:#3c5d5d;font-weight:700}.highlight .ni{color:purple}.highlight .ne,.highlight .nf,.highlight .nl{color:#900;font-weight:700}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#d14}.highlight .sr{color:#009926}.highlight .s1{color:#d14}.highlight .ss{color:#990073}.highlight .bp{color:#999}.highlight .fm{color:#900;font-weight:700}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:teal}.highlight .il{color:#099}.literal-block .hll{background-color:#ffc}.literal-block{background:#fff}.literal-block .c{color:#998;font-style:italic}.literal-block .err{color:#a61717;background-color:#e3d2d2}.literal-block .k,.literal-block .o{color:#000;font-weight:700}.literal-block .ch,.literal-block .cm{color:#998;font-style:italic}.literal-block .cp{color:#999;font-weight:700;font-style:italic}.literal-block .c1,.literal-block .cpf{color:#998;font-style:italic}.literal-block .cs{color:#999;font-weight:700;font-style:italic}.literal-block .gd{color:#000;background-color:#fdd}.literal-block .ge{color:#000;font-style:italic}.literal-block .gr{color:#a00}.literal-block .gh{color:#999}.literal-block .gi{color:#000;background-color:#dfd}.literal-block .go{color:#888}.literal-block .gp{color:#555}.literal-block .gs{font-weight:700}.literal-block .gu{color:#aaa}.literal-block .gt{color:#a00}.literal-block .kc,.literal-block .kd,.literal-block .kn,.literal-block .kp,.literal-block .kr{color:#000;font-weight:700}.literal-block .kt{color:#458;font-weight:700}.literal-block .m{color:#099}.literal-block .s{color:#d14}.literal-block .na{color:teal}.literal-block .nb{color:#0086b3}.literal-block .nc{color:#458;font-weight:700}.literal-block .no{color:teal}.literal-block .nd{color:#3c5d5d;font-weight:700}.literal-block .ni{color:purple}.literal-block .ne,.literal-block .nf,.literal-block .nl{color:#900;font-weight:700}.literal-block .nn{color:#555}.literal-block .nt{color:navy}.literal-block .nv{color:teal}.literal-block .ow{color:#000;font-weight:700}.literal-block .w{color:#bbb}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#099}.literal-block .dl,.literal-block .s2,.literal-block .sa,.literal-block .sb,.literal-block .sc,.literal-block .sd,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sx{color:#d14}.literal-block .sr{color:#009926}.literal-block .s1{color:#d14}.literal-block .ss{color:#990073}.literal-block .bp{color:#999}.literal-block .fm{color:#900;font-weight:700}.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:teal}.literal-block .il{color:#099} \ No newline at end of file diff --git a/static/pygments/igor.css b/static/pygments/igor.css index ec12005..12a5315 100644 --- a/static/pygments/igor.css +++ b/static/pygments/igor.css @@ -31,4 +31,38 @@ .highlight .sr { color: #009C00 } /* Literal.String.Regex */ .highlight .s1 { color: #009C00 } /* Literal.String.Single */ .highlight .ss { color: #009C00 } /* Literal.String.Symbol */ -.highlight .fm { color: #C34E00 } /* Name.Function.Magic */ \ No newline at end of file +.highlight .fm { color: #C34E00 } /* Name.Function.Magic */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #ffffff; } +.literal-block .c { color: #FF0000; font-style: italic } /* Comment */ +.literal-block .k { color: #0000FF } /* Keyword */ +.literal-block .ch { color: #FF0000; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #FF0000; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #FF0000; font-style: italic } /* Comment.Preproc */ +.literal-block .cpf { color: #FF0000; font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { color: #FF0000; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #FF0000; font-style: italic } /* Comment.Special */ +.literal-block .kc { color: #0000FF } /* Keyword.Constant */ +.literal-block .kd { color: #0000FF } /* Keyword.Declaration */ +.literal-block .kn { color: #0000FF } /* Keyword.Namespace */ +.literal-block .kp { color: #0000FF } /* Keyword.Pseudo */ +.literal-block .kr { color: #0000FF } /* Keyword.Reserved */ +.literal-block .kt { color: #0000FF } /* Keyword.Type */ +.literal-block .s { color: #009C00 } /* Literal.String */ +.literal-block .nc { color: #007575 } /* Name.Class */ +.literal-block .nd { color: #CC00A3 } /* Name.Decorator */ +.literal-block .nf { color: #C34E00 } /* Name.Function */ +.literal-block .sa { color: #009C00 } /* Literal.String.Affix */ +.literal-block .sb { color: #009C00 } /* Literal.String.Backtick */ +.literal-block .sc { color: #009C00 } /* Literal.String.Char */ +.literal-block .dl { color: #009C00 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #009C00 } /* Literal.String.Doc */ +.literal-block .s2 { color: #009C00 } /* Literal.String.Double */ +.literal-block .se { color: #009C00 } /* Literal.String.Escape */ +.literal-block .sh { color: #009C00 } /* Literal.String.Heredoc */ +.literal-block .si { color: #009C00 } /* Literal.String.Interpol */ +.literal-block .sx { color: #009C00 } /* Literal.String.Other */ +.literal-block .sr { color: #009C00 } /* Literal.String.Regex */ +.literal-block .s1 { color: #009C00 } /* Literal.String.Single */ +.literal-block .ss { color: #009C00 } /* Literal.String.Symbol */ +.literal-block .fm { color: #C34E00 } /* Name.Function.Magic */ \ No newline at end of file diff --git a/static/pygments/igor.min.css b/static/pygments/igor.min.css index e4fe1ea..a24b2bc 100644 --- a/static/pygments/igor.min.css +++ b/static/pygments/igor.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:red;font-style:italic}.highlight .k{color:#00f}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:red;font-style:italic}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#00f}.highlight .s{color:#009c00}.highlight .nc{color:#007575}.highlight .nd{color:#cc00a3}.highlight .nf{color:#c34e00}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#009c00}.highlight .fm{color:#c34e00} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:red;font-style:italic}.highlight .k{color:#00f}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:red;font-style:italic}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#00f}.highlight .s{color:#009c00}.highlight .nc{color:#007575}.highlight .nd{color:#cc00a3}.highlight .nf{color:#c34e00}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#009c00}.highlight .fm{color:#c34e00}.literal-block .hll{background-color:#ffc}.literal-block{background:#fff}.literal-block .c{color:red;font-style:italic}.literal-block .k{color:#00f}.literal-block .c1,.literal-block .ch,.literal-block .cm,.literal-block .cp,.literal-block .cpf,.literal-block .cs{color:red;font-style:italic}.literal-block .kc,.literal-block .kd,.literal-block .kn,.literal-block .kp,.literal-block .kr,.literal-block .kt{color:#00f}.literal-block .s{color:#009c00}.literal-block .nc{color:#007575}.literal-block .nd{color:#cc00a3}.literal-block .nf{color:#c34e00}.literal-block .dl,.literal-block .s1,.literal-block .s2,.literal-block .sa,.literal-block .sb,.literal-block .sc,.literal-block .sd,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sr,.literal-block .ss,.literal-block .sx{color:#009c00}.literal-block .fm{color:#c34e00} \ No newline at end of file diff --git a/static/pygments/inkpot.css b/static/pygments/inkpot.css new file mode 100644 index 0000000..456e09b --- /dev/null +++ b/static/pygments/inkpot.css @@ -0,0 +1,148 @@ +.highlight .hll { background-color: #ffffcc } +.highlight { background: #1e1e27; color: #cfbfad } +.highlight .c { color: #cd8b00 } /* Comment */ +.highlight .err { color: #ffffff; background-color: #6e2e2e } /* Error */ +.highlight .k { color: #808bed } /* Keyword */ +.highlight .n { color: #cfbfad } /* Name */ +.highlight .o { color: #666666 } /* Operator */ +.highlight .x { color: #cfbfad } /* Other */ +.highlight .p { color: #cfbfad } /* Punctuation */ +.highlight .ch { color: #cd8b00 } /* Comment.Hashbang */ +.highlight .cm { color: #cd8b00 } /* Comment.Multiline */ +.highlight .cp { color: #409090 } /* Comment.Preproc */ +.highlight .cpf { color: #ffcd8b; background-color: #404040 } /* Comment.PreprocFile */ +.highlight .c1 { color: #cd8b00 } /* Comment.Single */ +.highlight .cs { color: #808bed } /* Comment.Special */ +.highlight .gd { color: #A00000 } /* Generic.Deleted */ +.highlight .ge { font-style: italic } /* Generic.Emph */ +.highlight .gr { color: #FF0000 } /* Generic.Error */ +.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.highlight .gi { color: #00A000 } /* Generic.Inserted */ +.highlight .go { color: #888888 } /* Generic.Output */ +.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.highlight .gs { font-weight: bold } /* Generic.Strong */ +.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.highlight .gt { color: #0044DD } /* Generic.Traceback */ +.highlight .kc { color: #808bed } /* Keyword.Constant */ +.highlight .kd { color: #808bed } /* Keyword.Declaration */ +.highlight .kn { color: #808bed } /* Keyword.Namespace */ +.highlight .kp { color: #808bed } /* Keyword.Pseudo */ +.highlight .kr { color: #808bed } /* Keyword.Reserved */ +.highlight .kt { color: #ff8bff } /* Keyword.Type */ +.highlight .m { color: #f0ad6d } /* Literal.Number */ +.highlight .s { color: #ffcd8b; background-color: #404040 } /* Literal.String */ +.highlight .na { color: #cfbfad } /* Name.Attribute */ +.highlight .nb { color: #808bed } /* Name.Builtin */ +.highlight .nc { color: #ff8bff } /* Name.Class */ +.highlight .no { color: #409090 } /* Name.Constant */ +.highlight .nd { color: #409090 } /* Name.Decorator */ +.highlight .ni { color: #cfbfad } /* Name.Entity */ +.highlight .ne { color: #ff0000 } /* Name.Exception */ +.highlight .nf { color: #c080d0 } /* Name.Function */ +.highlight .nl { color: #808bed } /* Name.Label */ +.highlight .nn { color: #ff0000 } /* Name.Namespace */ +.highlight .nx { color: #cfbfad } /* Name.Other */ +.highlight .py { color: #cfbfad } /* Name.Property */ +.highlight .nt { color: #cfbfad } /* Name.Tag */ +.highlight .nv { color: #cfbfad } /* Name.Variable */ +.highlight .ow { color: #666666 } /* Operator.Word */ +.highlight .w { color: #434357 } /* Text.Whitespace */ +.highlight .mb { color: #f0ad6d } /* Literal.Number.Bin */ +.highlight .mf { color: #f0ad6d } /* Literal.Number.Float */ +.highlight .mh { color: #f0ad6d } /* Literal.Number.Hex */ +.highlight .mi { color: #f0ad6d } /* Literal.Number.Integer */ +.highlight .mo { color: #f0ad6d } /* Literal.Number.Oct */ +.highlight .sa { color: #ffcd8b; background-color: #404040 } /* Literal.String.Affix */ +.highlight .sb { color: #ffcd8b; background-color: #404040 } /* Literal.String.Backtick */ +.highlight .sc { color: #ffcd8b; background-color: #404040 } /* Literal.String.Char */ +.highlight .dl { color: #ffcd8b; background-color: #404040 } /* Literal.String.Delimiter */ +.highlight .sd { color: #808bed; background-color: #404040 } /* Literal.String.Doc */ +.highlight .s2 { color: #ffcd8b; background-color: #404040 } /* Literal.String.Double */ +.highlight .se { color: #ffcd8b; background-color: #404040 } /* Literal.String.Escape */ +.highlight .sh { color: #ffcd8b; background-color: #404040 } /* Literal.String.Heredoc */ +.highlight .si { color: #ffcd8b; background-color: #404040 } /* Literal.String.Interpol */ +.highlight .sx { color: #ffcd8b; background-color: #404040 } /* Literal.String.Other */ +.highlight .sr { color: #ffcd8b; background-color: #404040 } /* Literal.String.Regex */ +.highlight .s1 { color: #ffcd8b; background-color: #404040 } /* Literal.String.Single */ +.highlight .ss { color: #ffcd8b; background-color: #404040 } /* Literal.String.Symbol */ +.highlight .bp { color: #ffff00 } /* Name.Builtin.Pseudo */ +.highlight .fm { color: #c080d0 } /* Name.Function.Magic */ +.highlight .vc { color: #cfbfad } /* Name.Variable.Class */ +.highlight .vg { color: #cfbfad } /* Name.Variable.Global */ +.highlight .vi { color: #cfbfad } /* Name.Variable.Instance */ +.highlight .vm { color: #cfbfad } /* Name.Variable.Magic */ +.highlight .il { color: #f0ad6d } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #1e1e27; color: #cfbfad } +.literal-block .c { color: #cd8b00 } /* Comment */ +.literal-block .err { color: #ffffff; background-color: #6e2e2e } /* Error */ +.literal-block .k { color: #808bed } /* Keyword */ +.literal-block .n { color: #cfbfad } /* Name */ +.literal-block .o { color: #666666 } /* Operator */ +.literal-block .x { color: #cfbfad } /* Other */ +.literal-block .p { color: #cfbfad } /* Punctuation */ +.literal-block .ch { color: #cd8b00 } /* Comment.Hashbang */ +.literal-block .cm { color: #cd8b00 } /* Comment.Multiline */ +.literal-block .cp { color: #409090 } /* Comment.Preproc */ +.literal-block .cpf { color: #ffcd8b; background-color: #404040 } /* Comment.PreprocFile */ +.literal-block .c1 { color: #cd8b00 } /* Comment.Single */ +.literal-block .cs { color: #808bed } /* Comment.Special */ +.literal-block .gd { color: #A00000 } /* Generic.Deleted */ +.literal-block .ge { font-style: italic } /* Generic.Emph */ +.literal-block .gr { color: #FF0000 } /* Generic.Error */ +.literal-block .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.literal-block .gi { color: #00A000 } /* Generic.Inserted */ +.literal-block .go { color: #888888 } /* Generic.Output */ +.literal-block .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.literal-block .gs { font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.literal-block .gt { color: #0044DD } /* Generic.Traceback */ +.literal-block .kc { color: #808bed } /* Keyword.Constant */ +.literal-block .kd { color: #808bed } /* Keyword.Declaration */ +.literal-block .kn { color: #808bed } /* Keyword.Namespace */ +.literal-block .kp { color: #808bed } /* Keyword.Pseudo */ +.literal-block .kr { color: #808bed } /* Keyword.Reserved */ +.literal-block .kt { color: #ff8bff } /* Keyword.Type */ +.literal-block .m { color: #f0ad6d } /* Literal.Number */ +.literal-block .s { color: #ffcd8b; background-color: #404040 } /* Literal.String */ +.literal-block .na { color: #cfbfad } /* Name.Attribute */ +.literal-block .nb { color: #808bed } /* Name.Builtin */ +.literal-block .nc { color: #ff8bff } /* Name.Class */ +.literal-block .no { color: #409090 } /* Name.Constant */ +.literal-block .nd { color: #409090 } /* Name.Decorator */ +.literal-block .ni { color: #cfbfad } /* Name.Entity */ +.literal-block .ne { color: #ff0000 } /* Name.Exception */ +.literal-block .nf { color: #c080d0 } /* Name.Function */ +.literal-block .nl { color: #808bed } /* Name.Label */ +.literal-block .nn { color: #ff0000 } /* Name.Namespace */ +.literal-block .nx { color: #cfbfad } /* Name.Other */ +.literal-block .py { color: #cfbfad } /* Name.Property */ +.literal-block .nt { color: #cfbfad } /* Name.Tag */ +.literal-block .nv { color: #cfbfad } /* Name.Variable */ +.literal-block .ow { color: #666666 } /* Operator.Word */ +.literal-block .w { color: #434357 } /* Text.Whitespace */ +.literal-block .mb { color: #f0ad6d } /* Literal.Number.Bin */ +.literal-block .mf { color: #f0ad6d } /* Literal.Number.Float */ +.literal-block .mh { color: #f0ad6d } /* Literal.Number.Hex */ +.literal-block .mi { color: #f0ad6d } /* Literal.Number.Integer */ +.literal-block .mo { color: #f0ad6d } /* Literal.Number.Oct */ +.literal-block .sa { color: #ffcd8b; background-color: #404040 } /* Literal.String.Affix */ +.literal-block .sb { color: #ffcd8b; background-color: #404040 } /* Literal.String.Backtick */ +.literal-block .sc { color: #ffcd8b; background-color: #404040 } /* Literal.String.Char */ +.literal-block .dl { color: #ffcd8b; background-color: #404040 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #808bed; background-color: #404040 } /* Literal.String.Doc */ +.literal-block .s2 { color: #ffcd8b; background-color: #404040 } /* Literal.String.Double */ +.literal-block .se { color: #ffcd8b; background-color: #404040 } /* Literal.String.Escape */ +.literal-block .sh { color: #ffcd8b; background-color: #404040 } /* Literal.String.Heredoc */ +.literal-block .si { color: #ffcd8b; background-color: #404040 } /* Literal.String.Interpol */ +.literal-block .sx { color: #ffcd8b; background-color: #404040 } /* Literal.String.Other */ +.literal-block .sr { color: #ffcd8b; background-color: #404040 } /* Literal.String.Regex */ +.literal-block .s1 { color: #ffcd8b; background-color: #404040 } /* Literal.String.Single */ +.literal-block .ss { color: #ffcd8b; background-color: #404040 } /* Literal.String.Symbol */ +.literal-block .bp { color: #ffff00 } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #c080d0 } /* Name.Function.Magic */ +.literal-block .vc { color: #cfbfad } /* Name.Variable.Class */ +.literal-block .vg { color: #cfbfad } /* Name.Variable.Global */ +.literal-block .vi { color: #cfbfad } /* Name.Variable.Instance */ +.literal-block .vm { color: #cfbfad } /* Name.Variable.Magic */ +.literal-block .il { color: #f0ad6d } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/inkpot.min.css b/static/pygments/inkpot.min.css new file mode 100644 index 0000000..55b2238 --- /dev/null +++ b/static/pygments/inkpot.min.css @@ -0,0 +1 @@ +.highlight .hll{background-color:#ffc}.highlight{background:#1e1e27;color:#cfbfad}.highlight .c{color:#cd8b00}.highlight .err{color:#fff;background-color:#6e2e2e}.highlight .k{color:#808bed}.highlight .n{color:#cfbfad}.highlight .o{color:#666}.highlight .p,.highlight .x{color:#cfbfad}.highlight .ch,.highlight .cm{color:#cd8b00}.highlight .cp{color:#409090}.highlight .cpf{color:#ffcd8b;background-color:#404040}.highlight .c1{color:#cd8b00}.highlight .cs{color:#808bed}.highlight .gd{color:#a00000}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00a000}.highlight .go{color:#888}.highlight .gp{color:navy}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#04d}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#808bed}.highlight .kt{color:#ff8bff}.highlight .m{color:#f0ad6d}.highlight .s{color:#ffcd8b;background-color:#404040}.highlight .na{color:#cfbfad}.highlight .nb{color:#808bed}.highlight .nc{color:#ff8bff}.highlight .nd,.highlight .no{color:#409090}.highlight .ni{color:#cfbfad}.highlight .ne{color:red}.highlight .nf{color:#c080d0}.highlight .nl{color:#808bed}.highlight .nn{color:red}.highlight .nt,.highlight .nv,.highlight .nx,.highlight .py{color:#cfbfad}.highlight .ow{color:#666}.highlight .w{color:#434357}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#f0ad6d}.highlight .dl,.highlight .sa,.highlight .sb,.highlight .sc{color:#ffcd8b;background-color:#404040}.highlight .sd{color:#808bed;background-color:#404040}.highlight .s1,.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#ffcd8b;background-color:#404040}.highlight .bp{color:#ff0}.highlight .fm{color:#c080d0}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#cfbfad}.highlight .il{color:#f0ad6d}.literal-block .hll{background-color:#ffc}.literal-block{background:#1e1e27;color:#cfbfad}.literal-block .c{color:#cd8b00}.literal-block .err{color:#fff;background-color:#6e2e2e}.literal-block .k{color:#808bed}.literal-block .n{color:#cfbfad}.literal-block .o{color:#666}.literal-block .p,.literal-block .x{color:#cfbfad}.literal-block .ch,.literal-block .cm{color:#cd8b00}.literal-block .cp{color:#409090}.literal-block .cpf{color:#ffcd8b;background-color:#404040}.literal-block .c1{color:#cd8b00}.literal-block .cs{color:#808bed}.literal-block .gd{color:#a00000}.literal-block .ge{font-style:italic}.literal-block .gr{color:red}.literal-block .gh{color:navy;font-weight:700}.literal-block .gi{color:#00a000}.literal-block .go{color:#888}.literal-block .gp{color:navy;font-weight:700}.literal-block .gs{font-weight:700}.literal-block .gu{color:purple;font-weight:700}.literal-block .gt{color:#04d}.literal-block .kc,.literal-block .kd,.literal-block .kn,.literal-block .kp,.literal-block .kr{color:#808bed}.literal-block .kt{color:#ff8bff}.literal-block .m{color:#f0ad6d}.literal-block .s{color:#ffcd8b;background-color:#404040}.literal-block .na{color:#cfbfad}.literal-block .nb{color:#808bed}.literal-block .nc{color:#ff8bff}.literal-block .nd,.literal-block .no{color:#409090}.literal-block .ni{color:#cfbfad}.literal-block .ne{color:red}.literal-block .nf{color:#c080d0}.literal-block .nl{color:#808bed}.literal-block .nn{color:red}.literal-block .nt,.literal-block .nv,.literal-block .nx,.literal-block .py{color:#cfbfad}.literal-block .ow{color:#666}.literal-block .w{color:#434357}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#f0ad6d}.literal-block .dl,.literal-block .sa,.literal-block .sb,.literal-block .sc{color:#ffcd8b;background-color:#404040}.literal-block .sd{color:#808bed;background-color:#404040}.literal-block .s1,.literal-block .s2,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sr,.literal-block .ss,.literal-block .sx{color:#ffcd8b;background-color:#404040}.literal-block .bp{color:#ff0}.literal-block .fm{color:#c080d0}.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#cfbfad}.literal-block .il{color:#f0ad6d} \ No newline at end of file diff --git a/static/pygments/lovelace.css b/static/pygments/lovelace.css index 1ddb286..73eb7e8 100644 --- a/static/pygments/lovelace.css +++ b/static/pygments/lovelace.css @@ -67,4 +67,74 @@ .highlight .vg { color: #908828 } /* Name.Variable.Global */ .highlight .vi { color: #b04040 } /* Name.Variable.Instance */ .highlight .vm { color: #b85820 } /* Name.Variable.Magic */ -.highlight .il { color: #444444 } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #444444 } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #ffffff; } +.literal-block .c { color: #888888; font-style: italic } /* Comment */ +.literal-block .err { background-color: #a848a8 } /* Error */ +.literal-block .k { color: #2838b0 } /* Keyword */ +.literal-block .o { color: #666666 } /* Operator */ +.literal-block .p { color: #888888 } /* Punctuation */ +.literal-block .ch { color: #287088; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #888888; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #289870 } /* Comment.Preproc */ +.literal-block .cpf { color: #888888; font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { color: #888888; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #888888; font-style: italic } /* Comment.Special */ +.literal-block .gd { color: #c02828 } /* Generic.Deleted */ +.literal-block .ge { font-style: italic } /* Generic.Emph */ +.literal-block .gr { color: #c02828 } /* Generic.Error */ +.literal-block .gh { color: #666666 } /* Generic.Heading */ +.literal-block .gi { color: #388038 } /* Generic.Inserted */ +.literal-block .go { color: #666666 } /* Generic.Output */ +.literal-block .gp { color: #444444 } /* Generic.Prompt */ +.literal-block .gs { font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #444444 } /* Generic.Subheading */ +.literal-block .gt { color: #2838b0 } /* Generic.Traceback */ +.literal-block .kc { color: #444444; font-style: italic } /* Keyword.Constant */ +.literal-block .kd { color: #2838b0; font-style: italic } /* Keyword.Declaration */ +.literal-block .kn { color: #2838b0 } /* Keyword.Namespace */ +.literal-block .kp { color: #2838b0 } /* Keyword.Pseudo */ +.literal-block .kr { color: #2838b0 } /* Keyword.Reserved */ +.literal-block .kt { color: #2838b0; font-style: italic } /* Keyword.Type */ +.literal-block .m { color: #444444 } /* Literal.Number */ +.literal-block .s { color: #b83838 } /* Literal.String */ +.literal-block .na { color: #388038 } /* Name.Attribute */ +.literal-block .nb { color: #388038 } /* Name.Builtin */ +.literal-block .nc { color: #287088 } /* Name.Class */ +.literal-block .no { color: #b85820 } /* Name.Constant */ +.literal-block .nd { color: #287088 } /* Name.Decorator */ +.literal-block .ni { color: #709030 } /* Name.Entity */ +.literal-block .ne { color: #908828 } /* Name.Exception */ +.literal-block .nf { color: #785840 } /* Name.Function */ +.literal-block .nl { color: #289870 } /* Name.Label */ +.literal-block .nn { color: #289870 } /* Name.Namespace */ +.literal-block .nt { color: #2838b0 } /* Name.Tag */ +.literal-block .nv { color: #b04040 } /* Name.Variable */ +.literal-block .ow { color: #a848a8 } /* Operator.Word */ +.literal-block .w { color: #a89028 } /* Text.Whitespace */ +.literal-block .mb { color: #444444 } /* Literal.Number.Bin */ +.literal-block .mf { color: #444444 } /* Literal.Number.Float */ +.literal-block .mh { color: #444444 } /* Literal.Number.Hex */ +.literal-block .mi { color: #444444 } /* Literal.Number.Integer */ +.literal-block .mo { color: #444444 } /* Literal.Number.Oct */ +.literal-block .sa { color: #444444 } /* Literal.String.Affix */ +.literal-block .sb { color: #b83838 } /* Literal.String.Backtick */ +.literal-block .sc { color: #a848a8 } /* Literal.String.Char */ +.literal-block .dl { color: #b85820 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #b85820; font-style: italic } /* Literal.String.Doc */ +.literal-block .s2 { color: #b83838 } /* Literal.String.Double */ +.literal-block .se { color: #709030 } /* Literal.String.Escape */ +.literal-block .sh { color: #b83838 } /* Literal.String.Heredoc */ +.literal-block .si { color: #b83838; text-decoration: underline } /* Literal.String.Interpol */ +.literal-block .sx { color: #a848a8 } /* Literal.String.Other */ +.literal-block .sr { color: #a848a8 } /* Literal.String.Regex */ +.literal-block .s1 { color: #b83838 } /* Literal.String.Single */ +.literal-block .ss { color: #b83838 } /* Literal.String.Symbol */ +.literal-block .bp { color: #388038; font-style: italic } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #b85820 } /* Name.Function.Magic */ +.literal-block .vc { color: #b04040 } /* Name.Variable.Class */ +.literal-block .vg { color: #908828 } /* Name.Variable.Global */ +.literal-block .vi { color: #b04040 } /* Name.Variable.Instance */ +.literal-block .vm { color: #b85820 } /* Name.Variable.Magic */ +.literal-block .il { color: #444444 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/lovelace.min.css b/static/pygments/lovelace.min.css index 1b65f19..06b5a7f 100644 --- a/static/pygments/lovelace.min.css +++ b/static/pygments/lovelace.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#888;font-style:italic}.highlight .err{background-color:#a848a8}.highlight .k{color:#2838b0}.highlight .o{color:#666}.highlight .p{color:#888}.highlight .ch{color:#287088;font-style:italic}.highlight .cm{color:#888;font-style:italic}.highlight .cp{color:#289870}.highlight .c1,.highlight .cpf,.highlight .cs{color:#888;font-style:italic}.highlight .gd{color:#c02828}.highlight .ge{font-style:italic}.highlight .gr{color:#c02828}.highlight .gh{color:#666}.highlight .gi{color:#388038}.highlight .go{color:#666}.highlight .gp{color:#444}.highlight .gs{font-weight:700}.highlight .gu{color:#444}.highlight .gt{color:#2838b0}.highlight .kc{color:#444;font-style:italic}.highlight .kd{color:#2838b0;font-style:italic}.highlight .kn,.highlight .kp,.highlight .kr{color:#2838b0}.highlight .kt{color:#2838b0;font-style:italic}.highlight .m{color:#444}.highlight .s{color:#b83838}.highlight .na,.highlight .nb{color:#388038}.highlight .nc{color:#287088}.highlight .no{color:#b85820}.highlight .nd{color:#287088}.highlight .ni{color:#709030}.highlight .ne{color:#908828}.highlight .nf{color:#785840}.highlight .nl,.highlight .nn{color:#289870}.highlight .nt{color:#2838b0}.highlight .nv{color:#b04040}.highlight .ow{color:#a848a8}.highlight .w{color:#a89028}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .sa{color:#444}.highlight .sb{color:#b83838}.highlight .sc{color:#a848a8}.highlight .dl{color:#b85820}.highlight .sd{color:#b85820;font-style:italic}.highlight .s2{color:#b83838}.highlight .se{color:#709030}.highlight .sh{color:#b83838}.highlight .si{color:#b83838;text-decoration:underline}.highlight .sr,.highlight .sx{color:#a848a8}.highlight .s1,.highlight .ss{color:#b83838}.highlight .bp{color:#388038;font-style:italic}.highlight .fm{color:#b85820}.highlight .vc{color:#b04040}.highlight .vg{color:#908828}.highlight .vi{color:#b04040}.highlight .vm{color:#b85820}.highlight .il{color:#444} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#888;font-style:italic}.highlight .err{background-color:#a848a8}.highlight .k{color:#2838b0}.highlight .o{color:#666}.highlight .p{color:#888}.highlight .ch{color:#287088;font-style:italic}.highlight .cm{color:#888;font-style:italic}.highlight .cp{color:#289870}.highlight .c1,.highlight .cpf,.highlight .cs{color:#888;font-style:italic}.highlight .gd{color:#c02828}.highlight .ge{font-style:italic}.highlight .gr{color:#c02828}.highlight .gh{color:#666}.highlight .gi{color:#388038}.highlight .go{color:#666}.highlight .gp{color:#444}.highlight .gs{font-weight:700}.highlight .gu{color:#444}.highlight .gt{color:#2838b0}.highlight .kc{color:#444;font-style:italic}.highlight .kd{color:#2838b0;font-style:italic}.highlight .kn,.highlight .kp,.highlight .kr{color:#2838b0}.highlight .kt{color:#2838b0;font-style:italic}.highlight .m{color:#444}.highlight .s{color:#b83838}.highlight .na,.highlight .nb{color:#388038}.highlight .nc{color:#287088}.highlight .no{color:#b85820}.highlight .nd{color:#287088}.highlight .ni{color:#709030}.highlight .ne{color:#908828}.highlight .nf{color:#785840}.highlight .nl,.highlight .nn{color:#289870}.highlight .nt{color:#2838b0}.highlight .nv{color:#b04040}.highlight .ow{color:#a848a8}.highlight .w{color:#a89028}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .sa{color:#444}.highlight .sb{color:#b83838}.highlight .sc{color:#a848a8}.highlight .dl{color:#b85820}.highlight .sd{color:#b85820;font-style:italic}.highlight .s2{color:#b83838}.highlight .se{color:#709030}.highlight .sh{color:#b83838}.highlight .si{color:#b83838;text-decoration:underline}.highlight .sr,.highlight .sx{color:#a848a8}.highlight .s1,.highlight .ss{color:#b83838}.highlight .bp{color:#388038;font-style:italic}.highlight .fm{color:#b85820}.highlight .vc{color:#b04040}.highlight .vg{color:#908828}.highlight .vi{color:#b04040}.highlight .vm{color:#b85820}.highlight .il{color:#444}.literal-block .hll{background-color:#ffc}.literal-block{background:#fff}.literal-block .c{color:#888;font-style:italic}.literal-block .err{background-color:#a848a8}.literal-block .k{color:#2838b0}.literal-block .o{color:#666}.literal-block .p{color:#888}.literal-block .ch{color:#287088;font-style:italic}.literal-block .cm{color:#888;font-style:italic}.literal-block .cp{color:#289870}.literal-block .c1,.literal-block .cpf,.literal-block .cs{color:#888;font-style:italic}.literal-block .gd{color:#c02828}.literal-block .ge{font-style:italic}.literal-block .gr{color:#c02828}.literal-block .gh{color:#666}.literal-block .gi{color:#388038}.literal-block .go{color:#666}.literal-block .gp{color:#444}.literal-block .gs{font-weight:700}.literal-block .gu{color:#444}.literal-block .gt{color:#2838b0}.literal-block .kc{color:#444;font-style:italic}.literal-block .kd{color:#2838b0;font-style:italic}.literal-block .kn,.literal-block .kp,.literal-block .kr{color:#2838b0}.literal-block .kt{color:#2838b0;font-style:italic}.literal-block .m{color:#444}.literal-block .s{color:#b83838}.literal-block .na,.literal-block .nb{color:#388038}.literal-block .nc{color:#287088}.literal-block .no{color:#b85820}.literal-block .nd{color:#287088}.literal-block .ni{color:#709030}.literal-block .ne{color:#908828}.literal-block .nf{color:#785840}.literal-block .nl,.literal-block .nn{color:#289870}.literal-block .nt{color:#2838b0}.literal-block .nv{color:#b04040}.literal-block .ow{color:#a848a8}.literal-block .w{color:#a89028}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo,.literal-block .sa{color:#444}.literal-block .sb{color:#b83838}.literal-block .sc{color:#a848a8}.literal-block .dl{color:#b85820}.literal-block .sd{color:#b85820;font-style:italic}.literal-block .s2{color:#b83838}.literal-block .se{color:#709030}.literal-block .sh{color:#b83838}.literal-block .si{color:#b83838;text-decoration:underline}.literal-block .sr,.literal-block .sx{color:#a848a8}.literal-block .s1,.literal-block .ss{color:#b83838}.literal-block .bp{color:#388038;font-style:italic}.literal-block .fm{color:#b85820}.literal-block .vc{color:#b04040}.literal-block .vg{color:#908828}.literal-block .vi{color:#b04040}.literal-block .vm{color:#b85820}.literal-block .il{color:#444} \ No newline at end of file diff --git a/static/pygments/manni.css b/static/pygments/manni.css index 143bc8a..4fdcb31 100644 --- a/static/pygments/manni.css +++ b/static/pygments/manni.css @@ -66,4 +66,73 @@ .highlight .vg { color: #003333 } /* Name.Variable.Global */ .highlight .vi { color: #003333 } /* Name.Variable.Instance */ .highlight .vm { color: #003333 } /* Name.Variable.Magic */ -.highlight .il { color: #FF6600 } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #FF6600 } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #f0f3f3; } +.literal-block .c { color: #0099FF; font-style: italic } /* Comment */ +.literal-block .err { color: #AA0000; background-color: #FFAAAA } /* Error */ +.literal-block .k { color: #006699; font-weight: bold } /* Keyword */ +.literal-block .o { color: #555555 } /* Operator */ +.literal-block .ch { color: #0099FF; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #009999 } /* Comment.Preproc */ +.literal-block .cpf { color: #0099FF; font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { color: #0099FF; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */ +.literal-block .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */ +.literal-block .ge { font-style: italic } /* Generic.Emph */ +.literal-block .gr { color: #FF0000 } /* Generic.Error */ +.literal-block .gh { color: #003300; font-weight: bold } /* Generic.Heading */ +.literal-block .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */ +.literal-block .go { color: #AAAAAA } /* Generic.Output */ +.literal-block .gp { color: #000099; font-weight: bold } /* Generic.Prompt */ +.literal-block .gs { font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #003300; font-weight: bold } /* Generic.Subheading */ +.literal-block .gt { color: #99CC66 } /* Generic.Traceback */ +.literal-block .kc { color: #006699; font-weight: bold } /* Keyword.Constant */ +.literal-block .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */ +.literal-block .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */ +.literal-block .kp { color: #006699 } /* Keyword.Pseudo */ +.literal-block .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */ +.literal-block .kt { color: #007788; font-weight: bold } /* Keyword.Type */ +.literal-block .m { color: #FF6600 } /* Literal.Number */ +.literal-block .s { color: #CC3300 } /* Literal.String */ +.literal-block .na { color: #330099 } /* Name.Attribute */ +.literal-block .nb { color: #336666 } /* Name.Builtin */ +.literal-block .nc { color: #00AA88; font-weight: bold } /* Name.Class */ +.literal-block .no { color: #336600 } /* Name.Constant */ +.literal-block .nd { color: #9999FF } /* Name.Decorator */ +.literal-block .ni { color: #999999; font-weight: bold } /* Name.Entity */ +.literal-block .ne { color: #CC0000; font-weight: bold } /* Name.Exception */ +.literal-block .nf { color: #CC00FF } /* Name.Function */ +.literal-block .nl { color: #9999FF } /* Name.Label */ +.literal-block .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */ +.literal-block .nt { color: #330099; font-weight: bold } /* Name.Tag */ +.literal-block .nv { color: #003333 } /* Name.Variable */ +.literal-block .ow { color: #000000; font-weight: bold } /* Operator.Word */ +.literal-block .w { color: #bbbbbb } /* Text.Whitespace */ +.literal-block .mb { color: #FF6600 } /* Literal.Number.Bin */ +.literal-block .mf { color: #FF6600 } /* Literal.Number.Float */ +.literal-block .mh { color: #FF6600 } /* Literal.Number.Hex */ +.literal-block .mi { color: #FF6600 } /* Literal.Number.Integer */ +.literal-block .mo { color: #FF6600 } /* Literal.Number.Oct */ +.literal-block .sa { color: #CC3300 } /* Literal.String.Affix */ +.literal-block .sb { color: #CC3300 } /* Literal.String.Backtick */ +.literal-block .sc { color: #CC3300 } /* Literal.String.Char */ +.literal-block .dl { color: #CC3300 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */ +.literal-block .s2 { color: #CC3300 } /* Literal.String.Double */ +.literal-block .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */ +.literal-block .sh { color: #CC3300 } /* Literal.String.Heredoc */ +.literal-block .si { color: #AA0000 } /* Literal.String.Interpol */ +.literal-block .sx { color: #CC3300 } /* Literal.String.Other */ +.literal-block .sr { color: #33AAAA } /* Literal.String.Regex */ +.literal-block .s1 { color: #CC3300 } /* Literal.String.Single */ +.literal-block .ss { color: #FFCC33 } /* Literal.String.Symbol */ +.literal-block .bp { color: #336666 } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #CC00FF } /* Name.Function.Magic */ +.literal-block .vc { color: #003333 } /* Name.Variable.Class */ +.literal-block .vg { color: #003333 } /* Name.Variable.Global */ +.literal-block .vi { color: #003333 } /* Name.Variable.Instance */ +.literal-block .vm { color: #003333 } /* Name.Variable.Magic */ +.literal-block .il { color: #FF6600 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/manni.min.css b/static/pygments/manni.min.css index 5ee7684..f9e7e6a 100644 --- a/static/pygments/manni.min.css +++ b/static/pygments/manni.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#f0f3f3}.highlight .c{color:#09f;font-style:italic}.highlight .err{color:#a00;background-color:#faa}.highlight .k{color:#069;font-weight:700}.highlight .o{color:#555}.highlight .ch,.highlight .cm{color:#09f;font-style:italic}.highlight .cp{color:#099}.highlight .c1,.highlight .cpf,.highlight .cs{color:#09f;font-style:italic}.highlight .cs{font-weight:700}.highlight .gd{background-color:#fcc;border:1px solid #c00}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:#030;font-weight:700}.highlight .gi{background-color:#cfc;border:1px solid #0c0}.highlight .go{color:#aaa}.highlight .gp{color:#009}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:#030}.highlight .gt{color:#9c6}.highlight .kc,.highlight .kd,.highlight .kn{color:#069;font-weight:700}.highlight .kp{color:#069}.highlight .kr{color:#069;font-weight:700}.highlight .kt{color:#078;font-weight:700}.highlight .m{color:#f60}.highlight .s{color:#c30}.highlight .na{color:#309}.highlight .nb{color:#366}.highlight .nc{color:#0a8;font-weight:700}.highlight .no{color:#360}.highlight .nd{color:#99f}.highlight .ni{color:#999;font-weight:700}.highlight .ne{color:#c00;font-weight:700}.highlight .nf{color:#c0f}.highlight .nl{color:#99f}.highlight .nn{color:#0cf;font-weight:700}.highlight .nt{color:#309;font-weight:700}.highlight .nv{color:#033}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#f60}.highlight .dl,.highlight .sa,.highlight .sb,.highlight .sc{color:#c30}.highlight .sd{color:#c30;font-style:italic}.highlight .s2{color:#c30}.highlight .se{color:#c30;font-weight:700}.highlight .sh{color:#c30}.highlight .si{color:#a00}.highlight .sx{color:#c30}.highlight .sr{color:#3aa}.highlight .s1{color:#c30}.highlight .ss{color:#fc3}.highlight .bp{color:#366}.highlight .fm{color:#c0f}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#033}.highlight .il{color:#f60} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#f0f3f3}.highlight .c{color:#09f;font-style:italic}.highlight .err{color:#a00;background-color:#faa}.highlight .k{color:#069;font-weight:700}.highlight .o{color:#555}.highlight .ch,.highlight .cm{color:#09f;font-style:italic}.highlight .cp{color:#099}.highlight .c1,.highlight .cpf,.highlight .cs{color:#09f;font-style:italic}.highlight .cs{font-weight:700}.highlight .gd{background-color:#fcc;border:1px solid #c00}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:#030;font-weight:700}.highlight .gi{background-color:#cfc;border:1px solid #0c0}.highlight .go{color:#aaa}.highlight .gp{color:#009}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:#030}.highlight .gt{color:#9c6}.highlight .kc,.highlight .kd,.highlight .kn{color:#069;font-weight:700}.highlight .kp{color:#069}.highlight .kr{color:#069;font-weight:700}.highlight .kt{color:#078;font-weight:700}.highlight .m{color:#f60}.highlight .s{color:#c30}.highlight .na{color:#309}.highlight .nb{color:#366}.highlight .nc{color:#0a8;font-weight:700}.highlight .no{color:#360}.highlight .nd{color:#99f}.highlight .ni{color:#999;font-weight:700}.highlight .ne{color:#c00;font-weight:700}.highlight .nf{color:#c0f}.highlight .nl{color:#99f}.highlight .nn{color:#0cf;font-weight:700}.highlight .nt{color:#309;font-weight:700}.highlight .nv{color:#033}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#f60}.highlight .dl,.highlight .sa,.highlight .sb,.highlight .sc{color:#c30}.highlight .sd{color:#c30;font-style:italic}.highlight .s2{color:#c30}.highlight .se{color:#c30;font-weight:700}.highlight .sh{color:#c30}.highlight .si{color:#a00}.highlight .sx{color:#c30}.highlight .sr{color:#3aa}.highlight .s1{color:#c30}.highlight .ss{color:#fc3}.highlight .bp{color:#366}.highlight .fm{color:#c0f}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#033}.highlight .il{color:#f60}.literal-block .hll{background-color:#ffc}.literal-block{background:#f0f3f3}.literal-block .c{color:#09f;font-style:italic}.literal-block .err{color:#a00;background-color:#faa}.literal-block .k{color:#069;font-weight:700}.literal-block .o{color:#555}.literal-block .ch,.literal-block .cm{color:#09f;font-style:italic}.literal-block .cp{color:#099}.literal-block .c1,.literal-block .cpf,.literal-block .cs{color:#09f;font-style:italic}.literal-block .cs{font-weight:700}.literal-block .gd{background-color:#fcc;border:1px solid #c00}.literal-block .ge{font-style:italic}.literal-block .gr{color:red}.literal-block .gh{color:#030;font-weight:700}.literal-block .gi{background-color:#cfc;border:1px solid #0c0}.literal-block .go{color:#aaa}.literal-block .gp{color:#009;font-weight:700}.literal-block .gs{font-weight:700}.literal-block .gu{color:#030;font-weight:700}.literal-block .gt{color:#9c6}.literal-block .kc,.literal-block .kd,.literal-block .kn{color:#069;font-weight:700}.literal-block .kp{color:#069}.literal-block .kr{color:#069;font-weight:700}.literal-block .kt{color:#078;font-weight:700}.literal-block .m{color:#f60}.literal-block .s{color:#c30}.literal-block .na{color:#309}.literal-block .nb{color:#366}.literal-block .nc{color:#0a8;font-weight:700}.literal-block .no{color:#360}.literal-block .nd{color:#99f}.literal-block .ni{color:#999;font-weight:700}.literal-block .ne{color:#c00;font-weight:700}.literal-block .nf{color:#c0f}.literal-block .nl{color:#99f}.literal-block .nn{color:#0cf;font-weight:700}.literal-block .nt{color:#309;font-weight:700}.literal-block .nv{color:#033}.literal-block .ow{color:#000;font-weight:700}.literal-block .w{color:#bbb}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#f60}.literal-block .dl,.literal-block .sa,.literal-block .sb,.literal-block .sc{color:#c30}.literal-block .sd{color:#c30;font-style:italic}.literal-block .s2{color:#c30}.literal-block .se{color:#c30;font-weight:700}.literal-block .sh{color:#c30}.literal-block .si{color:#a00}.literal-block .sx{color:#c30}.literal-block .sr{color:#3aa}.literal-block .s1{color:#c30}.literal-block .ss{color:#fc3}.literal-block .bp{color:#366}.literal-block .fm{color:#c0f}.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#033}.literal-block .il{color:#f60} \ No newline at end of file diff --git a/static/pygments/monokai.css b/static/pygments/monokai.css index b6925c2..b9e66e6 100644 --- a/static/pygments/monokai.css +++ b/static/pygments/monokai.css @@ -16,6 +16,8 @@ .highlight .gd { color: #f92672 } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gi { color: #a6e22e } /* Generic.Inserted */ +.highlight .go { color: #66d9ef } /* Generic.Output */ +.highlight .gp { color: #f92672; font-weight: bold } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #75715e } /* Generic.Subheading */ .highlight .kc { color: #66d9ef } /* Keyword.Constant */ @@ -67,4 +69,76 @@ .highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */ .highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */ .highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */ -.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #49483e } +.literal-block { background: #272822; color: #f8f8f2 } +.literal-block .c { color: #75715e } /* Comment */ +.literal-block .err { color: #960050; background-color: #1e0010 } /* Error */ +.literal-block .k { color: #66d9ef } /* Keyword */ +.literal-block .l { color: #ae81ff } /* Literal */ +.literal-block .n { color: #f8f8f2 } /* Name */ +.literal-block .o { color: #f92672 } /* Operator */ +.literal-block .p { color: #f8f8f2 } /* Punctuation */ +.literal-block .ch { color: #75715e } /* Comment.Hashbang */ +.literal-block .cm { color: #75715e } /* Comment.Multiline */ +.literal-block .cp { color: #75715e } /* Comment.Preproc */ +.literal-block .cpf { color: #75715e } /* Comment.PreprocFile */ +.literal-block .c1 { color: #75715e } /* Comment.Single */ +.literal-block .cs { color: #75715e } /* Comment.Special */ +.literal-block .gd { color: #f92672 } /* Generic.Deleted */ +.literal-block .ge { font-style: italic } /* Generic.Emph */ +.literal-block .gi { color: #a6e22e } /* Generic.Inserted */ +.literal-block .go { color: #66d9ef } /* Generic.Output */ +.literal-block .gp { color: #f92672; font-weight: bold } /* Generic.Prompt */ +.literal-block .gs { font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #75715e } /* Generic.Subheading */ +.literal-block .kc { color: #66d9ef } /* Keyword.Constant */ +.literal-block .kd { color: #66d9ef } /* Keyword.Declaration */ +.literal-block .kn { color: #f92672 } /* Keyword.Namespace */ +.literal-block .kp { color: #66d9ef } /* Keyword.Pseudo */ +.literal-block .kr { color: #66d9ef } /* Keyword.Reserved */ +.literal-block .kt { color: #66d9ef } /* Keyword.Type */ +.literal-block .ld { color: #e6db74 } /* Literal.Date */ +.literal-block .m { color: #ae81ff } /* Literal.Number */ +.literal-block .s { color: #e6db74 } /* Literal.String */ +.literal-block .na { color: #a6e22e } /* Name.Attribute */ +.literal-block .nb { color: #f8f8f2 } /* Name.Builtin */ +.literal-block .nc { color: #a6e22e } /* Name.Class */ +.literal-block .no { color: #66d9ef } /* Name.Constant */ +.literal-block .nd { color: #a6e22e } /* Name.Decorator */ +.literal-block .ni { color: #f8f8f2 } /* Name.Entity */ +.literal-block .ne { color: #a6e22e } /* Name.Exception */ +.literal-block .nf { color: #a6e22e } /* Name.Function */ +.literal-block .nl { color: #f8f8f2 } /* Name.Label */ +.literal-block .nn { color: #f8f8f2 } /* Name.Namespace */ +.literal-block .nx { color: #a6e22e } /* Name.Other */ +.literal-block .py { color: #f8f8f2 } /* Name.Property */ +.literal-block .nt { color: #f92672 } /* Name.Tag */ +.literal-block .nv { color: #f8f8f2 } /* Name.Variable */ +.literal-block .ow { color: #f92672 } /* Operator.Word */ +.literal-block .w { color: #f8f8f2 } /* Text.Whitespace */ +.literal-block .mb { color: #ae81ff } /* Literal.Number.Bin */ +.literal-block .mf { color: #ae81ff } /* Literal.Number.Float */ +.literal-block .mh { color: #ae81ff } /* Literal.Number.Hex */ +.literal-block .mi { color: #ae81ff } /* Literal.Number.Integer */ +.literal-block .mo { color: #ae81ff } /* Literal.Number.Oct */ +.literal-block .sa { color: #e6db74 } /* Literal.String.Affix */ +.literal-block .sb { color: #e6db74 } /* Literal.String.Backtick */ +.literal-block .sc { color: #e6db74 } /* Literal.String.Char */ +.literal-block .dl { color: #e6db74 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #e6db74 } /* Literal.String.Doc */ +.literal-block .s2 { color: #e6db74 } /* Literal.String.Double */ +.literal-block .se { color: #ae81ff } /* Literal.String.Escape */ +.literal-block .sh { color: #e6db74 } /* Literal.String.Heredoc */ +.literal-block .si { color: #e6db74 } /* Literal.String.Interpol */ +.literal-block .sx { color: #e6db74 } /* Literal.String.Other */ +.literal-block .sr { color: #e6db74 } /* Literal.String.Regex */ +.literal-block .s1 { color: #e6db74 } /* Literal.String.Single */ +.literal-block .ss { color: #e6db74 } /* Literal.String.Symbol */ +.literal-block .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #a6e22e } /* Name.Function.Magic */ +.literal-block .vc { color: #f8f8f2 } /* Name.Variable.Class */ +.literal-block .vg { color: #f8f8f2 } /* Name.Variable.Global */ +.literal-block .vi { color: #f8f8f2 } /* Name.Variable.Instance */ +.literal-block .vm { color: #f8f8f2 } /* Name.Variable.Magic */ +.literal-block .il { color: #ae81ff } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/monokai.min.css b/static/pygments/monokai.min.css index a6c1038..c29088f 100644 --- a/static/pygments/monokai.min.css +++ b/static/pygments/monokai.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#49483e}.highlight{background:#272822;color:#f8f8f2}.highlight .c{color:#75715e}.highlight .err{color:#960050;background-color:#1e0010}.highlight .k{color:#66d9ef}.highlight .l{color:#ae81ff}.highlight .n{color:#f8f8f2}.highlight .o{color:#f92672}.highlight .p{color:#f8f8f2}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#75715e}.highlight .gd{color:#f92672}.highlight .ge{font-style:italic}.highlight .gi{color:#a6e22e}.highlight .gs{font-weight:700}.highlight .gu{color:#75715e}.highlight .kc,.highlight .kd{color:#66d9ef}.highlight .kn{color:#f92672}.highlight .kp,.highlight .kr,.highlight .kt{color:#66d9ef}.highlight .ld{color:#e6db74}.highlight .m{color:#ae81ff}.highlight .s{color:#e6db74}.highlight .na{color:#a6e22e}.highlight .nb{color:#f8f8f2}.highlight .nc{color:#a6e22e}.highlight .no{color:#66d9ef}.highlight .nd{color:#a6e22e}.highlight .ni{color:#f8f8f2}.highlight .ne,.highlight .nf{color:#a6e22e}.highlight .nl,.highlight .nn{color:#f8f8f2}.highlight .nx{color:#a6e22e}.highlight .py{color:#f8f8f2}.highlight .nt{color:#f92672}.highlight .nv{color:#f8f8f2}.highlight .ow{color:#f92672}.highlight .w{color:#f8f8f2}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#ae81ff}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd{color:#e6db74}.highlight .se{color:#ae81ff}.highlight .s1,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#e6db74}.highlight .bp{color:#f8f8f2}.highlight .fm{color:#a6e22e}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#f8f8f2}.highlight .il{color:#ae81ff} \ No newline at end of file +.highlight .hll{background-color:#49483e}.highlight{background:#272822;color:#f8f8f2}.highlight .c{color:#75715e}.highlight .err{color:#960050;background-color:#1e0010}.highlight .k{color:#66d9ef}.highlight .l{color:#ae81ff}.highlight .n{color:#f8f8f2}.highlight .o{color:#f92672}.highlight .p{color:#f8f8f2}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#75715e}.highlight .gd{color:#f92672}.highlight .ge{font-style:italic}.highlight .gi{color:#a6e22e}.highlight .go{color:#66d9ef}.highlight .gp{color:#f92672}.highlight .gp,.highlight .gs{font-weight:700}.highlight .gu{color:#75715e}.highlight .kc,.highlight .kd{color:#66d9ef}.highlight .kn{color:#f92672}.highlight .kp,.highlight .kr,.highlight .kt{color:#66d9ef}.highlight .ld{color:#e6db74}.highlight .m{color:#ae81ff}.highlight .s{color:#e6db74}.highlight .na{color:#a6e22e}.highlight .nb{color:#f8f8f2}.highlight .nc{color:#a6e22e}.highlight .no{color:#66d9ef}.highlight .nd{color:#a6e22e}.highlight .ni{color:#f8f8f2}.highlight .ne,.highlight .nf{color:#a6e22e}.highlight .nl,.highlight .nn{color:#f8f8f2}.highlight .nx{color:#a6e22e}.highlight .py{color:#f8f8f2}.highlight .nt{color:#f92672}.highlight .nv{color:#f8f8f2}.highlight .ow{color:#f92672}.highlight .w{color:#f8f8f2}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#ae81ff}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd{color:#e6db74}.highlight .se{color:#ae81ff}.highlight .s1,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#e6db74}.highlight .bp{color:#f8f8f2}.highlight .fm{color:#a6e22e}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#f8f8f2}.highlight .il{color:#ae81ff}.literal-block .hll{background-color:#49483e}.literal-block{background:#272822;color:#f8f8f2}.literal-block .c{color:#75715e}.literal-block .err{color:#960050;background-color:#1e0010}.literal-block .k{color:#66d9ef}.literal-block .l{color:#ae81ff}.literal-block .n{color:#f8f8f2}.literal-block .o{color:#f92672}.literal-block .p{color:#f8f8f2}.literal-block .c1,.literal-block .ch,.literal-block .cm,.literal-block .cp,.literal-block .cpf,.literal-block .cs{color:#75715e}.literal-block .gd{color:#f92672}.literal-block .ge{font-style:italic}.literal-block .gi{color:#a6e22e}.literal-block .go{color:#66d9ef}.literal-block .gp{color:#f92672;font-weight:700}.literal-block .gs{font-weight:700}.literal-block .gu{color:#75715e}.literal-block .kc,.literal-block .kd{color:#66d9ef}.literal-block .kn{color:#f92672}.literal-block .kp,.literal-block .kr,.literal-block .kt{color:#66d9ef}.literal-block .ld{color:#e6db74}.literal-block .m{color:#ae81ff}.literal-block .s{color:#e6db74}.literal-block .na{color:#a6e22e}.literal-block .nb{color:#f8f8f2}.literal-block .nc{color:#a6e22e}.literal-block .no{color:#66d9ef}.literal-block .nd{color:#a6e22e}.literal-block .ni{color:#f8f8f2}.literal-block .ne,.literal-block .nf{color:#a6e22e}.literal-block .nl,.literal-block .nn{color:#f8f8f2}.literal-block .nx{color:#a6e22e}.literal-block .py{color:#f8f8f2}.literal-block .nt{color:#f92672}.literal-block .nv{color:#f8f8f2}.literal-block .ow{color:#f92672}.literal-block .w{color:#f8f8f2}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#ae81ff}.literal-block .dl,.literal-block .s2,.literal-block .sa,.literal-block .sb,.literal-block .sc,.literal-block .sd{color:#e6db74}.literal-block .se{color:#ae81ff}.literal-block .s1,.literal-block .sh,.literal-block .si,.literal-block .sr,.literal-block .ss,.literal-block .sx{color:#e6db74}.literal-block .bp{color:#f8f8f2}.literal-block .fm{color:#a6e22e}.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#f8f8f2}.literal-block .il{color:#ae81ff} \ No newline at end of file diff --git a/static/pygments/murphy.css b/static/pygments/murphy.css index 378f406..c58f125 100644 --- a/static/pygments/murphy.css +++ b/static/pygments/murphy.css @@ -66,4 +66,73 @@ .highlight .vg { color: #ff8844 } /* Name.Variable.Global */ .highlight .vi { color: #aaaaff } /* Name.Variable.Instance */ .highlight .vm { color: #003366 } /* Name.Variable.Magic */ -.highlight .il { color: #6666ff; font-weight: bold } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #6666ff; font-weight: bold } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #ffffff; } +.literal-block .c { color: #666666; font-style: italic } /* Comment */ +.literal-block .err { color: #FF0000; background-color: #FFAAAA } /* Error */ +.literal-block .k { color: #228899; font-weight: bold } /* Keyword */ +.literal-block .o { color: #333333 } /* Operator */ +.literal-block .ch { color: #666666; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #666666; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #557799 } /* Comment.Preproc */ +.literal-block .cpf { color: #666666; font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { color: #666666; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #cc0000; font-weight: bold; font-style: italic } /* Comment.Special */ +.literal-block .gd { color: #A00000 } /* Generic.Deleted */ +.literal-block .ge { font-style: italic } /* Generic.Emph */ +.literal-block .gr { color: #FF0000 } /* Generic.Error */ +.literal-block .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.literal-block .gi { color: #00A000 } /* Generic.Inserted */ +.literal-block .go { color: #888888 } /* Generic.Output */ +.literal-block .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +.literal-block .gs { font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.literal-block .gt { color: #0044DD } /* Generic.Traceback */ +.literal-block .kc { color: #228899; font-weight: bold } /* Keyword.Constant */ +.literal-block .kd { color: #228899; font-weight: bold } /* Keyword.Declaration */ +.literal-block .kn { color: #228899; font-weight: bold } /* Keyword.Namespace */ +.literal-block .kp { color: #0088ff; font-weight: bold } /* Keyword.Pseudo */ +.literal-block .kr { color: #228899; font-weight: bold } /* Keyword.Reserved */ +.literal-block .kt { color: #6666ff; font-weight: bold } /* Keyword.Type */ +.literal-block .m { color: #6600EE; font-weight: bold } /* Literal.Number */ +.literal-block .s { background-color: #e0e0ff } /* Literal.String */ +.literal-block .na { color: #000077 } /* Name.Attribute */ +.literal-block .nb { color: #007722 } /* Name.Builtin */ +.literal-block .nc { color: #ee99ee; font-weight: bold } /* Name.Class */ +.literal-block .no { color: #55eedd; font-weight: bold } /* Name.Constant */ +.literal-block .nd { color: #555555; font-weight: bold } /* Name.Decorator */ +.literal-block .ni { color: #880000 } /* Name.Entity */ +.literal-block .ne { color: #FF0000; font-weight: bold } /* Name.Exception */ +.literal-block .nf { color: #55eedd; font-weight: bold } /* Name.Function */ +.literal-block .nl { color: #997700; font-weight: bold } /* Name.Label */ +.literal-block .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ +.literal-block .nt { color: #007700 } /* Name.Tag */ +.literal-block .nv { color: #003366 } /* Name.Variable */ +.literal-block .ow { color: #000000; font-weight: bold } /* Operator.Word */ +.literal-block .w { color: #bbbbbb } /* Text.Whitespace */ +.literal-block .mb { color: #6600EE; font-weight: bold } /* Literal.Number.Bin */ +.literal-block .mf { color: #6600EE; font-weight: bold } /* Literal.Number.Float */ +.literal-block .mh { color: #005588; font-weight: bold } /* Literal.Number.Hex */ +.literal-block .mi { color: #6666ff; font-weight: bold } /* Literal.Number.Integer */ +.literal-block .mo { color: #4400EE; font-weight: bold } /* Literal.Number.Oct */ +.literal-block .sa { background-color: #e0e0ff } /* Literal.String.Affix */ +.literal-block .sb { background-color: #e0e0ff } /* Literal.String.Backtick */ +.literal-block .sc { color: #8888FF } /* Literal.String.Char */ +.literal-block .dl { background-color: #e0e0ff } /* Literal.String.Delimiter */ +.literal-block .sd { color: #DD4422 } /* Literal.String.Doc */ +.literal-block .s2 { background-color: #e0e0ff } /* Literal.String.Double */ +.literal-block .se { color: #666666; font-weight: bold; background-color: #e0e0ff } /* Literal.String.Escape */ +.literal-block .sh { background-color: #e0e0ff } /* Literal.String.Heredoc */ +.literal-block .si { background-color: #eeeeee } /* Literal.String.Interpol */ +.literal-block .sx { color: #ff8888; background-color: #e0e0ff } /* Literal.String.Other */ +.literal-block .sr { color: #000000; background-color: #e0e0ff } /* Literal.String.Regex */ +.literal-block .s1 { background-color: #e0e0ff } /* Literal.String.Single */ +.literal-block .ss { color: #ffcc88 } /* Literal.String.Symbol */ +.literal-block .bp { color: #007722 } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #55eedd; font-weight: bold } /* Name.Function.Magic */ +.literal-block .vc { color: #ccccff } /* Name.Variable.Class */ +.literal-block .vg { color: #ff8844 } /* Name.Variable.Global */ +.literal-block .vi { color: #aaaaff } /* Name.Variable.Instance */ +.literal-block .vm { color: #003366 } /* Name.Variable.Magic */ +.literal-block .il { color: #6666ff; font-weight: bold } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/murphy.min.css b/static/pygments/murphy.min.css index 80f62a8..c0b13fd 100644 --- a/static/pygments/murphy.min.css +++ b/static/pygments/murphy.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#666;font-style:italic}.highlight .err{color:red;background-color:#faa}.highlight .k{color:#289;font-weight:700}.highlight .o{color:#333}.highlight .ch,.highlight .cm{color:#666;font-style:italic}.highlight .cp{color:#579}.highlight .c1,.highlight .cpf{color:#666;font-style:italic}.highlight .cs{color:#c00;font-weight:700;font-style:italic}.highlight .gd{color:#a00000}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00a000}.highlight .go{color:#888}.highlight .gp{color:#c65d09}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#04d}.highlight .kc,.highlight .kd,.highlight .kn{color:#289;font-weight:700}.highlight .kp{color:#08f;font-weight:700}.highlight .kr{color:#289;font-weight:700}.highlight .kt{color:#66f;font-weight:700}.highlight .m{color:#60e;font-weight:700}.highlight .s{background-color:#e0e0ff}.highlight .na{color:#007}.highlight .nb{color:#072}.highlight .nc{color:#e9e;font-weight:700}.highlight .no{color:#5ed;font-weight:700}.highlight .nd{color:#555;font-weight:700}.highlight .ni{color:#800}.highlight .ne{color:red;font-weight:700}.highlight .nf{color:#5ed;font-weight:700}.highlight .nl{color:#970;font-weight:700}.highlight .nn{color:#0e84b5;font-weight:700}.highlight .nt{color:#070}.highlight .nv{color:#036}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf{color:#60e;font-weight:700}.highlight .mh{color:#058;font-weight:700}.highlight .mi{color:#66f;font-weight:700}.highlight .mo{color:#40e;font-weight:700}.highlight .sa,.highlight .sb{background-color:#e0e0ff}.highlight .sc{color:#88f}.highlight .dl{background-color:#e0e0ff}.highlight .sd{color:#d42}.highlight .s2,.highlight .se{background-color:#e0e0ff}.highlight .se{color:#666;font-weight:700}.highlight .sh{background-color:#e0e0ff}.highlight .si{background-color:#eee}.highlight .sx{color:#f88;background-color:#e0e0ff}.highlight .sr{color:#000}.highlight .s1,.highlight .sr{background-color:#e0e0ff}.highlight .ss{color:#fc8}.highlight .bp{color:#072}.highlight .fm{color:#5ed;font-weight:700}.highlight .vc{color:#ccf}.highlight .vg{color:#f84}.highlight .vi{color:#aaf}.highlight .vm{color:#036}.highlight .il{color:#66f;font-weight:700} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#666;font-style:italic}.highlight .err{color:red;background-color:#faa}.highlight .k{color:#289;font-weight:700}.highlight .o{color:#333}.highlight .ch,.highlight .cm{color:#666;font-style:italic}.highlight .cp{color:#579}.highlight .c1,.highlight .cpf{color:#666;font-style:italic}.highlight .cs{color:#c00;font-weight:700;font-style:italic}.highlight .gd{color:#a00000}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00a000}.highlight .go{color:#888}.highlight .gp{color:#c65d09}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#04d}.highlight .kc,.highlight .kd,.highlight .kn{color:#289;font-weight:700}.highlight .kp{color:#08f;font-weight:700}.highlight .kr{color:#289;font-weight:700}.highlight .kt{color:#66f;font-weight:700}.highlight .m{color:#60e;font-weight:700}.highlight .s{background-color:#e0e0ff}.highlight .na{color:#007}.highlight .nb{color:#072}.highlight .nc{color:#e9e;font-weight:700}.highlight .no{color:#5ed;font-weight:700}.highlight .nd{color:#555;font-weight:700}.highlight .ni{color:#800}.highlight .ne{color:red;font-weight:700}.highlight .nf{color:#5ed;font-weight:700}.highlight .nl{color:#970;font-weight:700}.highlight .nn{color:#0e84b5;font-weight:700}.highlight .nt{color:#070}.highlight .nv{color:#036}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf{color:#60e;font-weight:700}.highlight .mh{color:#058;font-weight:700}.highlight .mi{color:#66f;font-weight:700}.highlight .mo{color:#40e;font-weight:700}.highlight .sa,.highlight .sb{background-color:#e0e0ff}.highlight .sc{color:#88f}.highlight .dl{background-color:#e0e0ff}.highlight .sd{color:#d42}.highlight .s2,.highlight .se{background-color:#e0e0ff}.highlight .se{color:#666;font-weight:700}.highlight .sh{background-color:#e0e0ff}.highlight .si{background-color:#eee}.highlight .sx{color:#f88;background-color:#e0e0ff}.highlight .sr{color:#000}.highlight .s1,.highlight .sr{background-color:#e0e0ff}.highlight .ss{color:#fc8}.highlight .bp{color:#072}.highlight .fm{color:#5ed;font-weight:700}.highlight .vc{color:#ccf}.highlight .vg{color:#f84}.highlight .vi{color:#aaf}.highlight .vm{color:#036}.highlight .il{color:#66f;font-weight:700}.literal-block .hll{background-color:#ffc}.literal-block{background:#fff}.literal-block .c{color:#666;font-style:italic}.literal-block .err{color:red;background-color:#faa}.literal-block .k{color:#289;font-weight:700}.literal-block .o{color:#333}.literal-block .ch,.literal-block .cm{color:#666;font-style:italic}.literal-block .cp{color:#579}.literal-block .c1,.literal-block .cpf{color:#666;font-style:italic}.literal-block .cs{color:#c00;font-weight:700;font-style:italic}.literal-block .gd{color:#a00000}.literal-block .ge{font-style:italic}.literal-block .gr{color:red}.literal-block .gh{color:navy;font-weight:700}.literal-block .gi{color:#00a000}.literal-block .go{color:#888}.literal-block .gp{color:#c65d09;font-weight:700}.literal-block .gs{font-weight:700}.literal-block .gu{color:purple;font-weight:700}.literal-block .gt{color:#04d}.literal-block .kc,.literal-block .kd,.literal-block .kn{color:#289;font-weight:700}.literal-block .kp{color:#08f;font-weight:700}.literal-block .kr{color:#289;font-weight:700}.literal-block .kt{color:#66f;font-weight:700}.literal-block .m{color:#60e;font-weight:700}.literal-block .s{background-color:#e0e0ff}.literal-block .na{color:#007}.literal-block .nb{color:#072}.literal-block .nc{color:#e9e;font-weight:700}.literal-block .no{color:#5ed;font-weight:700}.literal-block .nd{color:#555;font-weight:700}.literal-block .ni{color:#800}.literal-block .ne{color:red;font-weight:700}.literal-block .nf{color:#5ed;font-weight:700}.literal-block .nl{color:#970;font-weight:700}.literal-block .nn{color:#0e84b5;font-weight:700}.literal-block .nt{color:#070}.literal-block .nv{color:#036}.literal-block .ow{color:#000;font-weight:700}.literal-block .w{color:#bbb}.literal-block .mb,.literal-block .mf{color:#60e;font-weight:700}.literal-block .mh{color:#058;font-weight:700}.literal-block .mi{color:#66f;font-weight:700}.literal-block .mo{color:#40e;font-weight:700}.literal-block .sa,.literal-block .sb{background-color:#e0e0ff}.literal-block .sc{color:#88f}.literal-block .dl{background-color:#e0e0ff}.literal-block .sd{color:#d42}.literal-block .s2,.literal-block .se{background-color:#e0e0ff}.literal-block .se{color:#666;font-weight:700}.literal-block .sh{background-color:#e0e0ff}.literal-block .si{background-color:#eee}.literal-block .sx{color:#f88;background-color:#e0e0ff}.literal-block .sr{color:#000}.literal-block .s1,.literal-block .sr{background-color:#e0e0ff}.literal-block .ss{color:#fc8}.literal-block .bp{color:#072}.literal-block .fm{color:#5ed;font-weight:700}.literal-block .vc{color:#ccf}.literal-block .vg{color:#f84}.literal-block .vi{color:#aaf}.literal-block .vm{color:#036}.literal-block .il{color:#66f;font-weight:700} \ No newline at end of file diff --git a/static/pygments/native.css b/static/pygments/native.css index 73ff7b0..70cba50 100644 --- a/static/pygments/native.css +++ b/static/pygments/native.css @@ -75,4 +75,82 @@ .highlight .vg { color: #40ffff } /* Name.Variable.Global */ .highlight .vi { color: #40ffff } /* Name.Variable.Instance */ .highlight .vm { color: #40ffff } /* Name.Variable.Magic */ -.highlight .il { color: #3677a9 } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #3677a9 } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #404040 } +.literal-block { background: #202020; color: #d0d0d0 } +.literal-block .c { color: #999999; font-style: italic } /* Comment */ +.literal-block .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.literal-block .esc { color: #d0d0d0 } /* Escape */ +.literal-block .g { color: #d0d0d0 } /* Generic */ +.literal-block .k { color: #6ab825; font-weight: bold } /* Keyword */ +.literal-block .l { color: #d0d0d0 } /* Literal */ +.literal-block .n { color: #d0d0d0 } /* Name */ +.literal-block .o { color: #d0d0d0 } /* Operator */ +.literal-block .x { color: #d0d0d0 } /* Other */ +.literal-block .p { color: #d0d0d0 } /* Punctuation */ +.literal-block .ch { color: #999999; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #999999; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */ +.literal-block .cpf { color: #999999; font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { color: #999999; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ +.literal-block .gd { color: #d22323 } /* Generic.Deleted */ +.literal-block .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ +.literal-block .gr { color: #d22323 } /* Generic.Error */ +.literal-block .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ +.literal-block .gi { color: #589819 } /* Generic.Inserted */ +.literal-block .go { color: #cccccc } /* Generic.Output */ +.literal-block .gp { color: #aaaaaa } /* Generic.Prompt */ +.literal-block .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ +.literal-block .gt { color: #d22323 } /* Generic.Traceback */ +.literal-block .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */ +.literal-block .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */ +.literal-block .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */ +.literal-block .kp { color: #6ab825 } /* Keyword.Pseudo */ +.literal-block .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */ +.literal-block .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */ +.literal-block .ld { color: #d0d0d0 } /* Literal.Date */ +.literal-block .m { color: #3677a9 } /* Literal.Number */ +.literal-block .s { color: #ed9d13 } /* Literal.String */ +.literal-block .na { color: #bbbbbb } /* Name.Attribute */ +.literal-block .nb { color: #24909d } /* Name.Builtin */ +.literal-block .nc { color: #447fcf; text-decoration: underline } /* Name.Class */ +.literal-block .no { color: #40ffff } /* Name.Constant */ +.literal-block .nd { color: #ffa500 } /* Name.Decorator */ +.literal-block .ni { color: #d0d0d0 } /* Name.Entity */ +.literal-block .ne { color: #bbbbbb } /* Name.Exception */ +.literal-block .nf { color: #447fcf } /* Name.Function */ +.literal-block .nl { color: #d0d0d0 } /* Name.Label */ +.literal-block .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */ +.literal-block .nx { color: #d0d0d0 } /* Name.Other */ +.literal-block .py { color: #d0d0d0 } /* Name.Property */ +.literal-block .nt { color: #6ab825; font-weight: bold } /* Name.Tag */ +.literal-block .nv { color: #40ffff } /* Name.Variable */ +.literal-block .ow { color: #6ab825; font-weight: bold } /* Operator.Word */ +.literal-block .w { color: #666666 } /* Text.Whitespace */ +.literal-block .mb { color: #3677a9 } /* Literal.Number.Bin */ +.literal-block .mf { color: #3677a9 } /* Literal.Number.Float */ +.literal-block .mh { color: #3677a9 } /* Literal.Number.Hex */ +.literal-block .mi { color: #3677a9 } /* Literal.Number.Integer */ +.literal-block .mo { color: #3677a9 } /* Literal.Number.Oct */ +.literal-block .sa { color: #ed9d13 } /* Literal.String.Affix */ +.literal-block .sb { color: #ed9d13 } /* Literal.String.Backtick */ +.literal-block .sc { color: #ed9d13 } /* Literal.String.Char */ +.literal-block .dl { color: #ed9d13 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #ed9d13 } /* Literal.String.Doc */ +.literal-block .s2 { color: #ed9d13 } /* Literal.String.Double */ +.literal-block .se { color: #ed9d13 } /* Literal.String.Escape */ +.literal-block .sh { color: #ed9d13 } /* Literal.String.Heredoc */ +.literal-block .si { color: #ed9d13 } /* Literal.String.Interpol */ +.literal-block .sx { color: #ffa500 } /* Literal.String.Other */ +.literal-block .sr { color: #ed9d13 } /* Literal.String.Regex */ +.literal-block .s1 { color: #ed9d13 } /* Literal.String.Single */ +.literal-block .ss { color: #ed9d13 } /* Literal.String.Symbol */ +.literal-block .bp { color: #24909d } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #447fcf } /* Name.Function.Magic */ +.literal-block .vc { color: #40ffff } /* Name.Variable.Class */ +.literal-block .vg { color: #40ffff } /* Name.Variable.Global */ +.literal-block .vi { color: #40ffff } /* Name.Variable.Instance */ +.literal-block .vm { color: #40ffff } /* Name.Variable.Magic */ +.literal-block .il { color: #3677a9 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/native.min.css b/static/pygments/native.min.css index 86bad82..cc83fc4 100644 --- a/static/pygments/native.min.css +++ b/static/pygments/native.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#404040}.highlight{background:#202020;color:#d0d0d0}.highlight .c{color:#999;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .esc,.highlight .g{color:#d0d0d0}.highlight .k{color:#6ab825;font-weight:700}.highlight .l,.highlight .n,.highlight .o,.highlight .p,.highlight .x{color:#d0d0d0}.highlight .ch,.highlight .cm{color:#999;font-style:italic}.highlight .cp{color:#cd2828;font-weight:700}.highlight .c1,.highlight .cpf{color:#999;font-style:italic}.highlight .cs{color:#e50808;font-weight:700;background-color:#520000}.highlight .gd{color:#d22323}.highlight .ge{color:#d0d0d0;font-style:italic}.highlight .gr{color:#d22323}.highlight .gh{color:#fff;font-weight:700}.highlight .gi{color:#589819}.highlight .go{color:#ccc}.highlight .gp{color:#aaa}.highlight .gs{color:#d0d0d0;font-weight:700}.highlight .gu{color:#fff;text-decoration:underline}.highlight .gt{color:#d22323}.highlight .kc,.highlight .kd,.highlight .kn{color:#6ab825;font-weight:700}.highlight .kp{color:#6ab825}.highlight .kr,.highlight .kt{color:#6ab825;font-weight:700}.highlight .ld{color:#d0d0d0}.highlight .m{color:#3677a9}.highlight .s{color:#ed9d13}.highlight .na{color:#bbb}.highlight .nb{color:#24909d}.highlight .nc{color:#447fcf;text-decoration:underline}.highlight .no{color:#40ffff}.highlight .nd{color:orange}.highlight .ni{color:#d0d0d0}.highlight .ne{color:#bbb}.highlight .nf{color:#447fcf}.highlight .nl{color:#d0d0d0}.highlight .nn{color:#447fcf;text-decoration:underline}.highlight .nx,.highlight .py{color:#d0d0d0}.highlight .nt{color:#6ab825;font-weight:700}.highlight .nv{color:#40ffff}.highlight .ow{color:#6ab825;font-weight:700}.highlight .w{color:#666}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#3677a9}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si{color:#ed9d13}.highlight .sx{color:orange}.highlight .s1,.highlight .sr,.highlight .ss{color:#ed9d13}.highlight .bp{color:#24909d}.highlight .fm{color:#447fcf}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#40ffff}.highlight .il{color:#3677a9} \ No newline at end of file +.highlight .hll{background-color:#404040}.highlight{background:#202020;color:#d0d0d0}.highlight .c{color:#999;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .esc,.highlight .g{color:#d0d0d0}.highlight .k{color:#6ab825;font-weight:700}.highlight .l,.highlight .n,.highlight .o,.highlight .p,.highlight .x{color:#d0d0d0}.highlight .ch,.highlight .cm{color:#999;font-style:italic}.highlight .cp{color:#cd2828;font-weight:700}.highlight .c1,.highlight .cpf{color:#999;font-style:italic}.highlight .cs{color:#e50808;font-weight:700;background-color:#520000}.highlight .gd{color:#d22323}.highlight .ge{color:#d0d0d0;font-style:italic}.highlight .gr{color:#d22323}.highlight .gh{color:#fff;font-weight:700}.highlight .gi{color:#589819}.highlight .go{color:#ccc}.highlight .gp{color:#aaa}.highlight .gs{color:#d0d0d0;font-weight:700}.highlight .gu{color:#fff;text-decoration:underline}.highlight .gt{color:#d22323}.highlight .kc,.highlight .kd,.highlight .kn{color:#6ab825;font-weight:700}.highlight .kp{color:#6ab825}.highlight .kr,.highlight .kt{color:#6ab825;font-weight:700}.highlight .ld{color:#d0d0d0}.highlight .m{color:#3677a9}.highlight .s{color:#ed9d13}.highlight .na{color:#bbb}.highlight .nb{color:#24909d}.highlight .nc{color:#447fcf;text-decoration:underline}.highlight .no{color:#40ffff}.highlight .nd{color:orange}.highlight .ni{color:#d0d0d0}.highlight .ne{color:#bbb}.highlight .nf{color:#447fcf}.highlight .nl{color:#d0d0d0}.highlight .nn{color:#447fcf;text-decoration:underline}.highlight .nx,.highlight .py{color:#d0d0d0}.highlight .nt{color:#6ab825;font-weight:700}.highlight .nv{color:#40ffff}.highlight .ow{color:#6ab825;font-weight:700}.highlight .w{color:#666}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#3677a9}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si{color:#ed9d13}.highlight .sx{color:orange}.highlight .s1,.highlight .sr,.highlight .ss{color:#ed9d13}.highlight .bp{color:#24909d}.highlight .fm{color:#447fcf}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#40ffff}.highlight .il{color:#3677a9}.literal-block .hll{background-color:#404040}.literal-block{background:#202020;color:#d0d0d0}.literal-block .c{color:#999;font-style:italic}.literal-block .err{color:#a61717;background-color:#e3d2d2}.literal-block .esc,.literal-block .g{color:#d0d0d0}.literal-block .k{color:#6ab825;font-weight:700}.literal-block .l,.literal-block .n,.literal-block .o,.literal-block .p,.literal-block .x{color:#d0d0d0}.literal-block .ch,.literal-block .cm{color:#999;font-style:italic}.literal-block .cp{color:#cd2828;font-weight:700}.literal-block .c1,.literal-block .cpf{color:#999;font-style:italic}.literal-block .cs{color:#e50808;font-weight:700;background-color:#520000}.literal-block .gd{color:#d22323}.literal-block .ge{color:#d0d0d0;font-style:italic}.literal-block .gr{color:#d22323}.literal-block .gh{color:#fff;font-weight:700}.literal-block .gi{color:#589819}.literal-block .go{color:#ccc}.literal-block .gp{color:#aaa}.literal-block .gs{color:#d0d0d0;font-weight:700}.literal-block .gu{color:#fff;text-decoration:underline}.literal-block .gt{color:#d22323}.literal-block .kc,.literal-block .kd,.literal-block .kn{color:#6ab825;font-weight:700}.literal-block .kp{color:#6ab825}.literal-block .kr,.literal-block .kt{color:#6ab825;font-weight:700}.literal-block .ld{color:#d0d0d0}.literal-block .m{color:#3677a9}.literal-block .s{color:#ed9d13}.literal-block .na{color:#bbb}.literal-block .nb{color:#24909d}.literal-block .nc{color:#447fcf;text-decoration:underline}.literal-block .no{color:#40ffff}.literal-block .nd{color:orange}.literal-block .ni{color:#d0d0d0}.literal-block .ne{color:#bbb}.literal-block .nf{color:#447fcf}.literal-block .nl{color:#d0d0d0}.literal-block .nn{color:#447fcf;text-decoration:underline}.literal-block .nx,.literal-block .py{color:#d0d0d0}.literal-block .nt{color:#6ab825;font-weight:700}.literal-block .nv{color:#40ffff}.literal-block .ow{color:#6ab825;font-weight:700}.literal-block .w{color:#666}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#3677a9}.literal-block .dl,.literal-block .s2,.literal-block .sa,.literal-block .sb,.literal-block .sc,.literal-block .sd,.literal-block .se,.literal-block .sh,.literal-block .si{color:#ed9d13}.literal-block .sx{color:orange}.literal-block .s1,.literal-block .sr,.literal-block .ss{color:#ed9d13}.literal-block .bp{color:#24909d}.literal-block .fm{color:#447fcf}.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#40ffff}.literal-block .il{color:#3677a9} \ No newline at end of file diff --git a/static/pygments/paraiso-dark.css b/static/pygments/paraiso-dark.css index 7a6cdbf..87065dc 100644 --- a/static/pygments/paraiso-dark.css +++ b/static/pygments/paraiso-dark.css @@ -69,4 +69,76 @@ .highlight .vg { color: #ef6155 } /* Name.Variable.Global */ .highlight .vi { color: #ef6155 } /* Name.Variable.Instance */ .highlight .vm { color: #ef6155 } /* Name.Variable.Magic */ -.highlight .il { color: #f99b15 } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #f99b15 } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #4f424c } +.literal-block { background: #2f1e2e; color: #e7e9db } +.literal-block .c { color: #776e71 } /* Comment */ +.literal-block .err { color: #ef6155 } /* Error */ +.literal-block .k { color: #815ba4 } /* Keyword */ +.literal-block .l { color: #f99b15 } /* Literal */ +.literal-block .n { color: #e7e9db } /* Name */ +.literal-block .o { color: #5bc4bf } /* Operator */ +.literal-block .p { color: #e7e9db } /* Punctuation */ +.literal-block .ch { color: #776e71 } /* Comment.Hashbang */ +.literal-block .cm { color: #776e71 } /* Comment.Multiline */ +.literal-block .cp { color: #776e71 } /* Comment.Preproc */ +.literal-block .cpf { color: #776e71 } /* Comment.PreprocFile */ +.literal-block .c1 { color: #776e71 } /* Comment.Single */ +.literal-block .cs { color: #776e71 } /* Comment.Special */ +.literal-block .gd { color: #ef6155 } /* Generic.Deleted */ +.literal-block .ge { font-style: italic } /* Generic.Emph */ +.literal-block .gh { color: #e7e9db; font-weight: bold } /* Generic.Heading */ +.literal-block .gi { color: #48b685 } /* Generic.Inserted */ +.literal-block .gp { color: #776e71; font-weight: bold } /* Generic.Prompt */ +.literal-block .gs { font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #5bc4bf; font-weight: bold } /* Generic.Subheading */ +.literal-block .kc { color: #815ba4 } /* Keyword.Constant */ +.literal-block .kd { color: #815ba4 } /* Keyword.Declaration */ +.literal-block .kn { color: #5bc4bf } /* Keyword.Namespace */ +.literal-block .kp { color: #815ba4 } /* Keyword.Pseudo */ +.literal-block .kr { color: #815ba4 } /* Keyword.Reserved */ +.literal-block .kt { color: #fec418 } /* Keyword.Type */ +.literal-block .ld { color: #48b685 } /* Literal.Date */ +.literal-block .m { color: #f99b15 } /* Literal.Number */ +.literal-block .s { color: #48b685 } /* Literal.String */ +.literal-block .na { color: #06b6ef } /* Name.Attribute */ +.literal-block .nb { color: #e7e9db } /* Name.Builtin */ +.literal-block .nc { color: #fec418 } /* Name.Class */ +.literal-block .no { color: #ef6155 } /* Name.Constant */ +.literal-block .nd { color: #5bc4bf } /* Name.Decorator */ +.literal-block .ni { color: #e7e9db } /* Name.Entity */ +.literal-block .ne { color: #ef6155 } /* Name.Exception */ +.literal-block .nf { color: #06b6ef } /* Name.Function */ +.literal-block .nl { color: #e7e9db } /* Name.Label */ +.literal-block .nn { color: #fec418 } /* Name.Namespace */ +.literal-block .nx { color: #06b6ef } /* Name.Other */ +.literal-block .py { color: #e7e9db } /* Name.Property */ +.literal-block .nt { color: #5bc4bf } /* Name.Tag */ +.literal-block .nv { color: #ef6155 } /* Name.Variable */ +.literal-block .ow { color: #5bc4bf } /* Operator.Word */ +.literal-block .w { color: #e7e9db } /* Text.Whitespace */ +.literal-block .mb { color: #f99b15 } /* Literal.Number.Bin */ +.literal-block .mf { color: #f99b15 } /* Literal.Number.Float */ +.literal-block .mh { color: #f99b15 } /* Literal.Number.Hex */ +.literal-block .mi { color: #f99b15 } /* Literal.Number.Integer */ +.literal-block .mo { color: #f99b15 } /* Literal.Number.Oct */ +.literal-block .sa { color: #48b685 } /* Literal.String.Affix */ +.literal-block .sb { color: #48b685 } /* Literal.String.Backtick */ +.literal-block .sc { color: #e7e9db } /* Literal.String.Char */ +.literal-block .dl { color: #48b685 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #776e71 } /* Literal.String.Doc */ +.literal-block .s2 { color: #48b685 } /* Literal.String.Double */ +.literal-block .se { color: #f99b15 } /* Literal.String.Escape */ +.literal-block .sh { color: #48b685 } /* Literal.String.Heredoc */ +.literal-block .si { color: #f99b15 } /* Literal.String.Interpol */ +.literal-block .sx { color: #48b685 } /* Literal.String.Other */ +.literal-block .sr { color: #48b685 } /* Literal.String.Regex */ +.literal-block .s1 { color: #48b685 } /* Literal.String.Single */ +.literal-block .ss { color: #48b685 } /* Literal.String.Symbol */ +.literal-block .bp { color: #e7e9db } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #06b6ef } /* Name.Function.Magic */ +.literal-block .vc { color: #ef6155 } /* Name.Variable.Class */ +.literal-block .vg { color: #ef6155 } /* Name.Variable.Global */ +.literal-block .vi { color: #ef6155 } /* Name.Variable.Instance */ +.literal-block .vm { color: #ef6155 } /* Name.Variable.Magic */ +.literal-block .il { color: #f99b15 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/paraiso-dark.min.css b/static/pygments/paraiso-dark.min.css index 0d44a8d..c64e703 100644 --- a/static/pygments/paraiso-dark.min.css +++ b/static/pygments/paraiso-dark.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#4f424c}.highlight{background:#2f1e2e;color:#e7e9db}.highlight .c{color:#776e71}.highlight .err{color:#ef6155}.highlight .k{color:#815ba4}.highlight .l{color:#f99b15}.highlight .n{color:#e7e9db}.highlight .o{color:#5bc4bf}.highlight .p{color:#e7e9db}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#776e71}.highlight .gd{color:#ef6155}.highlight .ge{font-style:italic}.highlight .gh{color:#e7e9db;font-weight:700}.highlight .gi{color:#48b685}.highlight .gp{color:#776e71}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:#5bc4bf}.highlight .kc,.highlight .kd{color:#815ba4}.highlight .kn{color:#5bc4bf}.highlight .kp,.highlight .kr{color:#815ba4}.highlight .kt{color:#fec418}.highlight .ld{color:#48b685}.highlight .m{color:#f99b15}.highlight .s{color:#48b685}.highlight .na{color:#06b6ef}.highlight .nb{color:#e7e9db}.highlight .nc{color:#fec418}.highlight .no{color:#ef6155}.highlight .nd{color:#5bc4bf}.highlight .ni{color:#e7e9db}.highlight .ne{color:#ef6155}.highlight .nf{color:#06b6ef}.highlight .nl{color:#e7e9db}.highlight .nn{color:#fec418}.highlight .nx{color:#06b6ef}.highlight .py{color:#e7e9db}.highlight .nt{color:#5bc4bf}.highlight .nv{color:#ef6155}.highlight .ow{color:#5bc4bf}.highlight .w{color:#e7e9db}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#f99b15}.highlight .sa,.highlight .sb{color:#48b685}.highlight .sc{color:#e7e9db}.highlight .dl{color:#48b685}.highlight .sd{color:#776e71}.highlight .s2{color:#48b685}.highlight .se{color:#f99b15}.highlight .sh{color:#48b685}.highlight .si{color:#f99b15}.highlight .s1,.highlight .sr,.highlight .ss,.highlight .sx{color:#48b685}.highlight .bp{color:#e7e9db}.highlight .fm{color:#06b6ef}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#ef6155}.highlight .il{color:#f99b15} \ No newline at end of file +.highlight .hll{background-color:#4f424c}.highlight{background:#2f1e2e;color:#e7e9db}.highlight .c{color:#776e71}.highlight .err{color:#ef6155}.highlight .k{color:#815ba4}.highlight .l{color:#f99b15}.highlight .n{color:#e7e9db}.highlight .o{color:#5bc4bf}.highlight .p{color:#e7e9db}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#776e71}.highlight .gd{color:#ef6155}.highlight .ge{font-style:italic}.highlight .gh{color:#e7e9db;font-weight:700}.highlight .gi{color:#48b685}.highlight .gp{color:#776e71}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:#5bc4bf}.highlight .kc,.highlight .kd{color:#815ba4}.highlight .kn{color:#5bc4bf}.highlight .kp,.highlight .kr{color:#815ba4}.highlight .kt{color:#fec418}.highlight .ld{color:#48b685}.highlight .m{color:#f99b15}.highlight .s{color:#48b685}.highlight .na{color:#06b6ef}.highlight .nb{color:#e7e9db}.highlight .nc{color:#fec418}.highlight .no{color:#ef6155}.highlight .nd{color:#5bc4bf}.highlight .ni{color:#e7e9db}.highlight .ne{color:#ef6155}.highlight .nf{color:#06b6ef}.highlight .nl{color:#e7e9db}.highlight .nn{color:#fec418}.highlight .nx{color:#06b6ef}.highlight .py{color:#e7e9db}.highlight .nt{color:#5bc4bf}.highlight .nv{color:#ef6155}.highlight .ow{color:#5bc4bf}.highlight .w{color:#e7e9db}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#f99b15}.highlight .sa,.highlight .sb{color:#48b685}.highlight .sc{color:#e7e9db}.highlight .dl{color:#48b685}.highlight .sd{color:#776e71}.highlight .s2{color:#48b685}.highlight .se{color:#f99b15}.highlight .sh{color:#48b685}.highlight .si{color:#f99b15}.highlight .s1,.highlight .sr,.highlight .ss,.highlight .sx{color:#48b685}.highlight .bp{color:#e7e9db}.highlight .fm{color:#06b6ef}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#ef6155}.highlight .il{color:#f99b15}.literal-block .hll{background-color:#4f424c}.literal-block{background:#2f1e2e;color:#e7e9db}.literal-block .c{color:#776e71}.literal-block .err{color:#ef6155}.literal-block .k{color:#815ba4}.literal-block .l{color:#f99b15}.literal-block .n{color:#e7e9db}.literal-block .o{color:#5bc4bf}.literal-block .p{color:#e7e9db}.literal-block .c1,.literal-block .ch,.literal-block .cm,.literal-block .cp,.literal-block .cpf,.literal-block .cs{color:#776e71}.literal-block .gd{color:#ef6155}.literal-block .ge{font-style:italic}.literal-block .gh{color:#e7e9db;font-weight:700}.literal-block .gi{color:#48b685}.literal-block .gp{color:#776e71;font-weight:700}.literal-block .gs{font-weight:700}.literal-block .gu{color:#5bc4bf;font-weight:700}.literal-block .kc,.literal-block .kd{color:#815ba4}.literal-block .kn{color:#5bc4bf}.literal-block .kp,.literal-block .kr{color:#815ba4}.literal-block .kt{color:#fec418}.literal-block .ld{color:#48b685}.literal-block .m{color:#f99b15}.literal-block .s{color:#48b685}.literal-block .na{color:#06b6ef}.literal-block .nb{color:#e7e9db}.literal-block .nc{color:#fec418}.literal-block .no{color:#ef6155}.literal-block .nd{color:#5bc4bf}.literal-block .ni{color:#e7e9db}.literal-block .ne{color:#ef6155}.literal-block .nf{color:#06b6ef}.literal-block .nl{color:#e7e9db}.literal-block .nn{color:#fec418}.literal-block .nx{color:#06b6ef}.literal-block .py{color:#e7e9db}.literal-block .nt{color:#5bc4bf}.literal-block .nv{color:#ef6155}.literal-block .ow{color:#5bc4bf}.literal-block .w{color:#e7e9db}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#f99b15}.literal-block .sa,.literal-block .sb{color:#48b685}.literal-block .sc{color:#e7e9db}.literal-block .dl{color:#48b685}.literal-block .sd{color:#776e71}.literal-block .s2{color:#48b685}.literal-block .se{color:#f99b15}.literal-block .sh{color:#48b685}.literal-block .si{color:#f99b15}.literal-block .s1,.literal-block .sr,.literal-block .ss,.literal-block .sx{color:#48b685}.literal-block .bp{color:#e7e9db}.literal-block .fm{color:#06b6ef}.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#ef6155}.literal-block .il{color:#f99b15} \ No newline at end of file diff --git a/static/pygments/paraiso-light.css b/static/pygments/paraiso-light.css index eec7c17..39b1e6e 100644 --- a/static/pygments/paraiso-light.css +++ b/static/pygments/paraiso-light.css @@ -69,4 +69,76 @@ .highlight .vg { color: #ef6155 } /* Name.Variable.Global */ .highlight .vi { color: #ef6155 } /* Name.Variable.Instance */ .highlight .vm { color: #ef6155 } /* Name.Variable.Magic */ -.highlight .il { color: #f99b15 } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #f99b15 } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #a39e9b } +.literal-block { background: #e7e9db; color: #2f1e2e } +.literal-block .c { color: #8d8687 } /* Comment */ +.literal-block .err { color: #ef6155 } /* Error */ +.literal-block .k { color: #815ba4 } /* Keyword */ +.literal-block .l { color: #f99b15 } /* Literal */ +.literal-block .n { color: #2f1e2e } /* Name */ +.literal-block .o { color: #5bc4bf } /* Operator */ +.literal-block .p { color: #2f1e2e } /* Punctuation */ +.literal-block .ch { color: #8d8687 } /* Comment.Hashbang */ +.literal-block .cm { color: #8d8687 } /* Comment.Multiline */ +.literal-block .cp { color: #8d8687 } /* Comment.Preproc */ +.literal-block .cpf { color: #8d8687 } /* Comment.PreprocFile */ +.literal-block .c1 { color: #8d8687 } /* Comment.Single */ +.literal-block .cs { color: #8d8687 } /* Comment.Special */ +.literal-block .gd { color: #ef6155 } /* Generic.Deleted */ +.literal-block .ge { font-style: italic } /* Generic.Emph */ +.literal-block .gh { color: #2f1e2e; font-weight: bold } /* Generic.Heading */ +.literal-block .gi { color: #48b685 } /* Generic.Inserted */ +.literal-block .gp { color: #8d8687; font-weight: bold } /* Generic.Prompt */ +.literal-block .gs { font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #5bc4bf; font-weight: bold } /* Generic.Subheading */ +.literal-block .kc { color: #815ba4 } /* Keyword.Constant */ +.literal-block .kd { color: #815ba4 } /* Keyword.Declaration */ +.literal-block .kn { color: #5bc4bf } /* Keyword.Namespace */ +.literal-block .kp { color: #815ba4 } /* Keyword.Pseudo */ +.literal-block .kr { color: #815ba4 } /* Keyword.Reserved */ +.literal-block .kt { color: #fec418 } /* Keyword.Type */ +.literal-block .ld { color: #48b685 } /* Literal.Date */ +.literal-block .m { color: #f99b15 } /* Literal.Number */ +.literal-block .s { color: #48b685 } /* Literal.String */ +.literal-block .na { color: #06b6ef } /* Name.Attribute */ +.literal-block .nb { color: #2f1e2e } /* Name.Builtin */ +.literal-block .nc { color: #fec418 } /* Name.Class */ +.literal-block .no { color: #ef6155 } /* Name.Constant */ +.literal-block .nd { color: #5bc4bf } /* Name.Decorator */ +.literal-block .ni { color: #2f1e2e } /* Name.Entity */ +.literal-block .ne { color: #ef6155 } /* Name.Exception */ +.literal-block .nf { color: #06b6ef } /* Name.Function */ +.literal-block .nl { color: #2f1e2e } /* Name.Label */ +.literal-block .nn { color: #fec418 } /* Name.Namespace */ +.literal-block .nx { color: #06b6ef } /* Name.Other */ +.literal-block .py { color: #2f1e2e } /* Name.Property */ +.literal-block .nt { color: #5bc4bf } /* Name.Tag */ +.literal-block .nv { color: #ef6155 } /* Name.Variable */ +.literal-block .ow { color: #5bc4bf } /* Operator.Word */ +.literal-block .w { color: #2f1e2e } /* Text.Whitespace */ +.literal-block .mb { color: #f99b15 } /* Literal.Number.Bin */ +.literal-block .mf { color: #f99b15 } /* Literal.Number.Float */ +.literal-block .mh { color: #f99b15 } /* Literal.Number.Hex */ +.literal-block .mi { color: #f99b15 } /* Literal.Number.Integer */ +.literal-block .mo { color: #f99b15 } /* Literal.Number.Oct */ +.literal-block .sa { color: #48b685 } /* Literal.String.Affix */ +.literal-block .sb { color: #48b685 } /* Literal.String.Backtick */ +.literal-block .sc { color: #2f1e2e } /* Literal.String.Char */ +.literal-block .dl { color: #48b685 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #8d8687 } /* Literal.String.Doc */ +.literal-block .s2 { color: #48b685 } /* Literal.String.Double */ +.literal-block .se { color: #f99b15 } /* Literal.String.Escape */ +.literal-block .sh { color: #48b685 } /* Literal.String.Heredoc */ +.literal-block .si { color: #f99b15 } /* Literal.String.Interpol */ +.literal-block .sx { color: #48b685 } /* Literal.String.Other */ +.literal-block .sr { color: #48b685 } /* Literal.String.Regex */ +.literal-block .s1 { color: #48b685 } /* Literal.String.Single */ +.literal-block .ss { color: #48b685 } /* Literal.String.Symbol */ +.literal-block .bp { color: #2f1e2e } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #06b6ef } /* Name.Function.Magic */ +.literal-block .vc { color: #ef6155 } /* Name.Variable.Class */ +.literal-block .vg { color: #ef6155 } /* Name.Variable.Global */ +.literal-block .vi { color: #ef6155 } /* Name.Variable.Instance */ +.literal-block .vm { color: #ef6155 } /* Name.Variable.Magic */ +.literal-block .il { color: #f99b15 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/paraiso-light.min.css b/static/pygments/paraiso-light.min.css index 591c097..4ad09c4 100644 --- a/static/pygments/paraiso-light.min.css +++ b/static/pygments/paraiso-light.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#a39e9b}.highlight{background:#e7e9db;color:#2f1e2e}.highlight .c{color:#8d8687}.highlight .err{color:#ef6155}.highlight .k{color:#815ba4}.highlight .l{color:#f99b15}.highlight .n{color:#2f1e2e}.highlight .o{color:#5bc4bf}.highlight .p{color:#2f1e2e}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#8d8687}.highlight .gd{color:#ef6155}.highlight .ge{font-style:italic}.highlight .gh{color:#2f1e2e;font-weight:700}.highlight .gi{color:#48b685}.highlight .gp{color:#8d8687}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:#5bc4bf}.highlight .kc,.highlight .kd{color:#815ba4}.highlight .kn{color:#5bc4bf}.highlight .kp,.highlight .kr{color:#815ba4}.highlight .kt{color:#fec418}.highlight .ld{color:#48b685}.highlight .m{color:#f99b15}.highlight .s{color:#48b685}.highlight .na{color:#06b6ef}.highlight .nb{color:#2f1e2e}.highlight .nc{color:#fec418}.highlight .no{color:#ef6155}.highlight .nd{color:#5bc4bf}.highlight .ni{color:#2f1e2e}.highlight .ne{color:#ef6155}.highlight .nf{color:#06b6ef}.highlight .nl{color:#2f1e2e}.highlight .nn{color:#fec418}.highlight .nx{color:#06b6ef}.highlight .py{color:#2f1e2e}.highlight .nt{color:#5bc4bf}.highlight .nv{color:#ef6155}.highlight .ow{color:#5bc4bf}.highlight .w{color:#2f1e2e}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#f99b15}.highlight .sa,.highlight .sb{color:#48b685}.highlight .sc{color:#2f1e2e}.highlight .dl{color:#48b685}.highlight .sd{color:#8d8687}.highlight .s2{color:#48b685}.highlight .se{color:#f99b15}.highlight .sh{color:#48b685}.highlight .si{color:#f99b15}.highlight .s1,.highlight .sr,.highlight .ss,.highlight .sx{color:#48b685}.highlight .bp{color:#2f1e2e}.highlight .fm{color:#06b6ef}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#ef6155}.highlight .il{color:#f99b15} \ No newline at end of file +.highlight .hll{background-color:#a39e9b}.highlight{background:#e7e9db;color:#2f1e2e}.highlight .c{color:#8d8687}.highlight .err{color:#ef6155}.highlight .k{color:#815ba4}.highlight .l{color:#f99b15}.highlight .n{color:#2f1e2e}.highlight .o{color:#5bc4bf}.highlight .p{color:#2f1e2e}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#8d8687}.highlight .gd{color:#ef6155}.highlight .ge{font-style:italic}.highlight .gh{color:#2f1e2e;font-weight:700}.highlight .gi{color:#48b685}.highlight .gp{color:#8d8687}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:#5bc4bf}.highlight .kc,.highlight .kd{color:#815ba4}.highlight .kn{color:#5bc4bf}.highlight .kp,.highlight .kr{color:#815ba4}.highlight .kt{color:#fec418}.highlight .ld{color:#48b685}.highlight .m{color:#f99b15}.highlight .s{color:#48b685}.highlight .na{color:#06b6ef}.highlight .nb{color:#2f1e2e}.highlight .nc{color:#fec418}.highlight .no{color:#ef6155}.highlight .nd{color:#5bc4bf}.highlight .ni{color:#2f1e2e}.highlight .ne{color:#ef6155}.highlight .nf{color:#06b6ef}.highlight .nl{color:#2f1e2e}.highlight .nn{color:#fec418}.highlight .nx{color:#06b6ef}.highlight .py{color:#2f1e2e}.highlight .nt{color:#5bc4bf}.highlight .nv{color:#ef6155}.highlight .ow{color:#5bc4bf}.highlight .w{color:#2f1e2e}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#f99b15}.highlight .sa,.highlight .sb{color:#48b685}.highlight .sc{color:#2f1e2e}.highlight .dl{color:#48b685}.highlight .sd{color:#8d8687}.highlight .s2{color:#48b685}.highlight .se{color:#f99b15}.highlight .sh{color:#48b685}.highlight .si{color:#f99b15}.highlight .s1,.highlight .sr,.highlight .ss,.highlight .sx{color:#48b685}.highlight .bp{color:#2f1e2e}.highlight .fm{color:#06b6ef}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#ef6155}.highlight .il{color:#f99b15}.literal-block .hll{background-color:#a39e9b}.literal-block{background:#e7e9db;color:#2f1e2e}.literal-block .c{color:#8d8687}.literal-block .err{color:#ef6155}.literal-block .k{color:#815ba4}.literal-block .l{color:#f99b15}.literal-block .n{color:#2f1e2e}.literal-block .o{color:#5bc4bf}.literal-block .p{color:#2f1e2e}.literal-block .c1,.literal-block .ch,.literal-block .cm,.literal-block .cp,.literal-block .cpf,.literal-block .cs{color:#8d8687}.literal-block .gd{color:#ef6155}.literal-block .ge{font-style:italic}.literal-block .gh{color:#2f1e2e;font-weight:700}.literal-block .gi{color:#48b685}.literal-block .gp{color:#8d8687;font-weight:700}.literal-block .gs{font-weight:700}.literal-block .gu{color:#5bc4bf;font-weight:700}.literal-block .kc,.literal-block .kd{color:#815ba4}.literal-block .kn{color:#5bc4bf}.literal-block .kp,.literal-block .kr{color:#815ba4}.literal-block .kt{color:#fec418}.literal-block .ld{color:#48b685}.literal-block .m{color:#f99b15}.literal-block .s{color:#48b685}.literal-block .na{color:#06b6ef}.literal-block .nb{color:#2f1e2e}.literal-block .nc{color:#fec418}.literal-block .no{color:#ef6155}.literal-block .nd{color:#5bc4bf}.literal-block .ni{color:#2f1e2e}.literal-block .ne{color:#ef6155}.literal-block .nf{color:#06b6ef}.literal-block .nl{color:#2f1e2e}.literal-block .nn{color:#fec418}.literal-block .nx{color:#06b6ef}.literal-block .py{color:#2f1e2e}.literal-block .nt{color:#5bc4bf}.literal-block .nv{color:#ef6155}.literal-block .ow{color:#5bc4bf}.literal-block .w{color:#2f1e2e}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#f99b15}.literal-block .sa,.literal-block .sb{color:#48b685}.literal-block .sc{color:#2f1e2e}.literal-block .dl{color:#48b685}.literal-block .sd{color:#8d8687}.literal-block .s2{color:#48b685}.literal-block .se{color:#f99b15}.literal-block .sh{color:#48b685}.literal-block .si{color:#f99b15}.literal-block .s1,.literal-block .sr,.literal-block .ss,.literal-block .sx{color:#48b685}.literal-block .bp{color:#2f1e2e}.literal-block .fm{color:#06b6ef}.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#ef6155}.literal-block .il{color:#f99b15} \ No newline at end of file diff --git a/static/pygments/pastie.css b/static/pygments/pastie.css index 6b5cebb..8e9374e 100644 --- a/static/pygments/pastie.css +++ b/static/pygments/pastie.css @@ -65,4 +65,72 @@ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ -.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #ffffff; } +.literal-block .c { color: #888888 } /* Comment */ +.literal-block .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.literal-block .k { color: #008800; font-weight: bold } /* Keyword */ +.literal-block .ch { color: #888888 } /* Comment.Hashbang */ +.literal-block .cm { color: #888888 } /* Comment.Multiline */ +.literal-block .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ +.literal-block .cpf { color: #888888 } /* Comment.PreprocFile */ +.literal-block .c1 { color: #888888 } /* Comment.Single */ +.literal-block .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ +.literal-block .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.literal-block .ge { font-style: italic } /* Generic.Emph */ +.literal-block .gr { color: #aa0000 } /* Generic.Error */ +.literal-block .gh { color: #333333 } /* Generic.Heading */ +.literal-block .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ +.literal-block .go { color: #888888 } /* Generic.Output */ +.literal-block .gp { color: #555555 } /* Generic.Prompt */ +.literal-block .gs { font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #666666 } /* Generic.Subheading */ +.literal-block .gt { color: #aa0000 } /* Generic.Traceback */ +.literal-block .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ +.literal-block .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ +.literal-block .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ +.literal-block .kp { color: #008800 } /* Keyword.Pseudo */ +.literal-block .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ +.literal-block .kt { color: #888888; font-weight: bold } /* Keyword.Type */ +.literal-block .m { color: #0000DD; font-weight: bold } /* Literal.Number */ +.literal-block .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ +.literal-block .na { color: #336699 } /* Name.Attribute */ +.literal-block .nb { color: #003388 } /* Name.Builtin */ +.literal-block .nc { color: #bb0066; font-weight: bold } /* Name.Class */ +.literal-block .no { color: #003366; font-weight: bold } /* Name.Constant */ +.literal-block .nd { color: #555555 } /* Name.Decorator */ +.literal-block .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ +.literal-block .nf { color: #0066bb; font-weight: bold } /* Name.Function */ +.literal-block .nl { color: #336699; font-style: italic } /* Name.Label */ +.literal-block .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ +.literal-block .py { color: #336699; font-weight: bold } /* Name.Property */ +.literal-block .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ +.literal-block .nv { color: #336699 } /* Name.Variable */ +.literal-block .ow { color: #008800 } /* Operator.Word */ +.literal-block .w { color: #bbbbbb } /* Text.Whitespace */ +.literal-block .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ +.literal-block .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ +.literal-block .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ +.literal-block .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ +.literal-block .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ +.literal-block .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ +.literal-block .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ +.literal-block .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ +.literal-block .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ +.literal-block .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ +.literal-block .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ +.literal-block .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ +.literal-block .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ +.literal-block .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ +.literal-block .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ +.literal-block .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ +.literal-block .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ +.literal-block .bp { color: #003388 } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ +.literal-block .vc { color: #336699 } /* Name.Variable.Class */ +.literal-block .vg { color: #dd7700 } /* Name.Variable.Global */ +.literal-block .vi { color: #3333bb } /* Name.Variable.Instance */ +.literal-block .vm { color: #336699 } /* Name.Variable.Magic */ +.literal-block .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/pastie.min.css b/static/pygments/pastie.min.css index bbfefb7..a274bfc 100644 --- a/static/pygments/pastie.min.css +++ b/static/pygments/pastie.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#888}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{color:#080;font-weight:700}.highlight .ch,.highlight .cm{color:#888}.highlight .cp{color:#c00;font-weight:700}.highlight .c1,.highlight .cpf{color:#888}.highlight .cs{color:#c00;font-weight:700;background-color:#fff0f0}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#333}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#666}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn{color:#080;font-weight:700}.highlight .kp{color:#080}.highlight .kr{color:#080;font-weight:700}.highlight .kt{color:#888;font-weight:700}.highlight .m{color:#00d;font-weight:700}.highlight .s{color:#d20;background-color:#fff0f0}.highlight .na{color:#369}.highlight .nb{color:#038}.highlight .nc{color:#b06;font-weight:700}.highlight .no{color:#036;font-weight:700}.highlight .nd{color:#555}.highlight .ne{color:#b06;font-weight:700}.highlight .nf{color:#06b;font-weight:700}.highlight .nl{color:#369;font-style:italic}.highlight .nn{color:#b06;font-weight:700}.highlight .py{color:#369;font-weight:700}.highlight .nt{color:#b06;font-weight:700}.highlight .nv{color:#369}.highlight .ow{color:#080}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#00d;font-weight:700}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd{color:#d20;background-color:#fff0f0}.highlight .se{color:#04d;background-color:#fff0f0}.highlight .sh{color:#d20;background-color:#fff0f0}.highlight .si{color:#33b;background-color:#fff0f0}.highlight .sx{color:#2b2;background-color:#f0fff0}.highlight .sr{color:#080;background-color:#fff0ff}.highlight .s1{color:#d20;background-color:#fff0f0}.highlight .ss{color:#a60;background-color:#fff0f0}.highlight .bp{color:#038}.highlight .fm{color:#06b;font-weight:700}.highlight .vc{color:#369}.highlight .vg{color:#d70}.highlight .vi{color:#33b}.highlight .vm{color:#369}.highlight .il{color:#00d;font-weight:700} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#888}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{color:#080;font-weight:700}.highlight .ch,.highlight .cm{color:#888}.highlight .cp{color:#c00;font-weight:700}.highlight .c1,.highlight .cpf{color:#888}.highlight .cs{color:#c00;font-weight:700;background-color:#fff0f0}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#333}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#666}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn{color:#080;font-weight:700}.highlight .kp{color:#080}.highlight .kr{color:#080;font-weight:700}.highlight .kt{color:#888;font-weight:700}.highlight .m{color:#00d;font-weight:700}.highlight .s{color:#d20;background-color:#fff0f0}.highlight .na{color:#369}.highlight .nb{color:#038}.highlight .nc{color:#b06;font-weight:700}.highlight .no{color:#036;font-weight:700}.highlight .nd{color:#555}.highlight .ne{color:#b06;font-weight:700}.highlight .nf{color:#06b;font-weight:700}.highlight .nl{color:#369;font-style:italic}.highlight .nn{color:#b06;font-weight:700}.highlight .py{color:#369;font-weight:700}.highlight .nt{color:#b06;font-weight:700}.highlight .nv{color:#369}.highlight .ow{color:#080}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#00d;font-weight:700}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd{color:#d20;background-color:#fff0f0}.highlight .se{color:#04d;background-color:#fff0f0}.highlight .sh{color:#d20;background-color:#fff0f0}.highlight .si{color:#33b;background-color:#fff0f0}.highlight .sx{color:#2b2;background-color:#f0fff0}.highlight .sr{color:#080;background-color:#fff0ff}.highlight .s1{color:#d20;background-color:#fff0f0}.highlight .ss{color:#a60;background-color:#fff0f0}.highlight .bp{color:#038}.highlight .fm{color:#06b;font-weight:700}.highlight .vc{color:#369}.highlight .vg{color:#d70}.highlight .vi{color:#33b}.highlight .vm{color:#369}.highlight .il{color:#00d;font-weight:700}.literal-block .hll{background-color:#ffc}.literal-block{background:#fff}.literal-block .c{color:#888}.literal-block .err{color:#a61717;background-color:#e3d2d2}.literal-block .k{color:#080;font-weight:700}.literal-block .ch,.literal-block .cm{color:#888}.literal-block .cp{color:#c00;font-weight:700}.literal-block .c1,.literal-block .cpf{color:#888}.literal-block .cs{color:#c00;font-weight:700;background-color:#fff0f0}.literal-block .gd{color:#000;background-color:#fdd}.literal-block .ge{font-style:italic}.literal-block .gr{color:#a00}.literal-block .gh{color:#333}.literal-block .gi{color:#000;background-color:#dfd}.literal-block .go{color:#888}.literal-block .gp{color:#555}.literal-block .gs{font-weight:700}.literal-block .gu{color:#666}.literal-block .gt{color:#a00}.literal-block .kc,.literal-block .kd,.literal-block .kn{color:#080;font-weight:700}.literal-block .kp{color:#080}.literal-block .kr{color:#080;font-weight:700}.literal-block .kt{color:#888;font-weight:700}.literal-block .m{color:#00d;font-weight:700}.literal-block .s{color:#d20;background-color:#fff0f0}.literal-block .na{color:#369}.literal-block .nb{color:#038}.literal-block .nc{color:#b06;font-weight:700}.literal-block .no{color:#036;font-weight:700}.literal-block .nd{color:#555}.literal-block .ne{color:#b06;font-weight:700}.literal-block .nf{color:#06b;font-weight:700}.literal-block .nl{color:#369;font-style:italic}.literal-block .nn{color:#b06;font-weight:700}.literal-block .py{color:#369;font-weight:700}.literal-block .nt{color:#b06;font-weight:700}.literal-block .nv{color:#369}.literal-block .ow{color:#080}.literal-block .w{color:#bbb}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#00d;font-weight:700}.literal-block .dl,.literal-block .s2,.literal-block .sa,.literal-block .sb,.literal-block .sc,.literal-block .sd{color:#d20;background-color:#fff0f0}.literal-block .se{color:#04d;background-color:#fff0f0}.literal-block .sh{color:#d20;background-color:#fff0f0}.literal-block .si{color:#33b;background-color:#fff0f0}.literal-block .sx{color:#2b2;background-color:#f0fff0}.literal-block .sr{color:#080;background-color:#fff0ff}.literal-block .s1{color:#d20;background-color:#fff0f0}.literal-block .ss{color:#a60;background-color:#fff0f0}.literal-block .bp{color:#038}.literal-block .fm{color:#06b;font-weight:700}.literal-block .vc{color:#369}.literal-block .vg{color:#d70}.literal-block .vi{color:#33b}.literal-block .vm{color:#369}.literal-block .il{color:#00d;font-weight:700} \ No newline at end of file diff --git a/static/pygments/perldoc.css b/static/pygments/perldoc.css index c08cecb..3fc5a5b 100644 --- a/static/pygments/perldoc.css +++ b/static/pygments/perldoc.css @@ -63,4 +63,70 @@ .highlight .vg { color: #00688B } /* Name.Variable.Global */ .highlight .vi { color: #00688B } /* Name.Variable.Instance */ .highlight .vm { color: #00688B } /* Name.Variable.Magic */ -.highlight .il { color: #B452CD } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #B452CD } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #eeeedd; } +.literal-block .c { color: #228B22 } /* Comment */ +.literal-block .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.literal-block .k { color: #8B008B; font-weight: bold } /* Keyword */ +.literal-block .ch { color: #228B22 } /* Comment.Hashbang */ +.literal-block .cm { color: #228B22 } /* Comment.Multiline */ +.literal-block .cp { color: #1e889b } /* Comment.Preproc */ +.literal-block .cpf { color: #228B22 } /* Comment.PreprocFile */ +.literal-block .c1 { color: #228B22 } /* Comment.Single */ +.literal-block .cs { color: #8B008B; font-weight: bold } /* Comment.Special */ +.literal-block .gd { color: #aa0000 } /* Generic.Deleted */ +.literal-block .ge { font-style: italic } /* Generic.Emph */ +.literal-block .gr { color: #aa0000 } /* Generic.Error */ +.literal-block .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.literal-block .gi { color: #00aa00 } /* Generic.Inserted */ +.literal-block .go { color: #888888 } /* Generic.Output */ +.literal-block .gp { color: #555555 } /* Generic.Prompt */ +.literal-block .gs { font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.literal-block .gt { color: #aa0000 } /* Generic.Traceback */ +.literal-block .kc { color: #8B008B; font-weight: bold } /* Keyword.Constant */ +.literal-block .kd { color: #8B008B; font-weight: bold } /* Keyword.Declaration */ +.literal-block .kn { color: #8B008B; font-weight: bold } /* Keyword.Namespace */ +.literal-block .kp { color: #8B008B; font-weight: bold } /* Keyword.Pseudo */ +.literal-block .kr { color: #8B008B; font-weight: bold } /* Keyword.Reserved */ +.literal-block .kt { color: #00688B; font-weight: bold } /* Keyword.Type */ +.literal-block .m { color: #B452CD } /* Literal.Number */ +.literal-block .s { color: #CD5555 } /* Literal.String */ +.literal-block .na { color: #658b00 } /* Name.Attribute */ +.literal-block .nb { color: #658b00 } /* Name.Builtin */ +.literal-block .nc { color: #008b45; font-weight: bold } /* Name.Class */ +.literal-block .no { color: #00688B } /* Name.Constant */ +.literal-block .nd { color: #707a7c } /* Name.Decorator */ +.literal-block .ne { color: #008b45; font-weight: bold } /* Name.Exception */ +.literal-block .nf { color: #008b45 } /* Name.Function */ +.literal-block .nn { color: #008b45; text-decoration: underline } /* Name.Namespace */ +.literal-block .nt { color: #8B008B; font-weight: bold } /* Name.Tag */ +.literal-block .nv { color: #00688B } /* Name.Variable */ +.literal-block .ow { color: #8B008B } /* Operator.Word */ +.literal-block .w { color: #bbbbbb } /* Text.Whitespace */ +.literal-block .mb { color: #B452CD } /* Literal.Number.Bin */ +.literal-block .mf { color: #B452CD } /* Literal.Number.Float */ +.literal-block .mh { color: #B452CD } /* Literal.Number.Hex */ +.literal-block .mi { color: #B452CD } /* Literal.Number.Integer */ +.literal-block .mo { color: #B452CD } /* Literal.Number.Oct */ +.literal-block .sa { color: #CD5555 } /* Literal.String.Affix */ +.literal-block .sb { color: #CD5555 } /* Literal.String.Backtick */ +.literal-block .sc { color: #CD5555 } /* Literal.String.Char */ +.literal-block .dl { color: #CD5555 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #CD5555 } /* Literal.String.Doc */ +.literal-block .s2 { color: #CD5555 } /* Literal.String.Double */ +.literal-block .se { color: #CD5555 } /* Literal.String.Escape */ +.literal-block .sh { color: #1c7e71; font-style: italic } /* Literal.String.Heredoc */ +.literal-block .si { color: #CD5555 } /* Literal.String.Interpol */ +.literal-block .sx { color: #cb6c20 } /* Literal.String.Other */ +.literal-block .sr { color: #1c7e71 } /* Literal.String.Regex */ +.literal-block .s1 { color: #CD5555 } /* Literal.String.Single */ +.literal-block .ss { color: #CD5555 } /* Literal.String.Symbol */ +.literal-block .bp { color: #658b00 } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #008b45 } /* Name.Function.Magic */ +.literal-block .vc { color: #00688B } /* Name.Variable.Class */ +.literal-block .vg { color: #00688B } /* Name.Variable.Global */ +.literal-block .vi { color: #00688B } /* Name.Variable.Instance */ +.literal-block .vm { color: #00688B } /* Name.Variable.Magic */ +.literal-block .il { color: #B452CD } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/perldoc.min.css b/static/pygments/perldoc.min.css index d497f16..269a0e8 100644 --- a/static/pygments/perldoc.min.css +++ b/static/pygments/perldoc.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#eed}.highlight .c{color:#228b22}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{color:#8b008b;font-weight:700}.highlight .ch,.highlight .cm{color:#228b22}.highlight .cp{color:#1e889b}.highlight .c1,.highlight .cpf{color:#228b22}.highlight .cs{color:#8b008b;font-weight:700}.highlight .gd{color:#a00}.highlight .ge{font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#0a0}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#8b008b;font-weight:700}.highlight .kt{color:#00688b;font-weight:700}.highlight .m{color:#b452cd}.highlight .s{color:#cd5555}.highlight .na,.highlight .nb{color:#658b00}.highlight .nc{color:#008b45;font-weight:700}.highlight .no{color:#00688b}.highlight .nd{color:#707a7c}.highlight .ne{color:#008b45;font-weight:700}.highlight .nf{color:#008b45}.highlight .nn{color:#008b45;text-decoration:underline}.highlight .nt{color:#8b008b;font-weight:700}.highlight .nv{color:#00688b}.highlight .ow{color:#8b008b}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#b452cd}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se{color:#cd5555}.highlight .sh{color:#1c7e71;font-style:italic}.highlight .si{color:#cd5555}.highlight .sx{color:#cb6c20}.highlight .sr{color:#1c7e71}.highlight .s1,.highlight .ss{color:#cd5555}.highlight .bp{color:#658b00}.highlight .fm{color:#008b45}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#00688b}.highlight .il{color:#b452cd} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#eed}.highlight .c{color:#228b22}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{color:#8b008b;font-weight:700}.highlight .ch,.highlight .cm{color:#228b22}.highlight .cp{color:#1e889b}.highlight .c1,.highlight .cpf{color:#228b22}.highlight .cs{color:#8b008b;font-weight:700}.highlight .gd{color:#a00}.highlight .ge{font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#0a0}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:purple}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#8b008b;font-weight:700}.highlight .kt{color:#00688b;font-weight:700}.highlight .m{color:#b452cd}.highlight .s{color:#cd5555}.highlight .na,.highlight .nb{color:#658b00}.highlight .nc{color:#008b45;font-weight:700}.highlight .no{color:#00688b}.highlight .nd{color:#707a7c}.highlight .ne{color:#008b45;font-weight:700}.highlight .nf{color:#008b45}.highlight .nn{color:#008b45;text-decoration:underline}.highlight .nt{color:#8b008b;font-weight:700}.highlight .nv{color:#00688b}.highlight .ow{color:#8b008b}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#b452cd}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se{color:#cd5555}.highlight .sh{color:#1c7e71;font-style:italic}.highlight .si{color:#cd5555}.highlight .sx{color:#cb6c20}.highlight .sr{color:#1c7e71}.highlight .s1,.highlight .ss{color:#cd5555}.highlight .bp{color:#658b00}.highlight .fm{color:#008b45}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#00688b}.highlight .il{color:#b452cd}.literal-block .hll{background-color:#ffc}.literal-block{background:#eed}.literal-block .c{color:#228b22}.literal-block .err{color:#a61717;background-color:#e3d2d2}.literal-block .k{color:#8b008b;font-weight:700}.literal-block .ch,.literal-block .cm{color:#228b22}.literal-block .cp{color:#1e889b}.literal-block .c1,.literal-block .cpf{color:#228b22}.literal-block .cs{color:#8b008b;font-weight:700}.literal-block .gd{color:#a00}.literal-block .ge{font-style:italic}.literal-block .gr{color:#a00}.literal-block .gh{color:navy;font-weight:700}.literal-block .gi{color:#0a0}.literal-block .go{color:#888}.literal-block .gp{color:#555}.literal-block .gs{font-weight:700}.literal-block .gu{color:purple;font-weight:700}.literal-block .gt{color:#a00}.literal-block .kc,.literal-block .kd,.literal-block .kn,.literal-block .kp,.literal-block .kr{color:#8b008b;font-weight:700}.literal-block .kt{color:#00688b;font-weight:700}.literal-block .m{color:#b452cd}.literal-block .s{color:#cd5555}.literal-block .na,.literal-block .nb{color:#658b00}.literal-block .nc{color:#008b45;font-weight:700}.literal-block .no{color:#00688b}.literal-block .nd{color:#707a7c}.literal-block .ne{color:#008b45;font-weight:700}.literal-block .nf{color:#008b45}.literal-block .nn{color:#008b45;text-decoration:underline}.literal-block .nt{color:#8b008b;font-weight:700}.literal-block .nv{color:#00688b}.literal-block .ow{color:#8b008b}.literal-block .w{color:#bbb}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#b452cd}.literal-block .dl,.literal-block .s2,.literal-block .sa,.literal-block .sb,.literal-block .sc,.literal-block .sd,.literal-block .se{color:#cd5555}.literal-block .sh{color:#1c7e71;font-style:italic}.literal-block .si{color:#cd5555}.literal-block .sx{color:#cb6c20}.literal-block .sr{color:#1c7e71}.literal-block .s1,.literal-block .ss{color:#cd5555}.literal-block .bp{color:#658b00}.literal-block .fm{color:#008b45}.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#00688b}.literal-block .il{color:#b452cd} \ No newline at end of file diff --git a/static/pygments/rainbow_dash.css b/static/pygments/rainbow_dash.css index 2716be4..472392d 100644 --- a/static/pygments/rainbow_dash.css +++ b/static/pygments/rainbow_dash.css @@ -59,4 +59,66 @@ .highlight .ss { color: #c5060b; font-weight: bold } /* Literal.String.Symbol */ .highlight .bp { color: #5918bb; font-weight: bold } /* Name.Builtin.Pseudo */ .highlight .fm { color: #ff8000; font-weight: bold } /* Name.Function.Magic */ -.highlight .il { color: #5918bb; font-weight: bold } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #5918bb; font-weight: bold } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #ffffff; color: #4d4d4d } +.literal-block .c { color: #0080ff; font-style: italic } /* Comment */ +.literal-block .err { color: #ffffff; background-color: #cc0000 } /* Error */ +.literal-block .k { color: #2c5dcd; font-weight: bold } /* Keyword */ +.literal-block .o { color: #2c5dcd } /* Operator */ +.literal-block .ch { color: #0080ff; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #0080ff; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #0080ff } /* Comment.Preproc */ +.literal-block .cpf { color: #0080ff; font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { color: #0080ff; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #0080ff; font-weight: bold; font-style: italic } /* Comment.Special */ +.literal-block .gd { background-color: #ffcccc; border: 1px solid #c5060b } /* Generic.Deleted */ +.literal-block .ge { font-style: italic } /* Generic.Emph */ +.literal-block .gr { color: #ff0000 } /* Generic.Error */ +.literal-block .gh { color: #2c5dcd; font-weight: bold } /* Generic.Heading */ +.literal-block .gi { background-color: #ccffcc; border: 1px solid #00cc00 } /* Generic.Inserted */ +.literal-block .go { color: #aaaaaa } /* Generic.Output */ +.literal-block .gp { color: #2c5dcd; font-weight: bold } /* Generic.Prompt */ +.literal-block .gs { font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #2c5dcd; font-weight: bold } /* Generic.Subheading */ +.literal-block .gt { color: #c5060b } /* Generic.Traceback */ +.literal-block .kc { color: #2c5dcd; font-weight: bold } /* Keyword.Constant */ +.literal-block .kd { color: #2c5dcd; font-weight: bold } /* Keyword.Declaration */ +.literal-block .kn { color: #2c5dcd; font-weight: bold } /* Keyword.Namespace */ +.literal-block .kp { color: #2c5dcd } /* Keyword.Pseudo */ +.literal-block .kr { color: #2c5dcd; font-weight: bold } /* Keyword.Reserved */ +.literal-block .kt { color: #5918bb; font-weight: bold } /* Keyword.Type */ +.literal-block .m { color: #5918bb; font-weight: bold } /* Literal.Number */ +.literal-block .s { color: #00cc66 } /* Literal.String */ +.literal-block .na { color: #2c5dcd; font-style: italic } /* Name.Attribute */ +.literal-block .nb { color: #5918bb; font-weight: bold } /* Name.Builtin */ +.literal-block .nc { text-decoration: underline } /* Name.Class */ +.literal-block .no { color: #318495 } /* Name.Constant */ +.literal-block .nd { color: #ff8000; font-weight: bold } /* Name.Decorator */ +.literal-block .ni { color: #5918bb; font-weight: bold } /* Name.Entity */ +.literal-block .ne { color: #5918bb; font-weight: bold } /* Name.Exception */ +.literal-block .nf { color: #ff8000; font-weight: bold } /* Name.Function */ +.literal-block .nt { color: #2c5dcd; font-weight: bold } /* Name.Tag */ +.literal-block .ow { color: #2c5dcd; font-weight: bold } /* Operator.Word */ +.literal-block .w { color: #cbcbcb } /* Text.Whitespace */ +.literal-block .mb { color: #5918bb; font-weight: bold } /* Literal.Number.Bin */ +.literal-block .mf { color: #5918bb; font-weight: bold } /* Literal.Number.Float */ +.literal-block .mh { color: #5918bb; font-weight: bold } /* Literal.Number.Hex */ +.literal-block .mi { color: #5918bb; font-weight: bold } /* Literal.Number.Integer */ +.literal-block .mo { color: #5918bb; font-weight: bold } /* Literal.Number.Oct */ +.literal-block .sa { color: #00cc66 } /* Literal.String.Affix */ +.literal-block .sb { color: #00cc66 } /* Literal.String.Backtick */ +.literal-block .sc { color: #00cc66 } /* Literal.String.Char */ +.literal-block .dl { color: #00cc66 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #00cc66; font-style: italic } /* Literal.String.Doc */ +.literal-block .s2 { color: #00cc66 } /* Literal.String.Double */ +.literal-block .se { color: #c5060b; font-weight: bold } /* Literal.String.Escape */ +.literal-block .sh { color: #00cc66 } /* Literal.String.Heredoc */ +.literal-block .si { color: #00cc66 } /* Literal.String.Interpol */ +.literal-block .sx { color: #318495 } /* Literal.String.Other */ +.literal-block .sr { color: #00cc66 } /* Literal.String.Regex */ +.literal-block .s1 { color: #00cc66 } /* Literal.String.Single */ +.literal-block .ss { color: #c5060b; font-weight: bold } /* Literal.String.Symbol */ +.literal-block .bp { color: #5918bb; font-weight: bold } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #ff8000; font-weight: bold } /* Name.Function.Magic */ +.literal-block .il { color: #5918bb; font-weight: bold } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/rainbow_dash.min.css b/static/pygments/rainbow_dash.min.css index c9f0d06..0413bdb 100644 --- a/static/pygments/rainbow_dash.min.css +++ b/static/pygments/rainbow_dash.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff;color:#4d4d4d}.highlight .c{color:#0080ff;font-style:italic}.highlight .err{color:#fff;background-color:#c00}.highlight .k{color:#2c5dcd;font-weight:700}.highlight .o{color:#2c5dcd}.highlight .ch,.highlight .cm{color:#0080ff;font-style:italic}.highlight .cp{color:#0080ff}.highlight .c1,.highlight .cpf,.highlight .cs{color:#0080ff;font-style:italic}.highlight .cs{font-weight:700}.highlight .gd{background-color:#fcc;border:1px solid #c5060b}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:#2c5dcd;font-weight:700}.highlight .gi{background-color:#cfc;border:1px solid #0c0}.highlight .go{color:#aaa}.highlight .gp{color:#2c5dcd}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:#2c5dcd}.highlight .gt{color:#c5060b}.highlight .kc,.highlight .kd,.highlight .kn{color:#2c5dcd;font-weight:700}.highlight .kp{color:#2c5dcd}.highlight .kr{color:#2c5dcd;font-weight:700}.highlight .kt,.highlight .m{color:#5918bb;font-weight:700}.highlight .s{color:#0c6}.highlight .na{color:#2c5dcd;font-style:italic}.highlight .nb{color:#5918bb;font-weight:700}.highlight .nc{text-decoration:underline}.highlight .no{color:#318495}.highlight .nd{color:#ff8000;font-weight:700}.highlight .ne,.highlight .ni{color:#5918bb;font-weight:700}.highlight .nf{color:#ff8000;font-weight:700}.highlight .nt,.highlight .ow{color:#2c5dcd;font-weight:700}.highlight .w{color:#cbcbcb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#5918bb;font-weight:700}.highlight .dl,.highlight .sa,.highlight .sb,.highlight .sc{color:#0c6}.highlight .sd{color:#0c6;font-style:italic}.highlight .s2{color:#0c6}.highlight .se{color:#c5060b;font-weight:700}.highlight .sh,.highlight .si{color:#0c6}.highlight .sx{color:#318495}.highlight .s1,.highlight .sr{color:#0c6}.highlight .ss{color:#c5060b;font-weight:700}.highlight .bp{color:#5918bb;font-weight:700}.highlight .fm{color:#ff8000;font-weight:700}.highlight .il{color:#5918bb;font-weight:700} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#fff;color:#4d4d4d}.highlight .c{color:#0080ff;font-style:italic}.highlight .err{color:#fff;background-color:#c00}.highlight .k{color:#2c5dcd;font-weight:700}.highlight .o{color:#2c5dcd}.highlight .ch,.highlight .cm{color:#0080ff;font-style:italic}.highlight .cp{color:#0080ff}.highlight .c1,.highlight .cpf,.highlight .cs{color:#0080ff;font-style:italic}.highlight .cs{font-weight:700}.highlight .gd{background-color:#fcc;border:1px solid #c5060b}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:#2c5dcd;font-weight:700}.highlight .gi{background-color:#cfc;border:1px solid #0c0}.highlight .go{color:#aaa}.highlight .gp{color:#2c5dcd}.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .gu{color:#2c5dcd}.highlight .gt{color:#c5060b}.highlight .kc,.highlight .kd,.highlight .kn{color:#2c5dcd;font-weight:700}.highlight .kp{color:#2c5dcd}.highlight .kr{color:#2c5dcd;font-weight:700}.highlight .kt,.highlight .m{color:#5918bb;font-weight:700}.highlight .s{color:#0c6}.highlight .na{color:#2c5dcd;font-style:italic}.highlight .nb{color:#5918bb;font-weight:700}.highlight .nc{text-decoration:underline}.highlight .no{color:#318495}.highlight .nd{color:#ff8000;font-weight:700}.highlight .ne,.highlight .ni{color:#5918bb;font-weight:700}.highlight .nf{color:#ff8000;font-weight:700}.highlight .nt,.highlight .ow{color:#2c5dcd;font-weight:700}.highlight .w{color:#cbcbcb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#5918bb;font-weight:700}.highlight .dl,.highlight .sa,.highlight .sb,.highlight .sc{color:#0c6}.highlight .sd{color:#0c6;font-style:italic}.highlight .s2{color:#0c6}.highlight .se{color:#c5060b;font-weight:700}.highlight .sh,.highlight .si{color:#0c6}.highlight .sx{color:#318495}.highlight .s1,.highlight .sr{color:#0c6}.highlight .ss{color:#c5060b;font-weight:700}.highlight .bp{color:#5918bb;font-weight:700}.highlight .fm{color:#ff8000;font-weight:700}.highlight .il{color:#5918bb;font-weight:700}.literal-block .hll{background-color:#ffc}.literal-block{background:#fff;color:#4d4d4d}.literal-block .c{color:#0080ff;font-style:italic}.literal-block .err{color:#fff;background-color:#c00}.literal-block .k{color:#2c5dcd;font-weight:700}.literal-block .o{color:#2c5dcd}.literal-block .ch,.literal-block .cm{color:#0080ff;font-style:italic}.literal-block .cp{color:#0080ff}.literal-block .c1,.literal-block .cpf,.literal-block .cs{color:#0080ff;font-style:italic}.literal-block .cs{font-weight:700}.literal-block .gd{background-color:#fcc;border:1px solid #c5060b}.literal-block .ge{font-style:italic}.literal-block .gr{color:red}.literal-block .gh{color:#2c5dcd;font-weight:700}.literal-block .gi{background-color:#cfc;border:1px solid #0c0}.literal-block .go{color:#aaa}.literal-block .gp{color:#2c5dcd;font-weight:700}.literal-block .gs{font-weight:700}.literal-block .gu{color:#2c5dcd;font-weight:700}.literal-block .gt{color:#c5060b}.literal-block .kc,.literal-block .kd,.literal-block .kn{color:#2c5dcd;font-weight:700}.literal-block .kp{color:#2c5dcd}.literal-block .kr{color:#2c5dcd;font-weight:700}.literal-block .kt,.literal-block .m{color:#5918bb;font-weight:700}.literal-block .s{color:#0c6}.literal-block .na{color:#2c5dcd;font-style:italic}.literal-block .nb{color:#5918bb;font-weight:700}.literal-block .nc{text-decoration:underline}.literal-block .no{color:#318495}.literal-block .nd{color:#ff8000;font-weight:700}.literal-block .ne,.literal-block .ni{color:#5918bb;font-weight:700}.literal-block .nf{color:#ff8000;font-weight:700}.literal-block .nt,.literal-block .ow{color:#2c5dcd;font-weight:700}.literal-block .w{color:#cbcbcb}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#5918bb;font-weight:700}.literal-block .dl,.literal-block .sa,.literal-block .sb,.literal-block .sc{color:#0c6}.literal-block .sd{color:#0c6;font-style:italic}.literal-block .s2{color:#0c6}.literal-block .se{color:#c5060b;font-weight:700}.literal-block .sh,.literal-block .si{color:#0c6}.literal-block .sx{color:#318495}.literal-block .s1,.literal-block .sr{color:#0c6}.literal-block .ss{color:#c5060b;font-weight:700}.literal-block .bp{color:#5918bb;font-weight:700}.literal-block .fm{color:#ff8000;font-weight:700}.literal-block .il{color:#5918bb;font-weight:700} \ No newline at end of file diff --git a/static/pygments/rrt.css b/static/pygments/rrt.css index 76b3475..88bb32e 100644 --- a/static/pygments/rrt.css +++ b/static/pygments/rrt.css @@ -35,4 +35,42 @@ .highlight .vc { color: #eedd82 } /* Name.Variable.Class */ .highlight .vg { color: #eedd82 } /* Name.Variable.Global */ .highlight .vi { color: #eedd82 } /* Name.Variable.Instance */ -.highlight .vm { color: #eedd82 } /* Name.Variable.Magic */ \ No newline at end of file +.highlight .vm { color: #eedd82 } /* Name.Variable.Magic */ +.literal-block .hll { background-color: #0000ff } +.literal-block { background: #000000; } +.literal-block .c { color: #00ff00 } /* Comment */ +.literal-block .k { color: #ff0000 } /* Keyword */ +.literal-block .ch { color: #00ff00 } /* Comment.Hashbang */ +.literal-block .cm { color: #00ff00 } /* Comment.Multiline */ +.literal-block .cp { color: #e5e5e5 } /* Comment.Preproc */ +.literal-block .cpf { color: #00ff00 } /* Comment.PreprocFile */ +.literal-block .c1 { color: #00ff00 } /* Comment.Single */ +.literal-block .cs { color: #00ff00 } /* Comment.Special */ +.literal-block .kc { color: #ff0000 } /* Keyword.Constant */ +.literal-block .kd { color: #ff0000 } /* Keyword.Declaration */ +.literal-block .kn { color: #ff0000 } /* Keyword.Namespace */ +.literal-block .kp { color: #ff0000 } /* Keyword.Pseudo */ +.literal-block .kr { color: #ff0000 } /* Keyword.Reserved */ +.literal-block .kt { color: #ee82ee } /* Keyword.Type */ +.literal-block .s { color: #87ceeb } /* Literal.String */ +.literal-block .no { color: #7fffd4 } /* Name.Constant */ +.literal-block .nf { color: #ffff00 } /* Name.Function */ +.literal-block .nv { color: #eedd82 } /* Name.Variable */ +.literal-block .sa { color: #87ceeb } /* Literal.String.Affix */ +.literal-block .sb { color: #87ceeb } /* Literal.String.Backtick */ +.literal-block .sc { color: #87ceeb } /* Literal.String.Char */ +.literal-block .dl { color: #87ceeb } /* Literal.String.Delimiter */ +.literal-block .sd { color: #87ceeb } /* Literal.String.Doc */ +.literal-block .s2 { color: #87ceeb } /* Literal.String.Double */ +.literal-block .se { color: #87ceeb } /* Literal.String.Escape */ +.literal-block .sh { color: #87ceeb } /* Literal.String.Heredoc */ +.literal-block .si { color: #87ceeb } /* Literal.String.Interpol */ +.literal-block .sx { color: #87ceeb } /* Literal.String.Other */ +.literal-block .sr { color: #87ceeb } /* Literal.String.Regex */ +.literal-block .s1 { color: #87ceeb } /* Literal.String.Single */ +.literal-block .ss { color: #87ceeb } /* Literal.String.Symbol */ +.literal-block .fm { color: #ffff00 } /* Name.Function.Magic */ +.literal-block .vc { color: #eedd82 } /* Name.Variable.Class */ +.literal-block .vg { color: #eedd82 } /* Name.Variable.Global */ +.literal-block .vi { color: #eedd82 } /* Name.Variable.Instance */ +.literal-block .vm { color: #eedd82 } /* Name.Variable.Magic */ \ No newline at end of file diff --git a/static/pygments/rrt.min.css b/static/pygments/rrt.min.css index 8764455..8f6faf5 100644 --- a/static/pygments/rrt.min.css +++ b/static/pygments/rrt.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#00f}.highlight{background:#000}.highlight .c{color:#0f0}.highlight .k{color:red}.highlight .ch,.highlight .cm{color:#0f0}.highlight .cp{color:#e5e5e5}.highlight .c1,.highlight .cpf,.highlight .cs{color:#0f0}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:red}.highlight .kt{color:violet}.highlight .s{color:#87ceeb}.highlight .no{color:#7fffd4}.highlight .nf{color:#ff0}.highlight .nv{color:#eedd82}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#87ceeb}.highlight .fm{color:#ff0}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#eedd82} \ No newline at end of file +.highlight .hll{background-color:#00f}.highlight{background:#000}.highlight .c{color:#0f0}.highlight .k{color:red}.highlight .ch,.highlight .cm{color:#0f0}.highlight .cp{color:#e5e5e5}.highlight .c1,.highlight .cpf,.highlight .cs{color:#0f0}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:red}.highlight .kt{color:violet}.highlight .s{color:#87ceeb}.highlight .no{color:#7fffd4}.highlight .nf{color:#ff0}.highlight .nv{color:#eedd82}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#87ceeb}.highlight .fm{color:#ff0}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#eedd82}.literal-block .hll{background-color:#00f}.literal-block{background:#000}.literal-block .c{color:#0f0}.literal-block .k{color:red}.literal-block .ch,.literal-block .cm{color:#0f0}.literal-block .cp{color:#e5e5e5}.literal-block .c1,.literal-block .cpf,.literal-block .cs{color:#0f0}.literal-block .kc,.literal-block .kd,.literal-block .kn,.literal-block .kp,.literal-block .kr{color:red}.literal-block .kt{color:violet}.literal-block .s{color:#87ceeb}.literal-block .no{color:#7fffd4}.literal-block .nf{color:#ff0}.literal-block .nv{color:#eedd82}.literal-block .dl,.literal-block .s1,.literal-block .s2,.literal-block .sa,.literal-block .sb,.literal-block .sc,.literal-block .sd,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sr,.literal-block .ss,.literal-block .sx{color:#87ceeb}.literal-block .fm{color:#ff0}.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#eedd82} \ No newline at end of file diff --git a/static/pygments/sas.css b/static/pygments/sas.css index e0e811d..1749342 100644 --- a/static/pygments/sas.css +++ b/static/pygments/sas.css @@ -57,4 +57,64 @@ .highlight .vg { color: #2c2cff; font-weight: bold } /* Name.Variable.Global */ .highlight .vi { color: #2c2cff; font-weight: bold } /* Name.Variable.Instance */ .highlight .vm { color: #2c2cff; font-weight: bold } /* Name.Variable.Magic */ -.highlight .il { color: #2e8b57; font-weight: bold } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #2e8b57; font-weight: bold } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #ffffff; } +.literal-block .c { color: #008800; font-style: italic } /* Comment */ +.literal-block .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.literal-block .g { color: #2c2cff } /* Generic */ +.literal-block .k { color: #2c2cff } /* Keyword */ +.literal-block .x { background-color: #ffffe0 } /* Other */ +.literal-block .ch { color: #008800; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #008800; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #008800; font-style: italic } /* Comment.Preproc */ +.literal-block .cpf { color: #008800; font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { color: #008800; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #008800; font-style: italic } /* Comment.Special */ +.literal-block .gd { color: #2c2cff } /* Generic.Deleted */ +.literal-block .ge { color: #008800 } /* Generic.Emph */ +.literal-block .gr { color: #d30202 } /* Generic.Error */ +.literal-block .gh { color: #2c2cff } /* Generic.Heading */ +.literal-block .gi { color: #2c2cff } /* Generic.Inserted */ +.literal-block .go { color: #2c2cff } /* Generic.Output */ +.literal-block .gp { color: #2c2cff } /* Generic.Prompt */ +.literal-block .gs { color: #2c2cff } /* Generic.Strong */ +.literal-block .gu { color: #2c2cff } /* Generic.Subheading */ +.literal-block .gt { color: #2c2cff } /* Generic.Traceback */ +.literal-block .kc { color: #2c2cff; font-weight: bold } /* Keyword.Constant */ +.literal-block .kd { color: #2c2cff } /* Keyword.Declaration */ +.literal-block .kn { color: #2c2cff } /* Keyword.Namespace */ +.literal-block .kp { color: #2c2cff } /* Keyword.Pseudo */ +.literal-block .kr { color: #353580; font-weight: bold } /* Keyword.Reserved */ +.literal-block .kt { color: #2c2cff } /* Keyword.Type */ +.literal-block .m { color: #2e8b57; font-weight: bold } /* Literal.Number */ +.literal-block .s { color: #800080 } /* Literal.String */ +.literal-block .nb { color: #2c2cff } /* Name.Builtin */ +.literal-block .nf { font-weight: bold; font-style: italic } /* Name.Function */ +.literal-block .nv { color: #2c2cff; font-weight: bold } /* Name.Variable */ +.literal-block .w { color: #bbbbbb } /* Text.Whitespace */ +.literal-block .mb { color: #2e8b57; font-weight: bold } /* Literal.Number.Bin */ +.literal-block .mf { color: #2e8b57; font-weight: bold } /* Literal.Number.Float */ +.literal-block .mh { color: #2e8b57; font-weight: bold } /* Literal.Number.Hex */ +.literal-block .mi { color: #2e8b57; font-weight: bold } /* Literal.Number.Integer */ +.literal-block .mo { color: #2e8b57; font-weight: bold } /* Literal.Number.Oct */ +.literal-block .sa { color: #800080 } /* Literal.String.Affix */ +.literal-block .sb { color: #800080 } /* Literal.String.Backtick */ +.literal-block .sc { color: #800080 } /* Literal.String.Char */ +.literal-block .dl { color: #800080 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #800080 } /* Literal.String.Doc */ +.literal-block .s2 { color: #800080 } /* Literal.String.Double */ +.literal-block .se { color: #800080 } /* Literal.String.Escape */ +.literal-block .sh { color: #800080 } /* Literal.String.Heredoc */ +.literal-block .si { color: #800080 } /* Literal.String.Interpol */ +.literal-block .sx { color: #800080 } /* Literal.String.Other */ +.literal-block .sr { color: #800080 } /* Literal.String.Regex */ +.literal-block .s1 { color: #800080 } /* Literal.String.Single */ +.literal-block .ss { color: #800080 } /* Literal.String.Symbol */ +.literal-block .bp { color: #2c2cff } /* Name.Builtin.Pseudo */ +.literal-block .fm { font-weight: bold; font-style: italic } /* Name.Function.Magic */ +.literal-block .vc { color: #2c2cff; font-weight: bold } /* Name.Variable.Class */ +.literal-block .vg { color: #2c2cff; font-weight: bold } /* Name.Variable.Global */ +.literal-block .vi { color: #2c2cff; font-weight: bold } /* Name.Variable.Instance */ +.literal-block .vm { color: #2c2cff; font-weight: bold } /* Name.Variable.Magic */ +.literal-block .il { color: #2e8b57; font-weight: bold } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/sas.min.css b/static/pygments/sas.min.css index b8517df..3a4151a 100644 --- a/static/pygments/sas.min.css +++ b/static/pygments/sas.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#080;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .g,.highlight .k{color:#2c2cff}.highlight .x{background-color:#ffffe0}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#080;font-style:italic}.highlight .gd{color:#2c2cff}.highlight .ge{color:#080}.highlight .gr{color:#d30202}.highlight .gh,.highlight .gi,.highlight .go,.highlight .gp,.highlight .gs,.highlight .gt,.highlight .gu{color:#2c2cff}.highlight .kc{color:#2c2cff;font-weight:700}.highlight .kd,.highlight .kn,.highlight .kp{color:#2c2cff}.highlight .kr{color:#353580;font-weight:700}.highlight .kt{color:#2c2cff}.highlight .m{color:#2e8b57;font-weight:700}.highlight .s{color:purple}.highlight .nb{color:#2c2cff}.highlight .nf{font-weight:700;font-style:italic}.highlight .nv{color:#2c2cff;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#2e8b57;font-weight:700}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:purple}.highlight .bp{color:#2c2cff}.highlight .fm{font-weight:700;font-style:italic}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#2c2cff;font-weight:700}.highlight .il{color:#2e8b57;font-weight:700} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#080;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .g,.highlight .k{color:#2c2cff}.highlight .x{background-color:#ffffe0}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#080;font-style:italic}.highlight .gd{color:#2c2cff}.highlight .ge{color:#080}.highlight .gr{color:#d30202}.highlight .gh,.highlight .gi,.highlight .go,.highlight .gp,.highlight .gs,.highlight .gt,.highlight .gu{color:#2c2cff}.highlight .kc{color:#2c2cff;font-weight:700}.highlight .kd,.highlight .kn,.highlight .kp{color:#2c2cff}.highlight .kr{color:#353580;font-weight:700}.highlight .kt{color:#2c2cff}.highlight .m{color:#2e8b57;font-weight:700}.highlight .s{color:purple}.highlight .nb{color:#2c2cff}.highlight .nf{font-weight:700;font-style:italic}.highlight .nv{color:#2c2cff;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#2e8b57;font-weight:700}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:purple}.highlight .bp{color:#2c2cff}.highlight .fm{font-weight:700;font-style:italic}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#2c2cff;font-weight:700}.highlight .il{color:#2e8b57;font-weight:700}.literal-block .hll{background-color:#ffc}.literal-block{background:#fff}.literal-block .c{color:#080;font-style:italic}.literal-block .err{color:#a61717;background-color:#e3d2d2}.literal-block .g,.literal-block .k{color:#2c2cff}.literal-block .x{background-color:#ffffe0}.literal-block .c1,.literal-block .ch,.literal-block .cm,.literal-block .cp,.literal-block .cpf,.literal-block .cs{color:#080;font-style:italic}.literal-block .gd{color:#2c2cff}.literal-block .ge{color:#080}.literal-block .gr{color:#d30202}.literal-block .gh,.literal-block .gi,.literal-block .go,.literal-block .gp,.literal-block .gs,.literal-block .gt,.literal-block .gu{color:#2c2cff}.literal-block .kc{color:#2c2cff;font-weight:700}.literal-block .kd,.literal-block .kn,.literal-block .kp{color:#2c2cff}.literal-block .kr{color:#353580;font-weight:700}.literal-block .kt{color:#2c2cff}.literal-block .m{color:#2e8b57;font-weight:700}.literal-block .s{color:purple}.literal-block .nb{color:#2c2cff}.literal-block .nf{font-weight:700;font-style:italic}.literal-block .nv{color:#2c2cff;font-weight:700}.literal-block .w{color:#bbb}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#2e8b57;font-weight:700}.literal-block .dl,.literal-block .s1,.literal-block .s2,.literal-block .sa,.literal-block .sb,.literal-block .sc,.literal-block .sd,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sr,.literal-block .ss,.literal-block .sx{color:purple}.literal-block .bp{color:#2c2cff}.literal-block .fm{font-weight:700;font-style:italic}.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#2c2cff;font-weight:700}.literal-block .il{color:#2e8b57;font-weight:700} \ No newline at end of file diff --git a/static/pygments/solarized-dark.css b/static/pygments/solarized-dark.css index 80ac0f7..6aaa9a2 100644 --- a/static/pygments/solarized-dark.css +++ b/static/pygments/solarized-dark.css @@ -75,4 +75,82 @@ .highlight .vg { color: #268bd2 } /* Name.Variable.Global */ .highlight .vi { color: #268bd2 } /* Name.Variable.Instance */ .highlight .vm { color: #268bd2 } /* Name.Variable.Magic */ -.highlight .il { color: #2aa198 } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #2aa198 } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #073642 } +.literal-block { background: #002b36; color: #839496 } +.literal-block .c { color: #586e75; font-style: italic } /* Comment */ +.literal-block .err { color: #839496; background-color: #dc322f } /* Error */ +.literal-block .esc { color: #839496 } /* Escape */ +.literal-block .g { color: #839496 } /* Generic */ +.literal-block .k { color: #859900 } /* Keyword */ +.literal-block .l { color: #839496 } /* Literal */ +.literal-block .n { color: #839496 } /* Name */ +.literal-block .o { color: #586e75 } /* Operator */ +.literal-block .x { color: #839496 } /* Other */ +.literal-block .p { color: #839496 } /* Punctuation */ +.literal-block .ch { color: #586e75; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #586e75; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #d33682 } /* Comment.Preproc */ +.literal-block .cpf { color: #586e75 } /* Comment.PreprocFile */ +.literal-block .c1 { color: #586e75; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #586e75; font-style: italic } /* Comment.Special */ +.literal-block .gd { color: #dc322f } /* Generic.Deleted */ +.literal-block .ge { color: #839496; font-style: italic } /* Generic.Emph */ +.literal-block .gr { color: #dc322f } /* Generic.Error */ +.literal-block .gh { color: #839496; font-weight: bold } /* Generic.Heading */ +.literal-block .gi { color: #859900 } /* Generic.Inserted */ +.literal-block .go { color: #839496 } /* Generic.Output */ +.literal-block .gp { color: #839496 } /* Generic.Prompt */ +.literal-block .gs { color: #839496; font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #839496; text-decoration: underline } /* Generic.Subheading */ +.literal-block .gt { color: #268bd2 } /* Generic.Traceback */ +.literal-block .kc { color: #2aa198 } /* Keyword.Constant */ +.literal-block .kd { color: #2aa198 } /* Keyword.Declaration */ +.literal-block .kn { color: #cb4b16 } /* Keyword.Namespace */ +.literal-block .kp { color: #859900 } /* Keyword.Pseudo */ +.literal-block .kr { color: #859900 } /* Keyword.Reserved */ +.literal-block .kt { color: #b58900 } /* Keyword.Type */ +.literal-block .ld { color: #839496 } /* Literal.Date */ +.literal-block .m { color: #2aa198 } /* Literal.Number */ +.literal-block .s { color: #2aa198 } /* Literal.String */ +.literal-block .na { color: #839496 } /* Name.Attribute */ +.literal-block .nb { color: #268bd2 } /* Name.Builtin */ +.literal-block .nc { color: #268bd2 } /* Name.Class */ +.literal-block .no { color: #268bd2 } /* Name.Constant */ +.literal-block .nd { color: #268bd2 } /* Name.Decorator */ +.literal-block .ni { color: #268bd2 } /* Name.Entity */ +.literal-block .ne { color: #268bd2 } /* Name.Exception */ +.literal-block .nf { color: #268bd2 } /* Name.Function */ +.literal-block .nl { color: #268bd2 } /* Name.Label */ +.literal-block .nn { color: #268bd2 } /* Name.Namespace */ +.literal-block .nx { color: #839496 } /* Name.Other */ +.literal-block .py { color: #839496 } /* Name.Property */ +.literal-block .nt { color: #268bd2 } /* Name.Tag */ +.literal-block .nv { color: #268bd2 } /* Name.Variable */ +.literal-block .ow { color: #859900 } /* Operator.Word */ +.literal-block .w { color: #839496 } /* Text.Whitespace */ +.literal-block .mb { color: #2aa198 } /* Literal.Number.Bin */ +.literal-block .mf { color: #2aa198 } /* Literal.Number.Float */ +.literal-block .mh { color: #2aa198 } /* Literal.Number.Hex */ +.literal-block .mi { color: #2aa198 } /* Literal.Number.Integer */ +.literal-block .mo { color: #2aa198 } /* Literal.Number.Oct */ +.literal-block .sa { color: #2aa198 } /* Literal.String.Affix */ +.literal-block .sb { color: #2aa198 } /* Literal.String.Backtick */ +.literal-block .sc { color: #2aa198 } /* Literal.String.Char */ +.literal-block .dl { color: #2aa198 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #586e75 } /* Literal.String.Doc */ +.literal-block .s2 { color: #2aa198 } /* Literal.String.Double */ +.literal-block .se { color: #2aa198 } /* Literal.String.Escape */ +.literal-block .sh { color: #2aa198 } /* Literal.String.Heredoc */ +.literal-block .si { color: #2aa198 } /* Literal.String.Interpol */ +.literal-block .sx { color: #2aa198 } /* Literal.String.Other */ +.literal-block .sr { color: #cb4b16 } /* Literal.String.Regex */ +.literal-block .s1 { color: #2aa198 } /* Literal.String.Single */ +.literal-block .ss { color: #2aa198 } /* Literal.String.Symbol */ +.literal-block .bp { color: #268bd2 } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #268bd2 } /* Name.Function.Magic */ +.literal-block .vc { color: #268bd2 } /* Name.Variable.Class */ +.literal-block .vg { color: #268bd2 } /* Name.Variable.Global */ +.literal-block .vi { color: #268bd2 } /* Name.Variable.Instance */ +.literal-block .vm { color: #268bd2 } /* Name.Variable.Magic */ +.literal-block .il { color: #2aa198 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/solarized-dark.min.css b/static/pygments/solarized-dark.min.css index 1d2322f..a90efa5 100644 --- a/static/pygments/solarized-dark.min.css +++ b/static/pygments/solarized-dark.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#073642}.highlight{background:#002b36;color:#839496}.highlight .c{color:#586e75;font-style:italic}.highlight .err{color:#839496;background-color:#dc322f}.highlight .esc,.highlight .g{color:#839496}.highlight .k{color:#859900}.highlight .l,.highlight .n{color:#839496}.highlight .o{color:#586e75}.highlight .p,.highlight .x{color:#839496}.highlight .ch,.highlight .cm{color:#586e75;font-style:italic}.highlight .cp{color:#d33682}.highlight .cpf{color:#586e75}.highlight .c1,.highlight .cs{color:#586e75;font-style:italic}.highlight .gd{color:#dc322f}.highlight .ge{color:#839496;font-style:italic}.highlight .gr{color:#dc322f}.highlight .gh{color:#839496;font-weight:700}.highlight .gi{color:#859900}.highlight .go,.highlight .gp{color:#839496}.highlight .gs{color:#839496;font-weight:700}.highlight .gu{color:#839496;text-decoration:underline}.highlight .gt{color:#268bd2}.highlight .kc,.highlight .kd{color:#2aa198}.highlight .kn{color:#cb4b16}.highlight .kp,.highlight .kr{color:#859900}.highlight .kt{color:#b58900}.highlight .ld{color:#839496}.highlight .m,.highlight .s{color:#2aa198}.highlight .na{color:#839496}.highlight .nb,.highlight .nc,.highlight .nd,.highlight .ne,.highlight .nf,.highlight .ni,.highlight .nl,.highlight .nn,.highlight .no{color:#268bd2}.highlight .nx,.highlight .py{color:#839496}.highlight .nt,.highlight .nv{color:#268bd2}.highlight .ow{color:#859900}.highlight .w{color:#839496}.highlight .dl,.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .sa,.highlight .sb,.highlight .sc{color:#2aa198}.highlight .sd{color:#586e75}.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#2aa198}.highlight .sr{color:#cb4b16}.highlight .s1,.highlight .ss{color:#2aa198}.highlight .bp,.highlight .fm,.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#268bd2}.highlight .il{color:#2aa198} \ No newline at end of file +.highlight .hll{background-color:#073642}.highlight{background:#002b36;color:#839496}.highlight .c{color:#586e75;font-style:italic}.highlight .err{color:#839496;background-color:#dc322f}.highlight .esc,.highlight .g{color:#839496}.highlight .k{color:#859900}.highlight .l,.highlight .n{color:#839496}.highlight .o{color:#586e75}.highlight .p,.highlight .x{color:#839496}.highlight .ch,.highlight .cm{color:#586e75;font-style:italic}.highlight .cp{color:#d33682}.highlight .cpf{color:#586e75}.highlight .c1,.highlight .cs{color:#586e75;font-style:italic}.highlight .gd{color:#dc322f}.highlight .ge{color:#839496;font-style:italic}.highlight .gr{color:#dc322f}.highlight .gh{color:#839496;font-weight:700}.highlight .gi{color:#859900}.highlight .go,.highlight .gp{color:#839496}.highlight .gs{color:#839496;font-weight:700}.highlight .gu{color:#839496;text-decoration:underline}.highlight .gt{color:#268bd2}.highlight .kc,.highlight .kd{color:#2aa198}.highlight .kn{color:#cb4b16}.highlight .kp,.highlight .kr{color:#859900}.highlight .kt{color:#b58900}.highlight .ld{color:#839496}.highlight .m,.highlight .s{color:#2aa198}.highlight .na{color:#839496}.highlight .nb,.highlight .nc,.highlight .nd,.highlight .ne,.highlight .nf,.highlight .ni,.highlight .nl,.highlight .nn,.highlight .no{color:#268bd2}.highlight .nx,.highlight .py{color:#839496}.highlight .nt,.highlight .nv{color:#268bd2}.highlight .ow{color:#859900}.highlight .w{color:#839496}.highlight .dl,.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .sa,.highlight .sb,.highlight .sc{color:#2aa198}.highlight .sd{color:#586e75}.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#2aa198}.highlight .sr{color:#cb4b16}.highlight .s1,.highlight .ss{color:#2aa198}.highlight .bp,.highlight .fm,.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#268bd2}.highlight .il{color:#2aa198}.literal-block .hll{background-color:#073642}.literal-block{background:#002b36;color:#839496}.literal-block .c{color:#586e75;font-style:italic}.literal-block .err{color:#839496;background-color:#dc322f}.literal-block .esc,.literal-block .g{color:#839496}.literal-block .k{color:#859900}.literal-block .l,.literal-block .n{color:#839496}.literal-block .o{color:#586e75}.literal-block .p,.literal-block .x{color:#839496}.literal-block .ch,.literal-block .cm{color:#586e75;font-style:italic}.literal-block .cp{color:#d33682}.literal-block .cpf{color:#586e75}.literal-block .c1,.literal-block .cs{color:#586e75;font-style:italic}.literal-block .gd{color:#dc322f}.literal-block .ge{color:#839496;font-style:italic}.literal-block .gr{color:#dc322f}.literal-block .gh{color:#839496;font-weight:700}.literal-block .gi{color:#859900}.literal-block .go,.literal-block .gp{color:#839496}.literal-block .gs{color:#839496;font-weight:700}.literal-block .gu{color:#839496;text-decoration:underline}.literal-block .gt{color:#268bd2}.literal-block .kc,.literal-block .kd{color:#2aa198}.literal-block .kn{color:#cb4b16}.literal-block .kp,.literal-block .kr{color:#859900}.literal-block .kt{color:#b58900}.literal-block .ld{color:#839496}.literal-block .m,.literal-block .s{color:#2aa198}.literal-block .na{color:#839496}.literal-block .nb,.literal-block .nc,.literal-block .nd,.literal-block .ne,.literal-block .nf,.literal-block .ni,.literal-block .nl,.literal-block .nn,.literal-block .no{color:#268bd2}.literal-block .nx,.literal-block .py{color:#839496}.literal-block .nt,.literal-block .nv{color:#268bd2}.literal-block .ow{color:#859900}.literal-block .w{color:#839496}.literal-block .dl,.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo,.literal-block .sa,.literal-block .sb,.literal-block .sc{color:#2aa198}.literal-block .sd{color:#586e75}.literal-block .s2,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sx{color:#2aa198}.literal-block .sr{color:#cb4b16}.literal-block .s1,.literal-block .ss{color:#2aa198}.literal-block .bp,.literal-block .fm,.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#268bd2}.literal-block .il{color:#2aa198} \ No newline at end of file diff --git a/static/pygments/solarized-light.css b/static/pygments/solarized-light.css index 3254cc9..9b18a22 100644 --- a/static/pygments/solarized-light.css +++ b/static/pygments/solarized-light.css @@ -75,4 +75,82 @@ .highlight .vg { color: #268bd2 } /* Name.Variable.Global */ .highlight .vi { color: #268bd2 } /* Name.Variable.Instance */ .highlight .vm { color: #268bd2 } /* Name.Variable.Magic */ -.highlight .il { color: #2aa198 } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #2aa198 } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #eee8d5 } +.literal-block { background: #fdf6e3; color: #657b83 } +.literal-block .c { color: #93a1a1; font-style: italic } /* Comment */ +.literal-block .err { color: #657b83; background-color: #dc322f } /* Error */ +.literal-block .esc { color: #657b83 } /* Escape */ +.literal-block .g { color: #657b83 } /* Generic */ +.literal-block .k { color: #859900 } /* Keyword */ +.literal-block .l { color: #657b83 } /* Literal */ +.literal-block .n { color: #657b83 } /* Name */ +.literal-block .o { color: #93a1a1 } /* Operator */ +.literal-block .x { color: #657b83 } /* Other */ +.literal-block .p { color: #657b83 } /* Punctuation */ +.literal-block .ch { color: #93a1a1; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #93a1a1; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #d33682 } /* Comment.Preproc */ +.literal-block .cpf { color: #93a1a1 } /* Comment.PreprocFile */ +.literal-block .c1 { color: #93a1a1; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #93a1a1; font-style: italic } /* Comment.Special */ +.literal-block .gd { color: #dc322f } /* Generic.Deleted */ +.literal-block .ge { color: #657b83; font-style: italic } /* Generic.Emph */ +.literal-block .gr { color: #dc322f } /* Generic.Error */ +.literal-block .gh { color: #657b83; font-weight: bold } /* Generic.Heading */ +.literal-block .gi { color: #859900 } /* Generic.Inserted */ +.literal-block .go { color: #657b83 } /* Generic.Output */ +.literal-block .gp { color: #657b83 } /* Generic.Prompt */ +.literal-block .gs { color: #657b83; font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #657b83; text-decoration: underline } /* Generic.Subheading */ +.literal-block .gt { color: #268bd2 } /* Generic.Traceback */ +.literal-block .kc { color: #2aa198 } /* Keyword.Constant */ +.literal-block .kd { color: #2aa198 } /* Keyword.Declaration */ +.literal-block .kn { color: #cb4b16 } /* Keyword.Namespace */ +.literal-block .kp { color: #859900 } /* Keyword.Pseudo */ +.literal-block .kr { color: #859900 } /* Keyword.Reserved */ +.literal-block .kt { color: #b58900 } /* Keyword.Type */ +.literal-block .ld { color: #657b83 } /* Literal.Date */ +.literal-block .m { color: #2aa198 } /* Literal.Number */ +.literal-block .s { color: #2aa198 } /* Literal.String */ +.literal-block .na { color: #657b83 } /* Name.Attribute */ +.literal-block .nb { color: #268bd2 } /* Name.Builtin */ +.literal-block .nc { color: #268bd2 } /* Name.Class */ +.literal-block .no { color: #268bd2 } /* Name.Constant */ +.literal-block .nd { color: #268bd2 } /* Name.Decorator */ +.literal-block .ni { color: #268bd2 } /* Name.Entity */ +.literal-block .ne { color: #268bd2 } /* Name.Exception */ +.literal-block .nf { color: #268bd2 } /* Name.Function */ +.literal-block .nl { color: #268bd2 } /* Name.Label */ +.literal-block .nn { color: #268bd2 } /* Name.Namespace */ +.literal-block .nx { color: #657b83 } /* Name.Other */ +.literal-block .py { color: #657b83 } /* Name.Property */ +.literal-block .nt { color: #268bd2 } /* Name.Tag */ +.literal-block .nv { color: #268bd2 } /* Name.Variable */ +.literal-block .ow { color: #859900 } /* Operator.Word */ +.literal-block .w { color: #657b83 } /* Text.Whitespace */ +.literal-block .mb { color: #2aa198 } /* Literal.Number.Bin */ +.literal-block .mf { color: #2aa198 } /* Literal.Number.Float */ +.literal-block .mh { color: #2aa198 } /* Literal.Number.Hex */ +.literal-block .mi { color: #2aa198 } /* Literal.Number.Integer */ +.literal-block .mo { color: #2aa198 } /* Literal.Number.Oct */ +.literal-block .sa { color: #2aa198 } /* Literal.String.Affix */ +.literal-block .sb { color: #2aa198 } /* Literal.String.Backtick */ +.literal-block .sc { color: #2aa198 } /* Literal.String.Char */ +.literal-block .dl { color: #2aa198 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #93a1a1 } /* Literal.String.Doc */ +.literal-block .s2 { color: #2aa198 } /* Literal.String.Double */ +.literal-block .se { color: #2aa198 } /* Literal.String.Escape */ +.literal-block .sh { color: #2aa198 } /* Literal.String.Heredoc */ +.literal-block .si { color: #2aa198 } /* Literal.String.Interpol */ +.literal-block .sx { color: #2aa198 } /* Literal.String.Other */ +.literal-block .sr { color: #cb4b16 } /* Literal.String.Regex */ +.literal-block .s1 { color: #2aa198 } /* Literal.String.Single */ +.literal-block .ss { color: #2aa198 } /* Literal.String.Symbol */ +.literal-block .bp { color: #268bd2 } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #268bd2 } /* Name.Function.Magic */ +.literal-block .vc { color: #268bd2 } /* Name.Variable.Class */ +.literal-block .vg { color: #268bd2 } /* Name.Variable.Global */ +.literal-block .vi { color: #268bd2 } /* Name.Variable.Instance */ +.literal-block .vm { color: #268bd2 } /* Name.Variable.Magic */ +.literal-block .il { color: #2aa198 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/solarized-light.min.css b/static/pygments/solarized-light.min.css index aaf3274..acf617d 100644 --- a/static/pygments/solarized-light.min.css +++ b/static/pygments/solarized-light.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#eee8d5}.highlight{background:#fdf6e3;color:#657b83}.highlight .c{color:#93a1a1;font-style:italic}.highlight .err{color:#657b83;background-color:#dc322f}.highlight .esc,.highlight .g{color:#657b83}.highlight .k{color:#859900}.highlight .l,.highlight .n{color:#657b83}.highlight .o{color:#93a1a1}.highlight .p,.highlight .x{color:#657b83}.highlight .ch,.highlight .cm{color:#93a1a1;font-style:italic}.highlight .cp{color:#d33682}.highlight .cpf{color:#93a1a1}.highlight .c1,.highlight .cs{color:#93a1a1;font-style:italic}.highlight .gd{color:#dc322f}.highlight .ge{color:#657b83;font-style:italic}.highlight .gr{color:#dc322f}.highlight .gh{color:#657b83;font-weight:700}.highlight .gi{color:#859900}.highlight .go,.highlight .gp{color:#657b83}.highlight .gs{color:#657b83;font-weight:700}.highlight .gu{color:#657b83;text-decoration:underline}.highlight .gt{color:#268bd2}.highlight .kc,.highlight .kd{color:#2aa198}.highlight .kn{color:#cb4b16}.highlight .kp,.highlight .kr{color:#859900}.highlight .kt{color:#b58900}.highlight .ld{color:#657b83}.highlight .m,.highlight .s{color:#2aa198}.highlight .na{color:#657b83}.highlight .nb,.highlight .nc,.highlight .nd,.highlight .ne,.highlight .nf,.highlight .ni,.highlight .nl,.highlight .nn,.highlight .no{color:#268bd2}.highlight .nx,.highlight .py{color:#657b83}.highlight .nt,.highlight .nv{color:#268bd2}.highlight .ow{color:#859900}.highlight .w{color:#657b83}.highlight .dl,.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .sa,.highlight .sb,.highlight .sc{color:#2aa198}.highlight .sd{color:#93a1a1}.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#2aa198}.highlight .sr{color:#cb4b16}.highlight .s1,.highlight .ss{color:#2aa198}.highlight .bp,.highlight .fm,.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#268bd2}.highlight .il{color:#2aa198} \ No newline at end of file +.highlight .hll{background-color:#eee8d5}.highlight{background:#fdf6e3;color:#657b83}.highlight .c{color:#93a1a1;font-style:italic}.highlight .err{color:#657b83;background-color:#dc322f}.highlight .esc,.highlight .g{color:#657b83}.highlight .k{color:#859900}.highlight .l,.highlight .n{color:#657b83}.highlight .o{color:#93a1a1}.highlight .p,.highlight .x{color:#657b83}.highlight .ch,.highlight .cm{color:#93a1a1;font-style:italic}.highlight .cp{color:#d33682}.highlight .cpf{color:#93a1a1}.highlight .c1,.highlight .cs{color:#93a1a1;font-style:italic}.highlight .gd{color:#dc322f}.highlight .ge{color:#657b83;font-style:italic}.highlight .gr{color:#dc322f}.highlight .gh{color:#657b83;font-weight:700}.highlight .gi{color:#859900}.highlight .go,.highlight .gp{color:#657b83}.highlight .gs{color:#657b83;font-weight:700}.highlight .gu{color:#657b83;text-decoration:underline}.highlight .gt{color:#268bd2}.highlight .kc,.highlight .kd{color:#2aa198}.highlight .kn{color:#cb4b16}.highlight .kp,.highlight .kr{color:#859900}.highlight .kt{color:#b58900}.highlight .ld{color:#657b83}.highlight .m,.highlight .s{color:#2aa198}.highlight .na{color:#657b83}.highlight .nb,.highlight .nc,.highlight .nd,.highlight .ne,.highlight .nf,.highlight .ni,.highlight .nl,.highlight .nn,.highlight .no{color:#268bd2}.highlight .nx,.highlight .py{color:#657b83}.highlight .nt,.highlight .nv{color:#268bd2}.highlight .ow{color:#859900}.highlight .w{color:#657b83}.highlight .dl,.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .sa,.highlight .sb,.highlight .sc{color:#2aa198}.highlight .sd{color:#93a1a1}.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#2aa198}.highlight .sr{color:#cb4b16}.highlight .s1,.highlight .ss{color:#2aa198}.highlight .bp,.highlight .fm,.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#268bd2}.highlight .il{color:#2aa198}.literal-block .hll{background-color:#eee8d5}.literal-block{background:#fdf6e3;color:#657b83}.literal-block .c{color:#93a1a1;font-style:italic}.literal-block .err{color:#657b83;background-color:#dc322f}.literal-block .esc,.literal-block .g{color:#657b83}.literal-block .k{color:#859900}.literal-block .l,.literal-block .n{color:#657b83}.literal-block .o{color:#93a1a1}.literal-block .p,.literal-block .x{color:#657b83}.literal-block .ch,.literal-block .cm{color:#93a1a1;font-style:italic}.literal-block .cp{color:#d33682}.literal-block .cpf{color:#93a1a1}.literal-block .c1,.literal-block .cs{color:#93a1a1;font-style:italic}.literal-block .gd{color:#dc322f}.literal-block .ge{color:#657b83;font-style:italic}.literal-block .gr{color:#dc322f}.literal-block .gh{color:#657b83;font-weight:700}.literal-block .gi{color:#859900}.literal-block .go,.literal-block .gp{color:#657b83}.literal-block .gs{color:#657b83;font-weight:700}.literal-block .gu{color:#657b83;text-decoration:underline}.literal-block .gt{color:#268bd2}.literal-block .kc,.literal-block .kd{color:#2aa198}.literal-block .kn{color:#cb4b16}.literal-block .kp,.literal-block .kr{color:#859900}.literal-block .kt{color:#b58900}.literal-block .ld{color:#657b83}.literal-block .m,.literal-block .s{color:#2aa198}.literal-block .na{color:#657b83}.literal-block .nb,.literal-block .nc,.literal-block .nd,.literal-block .ne,.literal-block .nf,.literal-block .ni,.literal-block .nl,.literal-block .nn,.literal-block .no{color:#268bd2}.literal-block .nx,.literal-block .py{color:#657b83}.literal-block .nt,.literal-block .nv{color:#268bd2}.literal-block .ow{color:#859900}.literal-block .w{color:#657b83}.literal-block .dl,.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo,.literal-block .sa,.literal-block .sb,.literal-block .sc{color:#2aa198}.literal-block .sd{color:#93a1a1}.literal-block .s2,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sx{color:#2aa198}.literal-block .sr{color:#cb4b16}.literal-block .s1,.literal-block .ss{color:#2aa198}.literal-block .bp,.literal-block .fm,.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#268bd2}.literal-block .il{color:#2aa198} \ No newline at end of file diff --git a/static/pygments/stata-dark.css b/static/pygments/stata-dark.css index 2ed7c17..969e730 100644 --- a/static/pygments/stata-dark.css +++ b/static/pygments/stata-dark.css @@ -45,4 +45,52 @@ .highlight .vg { color: #BE646C; font-weight: bold } /* Name.Variable.Global */ .highlight .vi { color: #7AB4DB; font-weight: bold } /* Name.Variable.Instance */ .highlight .vm { color: #7AB4DB; font-weight: bold } /* Name.Variable.Magic */ -.highlight .il { color: #4FB8CC } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #4FB8CC } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #49483e } +.literal-block { background: #232629; color: #cccccc } +.literal-block .c { color: #777777; font-style: italic } /* Comment */ +.literal-block .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.literal-block .k { color: #7686bb; font-weight: bold } /* Keyword */ +.literal-block .ch { color: #777777; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #777777; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #777777; font-style: italic } /* Comment.Preproc */ +.literal-block .cpf { color: #777777; font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { color: #777777; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #777777; font-style: italic } /* Comment.Special */ +.literal-block .gp { color: #ffffff } /* Generic.Prompt */ +.literal-block .kc { color: #7686bb; font-weight: bold } /* Keyword.Constant */ +.literal-block .kd { color: #7686bb; font-weight: bold } /* Keyword.Declaration */ +.literal-block .kn { color: #7686bb; font-weight: bold } /* Keyword.Namespace */ +.literal-block .kp { color: #7686bb; font-weight: bold } /* Keyword.Pseudo */ +.literal-block .kr { color: #7686bb; font-weight: bold } /* Keyword.Reserved */ +.literal-block .kt { color: #7686bb; font-weight: bold } /* Keyword.Type */ +.literal-block .m { color: #4FB8CC } /* Literal.Number */ +.literal-block .s { color: #51cc99 } /* Literal.String */ +.literal-block .nf { color: #6a6aff } /* Name.Function */ +.literal-block .nx { color: #e2828e } /* Name.Other */ +.literal-block .nv { color: #7AB4DB; font-weight: bold } /* Name.Variable */ +.literal-block .w { color: #bbbbbb } /* Text.Whitespace */ +.literal-block .mb { color: #4FB8CC } /* Literal.Number.Bin */ +.literal-block .mf { color: #4FB8CC } /* Literal.Number.Float */ +.literal-block .mh { color: #4FB8CC } /* Literal.Number.Hex */ +.literal-block .mi { color: #4FB8CC } /* Literal.Number.Integer */ +.literal-block .mo { color: #4FB8CC } /* Literal.Number.Oct */ +.literal-block .sa { color: #51cc99 } /* Literal.String.Affix */ +.literal-block .sb { color: #51cc99 } /* Literal.String.Backtick */ +.literal-block .sc { color: #51cc99 } /* Literal.String.Char */ +.literal-block .dl { color: #51cc99 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #51cc99 } /* Literal.String.Doc */ +.literal-block .s2 { color: #51cc99 } /* Literal.String.Double */ +.literal-block .se { color: #51cc99 } /* Literal.String.Escape */ +.literal-block .sh { color: #51cc99 } /* Literal.String.Heredoc */ +.literal-block .si { color: #51cc99 } /* Literal.String.Interpol */ +.literal-block .sx { color: #51cc99 } /* Literal.String.Other */ +.literal-block .sr { color: #51cc99 } /* Literal.String.Regex */ +.literal-block .s1 { color: #51cc99 } /* Literal.String.Single */ +.literal-block .ss { color: #51cc99 } /* Literal.String.Symbol */ +.literal-block .fm { color: #6a6aff } /* Name.Function.Magic */ +.literal-block .vc { color: #7AB4DB; font-weight: bold } /* Name.Variable.Class */ +.literal-block .vg { color: #BE646C; font-weight: bold } /* Name.Variable.Global */ +.literal-block .vi { color: #7AB4DB; font-weight: bold } /* Name.Variable.Instance */ +.literal-block .vm { color: #7AB4DB; font-weight: bold } /* Name.Variable.Magic */ +.literal-block .il { color: #4FB8CC } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/stata-dark.min.css b/static/pygments/stata-dark.min.css index 52626bf..4e3ba95 100644 --- a/static/pygments/stata-dark.min.css +++ b/static/pygments/stata-dark.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#49483e}.highlight{background:#232629;color:#ccc}.highlight .c{color:#777;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{color:#7686bb;font-weight:700}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#777;font-style:italic}.highlight .gp{color:#fff}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#7686bb;font-weight:700}.highlight .m{color:#4fb8cc}.highlight .s{color:#51cc99}.highlight .nf{color:#6a6aff}.highlight .nx{color:#e2828e}.highlight .nv{color:#7ab4db;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#4fb8cc}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#51cc99}.highlight .fm{color:#6a6aff}.highlight .vc{color:#7ab4db;font-weight:700}.highlight .vg{color:#be646c;font-weight:700}.highlight .vi,.highlight .vm{color:#7ab4db;font-weight:700}.highlight .il{color:#4fb8cc} \ No newline at end of file +.highlight .hll{background-color:#49483e}.highlight{background:#232629;color:#ccc}.highlight .c{color:#777;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{color:#7686bb;font-weight:700}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#777;font-style:italic}.highlight .gp{color:#fff}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#7686bb;font-weight:700}.highlight .m{color:#4fb8cc}.highlight .s{color:#51cc99}.highlight .nf{color:#6a6aff}.highlight .nx{color:#e2828e}.highlight .nv{color:#7ab4db;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#4fb8cc}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#51cc99}.highlight .fm{color:#6a6aff}.highlight .vc{color:#7ab4db;font-weight:700}.highlight .vg{color:#be646c;font-weight:700}.highlight .vi,.highlight .vm{color:#7ab4db;font-weight:700}.highlight .il{color:#4fb8cc}.literal-block .hll{background-color:#49483e}.literal-block{background:#232629;color:#ccc}.literal-block .c{color:#777;font-style:italic}.literal-block .err{color:#a61717;background-color:#e3d2d2}.literal-block .k{color:#7686bb;font-weight:700}.literal-block .c1,.literal-block .ch,.literal-block .cm,.literal-block .cp,.literal-block .cpf,.literal-block .cs{color:#777;font-style:italic}.literal-block .gp{color:#fff}.literal-block .kc,.literal-block .kd,.literal-block .kn,.literal-block .kp,.literal-block .kr,.literal-block .kt{color:#7686bb;font-weight:700}.literal-block .m{color:#4fb8cc}.literal-block .s{color:#51cc99}.literal-block .nf{color:#6a6aff}.literal-block .nx{color:#e2828e}.literal-block .nv{color:#7ab4db;font-weight:700}.literal-block .w{color:#bbb}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#4fb8cc}.literal-block .dl,.literal-block .s1,.literal-block .s2,.literal-block .sa,.literal-block .sb,.literal-block .sc,.literal-block .sd,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sr,.literal-block .ss,.literal-block .sx{color:#51cc99}.literal-block .fm{color:#6a6aff}.literal-block .vc{color:#7ab4db;font-weight:700}.literal-block .vg{color:#be646c;font-weight:700}.literal-block .vi,.literal-block .vm{color:#7ab4db;font-weight:700}.literal-block .il{color:#4fb8cc} \ No newline at end of file diff --git a/static/pygments/stata-light.css b/static/pygments/stata-light.css index 6e06093..fe90e7e 100644 --- a/static/pygments/stata-light.css +++ b/static/pygments/stata-light.css @@ -44,4 +44,51 @@ .highlight .vg { color: #b5565e; font-weight: bold } /* Name.Variable.Global */ .highlight .vi { color: #35baba; font-weight: bold } /* Name.Variable.Instance */ .highlight .vm { color: #35baba; font-weight: bold } /* Name.Variable.Magic */ -.highlight .il { color: #2c2cff } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #2c2cff } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #ffffff; color: #111111 } +.literal-block .c { color: #008800; font-style: italic } /* Comment */ +.literal-block .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.literal-block .k { color: #353580; font-weight: bold } /* Keyword */ +.literal-block .ch { color: #008800; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #008800; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #008800; font-style: italic } /* Comment.Preproc */ +.literal-block .cpf { color: #008800; font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { color: #008800; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #008800; font-style: italic } /* Comment.Special */ +.literal-block .kc { color: #353580; font-weight: bold } /* Keyword.Constant */ +.literal-block .kd { color: #353580; font-weight: bold } /* Keyword.Declaration */ +.literal-block .kn { color: #353580; font-weight: bold } /* Keyword.Namespace */ +.literal-block .kp { color: #353580; font-weight: bold } /* Keyword.Pseudo */ +.literal-block .kr { color: #353580; font-weight: bold } /* Keyword.Reserved */ +.literal-block .kt { color: #353580; font-weight: bold } /* Keyword.Type */ +.literal-block .m { color: #2c2cff } /* Literal.Number */ +.literal-block .s { color: #7a2424 } /* Literal.String */ +.literal-block .nf { color: #2c2cff } /* Name.Function */ +.literal-block .nx { color: #be646c } /* Name.Other */ +.literal-block .nv { color: #35baba; font-weight: bold } /* Name.Variable */ +.literal-block .w { color: #bbbbbb } /* Text.Whitespace */ +.literal-block .mb { color: #2c2cff } /* Literal.Number.Bin */ +.literal-block .mf { color: #2c2cff } /* Literal.Number.Float */ +.literal-block .mh { color: #2c2cff } /* Literal.Number.Hex */ +.literal-block .mi { color: #2c2cff } /* Literal.Number.Integer */ +.literal-block .mo { color: #2c2cff } /* Literal.Number.Oct */ +.literal-block .sa { color: #7a2424 } /* Literal.String.Affix */ +.literal-block .sb { color: #7a2424 } /* Literal.String.Backtick */ +.literal-block .sc { color: #7a2424 } /* Literal.String.Char */ +.literal-block .dl { color: #7a2424 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #7a2424 } /* Literal.String.Doc */ +.literal-block .s2 { color: #7a2424 } /* Literal.String.Double */ +.literal-block .se { color: #7a2424 } /* Literal.String.Escape */ +.literal-block .sh { color: #7a2424 } /* Literal.String.Heredoc */ +.literal-block .si { color: #7a2424 } /* Literal.String.Interpol */ +.literal-block .sx { color: #7a2424 } /* Literal.String.Other */ +.literal-block .sr { color: #7a2424 } /* Literal.String.Regex */ +.literal-block .s1 { color: #7a2424 } /* Literal.String.Single */ +.literal-block .ss { color: #7a2424 } /* Literal.String.Symbol */ +.literal-block .fm { color: #2c2cff } /* Name.Function.Magic */ +.literal-block .vc { color: #35baba; font-weight: bold } /* Name.Variable.Class */ +.literal-block .vg { color: #b5565e; font-weight: bold } /* Name.Variable.Global */ +.literal-block .vi { color: #35baba; font-weight: bold } /* Name.Variable.Instance */ +.literal-block .vm { color: #35baba; font-weight: bold } /* Name.Variable.Magic */ +.literal-block .il { color: #2c2cff } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/stata-light.min.css b/static/pygments/stata-light.min.css index 71485a0..bc0b9ff 100644 --- a/static/pygments/stata-light.min.css +++ b/static/pygments/stata-light.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff;color:#111}.highlight .c{color:#080;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{color:#353580;font-weight:700}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#080;font-style:italic}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#353580;font-weight:700}.highlight .m{color:#2c2cff}.highlight .s{color:#7a2424}.highlight .nf{color:#2c2cff}.highlight .nx{color:#be646c}.highlight .nv{color:#35baba;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#2c2cff}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#7a2424}.highlight .fm{color:#2c2cff}.highlight .vc{color:#35baba;font-weight:700}.highlight .vg{color:#b5565e;font-weight:700}.highlight .vi,.highlight .vm{color:#35baba;font-weight:700}.highlight .il{color:#2c2cff} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#fff;color:#111}.highlight .c{color:#080;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{color:#353580;font-weight:700}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#080;font-style:italic}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#353580;font-weight:700}.highlight .m{color:#2c2cff}.highlight .s{color:#7a2424}.highlight .nf{color:#2c2cff}.highlight .nx{color:#be646c}.highlight .nv{color:#35baba;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#2c2cff}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#7a2424}.highlight .fm{color:#2c2cff}.highlight .vc{color:#35baba;font-weight:700}.highlight .vg{color:#b5565e;font-weight:700}.highlight .vi,.highlight .vm{color:#35baba;font-weight:700}.highlight .il{color:#2c2cff}.literal-block .hll{background-color:#ffc}.literal-block{background:#fff;color:#111}.literal-block .c{color:#080;font-style:italic}.literal-block .err{color:#a61717;background-color:#e3d2d2}.literal-block .k{color:#353580;font-weight:700}.literal-block .c1,.literal-block .ch,.literal-block .cm,.literal-block .cp,.literal-block .cpf,.literal-block .cs{color:#080;font-style:italic}.literal-block .kc,.literal-block .kd,.literal-block .kn,.literal-block .kp,.literal-block .kr,.literal-block .kt{color:#353580;font-weight:700}.literal-block .m{color:#2c2cff}.literal-block .s{color:#7a2424}.literal-block .nf{color:#2c2cff}.literal-block .nx{color:#be646c}.literal-block .nv{color:#35baba;font-weight:700}.literal-block .w{color:#bbb}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#2c2cff}.literal-block .dl,.literal-block .s1,.literal-block .s2,.literal-block .sa,.literal-block .sb,.literal-block .sc,.literal-block .sd,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sr,.literal-block .ss,.literal-block .sx{color:#7a2424}.literal-block .fm{color:#2c2cff}.literal-block .vc{color:#35baba;font-weight:700}.literal-block .vg{color:#b5565e;font-weight:700}.literal-block .vi,.literal-block .vm{color:#35baba;font-weight:700}.literal-block .il{color:#2c2cff} \ No newline at end of file diff --git a/static/pygments/stata.css b/static/pygments/stata.css index 6e06093..fe90e7e 100644 --- a/static/pygments/stata.css +++ b/static/pygments/stata.css @@ -44,4 +44,51 @@ .highlight .vg { color: #b5565e; font-weight: bold } /* Name.Variable.Global */ .highlight .vi { color: #35baba; font-weight: bold } /* Name.Variable.Instance */ .highlight .vm { color: #35baba; font-weight: bold } /* Name.Variable.Magic */ -.highlight .il { color: #2c2cff } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #2c2cff } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #ffffff; color: #111111 } +.literal-block .c { color: #008800; font-style: italic } /* Comment */ +.literal-block .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.literal-block .k { color: #353580; font-weight: bold } /* Keyword */ +.literal-block .ch { color: #008800; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #008800; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #008800; font-style: italic } /* Comment.Preproc */ +.literal-block .cpf { color: #008800; font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { color: #008800; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #008800; font-style: italic } /* Comment.Special */ +.literal-block .kc { color: #353580; font-weight: bold } /* Keyword.Constant */ +.literal-block .kd { color: #353580; font-weight: bold } /* Keyword.Declaration */ +.literal-block .kn { color: #353580; font-weight: bold } /* Keyword.Namespace */ +.literal-block .kp { color: #353580; font-weight: bold } /* Keyword.Pseudo */ +.literal-block .kr { color: #353580; font-weight: bold } /* Keyword.Reserved */ +.literal-block .kt { color: #353580; font-weight: bold } /* Keyword.Type */ +.literal-block .m { color: #2c2cff } /* Literal.Number */ +.literal-block .s { color: #7a2424 } /* Literal.String */ +.literal-block .nf { color: #2c2cff } /* Name.Function */ +.literal-block .nx { color: #be646c } /* Name.Other */ +.literal-block .nv { color: #35baba; font-weight: bold } /* Name.Variable */ +.literal-block .w { color: #bbbbbb } /* Text.Whitespace */ +.literal-block .mb { color: #2c2cff } /* Literal.Number.Bin */ +.literal-block .mf { color: #2c2cff } /* Literal.Number.Float */ +.literal-block .mh { color: #2c2cff } /* Literal.Number.Hex */ +.literal-block .mi { color: #2c2cff } /* Literal.Number.Integer */ +.literal-block .mo { color: #2c2cff } /* Literal.Number.Oct */ +.literal-block .sa { color: #7a2424 } /* Literal.String.Affix */ +.literal-block .sb { color: #7a2424 } /* Literal.String.Backtick */ +.literal-block .sc { color: #7a2424 } /* Literal.String.Char */ +.literal-block .dl { color: #7a2424 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #7a2424 } /* Literal.String.Doc */ +.literal-block .s2 { color: #7a2424 } /* Literal.String.Double */ +.literal-block .se { color: #7a2424 } /* Literal.String.Escape */ +.literal-block .sh { color: #7a2424 } /* Literal.String.Heredoc */ +.literal-block .si { color: #7a2424 } /* Literal.String.Interpol */ +.literal-block .sx { color: #7a2424 } /* Literal.String.Other */ +.literal-block .sr { color: #7a2424 } /* Literal.String.Regex */ +.literal-block .s1 { color: #7a2424 } /* Literal.String.Single */ +.literal-block .ss { color: #7a2424 } /* Literal.String.Symbol */ +.literal-block .fm { color: #2c2cff } /* Name.Function.Magic */ +.literal-block .vc { color: #35baba; font-weight: bold } /* Name.Variable.Class */ +.literal-block .vg { color: #b5565e; font-weight: bold } /* Name.Variable.Global */ +.literal-block .vi { color: #35baba; font-weight: bold } /* Name.Variable.Instance */ +.literal-block .vm { color: #35baba; font-weight: bold } /* Name.Variable.Magic */ +.literal-block .il { color: #2c2cff } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/stata.min.css b/static/pygments/stata.min.css index 71485a0..bc0b9ff 100644 --- a/static/pygments/stata.min.css +++ b/static/pygments/stata.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff;color:#111}.highlight .c{color:#080;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{color:#353580;font-weight:700}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#080;font-style:italic}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#353580;font-weight:700}.highlight .m{color:#2c2cff}.highlight .s{color:#7a2424}.highlight .nf{color:#2c2cff}.highlight .nx{color:#be646c}.highlight .nv{color:#35baba;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#2c2cff}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#7a2424}.highlight .fm{color:#2c2cff}.highlight .vc{color:#35baba;font-weight:700}.highlight .vg{color:#b5565e;font-weight:700}.highlight .vi,.highlight .vm{color:#35baba;font-weight:700}.highlight .il{color:#2c2cff} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#fff;color:#111}.highlight .c{color:#080;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{color:#353580;font-weight:700}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#080;font-style:italic}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#353580;font-weight:700}.highlight .m{color:#2c2cff}.highlight .s{color:#7a2424}.highlight .nf{color:#2c2cff}.highlight .nx{color:#be646c}.highlight .nv{color:#35baba;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#2c2cff}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#7a2424}.highlight .fm{color:#2c2cff}.highlight .vc{color:#35baba;font-weight:700}.highlight .vg{color:#b5565e;font-weight:700}.highlight .vi,.highlight .vm{color:#35baba;font-weight:700}.highlight .il{color:#2c2cff}.literal-block .hll{background-color:#ffc}.literal-block{background:#fff;color:#111}.literal-block .c{color:#080;font-style:italic}.literal-block .err{color:#a61717;background-color:#e3d2d2}.literal-block .k{color:#353580;font-weight:700}.literal-block .c1,.literal-block .ch,.literal-block .cm,.literal-block .cp,.literal-block .cpf,.literal-block .cs{color:#080;font-style:italic}.literal-block .kc,.literal-block .kd,.literal-block .kn,.literal-block .kp,.literal-block .kr,.literal-block .kt{color:#353580;font-weight:700}.literal-block .m{color:#2c2cff}.literal-block .s{color:#7a2424}.literal-block .nf{color:#2c2cff}.literal-block .nx{color:#be646c}.literal-block .nv{color:#35baba;font-weight:700}.literal-block .w{color:#bbb}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#2c2cff}.literal-block .dl,.literal-block .s1,.literal-block .s2,.literal-block .sa,.literal-block .sb,.literal-block .sc,.literal-block .sd,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sr,.literal-block .ss,.literal-block .sx{color:#7a2424}.literal-block .fm{color:#2c2cff}.literal-block .vc{color:#35baba;font-weight:700}.literal-block .vg{color:#b5565e;font-weight:700}.literal-block .vi,.literal-block .vm{color:#35baba;font-weight:700}.literal-block .il{color:#2c2cff} \ No newline at end of file diff --git a/static/pygments/tango.css b/static/pygments/tango.css index b0ec841..5266b07 100644 --- a/static/pygments/tango.css +++ b/static/pygments/tango.css @@ -74,4 +74,81 @@ .highlight .vg { color: #000000 } /* Name.Variable.Global */ .highlight .vi { color: #000000 } /* Name.Variable.Instance */ .highlight .vm { color: #000000 } /* Name.Variable.Magic */ -.highlight .il { color: #0000cf; font-weight: bold } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #0000cf; font-weight: bold } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #f8f8f8; } +.literal-block .c { color: #8f5902; font-style: italic } /* Comment */ +.literal-block .err { color: #a40000; border: 1px solid #ef2929 } /* Error */ +.literal-block .g { color: #000000 } /* Generic */ +.literal-block .k { color: #204a87; font-weight: bold } /* Keyword */ +.literal-block .l { color: #000000 } /* Literal */ +.literal-block .n { color: #000000 } /* Name */ +.literal-block .o { color: #ce5c00; font-weight: bold } /* Operator */ +.literal-block .x { color: #000000 } /* Other */ +.literal-block .p { color: #000000; font-weight: bold } /* Punctuation */ +.literal-block .ch { color: #8f5902; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #8f5902; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #8f5902; font-style: italic } /* Comment.Preproc */ +.literal-block .cpf { color: #8f5902; font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { color: #8f5902; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #8f5902; font-style: italic } /* Comment.Special */ +.literal-block .gd { color: #a40000 } /* Generic.Deleted */ +.literal-block .ge { color: #000000; font-style: italic } /* Generic.Emph */ +.literal-block .gr { color: #ef2929 } /* Generic.Error */ +.literal-block .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.literal-block .gi { color: #00A000 } /* Generic.Inserted */ +.literal-block .go { color: #000000; font-style: italic } /* Generic.Output */ +.literal-block .gp { color: #8f5902 } /* Generic.Prompt */ +.literal-block .gs { color: #000000; font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.literal-block .gt { color: #a40000; font-weight: bold } /* Generic.Traceback */ +.literal-block .kc { color: #204a87; font-weight: bold } /* Keyword.Constant */ +.literal-block .kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */ +.literal-block .kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */ +.literal-block .kp { color: #204a87; font-weight: bold } /* Keyword.Pseudo */ +.literal-block .kr { color: #204a87; font-weight: bold } /* Keyword.Reserved */ +.literal-block .kt { color: #204a87; font-weight: bold } /* Keyword.Type */ +.literal-block .ld { color: #000000 } /* Literal.Date */ +.literal-block .m { color: #0000cf; font-weight: bold } /* Literal.Number */ +.literal-block .s { color: #4e9a06 } /* Literal.String */ +.literal-block .na { color: #c4a000 } /* Name.Attribute */ +.literal-block .nb { color: #204a87 } /* Name.Builtin */ +.literal-block .nc { color: #000000 } /* Name.Class */ +.literal-block .no { color: #000000 } /* Name.Constant */ +.literal-block .nd { color: #5c35cc; font-weight: bold } /* Name.Decorator */ +.literal-block .ni { color: #ce5c00 } /* Name.Entity */ +.literal-block .ne { color: #cc0000; font-weight: bold } /* Name.Exception */ +.literal-block .nf { color: #000000 } /* Name.Function */ +.literal-block .nl { color: #f57900 } /* Name.Label */ +.literal-block .nn { color: #000000 } /* Name.Namespace */ +.literal-block .nx { color: #000000 } /* Name.Other */ +.literal-block .py { color: #000000 } /* Name.Property */ +.literal-block .nt { color: #204a87; font-weight: bold } /* Name.Tag */ +.literal-block .nv { color: #000000 } /* Name.Variable */ +.literal-block .ow { color: #204a87; font-weight: bold } /* Operator.Word */ +.literal-block .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */ +.literal-block .mb { color: #0000cf; font-weight: bold } /* Literal.Number.Bin */ +.literal-block .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */ +.literal-block .mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */ +.literal-block .mi { color: #0000cf; font-weight: bold } /* Literal.Number.Integer */ +.literal-block .mo { color: #0000cf; font-weight: bold } /* Literal.Number.Oct */ +.literal-block .sa { color: #4e9a06 } /* Literal.String.Affix */ +.literal-block .sb { color: #4e9a06 } /* Literal.String.Backtick */ +.literal-block .sc { color: #4e9a06 } /* Literal.String.Char */ +.literal-block .dl { color: #4e9a06 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #8f5902; font-style: italic } /* Literal.String.Doc */ +.literal-block .s2 { color: #4e9a06 } /* Literal.String.Double */ +.literal-block .se { color: #4e9a06 } /* Literal.String.Escape */ +.literal-block .sh { color: #4e9a06 } /* Literal.String.Heredoc */ +.literal-block .si { color: #4e9a06 } /* Literal.String.Interpol */ +.literal-block .sx { color: #4e9a06 } /* Literal.String.Other */ +.literal-block .sr { color: #4e9a06 } /* Literal.String.Regex */ +.literal-block .s1 { color: #4e9a06 } /* Literal.String.Single */ +.literal-block .ss { color: #4e9a06 } /* Literal.String.Symbol */ +.literal-block .bp { color: #3465a4 } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #000000 } /* Name.Function.Magic */ +.literal-block .vc { color: #000000 } /* Name.Variable.Class */ +.literal-block .vg { color: #000000 } /* Name.Variable.Global */ +.literal-block .vi { color: #000000 } /* Name.Variable.Instance */ +.literal-block .vm { color: #000000 } /* Name.Variable.Magic */ +.literal-block .il { color: #0000cf; font-weight: bold } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/tango.min.css b/static/pygments/tango.min.css index 3a02732..0ba2690 100644 --- a/static/pygments/tango.min.css +++ b/static/pygments/tango.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#f8f8f8}.highlight .c{color:#8f5902;font-style:italic}.highlight .err{color:#a40000;border:1px solid #ef2929}.highlight .g{color:#000}.highlight .k{color:#204a87;font-weight:700}.highlight .l,.highlight .n{color:#000}.highlight .o{color:#ce5c00;font-weight:700}.highlight .x{color:#000}.highlight .p{color:#000;font-weight:700}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#8f5902;font-style:italic}.highlight .gd{color:#a40000}.highlight .ge{color:#000;font-style:italic}.highlight .gr{color:#ef2929}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00a000}.highlight .go{color:#000;font-style:italic}.highlight .gp{color:#8f5902}.highlight .gs{color:#000;font-weight:700}.highlight .gu{color:purple;font-weight:700}.highlight .gt{color:#a40000;font-weight:700}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#204a87;font-weight:700}.highlight .ld{color:#000}.highlight .m{color:#0000cf;font-weight:700}.highlight .s{color:#4e9a06}.highlight .na{color:#c4a000}.highlight .nb{color:#204a87}.highlight .nc,.highlight .no{color:#000}.highlight .nd{color:#5c35cc;font-weight:700}.highlight .ni{color:#ce5c00}.highlight .ne{color:#c00;font-weight:700}.highlight .nf{color:#000}.highlight .nl{color:#f57900}.highlight .nn,.highlight .nx,.highlight .py{color:#000}.highlight .nt{color:#204a87;font-weight:700}.highlight .nv{color:#000}.highlight .ow{color:#204a87;font-weight:700}.highlight .w{color:#f8f8f8;text-decoration:underline}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#0000cf;font-weight:700}.highlight .dl,.highlight .sa,.highlight .sb,.highlight .sc{color:#4e9a06}.highlight .sd{color:#8f5902;font-style:italic}.highlight .s1,.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#4e9a06}.highlight .bp{color:#3465a4}.highlight .fm,.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#000}.highlight .il{color:#0000cf;font-weight:700} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#f8f8f8}.highlight .c{color:#8f5902;font-style:italic}.highlight .err{color:#a40000;border:1px solid #ef2929}.highlight .g{color:#000}.highlight .k{color:#204a87;font-weight:700}.highlight .l,.highlight .n{color:#000}.highlight .o{color:#ce5c00;font-weight:700}.highlight .x{color:#000}.highlight .p{color:#000;font-weight:700}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#8f5902;font-style:italic}.highlight .gd{color:#a40000}.highlight .ge{color:#000;font-style:italic}.highlight .gr{color:#ef2929}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00a000}.highlight .go{color:#000;font-style:italic}.highlight .gp{color:#8f5902}.highlight .gs{color:#000;font-weight:700}.highlight .gu{color:purple;font-weight:700}.highlight .gt{color:#a40000;font-weight:700}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#204a87;font-weight:700}.highlight .ld{color:#000}.highlight .m{color:#0000cf;font-weight:700}.highlight .s{color:#4e9a06}.highlight .na{color:#c4a000}.highlight .nb{color:#204a87}.highlight .nc,.highlight .no{color:#000}.highlight .nd{color:#5c35cc;font-weight:700}.highlight .ni{color:#ce5c00}.highlight .ne{color:#c00;font-weight:700}.highlight .nf{color:#000}.highlight .nl{color:#f57900}.highlight .nn,.highlight .nx,.highlight .py{color:#000}.highlight .nt{color:#204a87;font-weight:700}.highlight .nv{color:#000}.highlight .ow{color:#204a87;font-weight:700}.highlight .w{color:#f8f8f8;text-decoration:underline}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#0000cf;font-weight:700}.highlight .dl,.highlight .sa,.highlight .sb,.highlight .sc{color:#4e9a06}.highlight .sd{color:#8f5902;font-style:italic}.highlight .s1,.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#4e9a06}.highlight .bp{color:#3465a4}.highlight .fm,.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#000}.highlight .il{color:#0000cf;font-weight:700}.literal-block .hll{background-color:#ffc}.literal-block{background:#f8f8f8}.literal-block .c{color:#8f5902;font-style:italic}.literal-block .err{color:#a40000;border:1px solid #ef2929}.literal-block .g{color:#000}.literal-block .k{color:#204a87;font-weight:700}.literal-block .l,.literal-block .n{color:#000}.literal-block .o{color:#ce5c00;font-weight:700}.literal-block .x{color:#000}.literal-block .p{color:#000;font-weight:700}.literal-block .c1,.literal-block .ch,.literal-block .cm,.literal-block .cp,.literal-block .cpf,.literal-block .cs{color:#8f5902;font-style:italic}.literal-block .gd{color:#a40000}.literal-block .ge{color:#000;font-style:italic}.literal-block .gr{color:#ef2929}.literal-block .gh{color:navy;font-weight:700}.literal-block .gi{color:#00a000}.literal-block .go{color:#000;font-style:italic}.literal-block .gp{color:#8f5902}.literal-block .gs{color:#000;font-weight:700}.literal-block .gu{color:purple;font-weight:700}.literal-block .gt{color:#a40000;font-weight:700}.literal-block .kc,.literal-block .kd,.literal-block .kn,.literal-block .kp,.literal-block .kr,.literal-block .kt{color:#204a87;font-weight:700}.literal-block .ld{color:#000}.literal-block .m{color:#0000cf;font-weight:700}.literal-block .s{color:#4e9a06}.literal-block .na{color:#c4a000}.literal-block .nb{color:#204a87}.literal-block .nc,.literal-block .no{color:#000}.literal-block .nd{color:#5c35cc;font-weight:700}.literal-block .ni{color:#ce5c00}.literal-block .ne{color:#c00;font-weight:700}.literal-block .nf{color:#000}.literal-block .nl{color:#f57900}.literal-block .nn,.literal-block .nx,.literal-block .py{color:#000}.literal-block .nt{color:#204a87;font-weight:700}.literal-block .nv{color:#000}.literal-block .ow{color:#204a87;font-weight:700}.literal-block .w{color:#f8f8f8;text-decoration:underline}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#0000cf;font-weight:700}.literal-block .dl,.literal-block .sa,.literal-block .sb,.literal-block .sc{color:#4e9a06}.literal-block .sd{color:#8f5902;font-style:italic}.literal-block .s1,.literal-block .s2,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sr,.literal-block .ss,.literal-block .sx{color:#4e9a06}.literal-block .bp{color:#3465a4}.literal-block .fm,.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#000}.literal-block .il{color:#0000cf;font-weight:700} \ No newline at end of file diff --git a/static/pygments/trac.css b/static/pygments/trac.css index 05fa84e..331e62b 100644 --- a/static/pygments/trac.css +++ b/static/pygments/trac.css @@ -64,4 +64,71 @@ .highlight .vg { color: #008080 } /* Name.Variable.Global */ .highlight .vi { color: #008080 } /* Name.Variable.Instance */ .highlight .vm { color: #008080 } /* Name.Variable.Magic */ -.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #ffffff; } +.literal-block .c { color: #999988; font-style: italic } /* Comment */ +.literal-block .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.literal-block .k { font-weight: bold } /* Keyword */ +.literal-block .o { font-weight: bold } /* Operator */ +.literal-block .ch { color: #999988; font-style: italic } /* Comment.Hashbang */ +.literal-block .cm { color: #999988; font-style: italic } /* Comment.Multiline */ +.literal-block .cp { color: #999999; font-weight: bold } /* Comment.Preproc */ +.literal-block .cpf { color: #999988; font-style: italic } /* Comment.PreprocFile */ +.literal-block .c1 { color: #999988; font-style: italic } /* Comment.Single */ +.literal-block .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ +.literal-block .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.literal-block .ge { font-style: italic } /* Generic.Emph */ +.literal-block .gr { color: #aa0000 } /* Generic.Error */ +.literal-block .gh { color: #999999 } /* Generic.Heading */ +.literal-block .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ +.literal-block .go { color: #888888 } /* Generic.Output */ +.literal-block .gp { color: #555555 } /* Generic.Prompt */ +.literal-block .gs { font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #aaaaaa } /* Generic.Subheading */ +.literal-block .gt { color: #aa0000 } /* Generic.Traceback */ +.literal-block .kc { font-weight: bold } /* Keyword.Constant */ +.literal-block .kd { font-weight: bold } /* Keyword.Declaration */ +.literal-block .kn { font-weight: bold } /* Keyword.Namespace */ +.literal-block .kp { font-weight: bold } /* Keyword.Pseudo */ +.literal-block .kr { font-weight: bold } /* Keyword.Reserved */ +.literal-block .kt { color: #445588; font-weight: bold } /* Keyword.Type */ +.literal-block .m { color: #009999 } /* Literal.Number */ +.literal-block .s { color: #bb8844 } /* Literal.String */ +.literal-block .na { color: #008080 } /* Name.Attribute */ +.literal-block .nb { color: #999999 } /* Name.Builtin */ +.literal-block .nc { color: #445588; font-weight: bold } /* Name.Class */ +.literal-block .no { color: #008080 } /* Name.Constant */ +.literal-block .ni { color: #800080 } /* Name.Entity */ +.literal-block .ne { color: #990000; font-weight: bold } /* Name.Exception */ +.literal-block .nf { color: #990000; font-weight: bold } /* Name.Function */ +.literal-block .nn { color: #555555 } /* Name.Namespace */ +.literal-block .nt { color: #000080 } /* Name.Tag */ +.literal-block .nv { color: #008080 } /* Name.Variable */ +.literal-block .ow { font-weight: bold } /* Operator.Word */ +.literal-block .w { color: #bbbbbb } /* Text.Whitespace */ +.literal-block .mb { color: #009999 } /* Literal.Number.Bin */ +.literal-block .mf { color: #009999 } /* Literal.Number.Float */ +.literal-block .mh { color: #009999 } /* Literal.Number.Hex */ +.literal-block .mi { color: #009999 } /* Literal.Number.Integer */ +.literal-block .mo { color: #009999 } /* Literal.Number.Oct */ +.literal-block .sa { color: #bb8844 } /* Literal.String.Affix */ +.literal-block .sb { color: #bb8844 } /* Literal.String.Backtick */ +.literal-block .sc { color: #bb8844 } /* Literal.String.Char */ +.literal-block .dl { color: #bb8844 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #bb8844 } /* Literal.String.Doc */ +.literal-block .s2 { color: #bb8844 } /* Literal.String.Double */ +.literal-block .se { color: #bb8844 } /* Literal.String.Escape */ +.literal-block .sh { color: #bb8844 } /* Literal.String.Heredoc */ +.literal-block .si { color: #bb8844 } /* Literal.String.Interpol */ +.literal-block .sx { color: #bb8844 } /* Literal.String.Other */ +.literal-block .sr { color: #808000 } /* Literal.String.Regex */ +.literal-block .s1 { color: #bb8844 } /* Literal.String.Single */ +.literal-block .ss { color: #bb8844 } /* Literal.String.Symbol */ +.literal-block .bp { color: #999999 } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #990000; font-weight: bold } /* Name.Function.Magic */ +.literal-block .vc { color: #008080 } /* Name.Variable.Class */ +.literal-block .vg { color: #008080 } /* Name.Variable.Global */ +.literal-block .vi { color: #008080 } /* Name.Variable.Instance */ +.literal-block .vm { color: #008080 } /* Name.Variable.Magic */ +.literal-block .il { color: #009999 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/trac.min.css b/static/pygments/trac.min.css index 610e972..3c78f12 100644 --- a/static/pygments/trac.min.css +++ b/static/pygments/trac.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k,.highlight .o{font-weight:700}.highlight .ch,.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:700}.highlight .c1,.highlight .cpf{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:700;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{font-weight:700}.highlight .kt{color:#458}.highlight .m{color:#099}.highlight .s{color:#b84}.highlight .na{color:teal}.highlight .nb{color:#999}.highlight .nc{color:#458;font-weight:700}.highlight .no{color:teal}.highlight .ni{color:purple}.highlight .ne,.highlight .nf{color:#900;font-weight:700}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#b84}.highlight .sr{color:olive}.highlight .s1,.highlight .ss{color:#b84}.highlight .bp{color:#999}.highlight .fm{color:#900;font-weight:700}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:teal}.highlight .il{color:#099} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k,.highlight .o{font-weight:700}.highlight .ch,.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:700}.highlight .c1,.highlight .cpf{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:700;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{font-weight:700}.highlight .kt{color:#458}.highlight .m{color:#099}.highlight .s{color:#b84}.highlight .na{color:teal}.highlight .nb{color:#999}.highlight .nc{color:#458;font-weight:700}.highlight .no{color:teal}.highlight .ni{color:purple}.highlight .ne,.highlight .nf{color:#900;font-weight:700}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#b84}.highlight .sr{color:olive}.highlight .s1,.highlight .ss{color:#b84}.highlight .bp{color:#999}.highlight .fm{color:#900;font-weight:700}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:teal}.highlight .il{color:#099}.literal-block .hll{background-color:#ffc}.literal-block{background:#fff}.literal-block .c{color:#998;font-style:italic}.literal-block .err{color:#a61717;background-color:#e3d2d2}.literal-block .k,.literal-block .o{font-weight:700}.literal-block .ch,.literal-block .cm{color:#998;font-style:italic}.literal-block .cp{color:#999;font-weight:700}.literal-block .c1,.literal-block .cpf{color:#998;font-style:italic}.literal-block .cs{color:#999;font-weight:700;font-style:italic}.literal-block .gd{color:#000;background-color:#fdd}.literal-block .ge{font-style:italic}.literal-block .gr{color:#a00}.literal-block .gh{color:#999}.literal-block .gi{color:#000;background-color:#dfd}.literal-block .go{color:#888}.literal-block .gp{color:#555}.literal-block .gs{font-weight:700}.literal-block .gu{color:#aaa}.literal-block .gt{color:#a00}.literal-block .kc,.literal-block .kd,.literal-block .kn,.literal-block .kp,.literal-block .kr{font-weight:700}.literal-block .kt{color:#458;font-weight:700}.literal-block .m{color:#099}.literal-block .s{color:#b84}.literal-block .na{color:teal}.literal-block .nb{color:#999}.literal-block .nc{color:#458;font-weight:700}.literal-block .no{color:teal}.literal-block .ni{color:purple}.literal-block .ne,.literal-block .nf{color:#900;font-weight:700}.literal-block .nn{color:#555}.literal-block .nt{color:navy}.literal-block .nv{color:teal}.literal-block .ow{font-weight:700}.literal-block .w{color:#bbb}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#099}.literal-block .dl,.literal-block .s2,.literal-block .sa,.literal-block .sb,.literal-block .sc,.literal-block .sd,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sx{color:#b84}.literal-block .sr{color:olive}.literal-block .s1,.literal-block .ss{color:#b84}.literal-block .bp{color:#999}.literal-block .fm{color:#900;font-weight:700}.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:teal}.literal-block .il{color:#099} \ No newline at end of file diff --git a/static/pygments/vim.css b/static/pygments/vim.css index afed707..d6eb195 100644 --- a/static/pygments/vim.css +++ b/static/pygments/vim.css @@ -75,4 +75,82 @@ .highlight .vg { color: #00cdcd } /* Name.Variable.Global */ .highlight .vi { color: #00cdcd } /* Name.Variable.Instance */ .highlight .vm { color: #00cdcd } /* Name.Variable.Magic */ -.highlight .il { color: #cd00cd } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #cd00cd } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #222222 } +.literal-block { background: #000000; color: #cccccc } +.literal-block .c { color: #000080 } /* Comment */ +.literal-block .err { color: #cccccc; border: 1px solid #FF0000 } /* Error */ +.literal-block .esc { color: #cccccc } /* Escape */ +.literal-block .g { color: #cccccc } /* Generic */ +.literal-block .k { color: #cdcd00 } /* Keyword */ +.literal-block .l { color: #cccccc } /* Literal */ +.literal-block .n { color: #cccccc } /* Name */ +.literal-block .o { color: #3399cc } /* Operator */ +.literal-block .x { color: #cccccc } /* Other */ +.literal-block .p { color: #cccccc } /* Punctuation */ +.literal-block .ch { color: #000080 } /* Comment.Hashbang */ +.literal-block .cm { color: #000080 } /* Comment.Multiline */ +.literal-block .cp { color: #000080 } /* Comment.Preproc */ +.literal-block .cpf { color: #000080 } /* Comment.PreprocFile */ +.literal-block .c1 { color: #000080 } /* Comment.Single */ +.literal-block .cs { color: #cd0000; font-weight: bold } /* Comment.Special */ +.literal-block .gd { color: #cd0000 } /* Generic.Deleted */ +.literal-block .ge { color: #cccccc; font-style: italic } /* Generic.Emph */ +.literal-block .gr { color: #FF0000 } /* Generic.Error */ +.literal-block .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.literal-block .gi { color: #00cd00 } /* Generic.Inserted */ +.literal-block .go { color: #888888 } /* Generic.Output */ +.literal-block .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.literal-block .gs { color: #cccccc; font-weight: bold } /* Generic.Strong */ +.literal-block .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.literal-block .gt { color: #0044DD } /* Generic.Traceback */ +.literal-block .kc { color: #cdcd00 } /* Keyword.Constant */ +.literal-block .kd { color: #00cd00 } /* Keyword.Declaration */ +.literal-block .kn { color: #cd00cd } /* Keyword.Namespace */ +.literal-block .kp { color: #cdcd00 } /* Keyword.Pseudo */ +.literal-block .kr { color: #cdcd00 } /* Keyword.Reserved */ +.literal-block .kt { color: #00cd00 } /* Keyword.Type */ +.literal-block .ld { color: #cccccc } /* Literal.Date */ +.literal-block .m { color: #cd00cd } /* Literal.Number */ +.literal-block .s { color: #cd0000 } /* Literal.String */ +.literal-block .na { color: #cccccc } /* Name.Attribute */ +.literal-block .nb { color: #cd00cd } /* Name.Builtin */ +.literal-block .nc { color: #00cdcd } /* Name.Class */ +.literal-block .no { color: #cccccc } /* Name.Constant */ +.literal-block .nd { color: #cccccc } /* Name.Decorator */ +.literal-block .ni { color: #cccccc } /* Name.Entity */ +.literal-block .ne { color: #666699; font-weight: bold } /* Name.Exception */ +.literal-block .nf { color: #cccccc } /* Name.Function */ +.literal-block .nl { color: #cccccc } /* Name.Label */ +.literal-block .nn { color: #cccccc } /* Name.Namespace */ +.literal-block .nx { color: #cccccc } /* Name.Other */ +.literal-block .py { color: #cccccc } /* Name.Property */ +.literal-block .nt { color: #cccccc } /* Name.Tag */ +.literal-block .nv { color: #00cdcd } /* Name.Variable */ +.literal-block .ow { color: #cdcd00 } /* Operator.Word */ +.literal-block .w { color: #cccccc } /* Text.Whitespace */ +.literal-block .mb { color: #cd00cd } /* Literal.Number.Bin */ +.literal-block .mf { color: #cd00cd } /* Literal.Number.Float */ +.literal-block .mh { color: #cd00cd } /* Literal.Number.Hex */ +.literal-block .mi { color: #cd00cd } /* Literal.Number.Integer */ +.literal-block .mo { color: #cd00cd } /* Literal.Number.Oct */ +.literal-block .sa { color: #cd0000 } /* Literal.String.Affix */ +.literal-block .sb { color: #cd0000 } /* Literal.String.Backtick */ +.literal-block .sc { color: #cd0000 } /* Literal.String.Char */ +.literal-block .dl { color: #cd0000 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #cd0000 } /* Literal.String.Doc */ +.literal-block .s2 { color: #cd0000 } /* Literal.String.Double */ +.literal-block .se { color: #cd0000 } /* Literal.String.Escape */ +.literal-block .sh { color: #cd0000 } /* Literal.String.Heredoc */ +.literal-block .si { color: #cd0000 } /* Literal.String.Interpol */ +.literal-block .sx { color: #cd0000 } /* Literal.String.Other */ +.literal-block .sr { color: #cd0000 } /* Literal.String.Regex */ +.literal-block .s1 { color: #cd0000 } /* Literal.String.Single */ +.literal-block .ss { color: #cd0000 } /* Literal.String.Symbol */ +.literal-block .bp { color: #cd00cd } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #cccccc } /* Name.Function.Magic */ +.literal-block .vc { color: #00cdcd } /* Name.Variable.Class */ +.literal-block .vg { color: #00cdcd } /* Name.Variable.Global */ +.literal-block .vi { color: #00cdcd } /* Name.Variable.Instance */ +.literal-block .vm { color: #00cdcd } /* Name.Variable.Magic */ +.literal-block .il { color: #cd00cd } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/vim.min.css b/static/pygments/vim.min.css index 2074cd2..bf0f8b9 100644 --- a/static/pygments/vim.min.css +++ b/static/pygments/vim.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#222}.highlight{background:#000;color:#ccc}.highlight .c{color:navy}.highlight .err{color:#ccc;border:1px solid red}.highlight .esc,.highlight .g{color:#ccc}.highlight .k{color:#cdcd00}.highlight .l,.highlight .n{color:#ccc}.highlight .o{color:#39c}.highlight .p,.highlight .x{color:#ccc}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf{color:navy}.highlight .cs{color:#cd0000;font-weight:700}.highlight .gd{color:#cd0000}.highlight .ge{color:#ccc;font-style:italic}.highlight .gr{color:red}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00cd00}.highlight .go{color:#888}.highlight .gp{color:navy;font-weight:700}.highlight .gs{color:#ccc;font-weight:700}.highlight .gu{color:purple;font-weight:700}.highlight .gt{color:#04d}.highlight .kc{color:#cdcd00}.highlight .kd{color:#00cd00}.highlight .kn{color:#cd00cd}.highlight .kp,.highlight .kr{color:#cdcd00}.highlight .kt{color:#00cd00}.highlight .ld{color:#ccc}.highlight .m{color:#cd00cd}.highlight .s{color:#cd0000}.highlight .na{color:#ccc}.highlight .nb{color:#cd00cd}.highlight .nc{color:#00cdcd}.highlight .nd,.highlight .ni,.highlight .no{color:#ccc}.highlight .ne{color:#669;font-weight:700}.highlight .nf,.highlight .nl,.highlight .nn,.highlight .nt,.highlight .nx,.highlight .py{color:#ccc}.highlight .nv{color:#00cdcd}.highlight .ow{color:#cdcd00}.highlight .w{color:#ccc}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#cd00cd}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#cd0000}.highlight .bp{color:#cd00cd}.highlight .fm{color:#ccc}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#00cdcd}.highlight .il{color:#cd00cd} \ No newline at end of file +.highlight .hll{background-color:#222}.highlight{background:#000;color:#ccc}.highlight .c{color:navy}.highlight .err{color:#ccc;border:1px solid red}.highlight .esc,.highlight .g{color:#ccc}.highlight .k{color:#cdcd00}.highlight .l,.highlight .n{color:#ccc}.highlight .o{color:#39c}.highlight .p,.highlight .x{color:#ccc}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf{color:navy}.highlight .cs{color:#cd0000;font-weight:700}.highlight .gd{color:#cd0000}.highlight .ge{color:#ccc;font-style:italic}.highlight .gr{color:red}.highlight .gh{color:navy;font-weight:700}.highlight .gi{color:#00cd00}.highlight .go{color:#888}.highlight .gp{color:navy;font-weight:700}.highlight .gs{color:#ccc;font-weight:700}.highlight .gu{color:purple;font-weight:700}.highlight .gt{color:#04d}.highlight .kc{color:#cdcd00}.highlight .kd{color:#00cd00}.highlight .kn{color:#cd00cd}.highlight .kp,.highlight .kr{color:#cdcd00}.highlight .kt{color:#00cd00}.highlight .ld{color:#ccc}.highlight .m{color:#cd00cd}.highlight .s{color:#cd0000}.highlight .na{color:#ccc}.highlight .nb{color:#cd00cd}.highlight .nc{color:#00cdcd}.highlight .nd,.highlight .ni,.highlight .no{color:#ccc}.highlight .ne{color:#669;font-weight:700}.highlight .nf,.highlight .nl,.highlight .nn,.highlight .nt,.highlight .nx,.highlight .py{color:#ccc}.highlight .nv{color:#00cdcd}.highlight .ow{color:#cdcd00}.highlight .w{color:#ccc}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#cd00cd}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#cd0000}.highlight .bp{color:#cd00cd}.highlight .fm{color:#ccc}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#00cdcd}.highlight .il{color:#cd00cd}.literal-block .hll{background-color:#222}.literal-block{background:#000;color:#ccc}.literal-block .c{color:navy}.literal-block .err{color:#ccc;border:1px solid red}.literal-block .esc,.literal-block .g{color:#ccc}.literal-block .k{color:#cdcd00}.literal-block .l,.literal-block .n{color:#ccc}.literal-block .o{color:#39c}.literal-block .p,.literal-block .x{color:#ccc}.literal-block .c1,.literal-block .ch,.literal-block .cm,.literal-block .cp,.literal-block .cpf{color:navy}.literal-block .cs{color:#cd0000;font-weight:700}.literal-block .gd{color:#cd0000}.literal-block .ge{color:#ccc;font-style:italic}.literal-block .gr{color:red}.literal-block .gh{color:navy;font-weight:700}.literal-block .gi{color:#00cd00}.literal-block .go{color:#888}.literal-block .gp{color:navy;font-weight:700}.literal-block .gs{color:#ccc;font-weight:700}.literal-block .gu{color:purple;font-weight:700}.literal-block .gt{color:#04d}.literal-block .kc{color:#cdcd00}.literal-block .kd{color:#00cd00}.literal-block .kn{color:#cd00cd}.literal-block .kp,.literal-block .kr{color:#cdcd00}.literal-block .kt{color:#00cd00}.literal-block .ld{color:#ccc}.literal-block .m{color:#cd00cd}.literal-block .s{color:#cd0000}.literal-block .na{color:#ccc}.literal-block .nb{color:#cd00cd}.literal-block .nc{color:#00cdcd}.literal-block .nd,.literal-block .ni,.literal-block .no{color:#ccc}.literal-block .ne{color:#669;font-weight:700}.literal-block .nf,.literal-block .nl,.literal-block .nn,.literal-block .nt,.literal-block .nx,.literal-block .py{color:#ccc}.literal-block .nv{color:#00cdcd}.literal-block .ow{color:#cdcd00}.literal-block .w{color:#ccc}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#cd00cd}.literal-block .dl,.literal-block .s1,.literal-block .s2,.literal-block .sa,.literal-block .sb,.literal-block .sc,.literal-block .sd,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sr,.literal-block .ss,.literal-block .sx{color:#cd0000}.literal-block .bp{color:#cd00cd}.literal-block .fm{color:#ccc}.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#00cdcd}.literal-block .il{color:#cd00cd} \ No newline at end of file diff --git a/static/pygments/vs.css b/static/pygments/vs.css index af4b2a0..8fa844d 100644 --- a/static/pygments/vs.css +++ b/static/pygments/vs.css @@ -35,4 +35,42 @@ .highlight .sx { color: #a31515 } /* Literal.String.Other */ .highlight .sr { color: #a31515 } /* Literal.String.Regex */ .highlight .s1 { color: #a31515 } /* Literal.String.Single */ -.highlight .ss { color: #a31515 } /* Literal.String.Symbol */ \ No newline at end of file +.highlight .ss { color: #a31515 } /* Literal.String.Symbol */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #ffffff; } +.literal-block .c { color: #008000 } /* Comment */ +.literal-block .err { border: 1px solid #FF0000 } /* Error */ +.literal-block .k { color: #0000ff } /* Keyword */ +.literal-block .ch { color: #008000 } /* Comment.Hashbang */ +.literal-block .cm { color: #008000 } /* Comment.Multiline */ +.literal-block .cp { color: #0000ff } /* Comment.Preproc */ +.literal-block .cpf { color: #008000 } /* Comment.PreprocFile */ +.literal-block .c1 { color: #008000 } /* Comment.Single */ +.literal-block .cs { color: #008000 } /* Comment.Special */ +.literal-block .ge { font-style: italic } /* Generic.Emph */ +.literal-block .gh { font-weight: bold } /* Generic.Heading */ +.literal-block .gp { font-weight: bold } /* Generic.Prompt */ +.literal-block .gs { font-weight: bold } /* Generic.Strong */ +.literal-block .gu { font-weight: bold } /* Generic.Subheading */ +.literal-block .kc { color: #0000ff } /* Keyword.Constant */ +.literal-block .kd { color: #0000ff } /* Keyword.Declaration */ +.literal-block .kn { color: #0000ff } /* Keyword.Namespace */ +.literal-block .kp { color: #0000ff } /* Keyword.Pseudo */ +.literal-block .kr { color: #0000ff } /* Keyword.Reserved */ +.literal-block .kt { color: #2b91af } /* Keyword.Type */ +.literal-block .s { color: #a31515 } /* Literal.String */ +.literal-block .nc { color: #2b91af } /* Name.Class */ +.literal-block .ow { color: #0000ff } /* Operator.Word */ +.literal-block .sa { color: #a31515 } /* Literal.String.Affix */ +.literal-block .sb { color: #a31515 } /* Literal.String.Backtick */ +.literal-block .sc { color: #a31515 } /* Literal.String.Char */ +.literal-block .dl { color: #a31515 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #a31515 } /* Literal.String.Doc */ +.literal-block .s2 { color: #a31515 } /* Literal.String.Double */ +.literal-block .se { color: #a31515 } /* Literal.String.Escape */ +.literal-block .sh { color: #a31515 } /* Literal.String.Heredoc */ +.literal-block .si { color: #a31515 } /* Literal.String.Interpol */ +.literal-block .sx { color: #a31515 } /* Literal.String.Other */ +.literal-block .sr { color: #a31515 } /* Literal.String.Regex */ +.literal-block .s1 { color: #a31515 } /* Literal.String.Single */ +.literal-block .ss { color: #a31515 } /* Literal.String.Symbol */ \ No newline at end of file diff --git a/static/pygments/vs.min.css b/static/pygments/vs.min.css index 9e85406..d32018e 100644 --- a/static/pygments/vs.min.css +++ b/static/pygments/vs.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:green}.highlight .err{border:1px solid red}.highlight .k{color:#00f}.highlight .ch,.highlight .cm{color:green}.highlight .cp{color:#00f}.highlight .c1,.highlight .cpf,.highlight .cs{color:green}.highlight .ge{font-style:italic}.highlight .gh,.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#00f}.highlight .kt{color:#2b91af}.highlight .s{color:#a31515}.highlight .nc{color:#2b91af}.highlight .ow{color:#00f}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#a31515} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:green}.highlight .err{border:1px solid red}.highlight .k{color:#00f}.highlight .ch,.highlight .cm{color:green}.highlight .cp{color:#00f}.highlight .c1,.highlight .cpf,.highlight .cs{color:green}.highlight .ge{font-style:italic}.highlight .gh,.highlight .gp,.highlight .gs,.highlight .gu{font-weight:700}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#00f}.highlight .kt{color:#2b91af}.highlight .s{color:#a31515}.highlight .nc{color:#2b91af}.highlight .ow{color:#00f}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#a31515}.literal-block .hll{background-color:#ffc}.literal-block{background:#fff}.literal-block .c{color:green}.literal-block .err{border:1px solid red}.literal-block .k{color:#00f}.literal-block .ch,.literal-block .cm{color:green}.literal-block .cp{color:#00f}.literal-block .c1,.literal-block .cpf,.literal-block .cs{color:green}.literal-block .ge{font-style:italic}.literal-block .gh,.literal-block .gp,.literal-block .gs,.literal-block .gu{font-weight:700}.literal-block .kc,.literal-block .kd,.literal-block .kn,.literal-block .kp,.literal-block .kr{color:#00f}.literal-block .kt{color:#2b91af}.literal-block .s{color:#a31515}.literal-block .nc{color:#2b91af}.literal-block .ow{color:#00f}.literal-block .dl,.literal-block .s1,.literal-block .s2,.literal-block .sa,.literal-block .sb,.literal-block .sc,.literal-block .sd,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sr,.literal-block .ss,.literal-block .sx{color:#a31515} \ No newline at end of file diff --git a/static/pygments/xcode.css b/static/pygments/xcode.css index 1b11b1e..856ad1b 100644 --- a/static/pygments/xcode.css +++ b/static/pygments/xcode.css @@ -60,4 +60,67 @@ .highlight .vg { color: #000000 } /* Name.Variable.Global */ .highlight .vi { color: #000000 } /* Name.Variable.Instance */ .highlight .vm { color: #000000 } /* Name.Variable.Magic */ -.highlight .il { color: #1C01CE } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #1C01CE } /* Literal.Number.Integer.Long */ +.literal-block .hll { background-color: #ffffcc } +.literal-block { background: #ffffff; } +.literal-block .c { color: #177500 } /* Comment */ +.literal-block .err { color: #000000 } /* Error */ +.literal-block .k { color: #A90D91 } /* Keyword */ +.literal-block .l { color: #1C01CE } /* Literal */ +.literal-block .n { color: #000000 } /* Name */ +.literal-block .o { color: #000000 } /* Operator */ +.literal-block .ch { color: #177500 } /* Comment.Hashbang */ +.literal-block .cm { color: #177500 } /* Comment.Multiline */ +.literal-block .cp { color: #633820 } /* Comment.Preproc */ +.literal-block .cpf { color: #177500 } /* Comment.PreprocFile */ +.literal-block .c1 { color: #177500 } /* Comment.Single */ +.literal-block .cs { color: #177500 } /* Comment.Special */ +.literal-block .kc { color: #A90D91 } /* Keyword.Constant */ +.literal-block .kd { color: #A90D91 } /* Keyword.Declaration */ +.literal-block .kn { color: #A90D91 } /* Keyword.Namespace */ +.literal-block .kp { color: #A90D91 } /* Keyword.Pseudo */ +.literal-block .kr { color: #A90D91 } /* Keyword.Reserved */ +.literal-block .kt { color: #A90D91 } /* Keyword.Type */ +.literal-block .ld { color: #1C01CE } /* Literal.Date */ +.literal-block .m { color: #1C01CE } /* Literal.Number */ +.literal-block .s { color: #C41A16 } /* Literal.String */ +.literal-block .na { color: #836C28 } /* Name.Attribute */ +.literal-block .nb { color: #A90D91 } /* Name.Builtin */ +.literal-block .nc { color: #3F6E75 } /* Name.Class */ +.literal-block .no { color: #000000 } /* Name.Constant */ +.literal-block .nd { color: #000000 } /* Name.Decorator */ +.literal-block .ni { color: #000000 } /* Name.Entity */ +.literal-block .ne { color: #000000 } /* Name.Exception */ +.literal-block .nf { color: #000000 } /* Name.Function */ +.literal-block .nl { color: #000000 } /* Name.Label */ +.literal-block .nn { color: #000000 } /* Name.Namespace */ +.literal-block .nx { color: #000000 } /* Name.Other */ +.literal-block .py { color: #000000 } /* Name.Property */ +.literal-block .nt { color: #000000 } /* Name.Tag */ +.literal-block .nv { color: #000000 } /* Name.Variable */ +.literal-block .ow { color: #000000 } /* Operator.Word */ +.literal-block .mb { color: #1C01CE } /* Literal.Number.Bin */ +.literal-block .mf { color: #1C01CE } /* Literal.Number.Float */ +.literal-block .mh { color: #1C01CE } /* Literal.Number.Hex */ +.literal-block .mi { color: #1C01CE } /* Literal.Number.Integer */ +.literal-block .mo { color: #1C01CE } /* Literal.Number.Oct */ +.literal-block .sa { color: #C41A16 } /* Literal.String.Affix */ +.literal-block .sb { color: #C41A16 } /* Literal.String.Backtick */ +.literal-block .sc { color: #2300CE } /* Literal.String.Char */ +.literal-block .dl { color: #C41A16 } /* Literal.String.Delimiter */ +.literal-block .sd { color: #C41A16 } /* Literal.String.Doc */ +.literal-block .s2 { color: #C41A16 } /* Literal.String.Double */ +.literal-block .se { color: #C41A16 } /* Literal.String.Escape */ +.literal-block .sh { color: #C41A16 } /* Literal.String.Heredoc */ +.literal-block .si { color: #C41A16 } /* Literal.String.Interpol */ +.literal-block .sx { color: #C41A16 } /* Literal.String.Other */ +.literal-block .sr { color: #C41A16 } /* Literal.String.Regex */ +.literal-block .s1 { color: #C41A16 } /* Literal.String.Single */ +.literal-block .ss { color: #C41A16 } /* Literal.String.Symbol */ +.literal-block .bp { color: #5B269A } /* Name.Builtin.Pseudo */ +.literal-block .fm { color: #000000 } /* Name.Function.Magic */ +.literal-block .vc { color: #000000 } /* Name.Variable.Class */ +.literal-block .vg { color: #000000 } /* Name.Variable.Global */ +.literal-block .vi { color: #000000 } /* Name.Variable.Instance */ +.literal-block .vm { color: #000000 } /* Name.Variable.Magic */ +.literal-block .il { color: #1C01CE } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/static/pygments/xcode.min.css b/static/pygments/xcode.min.css index 295aade..29d9442 100644 --- a/static/pygments/xcode.min.css +++ b/static/pygments/xcode.min.css @@ -1 +1 @@ -.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#177500}.highlight .err{color:#000}.highlight .k{color:#a90d91}.highlight .l{color:#1c01ce}.highlight .n,.highlight .o{color:#000}.highlight .ch,.highlight .cm{color:#177500}.highlight .cp{color:#633820}.highlight .c1,.highlight .cpf,.highlight .cs{color:#177500}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#a90d91}.highlight .ld,.highlight .m{color:#1c01ce}.highlight .s{color:#c41a16}.highlight .na{color:#836c28}.highlight .nb{color:#a90d91}.highlight .nc{color:#3f6e75}.highlight .nd,.highlight .ne,.highlight .nf,.highlight .ni,.highlight .nl,.highlight .nn,.highlight .no,.highlight .nt,.highlight .nv,.highlight .nx,.highlight .ow,.highlight .py{color:#000}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#1c01ce}.highlight .sa,.highlight .sb{color:#c41a16}.highlight .sc{color:#2300ce}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#c41a16}.highlight .bp{color:#5b269a}.highlight .fm,.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#000}.highlight .il{color:#1c01ce} \ No newline at end of file +.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#177500}.highlight .err{color:#000}.highlight .k{color:#a90d91}.highlight .l{color:#1c01ce}.highlight .n,.highlight .o{color:#000}.highlight .ch,.highlight .cm{color:#177500}.highlight .cp{color:#633820}.highlight .c1,.highlight .cpf,.highlight .cs{color:#177500}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#a90d91}.highlight .ld,.highlight .m{color:#1c01ce}.highlight .s{color:#c41a16}.highlight .na{color:#836c28}.highlight .nb{color:#a90d91}.highlight .nc{color:#3f6e75}.highlight .nd,.highlight .ne,.highlight .nf,.highlight .ni,.highlight .nl,.highlight .nn,.highlight .no,.highlight .nt,.highlight .nv,.highlight .nx,.highlight .ow,.highlight .py{color:#000}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#1c01ce}.highlight .sa,.highlight .sb{color:#c41a16}.highlight .sc{color:#2300ce}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#c41a16}.highlight .bp{color:#5b269a}.highlight .fm,.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#000}.highlight .il{color:#1c01ce}.literal-block .hll{background-color:#ffc}.literal-block{background:#fff}.literal-block .c{color:#177500}.literal-block .err{color:#000}.literal-block .k{color:#a90d91}.literal-block .l{color:#1c01ce}.literal-block .n,.literal-block .o{color:#000}.literal-block .ch,.literal-block .cm{color:#177500}.literal-block .cp{color:#633820}.literal-block .c1,.literal-block .cpf,.literal-block .cs{color:#177500}.literal-block .kc,.literal-block .kd,.literal-block .kn,.literal-block .kp,.literal-block .kr,.literal-block .kt{color:#a90d91}.literal-block .ld,.literal-block .m{color:#1c01ce}.literal-block .s{color:#c41a16}.literal-block .na{color:#836c28}.literal-block .nb{color:#a90d91}.literal-block .nc{color:#3f6e75}.literal-block .nd,.literal-block .ne,.literal-block .nf,.literal-block .ni,.literal-block .nl,.literal-block .nn,.literal-block .no,.literal-block .nt,.literal-block .nv,.literal-block .nx,.literal-block .ow,.literal-block .py{color:#000}.literal-block .mb,.literal-block .mf,.literal-block .mh,.literal-block .mi,.literal-block .mo{color:#1c01ce}.literal-block .sa,.literal-block .sb{color:#c41a16}.literal-block .sc{color:#2300ce}.literal-block .dl,.literal-block .s1,.literal-block .s2,.literal-block .sd,.literal-block .se,.literal-block .sh,.literal-block .si,.literal-block .sr,.literal-block .ss,.literal-block .sx{color:#c41a16}.literal-block .bp{color:#5b269a}.literal-block .fm,.literal-block .vc,.literal-block .vg,.literal-block .vi,.literal-block .vm{color:#000}.literal-block .il{color:#1c01ce} \ No newline at end of file diff --git a/static/stylesheet/dark-theme.less b/static/stylesheet/dark-theme.less new file mode 100644 index 0000000..5997723 --- /dev/null +++ b/static/stylesheet/dark-theme.less @@ -0,0 +1,165 @@ +// +// Dark Theme CSS styles. +// + +@import "variables.less"; + +body { + background-color: @body-bg-dark-theme; + color: @text-color-dark-theme; +} + +hr { + background-color: @solid-dark-grey; + color: @solid-dark-grey; +} + +aside { + background-color: @sidebar-bg-dark-theme; + color: @sidebar-text-color; + + form.navbar-search input#tipue_search_input { + background-color: @very-dark-grey; + color: @light-grey; + } +} + +main { + nav { + border-bottom-color: @nav-border-color-dark-theme; + } + + nav, .translations { + a { + border-color: @nav-border-color-dark-theme; + } + } + + article { + kbd { + background-color: #080808; + color: @light-grey; + } + + blockquote, pre { + border-left: 8px solid #ffffff33; + } + + *:not(pre) > code { + background-color: #080808; + border-color: #000; + } + + div#tipue_search_content .tipue_search_result { + span.tipue_search_content_bold { + color: white; + } + } + + section#isso-thread { + div.textarea, + .auth-section p.input-wrapper input, + .notification-section input { + background: @very-dark-grey; + color: @light-grey; + } + + >h4 { + color: @light-grey; + } + + .isso-postbox > .form-wrapper .preview { + background: repeating-linear-gradient( + -45deg, + @solid-dark-grey, @solid-dark-grey 10px, + @very-dark-grey 10px, @very-dark-grey 20px + ); + } + + .isso-comment > div.text-wrapper { + > .isso-comment-header { + .author { + color: @light-grey; + } + + .spacer, a.permalink, .note, a.parent { + color: @med-grey; + + &:hover { + color: @light-grey; + } + } + } + + > .isso-comment-footer a:hover { + // Unfortunately, Isso uses a lot of !important in its styles, so I + // have to override that. + text-shadow: @dark-grey 0 0 1px !important; + } + } + } + } + + footer { + border-top-color: @footer-border-color-dark-theme; + } +} + +div.related-posts { + border-color: @rel-post-border-color-dark-theme; +} + +// Admonition +div.admonition { + color: @admonition-generic-color-dark-theme; + background-color: @admonition-generic-bg-color-dark-theme; +} + +div.admonition.attention { + color: @admonition-attention-color-dark-theme; + background-color: @admonition-attention-bg-color-dark-theme; +} + +div.admonition.caution { + color: @admonition-caution-color-dark-theme; + background-color: @admonition-caution-bg-color-dark-theme; +} + +div.admonition.danger { + color: @admonition-danger-color-dark-theme; + background-color: @admonition-danger-bg-color-dark-theme; +} + +div.admonition.error { + color: @admonition-error-color-dark-theme; + background-color: @admonition-error-bg-color-dark-theme; +} + +div.admonition.hint { + color: @admonition-hint-color-dark-theme; + background-color: @admonition-hint-bg-color-dark-theme; +} + +div.admonition.important { + color: @admonition-important-color-dark-theme; + background-color: @admonition-important-bg-color-dark-theme; +} + +div.admonition.note { + color: @admonition-note-color-dark-theme; + background-color: @admonition-note-bg-color-dark-theme; +} + +div.admonition.tip { + color: @admonition-tip-color-dark-theme; + background-color: @admonition-tip-bg-color-dark-theme; +} + +div.admonition.warning { + color: @admonition-warning-color-dark-theme; + background-color: @admonition-warning-bg-color-dark-theme; +} + +div.figure { + color: @figure-color-dark-theme; +} diff --git a/static/stylesheet/dark-theme.min.css b/static/stylesheet/dark-theme.min.css new file mode 100644 index 0000000..b3855f2 --- /dev/null +++ b/static/stylesheet/dark-theme.min.css @@ -0,0 +1 @@ +body{background-color:#333;color:#eee}hr{color:#222}aside,hr{background-color:#222}aside{color:#fff}aside form.navbar-search input#tipue_search_input{background-color:#1a1a1a;color:#eee}main nav{border-bottom-color:#222}main .translations a,main nav a{border-color:#222}main article kbd{background-color:#080808;color:#eee}main article blockquote,main article pre{border-left:8px solid #ffffff33}main article :not(pre)>code{background-color:#080808;border-color:#000}main article div#tipue_search_content .tipue_search_result span.tipue_search_content_bold{color:#fff}main article section#isso-thread .auth-section p.input-wrapper input,main article section#isso-thread .notification-section input,main article section#isso-thread div.textarea{background:#1a1a1a;color:#eee}main article section#isso-thread>h4{color:#eee}main article section#isso-thread .isso-postbox>.form-wrapper .preview{background:repeating-linear-gradient(-45deg,#222,#222 10px,#1a1a1a 0,#1a1a1a 20px)}main article section#isso-thread .isso-comment>div.text-wrapper>.isso-comment-header .author{color:#eee}main article section#isso-thread .isso-comment>div.text-wrapper>.isso-comment-header .note,main article section#isso-thread .isso-comment>div.text-wrapper>.isso-comment-header .spacer,main article section#isso-thread .isso-comment>div.text-wrapper>.isso-comment-header a.parent,main article section#isso-thread .isso-comment>div.text-wrapper>.isso-comment-header a.permalink{color:#999}main article section#isso-thread .isso-comment>div.text-wrapper>.isso-comment-header .note:hover,main article section#isso-thread .isso-comment>div.text-wrapper>.isso-comment-header .spacer:hover,main article section#isso-thread .isso-comment>div.text-wrapper>.isso-comment-header a.parent:hover,main article section#isso-thread .isso-comment>div.text-wrapper>.isso-comment-header a.permalink:hover{color:#eee}main article section#isso-thread .isso-comment>div.text-wrapper>.isso-comment-footer a:hover{text-shadow:#242121 0 0 1px!important}main footer{border-top-color:#222}div.related-posts{border-color:#222}div.admonition{color:#eee;background-color:#404040}div.admonition.attention,div.admonition.caution{color:#fbda7a;background-color:#4a3900}div.admonition.danger,div.admonition.error{color:#ebadb3;background-color:#28070a}div.admonition.hint{color:#7abaff;background-color:#001933}div.admonition.important,div.admonition.note{color:#a8eab7;background-color:#122b18}div.admonition.tip{color:#7abaff;background-color:#001933}div.admonition.warning{color:#fbda7a;background-color:#4a3900}div.figure{color:#bfbfbf} \ No newline at end of file diff --git a/static/stylesheet/style.less b/static/stylesheet/style.less index 68a345b..033ad23 100644 --- a/static/stylesheet/style.less +++ b/static/stylesheet/style.less @@ -119,22 +119,21 @@ main { nav { text-align: center; text-transform: uppercase; - font-size: .72em; padding: 14px 0 14px 0; border-bottom: @nav-border-color 1px solid; + + // Need to use font-size of 0 so that whitespace between the tags + // doesn't have an affect on alignment. + font-size: 0; } nav, .translations { a { - padding: 0 4px 0 4px; - border-left: @nav-border-color 1px solid; + font-size: 12px; + padding: 0 4px; border-right: @nav-border-color 1px solid; } - :first-child { - border-left: none; - } - :last-child { border-right: none; } @@ -270,6 +269,12 @@ main { } } } + + // Add a bit of padding between each of the entry boxes in the Isso auth + // section. By default, they are squished together, which looks terrible. + section#isso-thread .auth-section .input-wrapper { + margin-right: 5px; + } } footer { @@ -283,6 +288,11 @@ main { color: @footer-text-color; font-size: 11px; } + + // Flex credits and theme selection separator + span.footer-separator { + margin: 0 6px; + } } } @@ -304,7 +314,8 @@ main { } } -a.btn { +a.btn, +section#isso-thread section.auth-section p.post-action input { background-color: @btn-bg; padding: .6em .6em; font-size: .8em; @@ -313,6 +324,7 @@ a.btn { text-align: center; white-space: nowrap; vertical-align: baseline; + border: none; border-radius: .25em; } @@ -442,6 +454,10 @@ ul.social { background-color: @tumblr-bg-color; } + a.sc-twitch { + background-color: @twitch-bg-color; + } + a.sc-twitter { background-color: @twitter-bg-color; } @@ -482,6 +498,11 @@ ul.social { background-color: @mastodon-bg-color; } + a.sc-diaspora { + color: @diaspora-color; + background-color: @diaspora-bg-color; + } + a.sc-flickr { background-color: @flickr-bg-color; } @@ -566,3 +587,151 @@ ul.social { height: 90px; } } + +// Admonition +div.admonition { + margin-bottom: 2.5rem; + border-radius: 4px; + padding: 0.5em 1.25em 1.25em 1.25em; + + p.admonition-title::before { + display: inline-block; + font-style: normal; + font-variant: normal; + text-rendering: auto; + font-family: "Font Awesome 5 Free"; + } + + p.admonition-title { + font-weight: 600; + line-height: 1.25em; + margin-bottom: 1.25em; + margin-top: inherit; + } + + p, div, pre { + margin-bottom: 0; + } +} + +div.admonition { + color: @admonition-generic-color; + background-color: @admonition-generic-bg-color; +} + +div.admonition.attention { + p.admonition-title::before { + content: @admonition-attention-icon; + } + + color: @admonition-attention-color; + background-color: @admonition-attention-bg-color; +} + +div.admonition.caution { + p.admonition-title::before { + content: @admonition-caution-icon; + } + + color: @admonition-caution-color; + background-color: @admonition-caution-bg-color; +} + +div.admonition.danger { + p.admonition-title::before { + content: @admonition-danger-icon; + } + + color: @admonition-danger-color; + background-color: @admonition-danger-bg-color; +} + +div.admonition.error { + p.admonition-title::before { + content: @admonition-error-icon; + } + + color: @admonition-error-color; + background-color: @admonition-error-bg-color; +} + +div.admonition.hint { + p.admonition-title::before { + content: @admonition-hint-icon; + } + + color: @admonition-hint-color; + background-color: @admonition-hint-bg-color; +} + +div.admonition.important { + p.admonition-title::before { + content: @admonition-important-icon; + } + + color: @admonition-important-color; + background-color: @admonition-important-bg-color; +} + +div.admonition.note { + p.admonition-title::before { + content: @admonition-note-icon; + } + + color: @admonition-note-color; + background-color: @admonition-note-bg-color; +} + +div.admonition.tip { + p.admonition-title::before { + content: @admonition-tip-icon; + } + + color: @admonition-tip-color; + background-color: @admonition-tip-bg-color; +} + +div.admonition.warning { + p.admonition-title::before { + content: @admonition-warning-icon; + } + + color: @admonition-warning-color; + background-color: @admonition-warning-bg-color; +} + +div.figure { + font-size: 90%; + color: @figure-color; + + img { + vertical-align: middle; + line-height: 1; + display: inline; + } + + p { + margin-top: 0; + margin-bottom: 0; + } + + p.caption { + font-style: italic; + } + + div.legend { + text-align: initial; + } +} + +div.figure.align-left { + text-align: left; +} + +div.figure.align-center { + text-align: center; +} + +div.figure.align-right { + text-align: right; +} diff --git a/static/stylesheet/style.min.css b/static/stylesheet/style.min.css index 5b5386a..40c495b 100644 --- a/static/stylesheet/style.min.css +++ b/static/stylesheet/style.min.css @@ -1 +1 @@ -body,html{width:100%;height:100%}h1,h2,h3,h4,h5,h6{font-weight:300;line-height:1.1}h1{font-size:2.4em}h2{font-size:2em}h3{font-size:1.6em}h4{font-size:1.36em}h5{font-size:1.2em}h6{font-size:1.1em}body{margin:0;padding:0;background-color:#fff;color:#242121;font-family:Source Sans Pro,Roboto,Open Sans,Liberation Sans,DejaVu Sans,Verdana,Helvetica,Arial,sans-serif;font-size:1.02em;line-height:1.2em}a{color:#1ea7d9;text-decoration:none}a:hover{color:#09deff}hr{color:#eee;background-color:#eee;height:1px;border:none;margin-top:40px;margin-bottom:40px}img{max-width:100%}aside{background-color:#333;text-align:center}aside,aside a{color:#fff}aside a:hover{color:#eee}aside div{padding:20px;margin:0}aside div img{border-radius:50%;max-width:140px}aside div h1{margin:15px 0 5px}aside div p{margin:0 0 15px;font-size:.92em}aside nav ul li{display:inline;line-height:1.6em;font-size:1.28em;text-transform:lowercase}main nav{text-align:center;text-transform:uppercase;font-size:.72em;padding:14px 0;border-bottom:1px solid #eee}main .translations a,main nav a{padding:0 4px;border-left:1px solid #eee;border-right:1px solid #eee}main .translations :first-child,main nav :first-child{border-left:none}main .translations :last-child,main nav :last-child{border-right:none}main .neighbors{margin:4% 0;height:20px}main .pagination{margin:4% 8%;height:20px}main .social-share p{font-size:.8em}main article{margin:0 8% 2%}main article header h1,main article header h2{margin-bottom:0}main article header p{color:#999;font-size:.86em}main article header .translations{float:right}main article header .translations .active{font-weight:600}main article code,main article kbd,main article pre,main article samp{font-family:Source Code Pro,Consolas,Liberation Mono,DejaVu Sans Mono,monospace}main article blockquote,main article pre{background-color:hsla(0,0%,50%,.05);border-top-right-radius:5px;border-bottom-right-radius:5px;border-left:8px solid hsla(0,0%,50%,.075);border-left-width:10px}main article blockquote{padding:10px 20px;font-weight:300;font-size:1.1em}main article pre{padding:4px;font-size:.9em;overflow-x:auto}main article samp{white-space:pre;display:block;overflow-x:auto}main article kbd{padding:.1em .6em;border:1px solid rgba(63,63,63,.25);box-shadow:0 1px 0 rgba(63,63,63,.25);background-color:#fff;color:#333;border-radius:3px;display:inline-block;margin:0 .1em;white-space:nowrap;font-size:.78em}main article :not(pre)>code{font-size:.8em;white-space:nowrap;color:#c25;padding:1px 3px;background-color:#f7f7f9;border:1px solid #e1e1e8;border-radius:3px}main article .comment-count{font-size:.8em}main article table{border-collapse:collapse;border-spacing:0}main article table thead:first-child tr:first-child th{border-top:0}main article table td,main article table th{padding:8px;line-height:20px;vertical-align:top;border-top:1px solid #ddd}main article table.highlighttable{width:100%;table-layout:fixed}main article table.highlighttable td{border-style:none;padding:0}main article table.highlighttable td.linenos{width:2.5em}main article table.highlighttable td.linenos pre{padding-right:.8em;background-color:inherit;text-align:right}main footer{padding-top:4px;border-top:1px solid #eee}main footer p{margin:2px;text-align:center;padding:0 40px;color:#999;font-size:11px}.tag-cloud a{background-color:#1ea7d9;padding:.2em .6em;font-size:.74em;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.tag-cloud a:hover{background-color:#09deff}a.btn{background-color:#1ea7d9;padding:.6em;font-size:.8em;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.btn:hover{background-color:#09deff}.center,.text-center{text-align:center}.align-center,.img-center{margin-left:auto;margin-right:auto;display:block}.float-left{float:left}.float-right{float:right}div.related-posts{margin:15px 0;padding-bottom:20px;border-top:1px solid #eee;border-bottom:1px solid #eee}div.related-posts h4{margin:20px 0 25px}div.related-posts ul{font-size:1.1em;padding-left:12px}div.related-posts ul li{padding:4px 0}ul.list,ul.related-posts,ul.social{list-style-type:none;margin:0;padding:0}ul.list{padding:1em 0}ul.list li{padding:4px}ul.social{font-size:1.6em;padding-top:20px}ul.social li{display:inline}ul.social a:hover{z-index:1;transform:translateY(-2px)}ul.social a{display:inline-block;width:36px;height:36px;border-radius:100%;text-align:center;font-size:.8em;line-height:36px}ul.social a.sc-facebook{background-color:#3e5b98}ul.social a.sc-google{background-color:#d93e2d}ul.social a.sc-instagram{background-color:#125688}ul.social a.sc-keybase{background-color:#4c8dff}ul.social a.sc-pinterest{background-color:#c92619}ul.social a.sc-linkedin{background-color:#3371b7}ul.social a.sc-medium{background-color:#00ab6b}ul.social a.sc-rss{background-color:#f26109}ul.social a.sc-stack-overflow{background-color:#f90}ul.social a.sc-tumblr{background-color:#36465d}ul.social a.sc-twitter{background-color:#4da7de}ul.social a.sc-youtube{background-color:#e02a20}ul.social a.sc-github,ul.social a.sc-github-alt{background-color:#111010}ul.social a.sc-envelope{background-color:#578ad6}ul.social a.sc-reddit{background-color:#ff4500}ul.social a.sc-soundcloud{background-color:#f50}ul.social a.sc-gitlab{background-color:#fca326}ul.social a.sc-xing{background-color:#007575}ul.social a.sc-bitbucket{background-color:#0747a6}ul.social a.sc-mastodon{background-color:#3088d4}ul.social a.sc-flickr{background-color:#ff0084}ul.social a.sc-lastfm{background-color:#d92323}.ads-aside{display:inline-block;height:90px;width:70%}.ads-responsive{display:inline-block;margin:6px 0;width:90%;height:70px;margin-left:5%}@media screen and (min-width:768px){aside{width:25vw;height:100vh;position:fixed;top:0;left:0;overflow-y:auto}aside div{padding:36px 18px}aside div nav ul li{padding:0!important;display:block}aside div ul.social{padding-top:32px}main{width:75vw;height:100vh;position:absolute;top:0;left:25vw;overflow-x:hidden}main article.single{min-height:80vh}main article ul.list li{padding:2px}.ads-aside{height:250px}.ads-responsive{height:90px}} \ No newline at end of file +body,html{width:100%;height:100%}h1,h2,h3,h4,h5,h6{font-weight:300;line-height:1.1}h1{font-size:2.4em}h2{font-size:2em}h3{font-size:1.6em}h4{font-size:1.36em}h5{font-size:1.2em}h6{font-size:1.1em}body{margin:0;padding:0;background-color:#fff;color:#242121;font-family:Source Sans Pro,Roboto,Open Sans,Liberation Sans,DejaVu Sans,Verdana,Helvetica,Arial,sans-serif;font-size:1.02em;line-height:1.2em}a{color:#d9411e;text-decoration:none}a:hover{color:#ff5a09}hr{color:#eee;background-color:#eee;height:1px;border:none;margin-top:40px;margin-bottom:40px}img{max-width:100%}aside{background-color:#333;text-align:center}aside,aside a{color:#fff}aside a:hover{color:#eee}aside div{padding:20px;margin:0}aside div img{border-radius:50%;max-width:140px}aside div h1{margin:15px 0 5px}aside div p{margin:0 0 15px;font-size:.92em}aside nav ul li{display:inline;line-height:1.6em;font-size:1.28em;text-transform:lowercase}main nav{text-align:center;text-transform:uppercase;padding:14px 0;border-bottom:1px solid #eee;font-size:0}main .translations a,main nav a{font-size:12px;padding:0 4px;border-right:1px solid #eee}main .translations :last-child,main nav :last-child{border-right:none}main .neighbors{margin:4% 0;height:20px}main .pagination{margin:4% 8%;height:20px}main .social-share p{font-size:.8em}main article{margin:0 8% 2%}main article header h1,main article header h2{margin-bottom:0}main article header p{color:#999;font-size:.86em}main article header .translations{float:right}main article header .translations .active{font-weight:600}main article code,main article kbd,main article pre,main article samp{font-family:Source Code Pro,Consolas,Liberation Mono,DejaVu Sans Mono,monospace}main article blockquote,main article pre{background-color:hsla(0,0%,50%,.05);border-top-right-radius:5px;border-bottom-right-radius:5px;border-left:8px solid hsla(0,0%,50%,.075);border-left-width:10px}main article blockquote{padding:10px 20px;font-weight:300;font-size:1.1em}main article pre{padding:4px;font-size:.9em;overflow-x:auto}main article samp{white-space:pre;display:block;overflow-x:auto}main article kbd{padding:.1em .6em;border:1px solid rgba(63,63,63,.25);box-shadow:0 1px 0 rgba(63,63,63,.25);background-color:#fff;color:#333;border-radius:3px;display:inline-block;margin:0 .1em;white-space:nowrap;font-size:.78em}main article :not(pre)>code{font-size:.8em;white-space:nowrap;color:#c25;padding:1px 3px;background-color:#f7f7f9;border:1px solid #e1e1e8;border-radius:3px}main article .comment-count{font-size:.8em}main article table{border-collapse:collapse;border-spacing:0}main article table thead:first-child tr:first-child th{border-top:0}main article table td,main article table th{padding:8px;line-height:20px;vertical-align:top;border-top:1px solid #ddd}main article table.highlighttable{width:100%;table-layout:fixed}main article table.highlighttable td{border-style:none;padding:0}main article table.highlighttable td.linenos{width:2.5em}main article table.highlighttable td.linenos pre{padding-right:.8em;background-color:inherit;text-align:right}main article section#isso-thread .auth-section .input-wrapper{margin-right:5px}main footer{padding-top:4px;border-top:1px solid #eee}main footer p{margin:2px;text-align:center;padding:0 40px;color:#999;font-size:11px}main footer span.footer-separator{margin:0 6px}.tag-cloud a{background-color:#d9411e;padding:.2em .6em;font-size:.74em;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.tag-cloud a:hover{background-color:#ff5a09}a.btn,section#isso-thread section.auth-section p.post-action input{background-color:#d9411e;padding:.6em;font-size:.8em;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border:none;border-radius:.25em}a.btn:hover{background-color:#ff5a09}.center,.text-center{text-align:center}.align-center,.img-center{margin-left:auto;margin-right:auto;display:block}.float-left{float:left}.float-right{float:right}div.related-posts{margin:15px 0;padding-bottom:20px;border-top:1px solid #eee;border-bottom:1px solid #eee}div.related-posts h4{margin:20px 0 25px}div.related-posts ul{font-size:1.1em;padding-left:12px}div.related-posts ul li{padding:4px 0}ul.list,ul.related-posts,ul.social{list-style-type:none;margin:0;padding:0}ul.list{padding:1em 0}ul.list li{padding:4px}ul.social{font-size:1.6em;padding-top:20px}ul.social li{display:inline}ul.social a:hover{z-index:1;transform:translateY(-2px)}ul.social a{display:inline-block;width:36px;height:36px;border-radius:100%;text-align:center;font-size:.8em;line-height:36px}ul.social a.sc-facebook{background-color:#3e5b98}ul.social a.sc-google{background-color:#d93e2d}ul.social a.sc-instagram{background-color:#125688}ul.social a.sc-keybase{background-color:#4c8dff}ul.social a.sc-pinterest{background-color:#c92619}ul.social a.sc-linkedin{background-color:#3371b7}ul.social a.sc-medium{background-color:#00ab6b}ul.social a.sc-rss{background-color:#f26109}ul.social a.sc-stack-overflow{background-color:#f90}ul.social a.sc-tumblr{background-color:#36465d}ul.social a.sc-twitch{background-color:#a970ff}ul.social a.sc-twitter{background-color:#4da7de}ul.social a.sc-youtube{background-color:#e02a20}ul.social a.sc-github,ul.social a.sc-github-alt{background-color:#111010}ul.social a.sc-envelope{background-color:#578ad6}ul.social a.sc-reddit{background-color:#ff4500}ul.social a.sc-soundcloud{background-color:#f50}ul.social a.sc-gitlab{background-color:#fca326}ul.social a.sc-xing{background-color:#007575}ul.social a.sc-bitbucket{background-color:#0747a6}ul.social a.sc-mastodon{background-color:#3088d4}ul.social a.sc-diaspora{color:#000;background-color:#d5d5d5}ul.social a.sc-flickr{background-color:#ff0084}ul.social a.sc-lastfm{background-color:#d92323}.ads-aside{display:inline-block;height:90px;width:70%}.ads-responsive{display:inline-block;margin:6px 0;width:90%;height:70px;margin-left:5%}@media screen and (min-width:768px){aside{width:25vw;height:100vh;position:fixed;top:0;left:0;overflow-y:auto}aside div{padding:36px 18px}aside div nav ul li{padding:0!important;display:block}aside div ul.social{padding-top:32px}main{width:75vw;height:100vh;position:absolute;top:0;left:25vw;overflow-x:hidden}main article.single{min-height:80vh}main article ul.list li{padding:2px}.ads-aside{height:250px}.ads-responsive{height:90px}}div.admonition{margin-bottom:2.5rem;border-radius:4px;padding:.5em 1.25em 1.25em}div.admonition p.admonition-title:before{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;font-family:Font Awesome\ 5 Free}div.admonition p.admonition-title{font-weight:600;line-height:1.25em;margin-bottom:1.25em;margin-top:inherit}div.admonition div,div.admonition p,div.admonition pre{margin-bottom:0}div.admonition{color:#242121;background-color:#ccc}div.admonition.attention{color:#856404;background-color:#fff3cd}div.admonition.attention p.admonition-title:before{content:"\f071\00a0 "}div.admonition.caution{color:#856404;background-color:#fff3cd}div.admonition.caution p.admonition-title:before{content:"\f071\00a0 "}div.admonition.danger{color:#721c24;background-color:#f8d7da}div.admonition.danger p.admonition-title:before{content:"\f06a\00a0 "}div.admonition.error{color:#721c24;background-color:#f8d7da}div.admonition.error p.admonition-title:before{content:"\f06a\00a0 "}div.admonition.hint{color:#004085;background-color:#cce5ff}div.admonition.hint p.admonition-title:before{content:"\f0eb\00a0 "}div.admonition.important{color:#155724;background-color:#d4edda}div.admonition.important p.admonition-title:before{content:"\f05a\00a0 "}div.admonition.note{color:#155724;background-color:#d4edda}div.admonition.note p.admonition-title:before{content:"\f05a\00a0 "}div.admonition.tip{color:#004085;background-color:#cce5ff}div.admonition.tip p.admonition-title:before{content:"\f0eb\00a0 "}div.admonition.warning{color:#856404;background-color:#fff3cd}div.admonition.warning p.admonition-title:before{content:"\f071\00a0 "}div.figure{font-size:90%;color:#6c757d}div.figure img{vertical-align:middle;line-height:1;display:inline}div.figure p{margin-top:0;margin-bottom:0}div.figure p.caption{font-style:italic}div.figure div.legend{text-align:initial}div.figure.align-left{text-align:left}div.figure.align-center{text-align:center}div.figure.align-right{text-align:right} \ No newline at end of file diff --git a/static/stylesheet/variables.less b/static/stylesheet/variables.less index 76fd650..803cfcf 100644 --- a/static/stylesheet/variables.less +++ b/static/stylesheet/variables.less @@ -8,6 +8,8 @@ @light-grey: #eeeeee; @med-grey: #999999; @dark-grey: #242121; +@solid-dark-grey: #222222; +@very-dark-grey: #1a1a1a; // Font family @sans: 'Source Sans Pro', 'Roboto', 'Open Sans', 'Liberation Sans', 'DejaVu Sans', 'Verdana', 'Helvetica', 'Arial', sans-serif; @@ -15,7 +17,9 @@ // Body @body-bg: @white; +@body-bg-dark-theme: @grey; @text-color: @dark-grey; +@text-color-dark-theme: @light-grey; // Links @link-color: @cyan; @@ -23,6 +27,7 @@ // Sidebar (aside) @sidebar-bg: @grey; +@sidebar-bg-dark-theme: @solid-dark-grey; @sidebar-text-color: @white; @sidebar-link-color: @white; @sidebar-link-hover-color: @light-grey; @@ -43,12 +48,15 @@ // Footer @footer-text-color: @med-grey; @footer-border-color: @light-grey; +@footer-border-color-dark-theme: @solid-dark-grey; -// Relativer posts +// Relative posts @rel-post-border-color: @light-grey; +@rel-post-border-color-dark-theme: @solid-dark-grey; // Nav @nav-border-color: @light-grey; +@nav-border-color-dark-theme: @solid-dark-grey; // Social buttons @@ -66,11 +74,77 @@ @soundcloud-bg-color: #ff5500; @stack-overflow-bg-color: #ff9900; @tumblr-bg-color: #36465d; +@twitch-bg-color: #a970ff; @twitter-bg-color: #4da7de; @youtube-bg-color: #e02a20; @gitlab-bg-color: #fca326; @xing-bg-color: #007575; @bitbucket-bg-color: #0747A6; @mastodon-bg-color: #3088d4; +@diaspora-color: #000000; +@diaspora-bg-color: #D5D5D5; @flickr-bg-color: #ff0084; @lastfm-bg-color: #d92323; + +// Admonition colors +@admonition-generic-color: @dark-grey; +@admonition-generic-color-dark-theme: @light-grey; +@admonition-generic-bg-color: #cccccc; +@admonition-generic-bg-color-dark-theme: #404040; + +@admonition-attention-color: #856404; +@admonition-attention-color-dark-theme: #fbda7a; +@admonition-attention-bg-color: #fff3cd; +@admonition-attention-bg-color-dark-theme: #4a3900; +@admonition-attention-icon: "\f071\00a0 "; + +@admonition-caution-color: @admonition-attention-color; +@admonition-caution-color-dark-theme: @admonition-attention-color-dark-theme; +@admonition-caution-bg-color: @admonition-attention-bg-color; +@admonition-caution-bg-color-dark-theme: @admonition-attention-bg-color-dark-theme; +@admonition-caution-icon: @admonition-attention-icon; + +@admonition-warning-color: @admonition-attention-color; +@admonition-warning-color-dark-theme: @admonition-attention-color-dark-theme; +@admonition-warning-bg-color: @admonition-attention-bg-color; +@admonition-warning-bg-color-dark-theme: @admonition-attention-bg-color-dark-theme; +@admonition-warning-icon: @admonition-attention-icon; + +@admonition-danger-color: #721c24; +@admonition-danger-color-dark-theme: #ebadb3; +@admonition-danger-bg-color: #f8d7da; +@admonition-danger-bg-color-dark-theme: #28070a; +@admonition-danger-icon: "\f06a\00a0 "; + +@admonition-error-color: @admonition-danger-color; +@admonition-error-color-dark-theme: @admonition-danger-color-dark-theme; +@admonition-error-bg-color: @admonition-danger-bg-color; +@admonition-error-bg-color-dark-theme: @admonition-danger-bg-color-dark-theme; +@admonition-error-icon: @admonition-danger-icon; + +@admonition-hint-color: #004085 ; +@admonition-hint-color-dark-theme: #7abaff; +@admonition-hint-bg-color: #cce5ff; +@admonition-hint-bg-color-dark-theme: #001933; +@admonition-hint-icon: "\f0eb\00a0 "; + +@admonition-tip-color: @admonition-hint-color; +@admonition-tip-color-dark-theme: @admonition-hint-color-dark-theme; +@admonition-tip-bg-color: @admonition-hint-bg-color; +@admonition-tip-bg-color-dark-theme: @admonition-hint-bg-color-dark-theme; +@admonition-tip-icon: @admonition-hint-icon; + +@admonition-important-color: #155724; +@admonition-important-color-dark-theme: #a8eab7; +@admonition-important-bg-color: #d4edda; +@admonition-important-bg-color-dark-theme: #122b18; +@admonition-important-icon: "\f05a\00a0 "; + +@admonition-note-color: @admonition-important-color; +@admonition-note-color-dark-theme: @admonition-important-color-dark-theme; +@admonition-note-bg-color: @admonition-important-bg-color; +@admonition-note-bg-color-dark-theme: @admonition-important-bg-color-dark-theme; +@admonition-note-icon: @admonition-important-icon; + +@figure-color: #6c757d; +@figure-color-dark-theme: #bfbfbf; diff --git a/static/tipuesearch/jquery.min.js b/static/tipuesearch/jquery.min.js new file mode 100644 index 0000000..644d35e --- /dev/null +++ b/static/tipuesearch/jquery.min.js @@ -0,0 +1,4 @@ +/*! jQuery v3.2.1 | (c) JS Foundation and other contributors | jquery.org/license */ +!function(a,b){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){"use strict";var c=[],d=a.document,e=Object.getPrototypeOf,f=c.slice,g=c.concat,h=c.push,i=c.indexOf,j={},k=j.toString,l=j.hasOwnProperty,m=l.toString,n=m.call(Object),o={};function p(a,b){b=b||d;var c=b.createElement("script");c.text=a,b.head.appendChild(c).parentNode.removeChild(c)}var q="3.2.1",r=function(a,b){return new r.fn.init(a,b)},s=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,t=/^-ms-/,u=/-([a-z])/g,v=function(a,b){return b.toUpperCase()};r.fn=r.prototype={jquery:q,constructor:r,length:0,toArray:function(){return f.call(this)},get:function(a){return null==a?f.call(this):a<0?this[a+this.length]:this[a]},pushStack:function(a){var b=r.merge(this.constructor(),a);return b.prevObject=this,b},each:function(a){return r.each(this,a)},map:function(a){return this.pushStack(r.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(f.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(a<0?b:0);return this.pushStack(c>=0&&c0&&b-1 in a)}var x=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C={}.hasOwnProperty,D=[],E=D.pop,F=D.push,G=D.push,H=D.slice,I=function(a,b){for(var c=0,d=a.length;c+~]|"+K+")"+K+"*"),S=new RegExp("="+K+"*([^\\]'\"]*?)"+K+"*\\]","g"),T=new RegExp(N),U=new RegExp("^"+L+"$"),V={ID:new RegExp("^#("+L+")"),CLASS:new RegExp("^\\.("+L+")"),TAG:new RegExp("^("+L+"|[*])"),ATTR:new RegExp("^"+M),PSEUDO:new RegExp("^"+N),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+K+"*(even|odd|(([+-]|)(\\d*)n|)"+K+"*(?:([+-]|)"+K+"*(\\d+)|))"+K+"*\\)|)","i"),bool:new RegExp("^(?:"+J+")$","i"),needsContext:new RegExp("^"+K+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+K+"*((?:-\\d)?\\d*)"+K+"*\\)|)(?=[^-]|$)","i")},W=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,Y=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,$=/[+~]/,_=new RegExp("\\\\([\\da-f]{1,6}"+K+"?|("+K+")|.)","ig"),aa=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:d<0?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},ba=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ca=function(a,b){return b?"\0"===a?"\ufffd":a.slice(0,-1)+"\\"+a.charCodeAt(a.length-1).toString(16)+" ":"\\"+a},da=function(){m()},ea=ta(function(a){return a.disabled===!0&&("form"in a||"label"in a)},{dir:"parentNode",next:"legend"});try{G.apply(D=H.call(v.childNodes),v.childNodes),D[v.childNodes.length].nodeType}catch(fa){G={apply:D.length?function(a,b){F.apply(a,H.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ga(a,b,d,e){var f,h,j,k,l,o,r,s=b&&b.ownerDocument,w=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==w&&9!==w&&11!==w)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==w&&(l=Z.exec(a)))if(f=l[1]){if(9===w){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(s&&(j=s.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(l[2])return G.apply(d,b.getElementsByTagName(a)),d;if((f=l[3])&&c.getElementsByClassName&&b.getElementsByClassName)return G.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==w)s=b,r=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(ba,ca):b.setAttribute("id",k=u),o=g(a),h=o.length;while(h--)o[h]="#"+k+" "+sa(o[h]);r=o.join(","),s=$.test(a)&&qa(b.parentNode)||b}if(r)try{return G.apply(d,s.querySelectorAll(r)),d}catch(x){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(P,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("fieldset");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&a.sourceIndex-b.sourceIndex;if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return function(b){return"form"in b?b.parentNode&&b.disabled===!1?"label"in b?"label"in b.parentNode?b.parentNode.disabled===a:b.disabled===a:b.isDisabled===a||b.isDisabled!==!a&&ea(b)===a:b.disabled===a:"label"in b&&b.disabled===a}}function pa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function qa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return!!b&&"HTML"!==b.nodeName},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),v!==n&&(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Y.test(n.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.filter.ID=function(a){var b=a.replace(_,aa);return function(a){return a.getAttribute("id")===b}},d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}}):(d.filter.ID=function(a){var b=a.replace(_,aa);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}},d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c,d,e,f=b.getElementById(a);if(f){if(c=f.getAttributeNode("id"),c&&c.value===a)return[f];e=b.getElementsByName(a),d=0;while(f=e[d++])if(c=f.getAttributeNode("id"),c&&c.value===a)return[f]}return[]}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){if("undefined"!=typeof b.getElementsByClassName&&p)return b.getElementsByClassName(a)},r=[],q=[],(c.qsa=Y.test(n.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+K+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+K+"*(?:value|"+J+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ja(function(a){a.innerHTML="";var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+K+"*[*^$|!~]?="),2!==a.querySelectorAll(":enabled").length&&q.push(":enabled",":disabled"),o.appendChild(a).disabled=!0,2!==a.querySelectorAll(":disabled").length&&q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Y.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"*"),s.call(a,"[s!='']:x"),r.push("!=",N)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Y.test(o.compareDocumentPosition),t=b||Y.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?I(k,a)-I(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?I(k,a)-I(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?la(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(S,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&C.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.escape=function(a){return(a+"").replace(ba,ca)},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ga.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ga.selectors={cacheLength:50,createPseudo:ia,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(_,aa),a[3]=(a[3]||a[4]||a[5]||"").replace(_,aa),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ga.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return V.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&T.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(_,aa).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+K+")"+a+"("+K+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ga.attr(d,a);return null==e?"!="===b:!b||(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(O," ")+" ").indexOf(c)>-1:"|="===b&&(e===c||e.slice(0,c.length+1)===c+"-"))}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=I(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ia(function(a){var b=[],c=[],d=h(a.replace(P,"$1"));return d[u]?ia(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(_,aa),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return U.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(_,aa).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:oa(!1),disabled:oa(!0),checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return X.test(a.nodeName)},input:function(a){return W.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:pa(function(){return[0]}),last:pa(function(a,b){return[b-1]}),eq:pa(function(a,b,c){return[c<0?c+b:c]}),even:pa(function(a,b){for(var c=0;c=0;)a.push(d);return a}),gt:pa(function(a,b,c){for(var d=c<0?c+b:c;++d1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function va(a,b,c){for(var d=0,e=b.length;d-1&&(f[j]=!(g[j]=l))}}else r=wa(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):G.apply(g,r)})}function ya(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ta(function(a){return a===b},h,!0),l=ta(function(a){return I(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];i1&&ua(m),i>1&&sa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(P,"$1"),c,i0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=E.call(i));u=wa(u)}G.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&ga.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=ya(b[c]),f[u]?d.push(f):e.push(f);f=A(a,za(e,d)),f.selector=a}return f},i=ga.select=function(a,b,c,e){var f,i,j,k,l,m="function"==typeof a&&a,n=!e&&g(a=m.selector||a);if(c=c||[],1===n.length){if(i=n[0]=n[0].slice(0),i.length>2&&"ID"===(j=i[0]).type&&9===b.nodeType&&p&&d.relative[i[1].type]){if(b=(d.find.ID(j.matches[0].replace(_,aa),b)||[])[0],!b)return c;m&&(b=b.parentNode),a=a.slice(i.shift().value.length)}f=V.needsContext.test(a)?0:i.length;while(f--){if(j=i[f],d.relative[k=j.type])break;if((l=d.find[k])&&(e=l(j.matches[0].replace(_,aa),$.test(i[0].type)&&qa(b.parentNode)||b))){if(i.splice(f,1),a=e.length&&sa(i),!a)return G.apply(c,e),c;break}}}return(m||h(a,n))(e,b,!p,c,!b||$.test(a)&&qa(b.parentNode)||b),c},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("fieldset"))}),ja(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){if(!c)return a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){if(!c&&"input"===a.nodeName.toLowerCase())return a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(J,function(a,b,c){var d;if(!c)return a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ga}(a);r.find=x,r.expr=x.selectors,r.expr[":"]=r.expr.pseudos,r.uniqueSort=r.unique=x.uniqueSort,r.text=x.getText,r.isXMLDoc=x.isXML,r.contains=x.contains,r.escapeSelector=x.escape;var y=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&r(a).is(c))break;d.push(a)}return d},z=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},A=r.expr.match.needsContext;function B(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()}var C=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i,D=/^.[^:#\[\.,]*$/;function E(a,b,c){return r.isFunction(b)?r.grep(a,function(a,d){return!!b.call(a,d,a)!==c}):b.nodeType?r.grep(a,function(a){return a===b!==c}):"string"!=typeof b?r.grep(a,function(a){return i.call(b,a)>-1!==c}):D.test(b)?r.filter(b,a,c):(b=r.filter(b,a),r.grep(a,function(a){return i.call(b,a)>-1!==c&&1===a.nodeType}))}r.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?r.find.matchesSelector(d,a)?[d]:[]:r.find.matches(a,r.grep(b,function(a){return 1===a.nodeType}))},r.fn.extend({find:function(a){var b,c,d=this.length,e=this;if("string"!=typeof a)return this.pushStack(r(a).filter(function(){for(b=0;b1?r.uniqueSort(c):c},filter:function(a){return this.pushStack(E(this,a||[],!1))},not:function(a){return this.pushStack(E(this,a||[],!0))},is:function(a){return!!E(this,"string"==typeof a&&A.test(a)?r(a):a||[],!1).length}});var F,G=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,H=r.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||F,"string"==typeof a){if(e="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:G.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof r?b[0]:b,r.merge(this,r.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),C.test(e[1])&&r.isPlainObject(b))for(e in b)r.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}return f=d.getElementById(e[2]),f&&(this[0]=f,this.length=1),this}return a.nodeType?(this[0]=a,this.length=1,this):r.isFunction(a)?void 0!==c.ready?c.ready(a):a(r):r.makeArray(a,this)};H.prototype=r.fn,F=r(d);var I=/^(?:parents|prev(?:Until|All))/,J={children:!0,contents:!0,next:!0,prev:!0};r.fn.extend({has:function(a){var b=r(a,this),c=b.length;return this.filter(function(){for(var a=0;a-1:1===c.nodeType&&r.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?r.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?i.call(r(a),this[0]):i.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(r.uniqueSort(r.merge(this.get(),r(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function K(a,b){while((a=a[b])&&1!==a.nodeType);return a}r.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return y(a,"parentNode")},parentsUntil:function(a,b,c){return y(a,"parentNode",c)},next:function(a){return K(a,"nextSibling")},prev:function(a){return K(a,"previousSibling")},nextAll:function(a){return y(a,"nextSibling")},prevAll:function(a){return y(a,"previousSibling")},nextUntil:function(a,b,c){return y(a,"nextSibling",c)},prevUntil:function(a,b,c){return y(a,"previousSibling",c)},siblings:function(a){return z((a.parentNode||{}).firstChild,a)},children:function(a){return z(a.firstChild)},contents:function(a){return B(a,"iframe")?a.contentDocument:(B(a,"template")&&(a=a.content||a),r.merge([],a.childNodes))}},function(a,b){r.fn[a]=function(c,d){var e=r.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=r.filter(d,e)),this.length>1&&(J[a]||r.uniqueSort(e),I.test(a)&&e.reverse()),this.pushStack(e)}});var L=/[^\x20\t\r\n\f]+/g;function M(a){var b={};return r.each(a.match(L)||[],function(a,c){b[c]=!0}),b}r.Callbacks=function(a){a="string"==typeof a?M(a):r.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=e||a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h-1)f.splice(c,1),c<=h&&h--}),this},has:function(a){return a?r.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=g=[],c||b||(f=c=""),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j};function N(a){return a}function O(a){throw a}function P(a,b,c,d){var e;try{a&&r.isFunction(e=a.promise)?e.call(a).done(b).fail(c):a&&r.isFunction(e=a.then)?e.call(a,b,c):b.apply(void 0,[a].slice(d))}catch(a){c.apply(void 0,[a])}}r.extend({Deferred:function(b){var c=[["notify","progress",r.Callbacks("memory"),r.Callbacks("memory"),2],["resolve","done",r.Callbacks("once memory"),r.Callbacks("once memory"),0,"resolved"],["reject","fail",r.Callbacks("once memory"),r.Callbacks("once memory"),1,"rejected"]],d="pending",e={state:function(){return d},always:function(){return f.done(arguments).fail(arguments),this},"catch":function(a){return e.then(null,a)},pipe:function(){var a=arguments;return r.Deferred(function(b){r.each(c,function(c,d){var e=r.isFunction(a[d[4]])&&a[d[4]];f[d[1]](function(){var a=e&&e.apply(this,arguments);a&&r.isFunction(a.promise)?a.promise().progress(b.notify).done(b.resolve).fail(b.reject):b[d[0]+"With"](this,e?[a]:arguments)})}),a=null}).promise()},then:function(b,d,e){var f=0;function g(b,c,d,e){return function(){var h=this,i=arguments,j=function(){var a,j;if(!(b=f&&(d!==O&&(h=void 0,i=[a]),c.rejectWith(h,i))}};b?k():(r.Deferred.getStackHook&&(k.stackTrace=r.Deferred.getStackHook()),a.setTimeout(k))}}return r.Deferred(function(a){c[0][3].add(g(0,a,r.isFunction(e)?e:N,a.notifyWith)),c[1][3].add(g(0,a,r.isFunction(b)?b:N)),c[2][3].add(g(0,a,r.isFunction(d)?d:O))}).promise()},promise:function(a){return null!=a?r.extend(a,e):e}},f={};return r.each(c,function(a,b){var g=b[2],h=b[5];e[b[1]]=g.add,h&&g.add(function(){d=h},c[3-a][2].disable,c[0][2].lock),g.add(b[3].fire),f[b[0]]=function(){return f[b[0]+"With"](this===f?void 0:this,arguments),this},f[b[0]+"With"]=g.fireWith}),e.promise(f),b&&b.call(f,f),f},when:function(a){var b=arguments.length,c=b,d=Array(c),e=f.call(arguments),g=r.Deferred(),h=function(a){return function(c){d[a]=this,e[a]=arguments.length>1?f.call(arguments):c,--b||g.resolveWith(d,e)}};if(b<=1&&(P(a,g.done(h(c)).resolve,g.reject,!b),"pending"===g.state()||r.isFunction(e[c]&&e[c].then)))return g.then();while(c--)P(e[c],h(c),g.reject);return g.promise()}});var Q=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;r.Deferred.exceptionHook=function(b,c){a.console&&a.console.warn&&b&&Q.test(b.name)&&a.console.warn("jQuery.Deferred exception: "+b.message,b.stack,c)},r.readyException=function(b){a.setTimeout(function(){throw b})};var R=r.Deferred();r.fn.ready=function(a){return R.then(a)["catch"](function(a){r.readyException(a)}),this},r.extend({isReady:!1,readyWait:1,ready:function(a){(a===!0?--r.readyWait:r.isReady)||(r.isReady=!0,a!==!0&&--r.readyWait>0||R.resolveWith(d,[r]))}}),r.ready.then=R.then;function S(){d.removeEventListener("DOMContentLoaded",S), +a.removeEventListener("load",S),r.ready()}"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll?a.setTimeout(r.ready):(d.addEventListener("DOMContentLoaded",S),a.addEventListener("load",S));var T=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===r.type(c)){e=!0;for(h in c)T(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,r.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(r(a),c)})),b))for(;h1,null,!0)},removeData:function(a){return this.each(function(){X.remove(this,a)})}}),r.extend({queue:function(a,b,c){var d;if(a)return b=(b||"fx")+"queue",d=W.get(a,b),c&&(!d||Array.isArray(c)?d=W.access(a,b,r.makeArray(c)):d.push(c)),d||[]},dequeue:function(a,b){b=b||"fx";var c=r.queue(a,b),d=c.length,e=c.shift(),f=r._queueHooks(a,b),g=function(){r.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return W.get(a,c)||W.access(a,c,{empty:r.Callbacks("once memory").add(function(){W.remove(a,[b+"queue",c])})})}}),r.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length\x20\t\r\n\f]+)/i,la=/^$|\/(?:java|ecma)script/i,ma={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};ma.optgroup=ma.option,ma.tbody=ma.tfoot=ma.colgroup=ma.caption=ma.thead,ma.th=ma.td;function na(a,b){var c;return c="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):[],void 0===b||b&&B(a,b)?r.merge([a],c):c}function oa(a,b){for(var c=0,d=a.length;c-1)e&&e.push(f);else if(j=r.contains(f.ownerDocument,f),g=na(l.appendChild(f),"script"),j&&oa(g),c){k=0;while(f=g[k++])la.test(f.type||"")&&c.push(f)}return l}!function(){var a=d.createDocumentFragment(),b=a.appendChild(d.createElement("div")),c=d.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),o.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="",o.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var ra=d.documentElement,sa=/^key/,ta=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,ua=/^([^.]*)(?:\.(.+)|)/;function va(){return!0}function wa(){return!1}function xa(){try{return d.activeElement}catch(a){}}function ya(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)ya(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=wa;else if(!e)return a;return 1===f&&(g=e,e=function(a){return r().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=r.guid++)),a.each(function(){r.event.add(this,b,e,d,c)})}r.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=W.get(a);if(q){c.handler&&(f=c,c=f.handler,e=f.selector),e&&r.find.matchesSelector(ra,e),c.guid||(c.guid=r.guid++),(i=q.events)||(i=q.events={}),(g=q.handle)||(g=q.handle=function(b){return"undefined"!=typeof r&&r.event.triggered!==b.type?r.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(L)||[""],j=b.length;while(j--)h=ua.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n&&(l=r.event.special[n]||{},n=(e?l.delegateType:l.bindType)||n,l=r.event.special[n]||{},k=r.extend({type:n,origType:p,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&r.expr.match.needsContext.test(e),namespace:o.join(".")},f),(m=i[n])||(m=i[n]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,o,g)!==!1||a.addEventListener&&a.addEventListener(n,g)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),r.event.global[n]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=W.hasData(a)&&W.get(a);if(q&&(i=q.events)){b=(b||"").match(L)||[""],j=b.length;while(j--)if(h=ua.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n){l=r.event.special[n]||{},n=(d?l.delegateType:l.bindType)||n,m=i[n]||[],h=h[2]&&new RegExp("(^|\\.)"+o.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&p!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,o,q.handle)!==!1||r.removeEvent(a,n,q.handle),delete i[n])}else for(n in i)r.event.remove(a,n+b[j],c,d,!0);r.isEmptyObject(i)&&W.remove(a,"handle events")}},dispatch:function(a){var b=r.event.fix(a),c,d,e,f,g,h,i=new Array(arguments.length),j=(W.get(this,"events")||{})[b.type]||[],k=r.event.special[b.type]||{};for(i[0]=b,c=1;c=1))for(;j!==this;j=j.parentNode||this)if(1===j.nodeType&&("click"!==a.type||j.disabled!==!0)){for(f=[],g={},c=0;c-1:r.find(e,this,null,[j]).length),g[e]&&f.push(d);f.length&&h.push({elem:j,handlers:f})}return j=this,i\x20\t\r\n\f]*)[^>]*)\/>/gi,Aa=/\s*$/g;function Ea(a,b){return B(a,"table")&&B(11!==b.nodeType?b:b.firstChild,"tr")?r(">tbody",a)[0]||a:a}function Fa(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function Ga(a){var b=Ca.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Ha(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(W.hasData(a)&&(f=W.access(a),g=W.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;c1&&"string"==typeof q&&!o.checkClone&&Ba.test(q))return a.each(function(e){var f=a.eq(e);s&&(b[0]=q.call(this,e,f.html())),Ja(f,b,c,d)});if(m&&(e=qa(b,a[0].ownerDocument,!1,a,d),f=e.firstChild,1===e.childNodes.length&&(e=f),f||d)){for(h=r.map(na(e,"script"),Fa),i=h.length;l")},clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=r.contains(a.ownerDocument,a);if(!(o.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||r.isXMLDoc(a)))for(g=na(h),f=na(a),d=0,e=f.length;d0&&oa(g,!i&&na(a,"script")),h},cleanData:function(a){for(var b,c,d,e=r.event.special,f=0;void 0!==(c=a[f]);f++)if(U(c)){if(b=c[W.expando]){if(b.events)for(d in b.events)e[d]?r.event.remove(c,d):r.removeEvent(c,d,b.handle);c[W.expando]=void 0}c[X.expando]&&(c[X.expando]=void 0)}}}),r.fn.extend({detach:function(a){return Ka(this,a,!0)},remove:function(a){return Ka(this,a)},text:function(a){return T(this,function(a){return void 0===a?r.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=a)})},null,a,arguments.length)},append:function(){return Ja(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ea(this,a);b.appendChild(a)}})},prepend:function(){return Ja(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ea(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return Ja(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return Ja(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(r.cleanData(na(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null!=a&&a,b=null==b?a:b,this.map(function(){return r.clone(this,a,b)})},html:function(a){return T(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!Aa.test(a)&&!ma[(ka.exec(a)||["",""])[1].toLowerCase()]){a=r.htmlPrefilter(a);try{for(;c1)}});function _a(a,b,c,d,e){return new _a.prototype.init(a,b,c,d,e)}r.Tween=_a,_a.prototype={constructor:_a,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||r.easing._default,this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(r.cssNumber[c]?"":"px")},cur:function(){var a=_a.propHooks[this.prop];return a&&a.get?a.get(this):_a.propHooks._default.get(this)},run:function(a){var b,c=_a.propHooks[this.prop];return this.options.duration?this.pos=b=r.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):_a.propHooks._default.set(this),this}},_a.prototype.init.prototype=_a.prototype,_a.propHooks={_default:{get:function(a){var b;return 1!==a.elem.nodeType||null!=a.elem[a.prop]&&null==a.elem.style[a.prop]?a.elem[a.prop]:(b=r.css(a.elem,a.prop,""),b&&"auto"!==b?b:0)},set:function(a){r.fx.step[a.prop]?r.fx.step[a.prop](a):1!==a.elem.nodeType||null==a.elem.style[r.cssProps[a.prop]]&&!r.cssHooks[a.prop]?a.elem[a.prop]=a.now:r.style(a.elem,a.prop,a.now+a.unit)}}},_a.propHooks.scrollTop=_a.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},r.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2},_default:"swing"},r.fx=_a.prototype.init,r.fx.step={};var ab,bb,cb=/^(?:toggle|show|hide)$/,db=/queueHooks$/;function eb(){bb&&(d.hidden===!1&&a.requestAnimationFrame?a.requestAnimationFrame(eb):a.setTimeout(eb,r.fx.interval),r.fx.tick())}function fb(){return a.setTimeout(function(){ab=void 0}),ab=r.now()}function gb(a,b){var c,d=0,e={height:a};for(b=b?1:0;d<4;d+=2-b)c=ca[d],e["margin"+c]=e["padding"+c]=a;return b&&(e.opacity=e.width=a),e}function hb(a,b,c){for(var d,e=(kb.tweeners[b]||[]).concat(kb.tweeners["*"]),f=0,g=e.length;f1)},removeAttr:function(a){return this.each(function(){r.removeAttr(this,a)})}}),r.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return"undefined"==typeof a.getAttribute?r.prop(a,b,c):(1===f&&r.isXMLDoc(a)||(e=r.attrHooks[b.toLowerCase()]||(r.expr.match.bool.test(b)?lb:void 0)),void 0!==c?null===c?void r.removeAttr(a,b):e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:(a.setAttribute(b,c+""),c):e&&"get"in e&&null!==(d=e.get(a,b))?d:(d=r.find.attr(a,b), +null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"===b&&B(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}},removeAttr:function(a,b){var c,d=0,e=b&&b.match(L);if(e&&1===a.nodeType)while(c=e[d++])a.removeAttribute(c)}}),lb={set:function(a,b,c){return b===!1?r.removeAttr(a,c):a.setAttribute(c,c),c}},r.each(r.expr.match.bool.source.match(/\w+/g),function(a,b){var c=mb[b]||r.find.attr;mb[b]=function(a,b,d){var e,f,g=b.toLowerCase();return d||(f=mb[g],mb[g]=e,e=null!=c(a,b,d)?g:null,mb[g]=f),e}});var nb=/^(?:input|select|textarea|button)$/i,ob=/^(?:a|area)$/i;r.fn.extend({prop:function(a,b){return T(this,r.prop,a,b,arguments.length>1)},removeProp:function(a){return this.each(function(){delete this[r.propFix[a]||a]})}}),r.extend({prop:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return 1===f&&r.isXMLDoc(a)||(b=r.propFix[b]||b,e=r.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=r.find.attr(a,"tabindex");return b?parseInt(b,10):nb.test(a.nodeName)||ob.test(a.nodeName)&&a.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),o.optSelected||(r.propHooks.selected={get:function(a){var b=a.parentNode;return b&&b.parentNode&&b.parentNode.selectedIndex,null},set:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}}),r.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){r.propFix[this.toLowerCase()]=this});function pb(a){var b=a.match(L)||[];return b.join(" ")}function qb(a){return a.getAttribute&&a.getAttribute("class")||""}r.fn.extend({addClass:function(a){var b,c,d,e,f,g,h,i=0;if(r.isFunction(a))return this.each(function(b){r(this).addClass(a.call(this,b,qb(this)))});if("string"==typeof a&&a){b=a.match(L)||[];while(c=this[i++])if(e=qb(c),d=1===c.nodeType&&" "+pb(e)+" "){g=0;while(f=b[g++])d.indexOf(" "+f+" ")<0&&(d+=f+" ");h=pb(d),e!==h&&c.setAttribute("class",h)}}return this},removeClass:function(a){var b,c,d,e,f,g,h,i=0;if(r.isFunction(a))return this.each(function(b){r(this).removeClass(a.call(this,b,qb(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof a&&a){b=a.match(L)||[];while(c=this[i++])if(e=qb(c),d=1===c.nodeType&&" "+pb(e)+" "){g=0;while(f=b[g++])while(d.indexOf(" "+f+" ")>-1)d=d.replace(" "+f+" "," ");h=pb(d),e!==h&&c.setAttribute("class",h)}}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):r.isFunction(a)?this.each(function(c){r(this).toggleClass(a.call(this,c,qb(this),b),b)}):this.each(function(){var b,d,e,f;if("string"===c){d=0,e=r(this),f=a.match(L)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else void 0!==a&&"boolean"!==c||(b=qb(this),b&&W.set(this,"__className__",b),this.setAttribute&&this.setAttribute("class",b||a===!1?"":W.get(this,"__className__")||""))})},hasClass:function(a){var b,c,d=0;b=" "+a+" ";while(c=this[d++])if(1===c.nodeType&&(" "+pb(qb(c))+" ").indexOf(b)>-1)return!0;return!1}});var rb=/\r/g;r.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=r.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,r(this).val()):a,null==e?e="":"number"==typeof e?e+="":Array.isArray(e)&&(e=r.map(e,function(a){return null==a?"":a+""})),b=r.valHooks[this.type]||r.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=r.valHooks[e.type]||r.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(rb,""):null==c?"":c)}}}),r.extend({valHooks:{option:{get:function(a){var b=r.find.attr(a,"value");return null!=b?b:pb(r.text(a))}},select:{get:function(a){var b,c,d,e=a.options,f=a.selectedIndex,g="select-one"===a.type,h=g?null:[],i=g?f+1:e.length;for(d=f<0?i:g?f:0;d-1)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),r.each(["radio","checkbox"],function(){r.valHooks[this]={set:function(a,b){if(Array.isArray(b))return a.checked=r.inArray(r(a).val(),b)>-1}},o.checkOn||(r.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var sb=/^(?:focusinfocus|focusoutblur)$/;r.extend(r.event,{trigger:function(b,c,e,f){var g,h,i,j,k,m,n,o=[e||d],p=l.call(b,"type")?b.type:b,q=l.call(b,"namespace")?b.namespace.split("."):[];if(h=i=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!sb.test(p+r.event.triggered)&&(p.indexOf(".")>-1&&(q=p.split("."),p=q.shift(),q.sort()),k=p.indexOf(":")<0&&"on"+p,b=b[r.expando]?b:new r.Event(p,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=q.join("."),b.rnamespace=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:r.makeArray(c,[b]),n=r.event.special[p]||{},f||!n.trigger||n.trigger.apply(e,c)!==!1)){if(!f&&!n.noBubble&&!r.isWindow(e)){for(j=n.delegateType||p,sb.test(j+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),i=h;i===(e.ownerDocument||d)&&o.push(i.defaultView||i.parentWindow||a)}g=0;while((h=o[g++])&&!b.isPropagationStopped())b.type=g>1?j:n.bindType||p,m=(W.get(h,"events")||{})[b.type]&&W.get(h,"handle"),m&&m.apply(h,c),m=k&&h[k],m&&m.apply&&U(h)&&(b.result=m.apply(h,c),b.result===!1&&b.preventDefault());return b.type=p,f||b.isDefaultPrevented()||n._default&&n._default.apply(o.pop(),c)!==!1||!U(e)||k&&r.isFunction(e[p])&&!r.isWindow(e)&&(i=e[k],i&&(e[k]=null),r.event.triggered=p,e[p](),r.event.triggered=void 0,i&&(e[k]=i)),b.result}},simulate:function(a,b,c){var d=r.extend(new r.Event,c,{type:a,isSimulated:!0});r.event.trigger(d,null,b)}}),r.fn.extend({trigger:function(a,b){return this.each(function(){r.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];if(c)return r.event.trigger(a,b,c,!0)}}),r.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(a,b){r.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),r.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}}),o.focusin="onfocusin"in a,o.focusin||r.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){r.event.simulate(b,a.target,r.event.fix(a))};r.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=W.access(d,b);e||d.addEventListener(a,c,!0),W.access(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=W.access(d,b)-1;e?W.access(d,b,e):(d.removeEventListener(a,c,!0),W.remove(d,b))}}});var tb=a.location,ub=r.now(),vb=/\?/;r.parseXML=function(b){var c;if(!b||"string"!=typeof b)return null;try{c=(new a.DOMParser).parseFromString(b,"text/xml")}catch(d){c=void 0}return c&&!c.getElementsByTagName("parsererror").length||r.error("Invalid XML: "+b),c};var wb=/\[\]$/,xb=/\r?\n/g,yb=/^(?:submit|button|image|reset|file)$/i,zb=/^(?:input|select|textarea|keygen)/i;function Ab(a,b,c,d){var e;if(Array.isArray(b))r.each(b,function(b,e){c||wb.test(a)?d(a,e):Ab(a+"["+("object"==typeof e&&null!=e?b:"")+"]",e,c,d)});else if(c||"object"!==r.type(b))d(a,b);else for(e in b)Ab(a+"["+e+"]",b[e],c,d)}r.param=function(a,b){var c,d=[],e=function(a,b){var c=r.isFunction(b)?b():b;d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(null==c?"":c)};if(Array.isArray(a)||a.jquery&&!r.isPlainObject(a))r.each(a,function(){e(this.name,this.value)});else for(c in a)Ab(c,a[c],b,e);return d.join("&")},r.fn.extend({serialize:function(){return r.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=r.prop(this,"elements");return a?r.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!r(this).is(":disabled")&&zb.test(this.nodeName)&&!yb.test(a)&&(this.checked||!ja.test(a))}).map(function(a,b){var c=r(this).val();return null==c?null:Array.isArray(c)?r.map(c,function(a){return{name:b.name,value:a.replace(xb,"\r\n")}}):{name:b.name,value:c.replace(xb,"\r\n")}}).get()}});var Bb=/%20/g,Cb=/#.*$/,Db=/([?&])_=[^&]*/,Eb=/^(.*?):[ \t]*([^\r\n]*)$/gm,Fb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Gb=/^(?:GET|HEAD)$/,Hb=/^\/\//,Ib={},Jb={},Kb="*/".concat("*"),Lb=d.createElement("a");Lb.href=tb.href;function Mb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(L)||[];if(r.isFunction(c))while(d=f[e++])"+"===d[0]?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Nb(a,b,c,d){var e={},f=a===Jb;function g(h){var i;return e[h]=!0,r.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function Ob(a,b){var c,d,e=r.ajaxSettings.flatOptions||{};for(c in b)void 0!==b[c]&&((e[c]?a:d||(d={}))[c]=b[c]);return d&&r.extend(!0,a,d),a}function Pb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===d&&(d=a.mimeType||b.getResponseHeader("Content-Type"));if(d)for(e in h)if(h[e]&&h[e].test(d)){i.unshift(e);break}if(i[0]in c)f=i[0];else{for(e in c){if(!i[0]||a.converters[e+" "+i[0]]){f=e;break}g||(g=e)}f=f||g}if(f)return f!==i[0]&&i.unshift(f),c[f]}function Qb(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}r.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:tb.href,type:"GET",isLocal:Fb.test(tb.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Kb,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":r.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Ob(Ob(a,r.ajaxSettings),b):Ob(r.ajaxSettings,a)},ajaxPrefilter:Mb(Ib),ajaxTransport:Mb(Jb),ajax:function(b,c){"object"==typeof b&&(c=b,b=void 0),c=c||{};var e,f,g,h,i,j,k,l,m,n,o=r.ajaxSetup({},c),p=o.context||o,q=o.context&&(p.nodeType||p.jquery)?r(p):r.event,s=r.Deferred(),t=r.Callbacks("once memory"),u=o.statusCode||{},v={},w={},x="canceled",y={readyState:0,getResponseHeader:function(a){var b;if(k){if(!h){h={};while(b=Eb.exec(g))h[b[1].toLowerCase()]=b[2]}b=h[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return k?g:null},setRequestHeader:function(a,b){return null==k&&(a=w[a.toLowerCase()]=w[a.toLowerCase()]||a,v[a]=b),this},overrideMimeType:function(a){return null==k&&(o.mimeType=a),this},statusCode:function(a){var b;if(a)if(k)y.always(a[y.status]);else for(b in a)u[b]=[u[b],a[b]];return this},abort:function(a){var b=a||x;return e&&e.abort(b),A(0,b),this}};if(s.promise(y),o.url=((b||o.url||tb.href)+"").replace(Hb,tb.protocol+"//"),o.type=c.method||c.type||o.method||o.type,o.dataTypes=(o.dataType||"*").toLowerCase().match(L)||[""],null==o.crossDomain){j=d.createElement("a");try{j.href=o.url,j.href=j.href,o.crossDomain=Lb.protocol+"//"+Lb.host!=j.protocol+"//"+j.host}catch(z){o.crossDomain=!0}}if(o.data&&o.processData&&"string"!=typeof o.data&&(o.data=r.param(o.data,o.traditional)),Nb(Ib,o,c,y),k)return y;l=r.event&&o.global,l&&0===r.active++&&r.event.trigger("ajaxStart"),o.type=o.type.toUpperCase(),o.hasContent=!Gb.test(o.type),f=o.url.replace(Cb,""),o.hasContent?o.data&&o.processData&&0===(o.contentType||"").indexOf("application/x-www-form-urlencoded")&&(o.data=o.data.replace(Bb,"+")):(n=o.url.slice(f.length),o.data&&(f+=(vb.test(f)?"&":"?")+o.data,delete o.data),o.cache===!1&&(f=f.replace(Db,"$1"),n=(vb.test(f)?"&":"?")+"_="+ub++ +n),o.url=f+n),o.ifModified&&(r.lastModified[f]&&y.setRequestHeader("If-Modified-Since",r.lastModified[f]),r.etag[f]&&y.setRequestHeader("If-None-Match",r.etag[f])),(o.data&&o.hasContent&&o.contentType!==!1||c.contentType)&&y.setRequestHeader("Content-Type",o.contentType),y.setRequestHeader("Accept",o.dataTypes[0]&&o.accepts[o.dataTypes[0]]?o.accepts[o.dataTypes[0]]+("*"!==o.dataTypes[0]?", "+Kb+"; q=0.01":""):o.accepts["*"]);for(m in o.headers)y.setRequestHeader(m,o.headers[m]);if(o.beforeSend&&(o.beforeSend.call(p,y,o)===!1||k))return y.abort();if(x="abort",t.add(o.complete),y.done(o.success),y.fail(o.error),e=Nb(Jb,o,c,y)){if(y.readyState=1,l&&q.trigger("ajaxSend",[y,o]),k)return y;o.async&&o.timeout>0&&(i=a.setTimeout(function(){y.abort("timeout")},o.timeout));try{k=!1,e.send(v,A)}catch(z){if(k)throw z;A(-1,z)}}else A(-1,"No Transport");function A(b,c,d,h){var j,m,n,v,w,x=c;k||(k=!0,i&&a.clearTimeout(i),e=void 0,g=h||"",y.readyState=b>0?4:0,j=b>=200&&b<300||304===b,d&&(v=Pb(o,y,d)),v=Qb(o,v,y,j),j?(o.ifModified&&(w=y.getResponseHeader("Last-Modified"),w&&(r.lastModified[f]=w),w=y.getResponseHeader("etag"),w&&(r.etag[f]=w)),204===b||"HEAD"===o.type?x="nocontent":304===b?x="notmodified":(x=v.state,m=v.data,n=v.error,j=!n)):(n=x,!b&&x||(x="error",b<0&&(b=0))),y.status=b,y.statusText=(c||x)+"",j?s.resolveWith(p,[m,x,y]):s.rejectWith(p,[y,x,n]),y.statusCode(u),u=void 0,l&&q.trigger(j?"ajaxSuccess":"ajaxError",[y,o,j?m:n]),t.fireWith(p,[y,x]),l&&(q.trigger("ajaxComplete",[y,o]),--r.active||r.event.trigger("ajaxStop")))}return y},getJSON:function(a,b,c){return r.get(a,b,c,"json")},getScript:function(a,b){return r.get(a,void 0,b,"script")}}),r.each(["get","post"],function(a,b){r[b]=function(a,c,d,e){return r.isFunction(c)&&(e=e||d,d=c,c=void 0),r.ajax(r.extend({url:a,type:b,dataType:e,data:c,success:d},r.isPlainObject(a)&&a))}}),r._evalUrl=function(a){return r.ajax({url:a,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},r.fn.extend({wrapAll:function(a){var b;return this[0]&&(r.isFunction(a)&&(a=a.call(this[0])),b=r(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstElementChild)a=a.firstElementChild;return a}).append(this)),this},wrapInner:function(a){return r.isFunction(a)?this.each(function(b){r(this).wrapInner(a.call(this,b))}):this.each(function(){var b=r(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=r.isFunction(a);return this.each(function(c){r(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(a){return this.parent(a).not("body").each(function(){r(this).replaceWith(this.childNodes)}),this}}),r.expr.pseudos.hidden=function(a){return!r.expr.pseudos.visible(a)},r.expr.pseudos.visible=function(a){return!!(a.offsetWidth||a.offsetHeight||a.getClientRects().length)},r.ajaxSettings.xhr=function(){try{return new a.XMLHttpRequest}catch(b){}};var Rb={0:200,1223:204},Sb=r.ajaxSettings.xhr();o.cors=!!Sb&&"withCredentials"in Sb,o.ajax=Sb=!!Sb,r.ajaxTransport(function(b){var c,d;if(o.cors||Sb&&!b.crossDomain)return{send:function(e,f){var g,h=b.xhr();if(h.open(b.type,b.url,b.async,b.username,b.password),b.xhrFields)for(g in b.xhrFields)h[g]=b.xhrFields[g];b.mimeType&&h.overrideMimeType&&h.overrideMimeType(b.mimeType),b.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest");for(g in e)h.setRequestHeader(g,e[g]);c=function(a){return function(){c&&(c=d=h.onload=h.onerror=h.onabort=h.onreadystatechange=null,"abort"===a?h.abort():"error"===a?"number"!=typeof h.status?f(0,"error"):f(h.status,h.statusText):f(Rb[h.status]||h.status,h.statusText,"text"!==(h.responseType||"text")||"string"!=typeof h.responseText?{binary:h.response}:{text:h.responseText},h.getAllResponseHeaders()))}},h.onload=c(),d=h.onerror=c("error"),void 0!==h.onabort?h.onabort=d:h.onreadystatechange=function(){4===h.readyState&&a.setTimeout(function(){c&&d()})},c=c("abort");try{h.send(b.hasContent&&b.data||null)}catch(i){if(c)throw i}},abort:function(){c&&c()}}}),r.ajaxPrefilter(function(a){a.crossDomain&&(a.contents.script=!1)}),r.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(a){return r.globalEval(a),a}}}),r.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),r.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(e,f){b=r(" + + + + + + {% endif %} + @@ -53,6 +102,10 @@ {% if GOOGLE_ANALYTICS %} {% include "partial/ga.html" %} {% endif %} + + {% if GOOGLE_GLOBAL_SITE_TAG %} + {% include "partial/ggst.html" %} + {% endif %} {% if BROWSER_COLOR %} @@ -66,6 +119,19 @@ {% endif %} + {% if REL_CANONICAL %} + {% if page %} + + {% elif article %} + + {% elif page_name == 'index' and not articles_previous_page %} + + {% elif author or category or tag or page_name == 'index' %} + + {% else %} + + {% endif %} + {% endif %} {% block meta %} @@ -87,7 +153,7 @@ {% include "partial/gtm.html" %} {% endif %} - + {% if GOOGLE_TAG_MANAGER %} {% include "partial/gtm_noscript.html" %} {% endif %} @@ -100,18 +166,25 @@ {{ SITETITLE }} {% endif %} -

{{ SITETITLE }}

+ +

+ {{ SITETITLE }} +

{% if SITESUBTITLE %}

{{ SITESUBTITLE }}

{% endif %} + {% if PLUGINS and 'tipue_search' in PLUGINS %} + + {% endif %} + {% if pages or LINKS %} @@ -140,9 +221,9 @@ {% for name, link in SOCIAL %}
  • - - -
  • + + + {% endfor %} @@ -156,7 +237,6 @@ (adsbygoogle = window.adsbygoogle || []).push({}); {% endif %} -
    {% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.main_menu %} @@ -174,7 +254,7 @@ {{ _('Home') }} {% for title, link in MENUITEMS %} - {{ title }} + {{ _(title) }} {% endfor %} {% if FEED_ALL_ATOM %} @@ -213,10 +293,18 @@ {% include "partial/jsonld.html" %} - {% block additional_js %}{% endblock %} - {% if GITHUB_CORNER_URL %} - {% include 'partial/github.html' %} + {% include 'partial/github.html' %} {% endif %} + + {% if PLUGINS and 'tipue_search' in PLUGINS %} + + {% endif %} + + {% block additional_js %}{% endblock %} diff --git a/templates/categories.html b/templates/categories.html index a963c24..eeaa841 100644 --- a/templates/categories.html +++ b/templates/categories.html @@ -10,7 +10,9 @@
      {% for category, articles in categories|sort %} -
    • {{ category }} ({{ articles|count }})
    • +
    • + {{ category }} ({{ articles|count }}) +
    • {% endfor %}
    diff --git a/templates/index.html b/templates/index.html index 008ddc3..b38808b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -28,8 +28,8 @@ {% endfor %} {% endif %} - {% if 'post_stats' in PLUGINS %} - • {{ article.stats['read_mins'] }} min read + {% if PLUGINS and 'post_stats' in PLUGINS %} + • {{ _('%(minutes)s min read', minutes=article.stats['read_mins']) }} {% endif %}

    @@ -41,7 +41,10 @@ {{ article.summary }} {% if article.content != article.summary %}
    - {{ _('Continue reading') }} + + {{ _('Continue reading') }} + {% endif %} {% else %} {{ article.content }} @@ -65,5 +68,4 @@ {% endif %} - {% endblock %} diff --git a/templates/partial/cc_license.html b/templates/partial/cc_license.html index 7e2d443..1e05c7c 100644 --- a/templates/partial/cc_license.html +++ b/templates/partial/cc_license.html @@ -1,5 +1,5 @@

    - © {{ COPYRIGHT_NAME }} {{ COPYRIGHT_YEAR }} - This work is licensed under a {{ CC_LICENSE['name'] }} {{ CC_LICENSE['version'] }} International License + © {{ COPYRIGHT_YEAR }} {{ COPYRIGHT_NAME }} - This work is licensed under a {{ CC_LICENSE['name'] }} {{ CC_LICENSE['version'] }} International License

    {% include "partial/flex.html" %}

    diff --git a/templates/partial/copyright.html b/templates/partial/copyright.html index 5426dfd..5521ef3 100644 --- a/templates/partial/copyright.html +++ b/templates/partial/copyright.html @@ -1,4 +1,4 @@ -

    © {{ COPYRIGHT_NAME }} {{ COPYRIGHT_YEAR }}

    +

    © {{ COPYRIGHT_YEAR }} {{ COPYRIGHT_NAME }}

    {% include "partial/flex.html" %} {% if STATUSCAKE %} {% include "partial/statuscake.html" %} diff --git a/templates/partial/flex.html b/templates/partial/flex.html index 17b29da..a920fd6 100644 --- a/templates/partial/flex.html +++ b/templates/partial/flex.html @@ -1,7 +1,22 @@ -

    {{ _('Built with %(pelican_url)s using %(flex_url)s theme', - pelican_url='Pelican', - flex_url='Flex'|safe) }} -{% if EXTRA_FOOTER_TEXT %} - · {{ _(EXTRA_FOOTER_TEXT) }} +

    +{{ + _('Built with %(pelican_url)s using %(flex_url)s theme', + pelican_url='Pelican', + flex_url='Flex'|safe) +}} +{% if THEME_COLOR_ENABLE_USER_OVERRIDE %} + | + {{ + _('Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme', + dark_url='dark', + light_url='light', + browser_url='browser'|safe) + }} + {% endif %}

    diff --git a/templates/partial/ggst.html b/templates/partial/ggst.html new file mode 100644 index 0000000..bac7d3a --- /dev/null +++ b/templates/partial/ggst.html @@ -0,0 +1,10 @@ + + + + \ No newline at end of file diff --git a/templates/partial/isso.html b/templates/partial/isso.html new file mode 100644 index 0000000..afc4692 --- /dev/null +++ b/templates/partial/isso.html @@ -0,0 +1,23 @@ +{% if ISSO_URL %} + +
    + + + +{% endif %} diff --git a/templates/partial/neighbors.html b/templates/partial/neighbors.html index 4c698b0..a03a9e1 100644 --- a/templates/partial/neighbors.html +++ b/templates/partial/neighbors.html @@ -1,4 +1,4 @@ -{% if 'neighbors' in PLUGINS %} +{% if PLUGINS and 'neighbors' in PLUGINS %}
    {% if article.prev_article %} diff --git a/templates/period_archives.html b/templates/period_archives.html index d3ff30e..24f494e 100644 --- a/templates/period_archives.html +++ b/templates/period_archives.html @@ -9,12 +9,14 @@ diff --git a/templates/search.html b/templates/search.html new file mode 100644 index 0000000..1252834 --- /dev/null +++ b/templates/search.html @@ -0,0 +1,22 @@ +{% if PLUGINS and 'tipue_search' in PLUGINS %} +{% extends 'base.html' %} +{% block title %}{{ _('Search') }} - {{ SITENAME|striptags }}{% endblock title %} +{% block content %} + + +
    +
    +

    {{ _('Search Results') }}

    +
    +
    +
    +{% endblock content %} +{% endif %} diff --git a/transifex.py b/transifex.py new file mode 100644 index 0000000..df6d10f --- /dev/null +++ b/transifex.py @@ -0,0 +1,113 @@ +""" +transifex.py - Tool to manage Transifex translations + + u, up, update Download all translations from Transifex + l, list List all translations available on Transifex +""" +import os +import sys + +import requests + +API_URL = "https://www.transifex.com/api/2" +API_KEY = os.getenv("TRANSIFEX_API_KEY") +PROJECT_SLUG = "flex-pelican" +RESOURCE_SLUG = "messagespot" + + +def get_languages(): + url = "{api_url}/project/{project_slug}/languages/".format( + **{"api_url": API_URL, "project_slug": PROJECT_SLUG,} + ) + + req = requests.get(url, auth=("api", API_KEY)) + req.raise_for_status() + languages = req.json() + + return sorted([lang["language_code"] for lang in languages]) + + +def list_languages(): + languages = get_languages() + + print("LANG LOCAL") + + for lang in languages: + filename1 = os.path.join(".", lang, "LC_MESSAGES", "messages.po") + filename2 = os.path.join( + ".", "translations", lang, "LC_MESSAGES", "messages.po" + ) + + if os.path.exists(filename1) or os.path.exists(filename2): + print("{0} YES".format(lang.ljust(5))) + else: + print("{0} NO".format(lang.ljust(5))) + + print("\nTotal: {}".format(len(languages))) + + +def download(path): + languages = get_languages() + + for lang in languages: + print("Downloading {}...".format(lang)) + + url = "{api_url}/project/{project_slug}/resource/{resource_slug}/translation/{lang_code}/".format( + **{ + "api_url": API_URL, + "project_slug": PROJECT_SLUG, + "resource_slug": RESOURCE_SLUG, + "lang_code": lang, + } + ) + + req = requests.get(url, auth=("api", API_KEY)) + req.raise_for_status() + data = req.json() + po_content = data["content"] + + filepath = os.path.join(path, lang, "LC_MESSAGES") + os.makedirs(filepath, exist_ok=True) + + filename = os.path.join(path, lang, "LC_MESSAGES", "messages.po") + + with open(filename, "w") as f: + f.write(po_content) + + print("{} updated".format(lang)) + + +def usage(): + print(__doc__[1:]) + + +def _pop(l, default=None): + try: + return l.pop(0) + except IndexError: + return default + + +def run(): + args = sys.argv[1:] + + cmd = _pop(args, "help") + + if cmd in ["u", "up", "update"]: + path = _pop(args) + + if path and not args: + download(path) + else: + usage() + elif cmd in ["l", "list"]: + if not args: + list_languages() + else: + usage() + else: + usage() + + +if __name__ == "__main__": + run() diff --git a/translations/cs/LC_MESSAGES/messages.mo b/translations/cs/LC_MESSAGES/messages.mo new file mode 100644 index 0000000..4ec6ea2 Binary files /dev/null and b/translations/cs/LC_MESSAGES/messages.mo differ diff --git a/translations/cs/LC_MESSAGES/messages.po b/translations/cs/LC_MESSAGES/messages.po index b7b7796..f287d38 100644 --- a/translations/cs/LC_MESSAGES/messages.po +++ b/translations/cs/LC_MESSAGES/messages.po @@ -1,43 +1,47 @@ -# Translations template for Flex. -# Copyright (C) 2019 Alexandre Vicenzi +# Czech translations for Flex. +# Copyright (C) 2020 Alexandre Vicenzi # This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2019. -# +# FIRST AUTHOR , 2020. +# # Translators: # Honza Stínovlas , 2018 # Ivana Holm , 2018 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Flex 2.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-01-03 00:10+0100\n" +"POT-Creation-Date: 2020-12-01 20:21+0100\n" "PO-Revision-Date: 2016-08-25 02:15+0000\n" "Last-Translator: Ivana Holm , 2018\n" -"Language-Team: Czech (https://www.transifex.com/alexandrevicenzi/teams/66327/cs/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.6.0\n" "Language: cs\n" -"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" +"Language-Team: Czech (https://www.transifex.com/alexandrevicenzi/teams/66327/cs/)\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" -#: templates/archives.html:2 templates/archives.html:7 +#: templates/archives.html:3 templates/archives.html:8 #: templates/period_archives.html:2 templates/period_archives.html:7 msgid "Archives" msgstr "Archiv" -#: templates/article.html:22 templates/index.html:20 +#: templates/article.html:29 templates/index.html:20 #, python-format msgid "Posted on %(when)s in %(category)s" msgstr "Publikováno %(when)s v kategorii %(category)s" -#: templates/article.html:57 +#: templates/article.html:34 templates/index.html:32 +#, python-format +msgid "%(minutes)s min read" +msgstr "" + +#: templates/article.html:64 msgid "Like this article? Share it with your friends!" msgstr "Líbí se Vám článek? Sdílejte jej s přáteli!" -#: templates/article.html:68 +#: templates/article.html:75 msgid "You might enjoy" msgstr "Mohlo by se Vám líbit" @@ -50,15 +54,19 @@ msgstr "Příspěvky od %(name)s" msgid "Authors" msgstr "Autoři" -#: templates/base.html:159 +#: templates/base.html:161 +msgid "Search..." +msgstr "" + +#: templates/base.html:237 msgid "Home" msgstr "Domů" -#: templates/base.html:166 +#: templates/base.html:244 msgid "Atom" msgstr "Atom" -#: templates/base.html:170 +#: templates/base.html:248 msgid "RSS" msgstr "RSS" @@ -75,10 +83,18 @@ msgstr "Kategorie %(name)s" msgid "Tagged with" msgstr "Tagy" -#: templates/index.html:44 +#: templates/index.html:46 msgid "Continue reading" msgstr "Pokračovat ve čtení" +#: templates/search.html:3 +msgid "Search" +msgstr "" + +#: templates/search.html:17 +msgid "Search Results" +msgstr "" + #: templates/tag.html:2 #, python-format msgid "Tag %(name)s" @@ -88,15 +104,20 @@ msgstr "Štítek %(name)s" msgid "Tags" msgstr "Štítky" -#: templates/partial/disqus.html:13 +#: templates/partial/disqus.html:13 templates/partial/isso.html:20 msgid "Please enable JavaScript to view comments." msgstr "Pro zobrazení komentářů prosím povolte JavaScript" -#: templates/partial/flex.html:1 +#: templates/partial/flex.html:3 #, python-format msgid "Built with %(pelican_url)s using %(flex_url)s theme" msgstr "" +#: templates/partial/flex.html:10 +#, python-format +msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" +msgstr "" + #: templates/partial/neighbors.html:5 msgid "Previous Post" msgstr "" @@ -112,3 +133,4 @@ msgstr "Starší příspěvky" #: templates/partial/pagination.html:10 msgid "Newer Posts" msgstr "Novější příspěvky" + diff --git a/translations/de/LC_MESSAGES/messages.mo b/translations/de/LC_MESSAGES/messages.mo index c5fe56a..d8f9e59 100644 Binary files a/translations/de/LC_MESSAGES/messages.mo and b/translations/de/LC_MESSAGES/messages.mo differ diff --git a/translations/de/LC_MESSAGES/messages.po b/translations/de/LC_MESSAGES/messages.po index b0edc43..e0022e2 100644 --- a/translations/de/LC_MESSAGES/messages.po +++ b/translations/de/LC_MESSAGES/messages.po @@ -1,42 +1,47 @@ -# Translations template for Flex. -# Copyright (C) 2019 Alexandre Vicenzi +# German translations for Flex. +# Copyright (C) 2020 Alexandre Vicenzi # This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2019. -# +# FIRST AUTHOR , 2020. +# # Translators: -# Alexandre Vicenzi , 2016 -# +# Tom Teichler , 2019 +# Alexandre Vicenzi , 2020 #, fuzzy msgid "" msgstr "" "Project-Id-Version: Flex 2.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-01-03 00:10+0100\n" +"POT-Creation-Date: 2020-12-01 20:21+0100\n" "PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: Alexandre Vicenzi , 2016\n" -"Language-Team: German (https://www.transifex.com/alexandrevicenzi/teams/66327/de/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.6.0\n" +"Last-Translator: Alexandre Vicenzi , 2020\n" "Language: de\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: German (https://www.transifex.com/alexandrevicenzi/teams/66327/de/)\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" -#: templates/archives.html:2 templates/archives.html:7 +#: templates/archives.html:3 templates/archives.html:8 #: templates/period_archives.html:2 templates/period_archives.html:7 msgid "Archives" msgstr "Archive" -#: templates/article.html:22 templates/index.html:20 +#: templates/article.html:29 templates/index.html:20 #, python-format msgid "Posted on %(when)s in %(category)s" msgstr "Online seit %(when)s in %(category)s" -#: templates/article.html:57 +#: templates/article.html:34 templates/index.html:32 +#, python-format +msgid "%(minutes)s min read" +msgstr "%(minutes)s Minuten zum lesen" + +#: templates/article.html:64 msgid "Like this article? Share it with your friends!" msgstr "Gefällt dir der Artikel? Dann teile ihn mit Freunden!" -#: templates/article.html:68 +#: templates/article.html:75 msgid "You might enjoy" msgstr "Eventuell auch interessant" @@ -49,15 +54,19 @@ msgstr "Artikel von %(name)s" msgid "Authors" msgstr "Autoren" -#: templates/base.html:159 +#: templates/base.html:161 +msgid "Search..." +msgstr "Suchbegriff eingeben..." + +#: templates/base.html:237 msgid "Home" msgstr "Home" -#: templates/base.html:166 +#: templates/base.html:244 msgid "Atom" msgstr "Atom" -#: templates/base.html:170 +#: templates/base.html:248 msgid "RSS" msgstr "RSS" @@ -74,10 +83,18 @@ msgstr "Kategorie %(name)s" msgid "Tagged with" msgstr "Stichwörter" -#: templates/index.html:44 +#: templates/index.html:46 msgid "Continue reading" msgstr "Weiterlesen" +#: templates/search.html:3 +msgid "Search" +msgstr "Ergebnisse gefunden" + +#: templates/search.html:17 +msgid "Search Results" +msgstr "Ergebnisse gefunden" + #: templates/tag.html:2 #, python-format msgid "Tag %(name)s" @@ -87,22 +104,27 @@ msgstr "Stichwort %(name)s" msgid "Tags" msgstr "Stichwörter" -#: templates/partial/disqus.html:13 +#: templates/partial/disqus.html:13 templates/partial/isso.html:20 msgid "Please enable JavaScript to view comments." msgstr "Bitte JavaScript aktivieren um die Kommentare zu sehen." -#: templates/partial/flex.html:1 +#: templates/partial/flex.html:3 #, python-format msgid "Built with %(pelican_url)s using %(flex_url)s theme" +msgstr "Gebaut mit %(pelican_url)s und dem %(flex_url)stheme" + +#: templates/partial/flex.html:10 +#, python-format +msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" msgstr "" #: templates/partial/neighbors.html:5 msgid "Previous Post" -msgstr "" +msgstr "Vorheriger Beitrag" #: templates/partial/neighbors.html:10 msgid "Next Post" -msgstr "" +msgstr "Nächster Beitrag" #: templates/partial/pagination.html:5 msgid "Older Posts" @@ -111,3 +133,4 @@ msgstr "Ältere Artikel" #: templates/partial/pagination.html:10 msgid "Newer Posts" msgstr "Neuere Artikel" + diff --git a/translations/en/LC_MESSAGES/messages.mo b/translations/en/LC_MESSAGES/messages.mo index c8cb9c8..588877a 100644 Binary files a/translations/en/LC_MESSAGES/messages.mo and b/translations/en/LC_MESSAGES/messages.mo differ diff --git a/translations/en/LC_MESSAGES/messages.po b/translations/en/LC_MESSAGES/messages.po index 953b234..aa9fa89 100644 --- a/translations/en/LC_MESSAGES/messages.po +++ b/translations/en/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Flex 2.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2017-03-14 00:10-0300\n" +"POT-Creation-Date: 2020-12-01 20:21+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -17,22 +17,28 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Generated-By: Babel 2.8.0\n" -#: templates/archives.html:2 templates/archives.html:7 +#: templates/archives.html:3 templates/archives.html:8 +#: templates/period_archives.html:2 templates/period_archives.html:7 msgid "Archives" msgstr "Archives" -#: templates/article.html:17 templates/index.html:20 +#: templates/article.html:29 templates/index.html:20 #, python-format msgid "Posted on %(when)s in %(category)s" msgstr "Posted on %(when)s in %(category)s" -#: templates/article.html:52 +#: templates/article.html:34 templates/index.html:32 +#, python-format +msgid "%(minutes)s min read" +msgstr "" + +#: templates/article.html:64 msgid "Like this article? Share it with your friends!" msgstr "Like this article? Share it with your friends!" -#: templates/article.html:61 +#: templates/article.html:75 msgid "You might enjoy" msgstr "You might enjoy" @@ -41,23 +47,27 @@ msgstr "You might enjoy" msgid "Posts by %(name)s" msgstr "Posts by %(name)s" -#: templates/authors.html:2 templates/authors.html:7 +#: templates/authors.html:3 templates/authors.html:8 msgid "Authors" msgstr "Authors" -#: templates/base.html:142 +#: templates/base.html:161 +msgid "Search..." +msgstr "" + +#: templates/base.html:237 msgid "Home" msgstr "Home" -#: templates/base.html:149 +#: templates/base.html:244 msgid "Atom" msgstr "Atom" -#: templates/base.html:153 +#: templates/base.html:248 msgid "RSS" msgstr "RSS" -#: templates/categories.html:2 templates/categories.html:7 +#: templates/categories.html:3 templates/categories.html:8 msgid "Categories" msgstr "Categories" @@ -70,27 +80,48 @@ msgstr "Category %(name)s" msgid "Tagged with" msgstr "Tagged with" -#: templates/index.html:43 +#: templates/index.html:46 msgid "Continue reading" msgstr "Continue reading" +#: templates/search.html:3 +msgid "Search" +msgstr "" + +#: templates/search.html:17 +msgid "Search Results" +msgstr "" + #: templates/tag.html:2 #, python-format msgid "Tag %(name)s" msgstr "Tag %(name)s" -#: templates/tags.html:2 templates/tags.html:7 +#: templates/tags.html:3 templates/tags.html:8 msgid "Tags" msgstr "Tags" -#: templates/partial/disqus.html:12 +#: templates/partial/disqus.html:13 templates/partial/isso.html:20 msgid "Please enable JavaScript to view comments." msgstr "Please enable JavaScript to view comments." -#: templates/partial/flex.html:1 +#: templates/partial/flex.html:3 #, python-format -msgid "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s" -msgstr "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s" +msgid "Built with %(pelican_url)s using %(flex_url)s theme" +msgstr "" + +#: templates/partial/flex.html:10 +#, python-format +msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" +msgstr "" + +#: templates/partial/neighbors.html:5 +msgid "Previous Post" +msgstr "" + +#: templates/partial/neighbors.html:10 +msgid "Next Post" +msgstr "" #: templates/partial/pagination.html:5 msgid "Older Posts" @@ -100,3 +131,6 @@ msgstr "Older Posts" msgid "Newer Posts" msgstr "Newer Posts" +#~ msgid "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s" +#~ msgstr "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s" + diff --git a/translations/es/LC_MESSAGES/messages.mo b/translations/es/LC_MESSAGES/messages.mo index 4ff773c..c91e235 100644 Binary files a/translations/es/LC_MESSAGES/messages.mo and b/translations/es/LC_MESSAGES/messages.mo differ diff --git a/translations/es/LC_MESSAGES/messages.po b/translations/es/LC_MESSAGES/messages.po index fbf32a4..9f9a5af 100644 --- a/translations/es/LC_MESSAGES/messages.po +++ b/translations/es/LC_MESSAGES/messages.po @@ -1,42 +1,47 @@ -# Translations template for Flex. -# Copyright (C) 2019 Alexandre Vicenzi +# Spanish translations for Flex. +# Copyright (C) 2020 Alexandre Vicenzi # This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2019. -# +# FIRST AUTHOR , 2020. +# # Translators: # Juan A. S. , 2016 -# +# Alexandre Vicenzi , 2020 #, fuzzy msgid "" msgstr "" "Project-Id-Version: Flex 2.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-01-03 00:10+0100\n" +"POT-Creation-Date: 2020-12-01 20:21+0100\n" "PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: Juan A. S. , 2016\n" -"Language-Team: Spanish (https://www.transifex.com/alexandrevicenzi/teams/66327/es/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.6.0\n" +"Last-Translator: Alexandre Vicenzi , 2020\n" "Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Spanish (https://www.transifex.com/alexandrevicenzi/teams/66327/es/)\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" -#: templates/archives.html:2 templates/archives.html:7 +#: templates/archives.html:3 templates/archives.html:8 #: templates/period_archives.html:2 templates/period_archives.html:7 msgid "Archives" msgstr "Archivos" -#: templates/article.html:22 templates/index.html:20 +#: templates/article.html:29 templates/index.html:20 #, python-format msgid "Posted on %(when)s in %(category)s" msgstr "Publicado el %(when)s en %(category)s" -#: templates/article.html:57 +#: templates/article.html:34 templates/index.html:32 +#, python-format +msgid "%(minutes)s min read" +msgstr "%(minutes)s min. de lectura" + +#: templates/article.html:64 msgid "Like this article? Share it with your friends!" msgstr "¿Te gusta este artículo? ¡Compártelo con tus amigos!" -#: templates/article.html:68 +#: templates/article.html:75 msgid "You might enjoy" msgstr "Te puede gustar" @@ -49,15 +54,19 @@ msgstr "Artículos por %(name)s" msgid "Authors" msgstr "Autores" -#: templates/base.html:159 +#: templates/base.html:161 +msgid "Search..." +msgstr "Buscar..." + +#: templates/base.html:237 msgid "Home" msgstr "Inicio" -#: templates/base.html:166 +#: templates/base.html:244 msgid "Atom" msgstr "Atom" -#: templates/base.html:170 +#: templates/base.html:248 msgid "RSS" msgstr "RSS" @@ -74,10 +83,18 @@ msgstr "Categoría %(name)s" msgid "Tagged with" msgstr "Etiquetado con" -#: templates/index.html:44 +#: templates/index.html:46 msgid "Continue reading" msgstr "Seguir leyendo" +#: templates/search.html:3 +msgid "Search" +msgstr "Búsqueda" + +#: templates/search.html:17 +msgid "Search Results" +msgstr "Resultados de la búsqueda" + #: templates/tag.html:2 #, python-format msgid "Tag %(name)s" @@ -87,22 +104,27 @@ msgstr "Etiqueta %(name)s" msgid "Tags" msgstr "Etiquetas" -#: templates/partial/disqus.html:13 +#: templates/partial/disqus.html:13 templates/partial/isso.html:20 msgid "Please enable JavaScript to view comments." msgstr "Por favor, habilita JavaScript para ver los comentarios." -#: templates/partial/flex.html:1 +#: templates/partial/flex.html:3 #, python-format msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "" +msgstr "Construido con %(pelican_url)s y el tema %(flex_url)s" + +#: templates/partial/flex.html:10 +#, python-format +msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" +msgstr "Cambiar el tema a %(dark_url)s | %(light_url)s | %(browser_url)s " #: templates/partial/neighbors.html:5 msgid "Previous Post" -msgstr "" +msgstr "Artículo anterior" #: templates/partial/neighbors.html:10 msgid "Next Post" -msgstr "" +msgstr "Artículo siguiente" #: templates/partial/pagination.html:5 msgid "Older Posts" @@ -111,3 +133,4 @@ msgstr "Artículos antiguos" #: templates/partial/pagination.html:10 msgid "Newer Posts" msgstr "Artículos recientes" + diff --git a/translations/es_ES/LC_MESSAGES/messages.mo b/translations/es_ES/LC_MESSAGES/messages.mo index fd81acd..510e6f9 100644 Binary files a/translations/es_ES/LC_MESSAGES/messages.mo and b/translations/es_ES/LC_MESSAGES/messages.mo differ diff --git a/translations/es_ES/LC_MESSAGES/messages.po b/translations/es_ES/LC_MESSAGES/messages.po index 1595e09..651901f 100644 --- a/translations/es_ES/LC_MESSAGES/messages.po +++ b/translations/es_ES/LC_MESSAGES/messages.po @@ -1,42 +1,47 @@ -# Translations template for Flex. -# Copyright (C) 2019 Alexandre Vicenzi +# Spanish (Spain) translations for Flex. +# Copyright (C) 2020 Alexandre Vicenzi # This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2019. -# +# FIRST AUTHOR , 2020. +# # Translators: # Juan A. S. , 2016 -# +# Alexandre Vicenzi , 2020 #, fuzzy msgid "" msgstr "" "Project-Id-Version: Flex 2.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-01-03 00:10+0100\n" +"POT-Creation-Date: 2020-12-01 20:21+0100\n" "PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: Juan A. S. , 2016\n" -"Language-Team: Spanish (Spain) (https://www.transifex.com/alexandrevicenzi/teams/66327/es_ES/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.6.0\n" +"Last-Translator: Alexandre Vicenzi , 2020\n" "Language: es_ES\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/alexandrevicenzi/teams/66327/es_ES/)\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" -#: templates/archives.html:2 templates/archives.html:7 +#: templates/archives.html:3 templates/archives.html:8 #: templates/period_archives.html:2 templates/period_archives.html:7 msgid "Archives" msgstr "Archivos" -#: templates/article.html:22 templates/index.html:20 +#: templates/article.html:29 templates/index.html:20 #, python-format msgid "Posted on %(when)s in %(category)s" msgstr "Publicado el %(when)s en %(category)s" -#: templates/article.html:57 +#: templates/article.html:34 templates/index.html:32 +#, python-format +msgid "%(minutes)s min read" +msgstr "%(minutes)s min de lectura" + +#: templates/article.html:64 msgid "Like this article? Share it with your friends!" msgstr "¿Te gusta este artículo? ¡Compártelo con tus amigos!" -#: templates/article.html:68 +#: templates/article.html:75 msgid "You might enjoy" msgstr "Te puede gustar" @@ -49,15 +54,19 @@ msgstr "Artículos por %(name)s" msgid "Authors" msgstr "Autores" -#: templates/base.html:159 +#: templates/base.html:161 +msgid "Search..." +msgstr "Buscar..." + +#: templates/base.html:237 msgid "Home" msgstr "Inicio" -#: templates/base.html:166 +#: templates/base.html:244 msgid "Atom" msgstr "Atom" -#: templates/base.html:170 +#: templates/base.html:248 msgid "RSS" msgstr "RSS" @@ -74,10 +83,18 @@ msgstr "Categoría %(name)s" msgid "Tagged with" msgstr "Etiquetado con" -#: templates/index.html:44 +#: templates/index.html:46 msgid "Continue reading" msgstr "Seguir leyendo" +#: templates/search.html:3 +msgid "Search" +msgstr "Busca" + +#: templates/search.html:17 +msgid "Search Results" +msgstr "Resultados de la búsqueda" + #: templates/tag.html:2 #, python-format msgid "Tag %(name)s" @@ -87,22 +104,27 @@ msgstr "Etiqueta %(name)s" msgid "Tags" msgstr "Etiquetas" -#: templates/partial/disqus.html:13 +#: templates/partial/disqus.html:13 templates/partial/isso.html:20 msgid "Please enable JavaScript to view comments." msgstr "Por favor, habilita JavaScript para ver los comentarios." -#: templates/partial/flex.html:1 +#: templates/partial/flex.html:3 #, python-format msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "" +msgstr "Construido con %(pelican_url)s usando el tema %(flex_url)s " + +#: templates/partial/flex.html:10 +#, python-format +msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" +msgstr "Cambiar al tema %(dark_url)s | %(light_url)s | %(browser_url)s " #: templates/partial/neighbors.html:5 msgid "Previous Post" -msgstr "" +msgstr "Artículo anterior" #: templates/partial/neighbors.html:10 msgid "Next Post" -msgstr "" +msgstr "Próximo artículo" #: templates/partial/pagination.html:5 msgid "Older Posts" @@ -111,3 +133,4 @@ msgstr "Artículos antiguos" #: templates/partial/pagination.html:10 msgid "Newer Posts" msgstr "Artículos recientes" + diff --git a/translations/et/LC_MESSAGES/messages.mo b/translations/et/LC_MESSAGES/messages.mo index 0d6aee0..68d212e 100644 Binary files a/translations/et/LC_MESSAGES/messages.mo and b/translations/et/LC_MESSAGES/messages.mo differ diff --git a/translations/et/LC_MESSAGES/messages.po b/translations/et/LC_MESSAGES/messages.po index 858741b..974c4d1 100644 --- a/translations/et/LC_MESSAGES/messages.po +++ b/translations/et/LC_MESSAGES/messages.po @@ -1,42 +1,46 @@ -# Translations template for Flex. -# Copyright (C) 2019 Alexandre Vicenzi +# Estonian translations for Flex. +# Copyright (C) 2020 Alexandre Vicenzi # This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2019. -# +# FIRST AUTHOR , 2020. +# # Translators: # Jüri Lillemets , 2017 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Flex 2.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-01-03 00:10+0100\n" +"POT-Creation-Date: 2020-12-01 20:21+0100\n" "PO-Revision-Date: 2016-08-25 02:15+0000\n" "Last-Translator: Jüri Lillemets , 2017\n" -"Language-Team: Estonian (https://www.transifex.com/alexandrevicenzi/teams/66327/et/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.6.0\n" "Language: et\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Estonian (https://www.transifex.com/alexandrevicenzi/teams/66327/et/)\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" -#: templates/archives.html:2 templates/archives.html:7 +#: templates/archives.html:3 templates/archives.html:8 #: templates/period_archives.html:2 templates/period_archives.html:7 msgid "Archives" msgstr "Arhiiv" -#: templates/article.html:22 templates/index.html:20 +#: templates/article.html:29 templates/index.html:20 #, python-format msgid "Posted on %(when)s in %(category)s" msgstr "Avaldatud %(when)s kategoorias %(category)s" -#: templates/article.html:57 +#: templates/article.html:34 templates/index.html:32 +#, python-format +msgid "%(minutes)s min read" +msgstr "" + +#: templates/article.html:64 msgid "Like this article? Share it with your friends!" msgstr "Kui sulle see artikkel meeldis, siis jaga seda ka sõpradega!" -#: templates/article.html:68 +#: templates/article.html:75 msgid "You might enjoy" msgstr "Sulle võlb meeldida ka" @@ -49,15 +53,19 @@ msgstr "Kõik artiklid %(name)s poolt" msgid "Authors" msgstr "Autorid" -#: templates/base.html:159 +#: templates/base.html:161 +msgid "Search..." +msgstr "" + +#: templates/base.html:237 msgid "Home" msgstr "Avaleht" -#: templates/base.html:166 +#: templates/base.html:244 msgid "Atom" msgstr "Atom" -#: templates/base.html:170 +#: templates/base.html:248 msgid "RSS" msgstr "RSS" @@ -74,10 +82,18 @@ msgstr "Kategooria %(name)s" msgid "Tagged with" msgstr "Märksõnadeks" -#: templates/index.html:44 +#: templates/index.html:46 msgid "Continue reading" msgstr "Loe edasi" +#: templates/search.html:3 +msgid "Search" +msgstr "" + +#: templates/search.html:17 +msgid "Search Results" +msgstr "" + #: templates/tag.html:2 #, python-format msgid "Tag %(name)s" @@ -87,15 +103,20 @@ msgstr "Märksõna %(name)s" msgid "Tags" msgstr "Märksõnad" -#: templates/partial/disqus.html:13 +#: templates/partial/disqus.html:13 templates/partial/isso.html:20 msgid "Please enable JavaScript to view comments." msgstr "Kommentaaride nägemiseks võimaldage JavaScript." -#: templates/partial/flex.html:1 +#: templates/partial/flex.html:3 #, python-format msgid "Built with %(pelican_url)s using %(flex_url)s theme" msgstr "" +#: templates/partial/flex.html:10 +#, python-format +msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" +msgstr "" + #: templates/partial/neighbors.html:5 msgid "Previous Post" msgstr "" @@ -111,3 +132,4 @@ msgstr "Vanemad artiklid" #: templates/partial/pagination.html:10 msgid "Newer Posts" msgstr "Uuemad artiklid" + diff --git a/translations/fa_IR/LC_MESSAGES/messages.mo b/translations/fa_IR/LC_MESSAGES/messages.mo index 944b6db..04279ab 100644 Binary files a/translations/fa_IR/LC_MESSAGES/messages.mo and b/translations/fa_IR/LC_MESSAGES/messages.mo differ diff --git a/translations/fa_IR/LC_MESSAGES/messages.po b/translations/fa_IR/LC_MESSAGES/messages.po index f176e22..a818fbb 100644 --- a/translations/fa_IR/LC_MESSAGES/messages.po +++ b/translations/fa_IR/LC_MESSAGES/messages.po @@ -1,42 +1,46 @@ -# Translations template for Flex. -# Copyright (C) 2019 Alexandre Vicenzi +# Persian (Iran) translations for Flex. +# Copyright (C) 2020 Alexandre Vicenzi # This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2019. -# +# FIRST AUTHOR , 2020. +# # Translators: # AmirMahmood , 2017 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Flex 2.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-01-03 00:10+0100\n" +"POT-Creation-Date: 2020-12-01 20:21+0100\n" "PO-Revision-Date: 2016-08-25 02:15+0000\n" "Last-Translator: AmirMahmood , 2017\n" -"Language-Team: Persian (Iran) (https://www.transifex.com/alexandrevicenzi/teams/66327/fa_IR/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.6.0\n" "Language: fa_IR\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: Persian (Iran) (https://www.transifex.com/alexandrevicenzi/teams/66327/fa_IR/)\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" -#: templates/archives.html:2 templates/archives.html:7 +#: templates/archives.html:3 templates/archives.html:8 #: templates/period_archives.html:2 templates/period_archives.html:7 msgid "Archives" msgstr "بایگانی" -#: templates/article.html:22 templates/index.html:20 +#: templates/article.html:29 templates/index.html:20 #, python-format msgid "Posted on %(when)s in %(category)s" msgstr "نوشته شده در تاریخ %(when)s در %(category)s" -#: templates/article.html:57 +#: templates/article.html:34 templates/index.html:32 +#, python-format +msgid "%(minutes)s min read" +msgstr "" + +#: templates/article.html:64 msgid "Like this article? Share it with your friends!" msgstr "از این مقاله لذت بردید؟ آن را با دوستانتان به اشتراک بگذارید!" -#: templates/article.html:68 +#: templates/article.html:75 msgid "You might enjoy" msgstr "ممکن است علاق‏ه‌مند باشید به" @@ -49,15 +53,19 @@ msgstr "نوشته شده توسط %(name)s" msgid "Authors" msgstr "نویسندگان" -#: templates/base.html:159 +#: templates/base.html:161 +msgid "Search..." +msgstr "" + +#: templates/base.html:237 msgid "Home" msgstr "خانه" -#: templates/base.html:166 +#: templates/base.html:244 msgid "Atom" msgstr "اشتراک Atom" -#: templates/base.html:170 +#: templates/base.html:248 msgid "RSS" msgstr "اشتراک RSS" @@ -74,10 +82,18 @@ msgstr "دسته بندی %(name)s" msgid "Tagged with" msgstr "برچسب شده توسط" -#: templates/index.html:44 +#: templates/index.html:46 msgid "Continue reading" msgstr "ادامه مطلب" +#: templates/search.html:3 +msgid "Search" +msgstr "" + +#: templates/search.html:17 +msgid "Search Results" +msgstr "" + #: templates/tag.html:2 #, python-format msgid "Tag %(name)s" @@ -87,15 +103,20 @@ msgstr "برچسب %(name)s" msgid "Tags" msgstr "برچسب ها" -#: templates/partial/disqus.html:13 +#: templates/partial/disqus.html:13 templates/partial/isso.html:20 msgid "Please enable JavaScript to view comments." msgstr "لطفا برای دیدن نظرات، جاوا اسکریپت را فعال کنید." -#: templates/partial/flex.html:1 +#: templates/partial/flex.html:3 #, python-format msgid "Built with %(pelican_url)s using %(flex_url)s theme" msgstr "" +#: templates/partial/flex.html:10 +#, python-format +msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" +msgstr "" + #: templates/partial/neighbors.html:5 msgid "Previous Post" msgstr "" @@ -111,3 +132,4 @@ msgstr "نوشته‌های کهنه‌تر" #: templates/partial/pagination.html:10 msgid "Newer Posts" msgstr "نوشته‌های تازه‌تر" + diff --git a/translations/fr/LC_MESSAGES/messages.mo b/translations/fr/LC_MESSAGES/messages.mo index eb72a9c..76bbf67 100644 Binary files a/translations/fr/LC_MESSAGES/messages.mo and b/translations/fr/LC_MESSAGES/messages.mo differ diff --git a/translations/fr/LC_MESSAGES/messages.po b/translations/fr/LC_MESSAGES/messages.po index 12ff1b6..520105f 100644 --- a/translations/fr/LC_MESSAGES/messages.po +++ b/translations/fr/LC_MESSAGES/messages.po @@ -1,44 +1,48 @@ -# Translations template for Flex. -# Copyright (C) 2019 Alexandre Vicenzi +# French translations for Flex. +# Copyright (C) 2020 Alexandre Vicenzi # This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2019. -# +# FIRST AUTHOR , 2020. +# # Translators: # François Schmidts , 2016 # Axel Haustant, 2018 # taggaddaaaa , 2019 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Flex 2.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-01-03 00:10+0100\n" +"POT-Creation-Date: 2020-12-01 20:21+0100\n" "PO-Revision-Date: 2016-08-25 02:15+0000\n" "Last-Translator: taggaddaaaa , 2019\n" -"Language-Team: French (https://www.transifex.com/alexandrevicenzi/teams/66327/fr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.6.0\n" "Language: fr\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: French (https://www.transifex.com/alexandrevicenzi/teams/66327/fr/)\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" -#: templates/archives.html:2 templates/archives.html:7 +#: templates/archives.html:3 templates/archives.html:8 #: templates/period_archives.html:2 templates/period_archives.html:7 msgid "Archives" msgstr "Archives" -#: templates/article.html:22 templates/index.html:20 +#: templates/article.html:29 templates/index.html:20 #, python-format msgid "Posted on %(when)s in %(category)s" msgstr "Posté le %(when)s dans %(category)s" -#: templates/article.html:57 +#: templates/article.html:34 templates/index.html:32 +#, python-format +msgid "%(minutes)s min read" +msgstr "" + +#: templates/article.html:64 msgid "Like this article? Share it with your friends!" msgstr "Vous aimez cet article ? Partagez le avec vos amis !" -#: templates/article.html:68 +#: templates/article.html:75 msgid "You might enjoy" msgstr "Vous pourriez aimer" @@ -51,15 +55,19 @@ msgstr "Posts de %(name)s" msgid "Authors" msgstr "Auteurs" -#: templates/base.html:159 +#: templates/base.html:161 +msgid "Search..." +msgstr "" + +#: templates/base.html:237 msgid "Home" msgstr "Accueil" -#: templates/base.html:166 +#: templates/base.html:244 msgid "Atom" msgstr "Atom" -#: templates/base.html:170 +#: templates/base.html:248 msgid "RSS" msgstr "RSS" @@ -76,10 +84,18 @@ msgstr "Catégorie %(name)s" msgid "Tagged with" msgstr "Taggé avec" -#: templates/index.html:44 +#: templates/index.html:46 msgid "Continue reading" msgstr "Continuer à lire" +#: templates/search.html:3 +msgid "Search" +msgstr "" + +#: templates/search.html:17 +msgid "Search Results" +msgstr "" + #: templates/tag.html:2 #, python-format msgid "Tag %(name)s" @@ -89,15 +105,20 @@ msgstr "Tag %(name)s" msgid "Tags" msgstr "Tags" -#: templates/partial/disqus.html:13 +#: templates/partial/disqus.html:13 templates/partial/isso.html:20 msgid "Please enable JavaScript to view comments." msgstr "Veuillez activer le JavaScript pour voir les commentaires." -#: templates/partial/flex.html:1 +#: templates/partial/flex.html:3 #, python-format msgid "Built with %(pelican_url)s using %(flex_url)s theme" msgstr "Construit avec %(pelican_url)s utilisant le thème %(flex_url)s" +#: templates/partial/flex.html:10 +#, python-format +msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" +msgstr "" + #: templates/partial/neighbors.html:5 msgid "Previous Post" msgstr "Post précédent" @@ -113,3 +134,4 @@ msgstr "Anciens Posts" #: templates/partial/pagination.html:10 msgid "Newer Posts" msgstr "Nouveaux Posts" + diff --git a/translations/hu_HU/LC_MESSAGES/messages.mo b/translations/hu_HU/LC_MESSAGES/messages.mo index d9f8074..4991f4f 100644 Binary files a/translations/hu_HU/LC_MESSAGES/messages.mo and b/translations/hu_HU/LC_MESSAGES/messages.mo differ diff --git a/translations/hu_HU/LC_MESSAGES/messages.po b/translations/hu_HU/LC_MESSAGES/messages.po index 340fc8a..22483f3 100644 --- a/translations/hu_HU/LC_MESSAGES/messages.po +++ b/translations/hu_HU/LC_MESSAGES/messages.po @@ -1,42 +1,46 @@ -# Translations template for Flex. -# Copyright (C) 2019 Alexandre Vicenzi +# Hungarian (Hungary) translations for Flex. +# Copyright (C) 2020 Alexandre Vicenzi # This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2019. -# +# FIRST AUTHOR , 2020. +# # Translators: # Molnár Dénes , 2017 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Flex 2.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-01-03 00:10+0100\n" +"POT-Creation-Date: 2020-12-01 20:21+0100\n" "PO-Revision-Date: 2016-08-25 02:15+0000\n" "Last-Translator: Molnár Dénes , 2017\n" -"Language-Team: Hungarian (Hungary) (https://www.transifex.com/alexandrevicenzi/teams/66327/hu_HU/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.6.0\n" "Language: hu_HU\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Hungarian (Hungary) (https://www.transifex.com/alexandrevicenzi/teams/66327/hu_HU/)\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" -#: templates/archives.html:2 templates/archives.html:7 +#: templates/archives.html:3 templates/archives.html:8 #: templates/period_archives.html:2 templates/period_archives.html:7 msgid "Archives" msgstr "Archívum" -#: templates/article.html:22 templates/index.html:20 +#: templates/article.html:29 templates/index.html:20 #, python-format msgid "Posted on %(when)s in %(category)s" msgstr "A bejegyzés ideje: %(when)s, kategóriája: %(category)s" -#: templates/article.html:57 +#: templates/article.html:34 templates/index.html:32 +#, python-format +msgid "%(minutes)s min read" +msgstr "" + +#: templates/article.html:64 msgid "Like this article? Share it with your friends!" msgstr "Ha tetszett a bejegyzés, oszd meg az ismerőseiddel is!" -#: templates/article.html:68 +#: templates/article.html:75 msgid "You might enjoy" msgstr "Talán tetszene" @@ -49,15 +53,19 @@ msgstr "%(name)s bejegyzései" msgid "Authors" msgstr "Szerzők" -#: templates/base.html:159 +#: templates/base.html:161 +msgid "Search..." +msgstr "" + +#: templates/base.html:237 msgid "Home" msgstr "Főoldal" -#: templates/base.html:166 +#: templates/base.html:244 msgid "Atom" msgstr "Atom" -#: templates/base.html:170 +#: templates/base.html:248 msgid "RSS" msgstr "RSS" @@ -74,10 +82,18 @@ msgstr "%(name)s kategória" msgid "Tagged with" msgstr "A következőkkel megjelölve: " -#: templates/index.html:44 +#: templates/index.html:46 msgid "Continue reading" msgstr "Tovább" +#: templates/search.html:3 +msgid "Search" +msgstr "" + +#: templates/search.html:17 +msgid "Search Results" +msgstr "" + #: templates/tag.html:2 #, python-format msgid "Tag %(name)s" @@ -87,15 +103,20 @@ msgstr "%(name)s címke" msgid "Tags" msgstr "Címkék" -#: templates/partial/disqus.html:13 +#: templates/partial/disqus.html:13 templates/partial/isso.html:20 msgid "Please enable JavaScript to view comments." msgstr "A kommentek megtekintéséhez engedélyezned kell a JavaScriptet!" -#: templates/partial/flex.html:1 +#: templates/partial/flex.html:3 #, python-format msgid "Built with %(pelican_url)s using %(flex_url)s theme" msgstr "" +#: templates/partial/flex.html:10 +#, python-format +msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" +msgstr "" + #: templates/partial/neighbors.html:5 msgid "Previous Post" msgstr "" @@ -111,3 +132,4 @@ msgstr "Korábbi bejegyzések" #: templates/partial/pagination.html:10 msgid "Newer Posts" msgstr "Újabb bejegyzések" + diff --git a/translations/id/LC_MESSAGES/messages.mo b/translations/id/LC_MESSAGES/messages.mo new file mode 100644 index 0000000..2d262ef Binary files /dev/null and b/translations/id/LC_MESSAGES/messages.mo differ diff --git a/translations/id/LC_MESSAGES/messages.po b/translations/id/LC_MESSAGES/messages.po index 080fc11..562ec88 100644 --- a/translations/id/LC_MESSAGES/messages.po +++ b/translations/id/LC_MESSAGES/messages.po @@ -1,42 +1,46 @@ -# Translations template for Flex. -# Copyright (C) 2019 Alexandre Vicenzi +# Indonesian translations for Flex. +# Copyright (C) 2020 Alexandre Vicenzi # This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2019. -# +# FIRST AUTHOR , 2020. +# # Translators: # Yongkie Wiyogo , 2018 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Flex 2.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-01-03 00:10+0100\n" +"POT-Creation-Date: 2020-12-01 20:21+0100\n" "PO-Revision-Date: 2016-08-25 02:15+0000\n" "Last-Translator: Yongkie Wiyogo , 2018\n" -"Language-Team: Indonesian (https://www.transifex.com/alexandrevicenzi/teams/66327/id/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.6.0\n" "Language: id\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Indonesian (https://www.transifex.com/alexandrevicenzi/teams/66327/id/)\n" +"Plural-Forms: nplurals=1; plural=0\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" -#: templates/archives.html:2 templates/archives.html:7 +#: templates/archives.html:3 templates/archives.html:8 #: templates/period_archives.html:2 templates/period_archives.html:7 msgid "Archives" msgstr "Arsip" -#: templates/article.html:22 templates/index.html:20 +#: templates/article.html:29 templates/index.html:20 #, python-format msgid "Posted on %(when)s in %(category)s" msgstr "Ditulis tanggal %(when)s di %(category)s" -#: templates/article.html:57 +#: templates/article.html:34 templates/index.html:32 +#, python-format +msgid "%(minutes)s min read" +msgstr "" + +#: templates/article.html:64 msgid "Like this article? Share it with your friends!" msgstr "Suka artikel ini? Bagikan dengan teman-teman Anda!" -#: templates/article.html:68 +#: templates/article.html:75 msgid "You might enjoy" msgstr "Anda mungkin menikmati" @@ -49,15 +53,19 @@ msgstr "Ditulis oleh %(name)s" msgid "Authors" msgstr "Penulis" -#: templates/base.html:159 +#: templates/base.html:161 +msgid "Search..." +msgstr "" + +#: templates/base.html:237 msgid "Home" msgstr "Beranda" -#: templates/base.html:166 +#: templates/base.html:244 msgid "Atom" msgstr "Atom" -#: templates/base.html:170 +#: templates/base.html:248 msgid "RSS" msgstr "RSS" @@ -74,10 +82,18 @@ msgstr "Kategori %(name)s" msgid "Tagged with" msgstr "Kata kunci" -#: templates/index.html:44 +#: templates/index.html:46 msgid "Continue reading" msgstr "Lanjut membaca" +#: templates/search.html:3 +msgid "Search" +msgstr "" + +#: templates/search.html:17 +msgid "Search Results" +msgstr "" + #: templates/tag.html:2 #, python-format msgid "Tag %(name)s" @@ -87,15 +103,20 @@ msgstr "Kata kunci %(name)s" msgid "Tags" msgstr "Kata-kata kunci" -#: templates/partial/disqus.html:13 +#: templates/partial/disqus.html:13 templates/partial/isso.html:20 msgid "Please enable JavaScript to view comments." msgstr "Harap aktifkan JavaScript untuk melihat komentar." -#: templates/partial/flex.html:1 +#: templates/partial/flex.html:3 #, python-format msgid "Built with %(pelican_url)s using %(flex_url)s theme" msgstr "" +#: templates/partial/flex.html:10 +#, python-format +msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" +msgstr "" + #: templates/partial/neighbors.html:5 msgid "Previous Post" msgstr "" @@ -111,3 +132,4 @@ msgstr "Tulisan lama" #: templates/partial/pagination.html:10 msgid "Newer Posts" msgstr "Tulisan baru" + diff --git a/translations/it/LC_MESSAGES/messages.mo b/translations/it/LC_MESSAGES/messages.mo index 1be6651..1c11e57 100644 Binary files a/translations/it/LC_MESSAGES/messages.mo and b/translations/it/LC_MESSAGES/messages.mo differ diff --git a/translations/it/LC_MESSAGES/messages.po b/translations/it/LC_MESSAGES/messages.po index ace7f12..c1a21d5 100644 --- a/translations/it/LC_MESSAGES/messages.po +++ b/translations/it/LC_MESSAGES/messages.po @@ -1,42 +1,47 @@ -# Translations template for Flex. -# Copyright (C) 2019 Alexandre Vicenzi +# Italian translations for Flex. +# Copyright (C) 2020 Alexandre Vicenzi # This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2019. -# +# FIRST AUTHOR , 2020. +# # Translators: # Gareth jax , 2016 -# +# Alexandre Vicenzi , 2020 #, fuzzy msgid "" msgstr "" "Project-Id-Version: Flex 2.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-01-03 00:10+0100\n" +"POT-Creation-Date: 2020-12-01 20:21+0100\n" "PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: Gareth jax , 2016\n" -"Language-Team: Italian (https://www.transifex.com/alexandrevicenzi/teams/66327/it/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.6.0\n" +"Last-Translator: Alexandre Vicenzi , 2020\n" "Language: it\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Italian (https://www.transifex.com/alexandrevicenzi/teams/66327/it/)\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" -#: templates/archives.html:2 templates/archives.html:7 +#: templates/archives.html:3 templates/archives.html:8 #: templates/period_archives.html:2 templates/period_archives.html:7 msgid "Archives" msgstr "Archivi" -#: templates/article.html:22 templates/index.html:20 +#: templates/article.html:29 templates/index.html:20 #, python-format msgid "Posted on %(when)s in %(category)s" msgstr "Pubblicato il %(when)s in %(category)s" -#: templates/article.html:57 +#: templates/article.html:34 templates/index.html:32 +#, python-format +msgid "%(minutes)s min read" +msgstr "%(minutes)s minuto/i di lettura" + +#: templates/article.html:64 msgid "Like this article? Share it with your friends!" msgstr "Ti piace questo articolo? Condividilo con i tuoi amici!" -#: templates/article.html:68 +#: templates/article.html:75 msgid "You might enjoy" msgstr "Potrebbe interessanrti" @@ -49,15 +54,19 @@ msgstr "Articoli di %(name)s" msgid "Authors" msgstr "Autori" -#: templates/base.html:159 +#: templates/base.html:161 +msgid "Search..." +msgstr "Termini di ricerca..." + +#: templates/base.html:237 msgid "Home" msgstr "Home" -#: templates/base.html:166 +#: templates/base.html:244 msgid "Atom" msgstr "Atom" -#: templates/base.html:170 +#: templates/base.html:248 msgid "RSS" msgstr "RSS" @@ -74,10 +83,18 @@ msgstr "Categoria %(name)s" msgid "Tagged with" msgstr "Taggato come" -#: templates/index.html:44 +#: templates/index.html:46 msgid "Continue reading" msgstr "Continua lettura" +#: templates/search.html:3 +msgid "Search" +msgstr "Risultati" + +#: templates/search.html:17 +msgid "Search Results" +msgstr "Risultati" + #: templates/tag.html:2 #, python-format msgid "Tag %(name)s" @@ -87,22 +104,27 @@ msgstr "Tag %(name)s" msgid "Tags" msgstr "Tags" -#: templates/partial/disqus.html:13 +#: templates/partial/disqus.html:13 templates/partial/isso.html:20 msgid "Please enable JavaScript to view comments." msgstr "Per favore abilita Javascript per vedere i commenti." -#: templates/partial/flex.html:1 +#: templates/partial/flex.html:3 #, python-format msgid "Built with %(pelican_url)s using %(flex_url)s theme" msgstr "" +#: templates/partial/flex.html:10 +#, python-format +msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" +msgstr "" + #: templates/partial/neighbors.html:5 msgid "Previous Post" -msgstr "" +msgstr "Post precedenti" #: templates/partial/neighbors.html:10 msgid "Next Post" -msgstr "" +msgstr "Prossimi post" #: templates/partial/pagination.html:5 msgid "Older Posts" @@ -111,3 +133,4 @@ msgstr "Post più vecchi" #: templates/partial/pagination.html:10 msgid "Newer Posts" msgstr "Post più recenti" + diff --git a/translations/messages.pot b/translations/messages.pot index 1d14dbc..ed0293d 100644 --- a/translations/messages.pot +++ b/translations/messages.pot @@ -1,37 +1,42 @@ # Translations template for Flex. -# Copyright (C) 2019 Alexandre Vicenzi +# Copyright (C) 2020 Alexandre Vicenzi # This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2019. +# FIRST AUTHOR , 2020. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Flex 2.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-10-19 22:07+0200\n" +"POT-Creation-Date: 2020-12-01 20:21+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.6.0\n" +"Generated-By: Babel 2.8.0\n" -#: templates/archives.html:2 templates/archives.html:7 +#: templates/archives.html:3 templates/archives.html:8 #: templates/period_archives.html:2 templates/period_archives.html:7 msgid "Archives" msgstr "" -#: templates/article.html:22 templates/blog.html:20 templates/index.html:20 +#: templates/article.html:29 templates/index.html:20 #, python-format msgid "Posted on %(when)s in %(category)s" msgstr "" -#: templates/article.html:57 +#: templates/article.html:34 templates/index.html:32 +#, python-format +msgid "%(minutes)s min read" +msgstr "" + +#: templates/article.html:64 msgid "Like this article? Share it with your friends!" msgstr "" -#: templates/article.html:68 +#: templates/article.html:75 msgid "You might enjoy" msgstr "" @@ -45,25 +50,21 @@ msgid "Authors" msgstr "" #: templates/base.html:161 +msgid "Search..." +msgstr "" + +#: templates/base.html:237 msgid "Home" msgstr "" -#: templates/base.html:168 +#: templates/base.html:244 msgid "Atom" msgstr "" -#: templates/base.html:172 +#: templates/base.html:248 msgid "RSS" msgstr "" -#: templates/blog.html:25 templates/index.html:25 -msgid "Tagged with" -msgstr "" - -#: templates/blog.html:44 templates/index.html:44 -msgid "Continue reading" -msgstr "" - #: templates/categories.html:3 templates/categories.html:8 msgid "Categories" msgstr "" @@ -73,6 +74,22 @@ msgstr "" msgid "Category %(name)s" msgstr "" +#: templates/index.html:25 +msgid "Tagged with" +msgstr "" + +#: templates/index.html:46 +msgid "Continue reading" +msgstr "" + +#: templates/search.html:3 +msgid "Search" +msgstr "" + +#: templates/search.html:17 +msgid "Search Results" +msgstr "" + #: templates/tag.html:2 #, python-format msgid "Tag %(name)s" @@ -82,15 +99,20 @@ msgstr "" msgid "Tags" msgstr "" -#: templates/partial/disqus.html:13 +#: templates/partial/disqus.html:13 templates/partial/isso.html:20 msgid "Please enable JavaScript to view comments." msgstr "" -#: templates/partial/flex.html:1 +#: templates/partial/flex.html:3 #, python-format msgid "Built with %(pelican_url)s using %(flex_url)s theme" msgstr "" +#: templates/partial/flex.html:10 +#, python-format +msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" +msgstr "" + #: templates/partial/neighbors.html:5 msgid "Previous Post" msgstr "" diff --git a/translations/nl_NL/LC_MESSAGES/messages.mo b/translations/nl_NL/LC_MESSAGES/messages.mo index 687babf..786ac56 100644 Binary files a/translations/nl_NL/LC_MESSAGES/messages.mo and b/translations/nl_NL/LC_MESSAGES/messages.mo differ diff --git a/translations/nl_NL/LC_MESSAGES/messages.po b/translations/nl_NL/LC_MESSAGES/messages.po index a973475..8bc0639 100644 --- a/translations/nl_NL/LC_MESSAGES/messages.po +++ b/translations/nl_NL/LC_MESSAGES/messages.po @@ -1,42 +1,46 @@ -# Translations template for Flex. -# Copyright (C) 2019 Alexandre Vicenzi +# Dutch (Netherlands) translations for Flex. +# Copyright (C) 2020 Alexandre Vicenzi # This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2019. -# +# FIRST AUTHOR , 2020. +# # Translators: # rbos, 2017 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Flex 2.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-01-03 00:10+0100\n" +"POT-Creation-Date: 2020-12-01 20:21+0100\n" "PO-Revision-Date: 2016-08-25 02:15+0000\n" "Last-Translator: rbos, 2017\n" -"Language-Team: Dutch (Netherlands) (https://www.transifex.com/alexandrevicenzi/teams/66327/nl_NL/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.6.0\n" "Language: nl_NL\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/alexandrevicenzi/teams/66327/nl_NL/)\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" -#: templates/archives.html:2 templates/archives.html:7 +#: templates/archives.html:3 templates/archives.html:8 #: templates/period_archives.html:2 templates/period_archives.html:7 msgid "Archives" msgstr "Archief" -#: templates/article.html:22 templates/index.html:20 +#: templates/article.html:29 templates/index.html:20 #, python-format msgid "Posted on %(when)s in %(category)s" msgstr "Geplaatst op %(when)s in %(category)s" -#: templates/article.html:57 +#: templates/article.html:34 templates/index.html:32 +#, python-format +msgid "%(minutes)s min read" +msgstr "" + +#: templates/article.html:64 msgid "Like this article? Share it with your friends!" msgstr "Bevalt dit Artikel? Deel het met je vrienden!" -#: templates/article.html:68 +#: templates/article.html:75 msgid "You might enjoy" msgstr "Eventueel ook interessant" @@ -49,15 +53,19 @@ msgstr "Artikelen van %(name)s" msgid "Authors" msgstr "Schrijvers" -#: templates/base.html:159 +#: templates/base.html:161 +msgid "Search..." +msgstr "" + +#: templates/base.html:237 msgid "Home" msgstr "Home" -#: templates/base.html:166 +#: templates/base.html:244 msgid "Atom" msgstr "Atom" -#: templates/base.html:170 +#: templates/base.html:248 msgid "RSS" msgstr "RSS" @@ -74,10 +82,18 @@ msgstr "Categorie %(name)s" msgid "Tagged with" msgstr "Getagged met" -#: templates/index.html:44 +#: templates/index.html:46 msgid "Continue reading" msgstr "Verder lezen" +#: templates/search.html:3 +msgid "Search" +msgstr "" + +#: templates/search.html:17 +msgid "Search Results" +msgstr "" + #: templates/tag.html:2 #, python-format msgid "Tag %(name)s" @@ -87,15 +103,20 @@ msgstr "Tag %(name)s" msgid "Tags" msgstr "Tags" -#: templates/partial/disqus.html:13 +#: templates/partial/disqus.html:13 templates/partial/isso.html:20 msgid "Please enable JavaScript to view comments." msgstr "Alsjeblieft JavaScript activeren om het commentaar te zien." -#: templates/partial/flex.html:1 +#: templates/partial/flex.html:3 #, python-format msgid "Built with %(pelican_url)s using %(flex_url)s theme" msgstr "" +#: templates/partial/flex.html:10 +#, python-format +msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" +msgstr "" + #: templates/partial/neighbors.html:5 msgid "Previous Post" msgstr "" @@ -111,3 +132,4 @@ msgstr "Eerder verschenen artikelen" #: templates/partial/pagination.html:10 msgid "Newer Posts" msgstr "Later verschenen artikelen" + diff --git a/translations/pl_PL/LC_MESSAGES/messages.mo b/translations/pl_PL/LC_MESSAGES/messages.mo index 6e8a8cc..5d1d637 100644 Binary files a/translations/pl_PL/LC_MESSAGES/messages.mo and b/translations/pl_PL/LC_MESSAGES/messages.mo differ diff --git a/translations/pl_PL/LC_MESSAGES/messages.po b/translations/pl_PL/LC_MESSAGES/messages.po index 28b42cf..1555af8 100644 --- a/translations/pl_PL/LC_MESSAGES/messages.po +++ b/translations/pl_PL/LC_MESSAGES/messages.po @@ -1,42 +1,46 @@ -# Translations template for Flex. -# Copyright (C) 2019 Alexandre Vicenzi +# Polish (Poland) translations for Flex. +# Copyright (C) 2020 Alexandre Vicenzi # This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2019. -# +# FIRST AUTHOR , 2020. +# # Translators: # Justyna Pawlata , 2019 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Flex 2.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-01-03 00:10+0100\n" +"POT-Creation-Date: 2020-12-01 20:21+0100\n" "PO-Revision-Date: 2016-08-25 02:15+0000\n" "Last-Translator: Justyna Pawlata , 2019\n" -"Language-Team: Polish (Poland) (https://www.transifex.com/alexandrevicenzi/teams/66327/pl_PL/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.6.0\n" "Language: pl_PL\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Language-Team: Polish (Poland) (https://www.transifex.com/alexandrevicenzi/teams/66327/pl_PL/)\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" -#: templates/archives.html:2 templates/archives.html:7 +#: templates/archives.html:3 templates/archives.html:8 #: templates/period_archives.html:2 templates/period_archives.html:7 msgid "Archives" msgstr "Archiwa" -#: templates/article.html:22 templates/index.html:20 +#: templates/article.html:29 templates/index.html:20 #, python-format msgid "Posted on %(when)s in %(category)s" msgstr "Opublikowano %(when)s w %(category)s" -#: templates/article.html:57 +#: templates/article.html:34 templates/index.html:32 +#, python-format +msgid "%(minutes)s min read" +msgstr "" + +#: templates/article.html:64 msgid "Like this article? Share it with your friends!" msgstr "Podoba Ci się ten wpis? Podziel się!" -#: templates/article.html:68 +#: templates/article.html:75 msgid "You might enjoy" msgstr "Zobacz także" @@ -49,15 +53,19 @@ msgstr "Wpisy autora %(name)s " msgid "Authors" msgstr "Autorzy" -#: templates/base.html:159 +#: templates/base.html:161 +msgid "Search..." +msgstr "" + +#: templates/base.html:237 msgid "Home" msgstr "Strona główna" -#: templates/base.html:166 +#: templates/base.html:244 msgid "Atom" msgstr "Atom" -#: templates/base.html:170 +#: templates/base.html:248 msgid "RSS" msgstr "RSS" @@ -74,10 +82,18 @@ msgstr "Kategoria %(name)s" msgid "Tagged with" msgstr "Tagi: " -#: templates/index.html:44 +#: templates/index.html:46 msgid "Continue reading" msgstr "Czytaj dalej" +#: templates/search.html:3 +msgid "Search" +msgstr "" + +#: templates/search.html:17 +msgid "Search Results" +msgstr "" + #: templates/tag.html:2 #, python-format msgid "Tag %(name)s" @@ -87,15 +103,20 @@ msgstr "Tag %(name)s" msgid "Tags" msgstr "Tagi" -#: templates/partial/disqus.html:13 +#: templates/partial/disqus.html:13 templates/partial/isso.html:20 msgid "Please enable JavaScript to view comments." msgstr "Włącz obsługę JavaScript, żeby zobaczyć komentarze." -#: templates/partial/flex.html:1 +#: templates/partial/flex.html:3 #, python-format msgid "Built with %(pelican_url)s using %(flex_url)s theme" msgstr "Stworzono z %(pelican_url)s, szablon %(flex_url)s" +#: templates/partial/flex.html:10 +#, python-format +msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" +msgstr "" + #: templates/partial/neighbors.html:5 msgid "Previous Post" msgstr "Poprzedni wpis" @@ -111,3 +132,4 @@ msgstr "Starsze wpisy" #: templates/partial/pagination.html:10 msgid "Newer Posts" msgstr "Nowsze wpisy" + diff --git a/translations/pt/LC_MESSAGES/messages.mo b/translations/pt/LC_MESSAGES/messages.mo new file mode 100644 index 0000000..de95c94 Binary files /dev/null and b/translations/pt/LC_MESSAGES/messages.mo differ diff --git a/translations/pt/LC_MESSAGES/messages.po b/translations/pt/LC_MESSAGES/messages.po index 94369ad..fb97283 100644 --- a/translations/pt/LC_MESSAGES/messages.po +++ b/translations/pt/LC_MESSAGES/messages.po @@ -1,38 +1,44 @@ -# Translations template for Flex. -# Copyright (C) 2019 Alexandre Vicenzi +# Portuguese translations for Flex. +# Copyright (C) 2020 Alexandre Vicenzi # This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2019. -# +# FIRST AUTHOR , 2020. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Flex 2.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-01-03 00:10+0100\n" +"POT-Creation-Date: 2020-12-01 20:21+0100\n" "PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Language-Team: Portuguese (https://www.transifex.com/alexandrevicenzi/teams/66327/pt/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.6.0\n" +"Last-Translator: FULL NAME \n" "Language: pt\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Portuguese (https://www.transifex.com/alexandrevicenzi/teams/66327/pt/)\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" -#: templates/archives.html:2 templates/archives.html:7 +#: templates/archives.html:3 templates/archives.html:8 #: templates/period_archives.html:2 templates/period_archives.html:7 msgid "Archives" msgstr "" -#: templates/article.html:22 templates/index.html:20 +#: templates/article.html:29 templates/index.html:20 #, python-format msgid "Posted on %(when)s in %(category)s" msgstr "" -#: templates/article.html:57 +#: templates/article.html:34 templates/index.html:32 +#, python-format +msgid "%(minutes)s min read" +msgstr "" + +#: templates/article.html:64 msgid "Like this article? Share it with your friends!" msgstr "" -#: templates/article.html:68 +#: templates/article.html:75 msgid "You might enjoy" msgstr "" @@ -45,15 +51,19 @@ msgstr "" msgid "Authors" msgstr "" -#: templates/base.html:159 +#: templates/base.html:161 +msgid "Search..." +msgstr "" + +#: templates/base.html:237 msgid "Home" msgstr "" -#: templates/base.html:166 +#: templates/base.html:244 msgid "Atom" msgstr "" -#: templates/base.html:170 +#: templates/base.html:248 msgid "RSS" msgstr "" @@ -70,10 +80,18 @@ msgstr "" msgid "Tagged with" msgstr "" -#: templates/index.html:44 +#: templates/index.html:46 msgid "Continue reading" msgstr "" +#: templates/search.html:3 +msgid "Search" +msgstr "" + +#: templates/search.html:17 +msgid "Search Results" +msgstr "" + #: templates/tag.html:2 #, python-format msgid "Tag %(name)s" @@ -83,15 +101,20 @@ msgstr "" msgid "Tags" msgstr "" -#: templates/partial/disqus.html:13 +#: templates/partial/disqus.html:13 templates/partial/isso.html:20 msgid "Please enable JavaScript to view comments." msgstr "" -#: templates/partial/flex.html:1 +#: templates/partial/flex.html:3 #, python-format msgid "Built with %(pelican_url)s using %(flex_url)s theme" msgstr "" +#: templates/partial/flex.html:10 +#, python-format +msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" +msgstr "" + #: templates/partial/neighbors.html:5 msgid "Previous Post" msgstr "" @@ -107,3 +130,4 @@ msgstr "" #: templates/partial/pagination.html:10 msgid "Newer Posts" msgstr "" + diff --git a/translations/pt_BR/LC_MESSAGES/messages.mo b/translations/pt_BR/LC_MESSAGES/messages.mo index 2975b24..a79dda1 100644 Binary files a/translations/pt_BR/LC_MESSAGES/messages.mo and b/translations/pt_BR/LC_MESSAGES/messages.mo differ diff --git a/translations/pt_BR/LC_MESSAGES/messages.po b/translations/pt_BR/LC_MESSAGES/messages.po index 718be0c..602ccc8 100644 --- a/translations/pt_BR/LC_MESSAGES/messages.po +++ b/translations/pt_BR/LC_MESSAGES/messages.po @@ -1,42 +1,46 @@ -# Translations template for Flex. -# Copyright (C) 2019 Alexandre Vicenzi +# Portuguese (Brazil) translations for Flex. +# Copyright (C) 2020 Alexandre Vicenzi # This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2019. -# +# FIRST AUTHOR , 2020. +# # Translators: -# Alexandre Vicenzi , 2019 -# +# Alexandre Vicenzi , 2020 #, fuzzy msgid "" msgstr "" "Project-Id-Version: Flex 2.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-01-03 00:10+0100\n" +"POT-Creation-Date: 2020-12-01 20:21+0100\n" "PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: Alexandre Vicenzi , 2019\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/alexandrevicenzi/teams/66327/pt_BR/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.6.0\n" +"Last-Translator: Alexandre Vicenzi , 2020\n" "Language: pt_BR\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/alexandrevicenzi/teams/66327/pt_BR/)\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" -#: templates/archives.html:2 templates/archives.html:7 +#: templates/archives.html:3 templates/archives.html:8 #: templates/period_archives.html:2 templates/period_archives.html:7 msgid "Archives" msgstr "Arquivos" -#: templates/article.html:22 templates/index.html:20 +#: templates/article.html:29 templates/index.html:20 #, python-format msgid "Posted on %(when)s in %(category)s" msgstr "Publicado em %(when)s na categoria %(category)s" -#: templates/article.html:57 +#: templates/article.html:34 templates/index.html:32 +#, python-format +msgid "%(minutes)s min read" +msgstr "%(minutes)s min de leitura " + +#: templates/article.html:64 msgid "Like this article? Share it with your friends!" msgstr "Gostou do artigo? Compartilhe com seus amigos!" -#: templates/article.html:68 +#: templates/article.html:75 msgid "You might enjoy" msgstr "Artigos relacionados" @@ -49,15 +53,19 @@ msgstr "Publicações de %(name)s" msgid "Authors" msgstr "Autores" -#: templates/base.html:159 +#: templates/base.html:161 +msgid "Search..." +msgstr "Pesquisar..." + +#: templates/base.html:237 msgid "Home" msgstr "Início" -#: templates/base.html:166 +#: templates/base.html:244 msgid "Atom" msgstr "Atom" -#: templates/base.html:170 +#: templates/base.html:248 msgid "RSS" msgstr "RSS" @@ -74,10 +82,18 @@ msgstr "Categoria %(name)s" msgid "Tagged with" msgstr "Com as tags" -#: templates/index.html:44 +#: templates/index.html:46 msgid "Continue reading" msgstr "Continue lendo" +#: templates/search.html:3 +msgid "Search" +msgstr "Pesquisa" + +#: templates/search.html:17 +msgid "Search Results" +msgstr "Resultados da pesquisa" + #: templates/tag.html:2 #, python-format msgid "Tag %(name)s" @@ -87,15 +103,20 @@ msgstr "Tag %(name)s" msgid "Tags" msgstr "Tags" -#: templates/partial/disqus.html:13 +#: templates/partial/disqus.html:13 templates/partial/isso.html:20 msgid "Please enable JavaScript to view comments." msgstr "Habilite JavaScript para ver os comentários." -#: templates/partial/flex.html:1 +#: templates/partial/flex.html:3 #, python-format msgid "Built with %(pelican_url)s using %(flex_url)s theme" msgstr "Criado com o %(pelican_url)s usando o tema %(flex_url)s" +#: templates/partial/flex.html:10 +#, python-format +msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" +msgstr "Alterar tema para %(dark_url)s | %(light_url)s | %(browser_url)s " + #: templates/partial/neighbors.html:5 msgid "Previous Post" msgstr "Artigo Anterior" @@ -111,3 +132,4 @@ msgstr "Anteriores" #: templates/partial/pagination.html:10 msgid "Newer Posts" msgstr "Próximos" + diff --git a/translations/pt_PT/LC_MESSAGES/messages.mo b/translations/pt_PT/LC_MESSAGES/messages.mo new file mode 100644 index 0000000..ef8c144 Binary files /dev/null and b/translations/pt_PT/LC_MESSAGES/messages.mo differ diff --git a/translations/pt_PT/LC_MESSAGES/messages.po b/translations/pt_PT/LC_MESSAGES/messages.po index 559e982..42ac179 100644 --- a/translations/pt_PT/LC_MESSAGES/messages.po +++ b/translations/pt_PT/LC_MESSAGES/messages.po @@ -1,109 +1,135 @@ -# Translations template for Flex. -# Copyright (C) 2019 Alexandre Vicenzi +# Portuguese (Portugal) translations for Flex. +# Copyright (C) 2020 Alexandre Vicenzi # This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2019. -# +# FIRST AUTHOR , 2020. +# +# Translators: +# Alexandre Vicenzi , 2020 #, fuzzy msgid "" msgstr "" "Project-Id-Version: Flex 2.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-01-03 00:10+0100\n" +"POT-Creation-Date: 2020-12-01 20:21+0100\n" "PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Language-Team: Portuguese (Portugal) (https://www.transifex.com/alexandrevicenzi/teams/66327/pt_PT/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.6.0\n" +"Last-Translator: Alexandre Vicenzi , 2020\n" "Language: pt_PT\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/alexandrevicenzi/teams/66327/pt_PT/)\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" -#: templates/archives.html:2 templates/archives.html:7 +#: templates/archives.html:3 templates/archives.html:8 #: templates/period_archives.html:2 templates/period_archives.html:7 msgid "Archives" -msgstr "" +msgstr "Artigos" -#: templates/article.html:22 templates/index.html:20 +#: templates/article.html:29 templates/index.html:20 #, python-format msgid "Posted on %(when)s in %(category)s" -msgstr "" +msgstr "Publicado em %(when)s na categoria %(category)s " -#: templates/article.html:57 +#: templates/article.html:34 templates/index.html:32 +#, python-format +msgid "%(minutes)s min read" +msgstr "%(minutes)s min de leitura " + +#: templates/article.html:64 msgid "Like this article? Share it with your friends!" -msgstr "" +msgstr "Gostou do artigo? Partilhe com seus amigos!" -#: templates/article.html:68 +#: templates/article.html:75 msgid "You might enjoy" -msgstr "" +msgstr "Artigos relacionados" #: templates/author.html:2 #, python-format msgid "Posts by %(name)s" -msgstr "" +msgstr "Artigos de %(name)s" #: templates/authors.html:3 templates/authors.html:8 msgid "Authors" -msgstr "" +msgstr "Autores" -#: templates/base.html:159 +#: templates/base.html:161 +msgid "Search..." +msgstr "Pesquisar..." + +#: templates/base.html:237 msgid "Home" -msgstr "" +msgstr "Início" -#: templates/base.html:166 +#: templates/base.html:244 msgid "Atom" -msgstr "" +msgstr "Atom" -#: templates/base.html:170 +#: templates/base.html:248 msgid "RSS" -msgstr "" +msgstr "RSS" #: templates/categories.html:3 templates/categories.html:8 msgid "Categories" -msgstr "" +msgstr "Categorias" #: templates/category.html:2 #, python-format msgid "Category %(name)s" -msgstr "" +msgstr "Categoria %(name)s" #: templates/index.html:25 msgid "Tagged with" -msgstr "" +msgstr "Etiquetado com" -#: templates/index.html:44 +#: templates/index.html:46 msgid "Continue reading" -msgstr "" +msgstr "Continuar leitura" + +#: templates/search.html:3 +msgid "Search" +msgstr "Pesquisa" + +#: templates/search.html:17 +msgid "Search Results" +msgstr "Resultados da pesquisa" #: templates/tag.html:2 #, python-format msgid "Tag %(name)s" -msgstr "" +msgstr "Etiqueta %(name)s " #: templates/tags.html:3 templates/tags.html:8 msgid "Tags" -msgstr "" +msgstr "Etiquetas" -#: templates/partial/disqus.html:13 +#: templates/partial/disqus.html:13 templates/partial/isso.html:20 msgid "Please enable JavaScript to view comments." -msgstr "" +msgstr "Habilite JavaScript para ver os comentários." -#: templates/partial/flex.html:1 +#: templates/partial/flex.html:3 #, python-format msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "" +msgstr "Criado com o %(pelican_url)s usando o tema %(flex_url)s" + +#: templates/partial/flex.html:10 +#, python-format +msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" +msgstr "Alterar tema para %(dark_url)s | %(light_url)s | %(browser_url)s " #: templates/partial/neighbors.html:5 msgid "Previous Post" -msgstr "" +msgstr "Artigo anterior" #: templates/partial/neighbors.html:10 msgid "Next Post" -msgstr "" +msgstr "Artigo seguinte" #: templates/partial/pagination.html:5 msgid "Older Posts" -msgstr "" +msgstr "Artigos antigos" #: templates/partial/pagination.html:10 msgid "Newer Posts" -msgstr "" +msgstr "Artigos novos" + diff --git a/translations/ro_RO/LC_MESSAGES/messages.mo b/translations/ro_RO/LC_MESSAGES/messages.mo new file mode 100644 index 0000000..cdee4c2 Binary files /dev/null and b/translations/ro_RO/LC_MESSAGES/messages.mo differ diff --git a/translations/ro_RO/LC_MESSAGES/messages.po b/translations/ro_RO/LC_MESSAGES/messages.po new file mode 100644 index 0000000..3be9d04 --- /dev/null +++ b/translations/ro_RO/LC_MESSAGES/messages.po @@ -0,0 +1,133 @@ +# Romanian (Romania) translations for Flex. +# Copyright (C) 2020 Alexandre Vicenzi +# This file is distributed under the same license as the Flex project. +# FIRST AUTHOR , 2020. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Flex 2.1.0\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2020-12-01 20:21+0100\n" +"PO-Revision-Date: 2016-08-25 02:15+0000\n" +"Last-Translator: FULL NAME \n" +"Language: ro_RO\n" +"Language-Team: Romanian (Romania) (https://www.transifex.com/alexandrevicenzi/teams/66327/ro_RO/)\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1))\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" + +#: templates/archives.html:3 templates/archives.html:8 +#: templates/period_archives.html:2 templates/period_archives.html:7 +msgid "Archives" +msgstr "" + +#: templates/article.html:29 templates/index.html:20 +#, python-format +msgid "Posted on %(when)s in %(category)s" +msgstr "" + +#: templates/article.html:34 templates/index.html:32 +#, python-format +msgid "%(minutes)s min read" +msgstr "" + +#: templates/article.html:64 +msgid "Like this article? Share it with your friends!" +msgstr "" + +#: templates/article.html:75 +msgid "You might enjoy" +msgstr "" + +#: templates/author.html:2 +#, python-format +msgid "Posts by %(name)s" +msgstr "" + +#: templates/authors.html:3 templates/authors.html:8 +msgid "Authors" +msgstr "" + +#: templates/base.html:161 +msgid "Search..." +msgstr "" + +#: templates/base.html:237 +msgid "Home" +msgstr "" + +#: templates/base.html:244 +msgid "Atom" +msgstr "" + +#: templates/base.html:248 +msgid "RSS" +msgstr "" + +#: templates/categories.html:3 templates/categories.html:8 +msgid "Categories" +msgstr "" + +#: templates/category.html:2 +#, python-format +msgid "Category %(name)s" +msgstr "" + +#: templates/index.html:25 +msgid "Tagged with" +msgstr "" + +#: templates/index.html:46 +msgid "Continue reading" +msgstr "" + +#: templates/search.html:3 +msgid "Search" +msgstr "" + +#: templates/search.html:17 +msgid "Search Results" +msgstr "" + +#: templates/tag.html:2 +#, python-format +msgid "Tag %(name)s" +msgstr "" + +#: templates/tags.html:3 templates/tags.html:8 +msgid "Tags" +msgstr "" + +#: templates/partial/disqus.html:13 templates/partial/isso.html:20 +msgid "Please enable JavaScript to view comments." +msgstr "" + +#: templates/partial/flex.html:3 +#, python-format +msgid "Built with %(pelican_url)s using %(flex_url)s theme" +msgstr "" + +#: templates/partial/flex.html:10 +#, python-format +msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" +msgstr "" + +#: templates/partial/neighbors.html:5 +msgid "Previous Post" +msgstr "" + +#: templates/partial/neighbors.html:10 +msgid "Next Post" +msgstr "" + +#: templates/partial/pagination.html:5 +msgid "Older Posts" +msgstr "" + +#: templates/partial/pagination.html:10 +msgid "Newer Posts" +msgstr "" + diff --git a/translations/ru/LC_MESSAGES/messages.mo b/translations/ru/LC_MESSAGES/messages.mo index 910bc1c..ca5456b 100644 Binary files a/translations/ru/LC_MESSAGES/messages.mo and b/translations/ru/LC_MESSAGES/messages.mo differ diff --git a/translations/ru/LC_MESSAGES/messages.po b/translations/ru/LC_MESSAGES/messages.po index 5a8ffb5..0eac3d8 100644 --- a/translations/ru/LC_MESSAGES/messages.po +++ b/translations/ru/LC_MESSAGES/messages.po @@ -1,42 +1,46 @@ -# Translations template for Flex. -# Copyright (C) 2019 Alexandre Vicenzi +# Russian translations for Flex. +# Copyright (C) 2020 Alexandre Vicenzi # This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2019. -# +# FIRST AUTHOR , 2020. +# # Translators: # Roman Saldygashev , 2016 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Flex 2.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-01-03 00:10+0100\n" +"POT-Creation-Date: 2020-12-01 20:21+0100\n" "PO-Revision-Date: 2016-08-25 02:15+0000\n" "Last-Translator: Roman Saldygashev , 2016\n" -"Language-Team: Russian (https://www.transifex.com/alexandrevicenzi/teams/66327/ru/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.6.0\n" "Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Language-Team: Russian (https://www.transifex.com/alexandrevicenzi/teams/66327/ru/)\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" -#: templates/archives.html:2 templates/archives.html:7 +#: templates/archives.html:3 templates/archives.html:8 #: templates/period_archives.html:2 templates/period_archives.html:7 msgid "Archives" msgstr "Архивы" -#: templates/article.html:22 templates/index.html:20 +#: templates/article.html:29 templates/index.html:20 #, python-format msgid "Posted on %(when)s in %(category)s" msgstr "Опубликовано %(when)s в %(category)s" -#: templates/article.html:57 +#: templates/article.html:34 templates/index.html:32 +#, python-format +msgid "%(minutes)s min read" +msgstr "" + +#: templates/article.html:64 msgid "Like this article? Share it with your friends!" msgstr "Понравилась статья? Поделись с друзьями!" -#: templates/article.html:68 +#: templates/article.html:75 msgid "You might enjoy" msgstr "Наслаждайся" @@ -49,15 +53,19 @@ msgstr "Опубликовано %(name)s" msgid "Authors" msgstr "Авторы" -#: templates/base.html:159 +#: templates/base.html:161 +msgid "Search..." +msgstr "" + +#: templates/base.html:237 msgid "Home" msgstr "Главная" -#: templates/base.html:166 +#: templates/base.html:244 msgid "Atom" msgstr "Атом" -#: templates/base.html:170 +#: templates/base.html:248 msgid "RSS" msgstr "RSS" @@ -74,10 +82,18 @@ msgstr "Категория %(name)s" msgid "Tagged with" msgstr "Помечено" -#: templates/index.html:44 +#: templates/index.html:46 msgid "Continue reading" msgstr "Продолжить чтение" +#: templates/search.html:3 +msgid "Search" +msgstr "" + +#: templates/search.html:17 +msgid "Search Results" +msgstr "" + #: templates/tag.html:2 #, python-format msgid "Tag %(name)s" @@ -87,15 +103,20 @@ msgstr "Тэг %(name)s" msgid "Tags" msgstr "Тэги" -#: templates/partial/disqus.html:13 +#: templates/partial/disqus.html:13 templates/partial/isso.html:20 msgid "Please enable JavaScript to view comments." msgstr "Пожалуйста включите JavaScript, чтобы просмотреть комментарии." -#: templates/partial/flex.html:1 +#: templates/partial/flex.html:3 #, python-format msgid "Built with %(pelican_url)s using %(flex_url)s theme" msgstr "" +#: templates/partial/flex.html:10 +#, python-format +msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" +msgstr "" + #: templates/partial/neighbors.html:5 msgid "Previous Post" msgstr "" @@ -111,3 +132,4 @@ msgstr "Старые сообщения" #: templates/partial/pagination.html:10 msgid "Newer Posts" msgstr "Новые сообщения" + diff --git a/translations/tr_TR/LC_MESSAGES/messages.mo b/translations/tr_TR/LC_MESSAGES/messages.mo index 1179687..9b10691 100644 Binary files a/translations/tr_TR/LC_MESSAGES/messages.mo and b/translations/tr_TR/LC_MESSAGES/messages.mo differ diff --git a/translations/tr_TR/LC_MESSAGES/messages.po b/translations/tr_TR/LC_MESSAGES/messages.po index aa19e94..ea0d20c 100644 --- a/translations/tr_TR/LC_MESSAGES/messages.po +++ b/translations/tr_TR/LC_MESSAGES/messages.po @@ -1,42 +1,46 @@ -# Translations template for Flex. -# Copyright (C) 2019 Alexandre Vicenzi +# Turkish (Turkey) translations for Flex. +# Copyright (C) 2020 Alexandre Vicenzi # This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2019. -# +# FIRST AUTHOR , 2020. +# # Translators: -# İlker Yürüyen , 2016 -# +# İlker Yürüyen , 2019 #, fuzzy msgid "" msgstr "" "Project-Id-Version: Flex 2.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-01-03 00:10+0100\n" +"POT-Creation-Date: 2020-12-01 20:21+0100\n" "PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: İlker Yürüyen , 2016\n" -"Language-Team: Turkish (Turkey) (https://www.transifex.com/alexandrevicenzi/teams/66327/tr_TR/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.6.0\n" +"Last-Translator: İlker Yürüyen , 2019\n" "Language: tr_TR\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/alexandrevicenzi/teams/66327/tr_TR/)\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" -#: templates/archives.html:2 templates/archives.html:7 +#: templates/archives.html:3 templates/archives.html:8 #: templates/period_archives.html:2 templates/period_archives.html:7 msgid "Archives" msgstr "Arşivler" -#: templates/article.html:22 templates/index.html:20 +#: templates/article.html:29 templates/index.html:20 #, python-format msgid "Posted on %(when)s in %(category)s" msgstr "%(when)s tarihinde %(category)s kategorisinde paylaşıldı" -#: templates/article.html:57 +#: templates/article.html:34 templates/index.html:32 +#, python-format +msgid "%(minutes)s min read" +msgstr "" + +#: templates/article.html:64 msgid "Like this article? Share it with your friends!" msgstr "Bu makaleyi sevdiniz mi? Arkadaşlarınızla paylaşın!" -#: templates/article.html:68 +#: templates/article.html:75 msgid "You might enjoy" msgstr "Sevebilirsiniz" @@ -49,15 +53,19 @@ msgstr "%(name)s kişisinin paylaşımları" msgid "Authors" msgstr "Yazarlar" -#: templates/base.html:159 +#: templates/base.html:161 +msgid "Search..." +msgstr "" + +#: templates/base.html:237 msgid "Home" msgstr "Ana Sayfa" -#: templates/base.html:166 +#: templates/base.html:244 msgid "Atom" msgstr "Atom" -#: templates/base.html:170 +#: templates/base.html:248 msgid "RSS" msgstr "RSS" @@ -74,10 +82,18 @@ msgstr "%(name)s Kategorisi" msgid "Tagged with" msgstr "Etiket:" -#: templates/index.html:44 +#: templates/index.html:46 msgid "Continue reading" msgstr "Okumaya devam et" +#: templates/search.html:3 +msgid "Search" +msgstr "" + +#: templates/search.html:17 +msgid "Search Results" +msgstr "" + #: templates/tag.html:2 #, python-format msgid "Tag %(name)s" @@ -87,22 +103,27 @@ msgstr "%(name)s Etiketi" msgid "Tags" msgstr "Etiketler" -#: templates/partial/disqus.html:13 +#: templates/partial/disqus.html:13 templates/partial/isso.html:20 msgid "Please enable JavaScript to view comments." msgstr "Yorumları görüntülemek için lütfen JavaScript'i etkinleştirin." -#: templates/partial/flex.html:1 +#: templates/partial/flex.html:3 #, python-format msgid "Built with %(pelican_url)s using %(flex_url)s theme" +msgstr "%(flex_url)s teması kullanılarak %(pelican_url)s ile yapılmıştır" + +#: templates/partial/flex.html:10 +#, python-format +msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" msgstr "" #: templates/partial/neighbors.html:5 msgid "Previous Post" -msgstr "" +msgstr "Önceki Paylaşım" #: templates/partial/neighbors.html:10 msgid "Next Post" -msgstr "" +msgstr "Sonraki Paylaşım" #: templates/partial/pagination.html:5 msgid "Older Posts" @@ -111,3 +132,4 @@ msgstr "Eski Paylaşımlar" #: templates/partial/pagination.html:10 msgid "Newer Posts" msgstr "Yeni Paylaşımlar" + diff --git a/translations/zh_CN/LC_MESSAGES/messages.mo b/translations/zh_CN/LC_MESSAGES/messages.mo index f410d9d..58d30ab 100644 Binary files a/translations/zh_CN/LC_MESSAGES/messages.mo and b/translations/zh_CN/LC_MESSAGES/messages.mo differ diff --git a/translations/zh_CN/LC_MESSAGES/messages.po b/translations/zh_CN/LC_MESSAGES/messages.po index 71fe32f..f069b36 100644 --- a/translations/zh_CN/LC_MESSAGES/messages.po +++ b/translations/zh_CN/LC_MESSAGES/messages.po @@ -1,43 +1,48 @@ -# Translations template for Flex. -# Copyright (C) 2019 Alexandre Vicenzi +# Chinese (Simplified, China) translations for Flex. +# Copyright (C) 2020 Alexandre Vicenzi # This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2019. -# +# FIRST AUTHOR , 2020. +# # Translators: # Shiao Qu , 2016 # Casey Tsui , 2019 -# +# Qian Gu , 2020 #, fuzzy msgid "" msgstr "" "Project-Id-Version: Flex 2.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-01-03 00:10+0100\n" +"POT-Creation-Date: 2020-12-01 20:21+0100\n" "PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: Casey Tsui , 2019\n" -"Language-Team: Chinese (China) (https://www.transifex.com/alexandrevicenzi/teams/66327/zh_CN/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.6.0\n" +"Last-Translator: Qian Gu , 2020\n" "Language: zh_CN\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://www.transifex.com/alexandrevicenzi/teams/66327/zh_CN/)\n" +"Plural-Forms: nplurals=1; plural=0\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" -#: templates/archives.html:2 templates/archives.html:7 +#: templates/archives.html:3 templates/archives.html:8 #: templates/period_archives.html:2 templates/period_archives.html:7 msgid "Archives" msgstr "归档" -#: templates/article.html:22 templates/index.html:20 +#: templates/article.html:29 templates/index.html:20 #, python-format msgid "Posted on %(when)s in %(category)s" msgstr "在 %(when)s 发布于 %(category)s 分类" -#: templates/article.html:57 +#: templates/article.html:34 templates/index.html:32 +#, python-format +msgid "%(minutes)s min read" +msgstr "阅读时长 %(minutes)s 分钟" + +#: templates/article.html:64 msgid "Like this article? Share it with your friends!" msgstr "喜欢这篇文章吗?将它与您的朋友分享吧!" -#: templates/article.html:68 +#: templates/article.html:75 msgid "You might enjoy" msgstr "您可能还喜欢" @@ -50,15 +55,19 @@ msgstr "%(name)s 发布的文章" msgid "Authors" msgstr "作者" -#: templates/base.html:159 +#: templates/base.html:161 +msgid "Search..." +msgstr "搜索..." + +#: templates/base.html:237 msgid "Home" msgstr "主页" -#: templates/base.html:166 +#: templates/base.html:244 msgid "Atom" msgstr "Atom订阅" -#: templates/base.html:170 +#: templates/base.html:248 msgid "RSS" msgstr "RSS订阅" @@ -75,10 +84,18 @@ msgstr "%(name)s 分类" msgid "Tagged with" msgstr "标签为" -#: templates/index.html:44 +#: templates/index.html:46 msgid "Continue reading" msgstr "阅读全文" +#: templates/search.html:3 +msgid "Search" +msgstr "搜索" + +#: templates/search.html:17 +msgid "Search Results" +msgstr "搜索结果" + #: templates/tag.html:2 #, python-format msgid "Tag %(name)s" @@ -88,15 +105,20 @@ msgstr "%(name)s 标签" msgid "Tags" msgstr "标签" -#: templates/partial/disqus.html:13 +#: templates/partial/disqus.html:13 templates/partial/isso.html:20 msgid "Please enable JavaScript to view comments." msgstr "请启用浏览器的Javascript功能以查看评论。" -#: templates/partial/flex.html:1 +#: templates/partial/flex.html:3 #, python-format msgid "Built with %(pelican_url)s using %(flex_url)s theme" msgstr "本站由%(pelican_url)s驱动,并使用%(flex_url)s主题" +#: templates/partial/flex.html:10 +#, python-format +msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" +msgstr "切换到 %(dark_url)s | %(light_url)s | %(browser_url)s 主题" + #: templates/partial/neighbors.html:5 msgid "Previous Post" msgstr "上一篇文章" @@ -112,3 +134,4 @@ msgstr "更旧的文章" #: templates/partial/pagination.html:10 msgid "Newer Posts" msgstr "更新的文章" +