diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index fd15e1d..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @alexandrevicenzi diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index bd0d3b8..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,12 +0,0 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: https://www.alexandrevicenzi.com/donate diff --git a/.github/workflows/pelican-publish.yml b/.github/workflows/pelican-publish.yml deleted file mode 100644 index 4296ab8..0000000 --- a/.github/workflows/pelican-publish.yml +++ /dev/null @@ -1,25 +0,0 @@ -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/.github/workflows/pelican-test.yaml b/.github/workflows/pelican-test.yaml deleted file mode 100644 index 2b85465..0000000 --- a/.github/workflows/pelican-test.yaml +++ /dev/null @@ -1,28 +0,0 @@ -name: Pelican test -on: - - push - - pull_request -jobs: - build: - runs-on: ubuntu-latest - strategy: - matrix: - python-version: - - "3.8" - - "3.9" - - "3.10" - - "3.11" - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - submodules: true - - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 - with: - python-version: ${{ matrix.python-version }} - - name: Install dependencies - run: | - pip install tox tox-gh-actions - - name: Test with tox - run: tox diff --git a/.gitignore b/.gitignore index aed889f..fa79f58 100644 --- a/.gitignore +++ b/.gitignore @@ -57,8 +57,3 @@ venv # NPM node_modules -package-lock.json - -# Pelican -output -plugins diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..863327a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: python +python: + - "2.7" + - "3.4" +install: + - pip install pelican markdown +before_script: + - git clone https://github.com/getpelican/pelican-plugins plugins +script: pelican -s tests/pelicanconf.py +notifications: + email: false diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e505c..3433c65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,57 +1,9 @@ -## 2.5.0 - -- Support Stork Search plugin [#298](https://github.com/alexandrevicenzi/Flex/pull/298) -- Support SEO plugin [#254](https://github.com/alexandrevicenzi/Flex/issues/254) -- Support Series plugin [#290](https://github.com/alexandrevicenzi/Flex/pull/290) -- Support Microsoft Clarity [#261](https://github.com/alexandrevicenzi/Flex/pull/261) -- Support for Google Analytics v4 [#257](https://github.com/alexandrevicenzi/Flex/pull/257) -- Updated translations -- Improved styles for Table of Contents and Figure with captions, as well other small fixes - -## 2.4.0 - -- Update 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) - -This version includes cs, de, en, es, es_ES, et, fa_IR, fr, hu_HU, id, it, nl_NL, pl_PL, pt, pt_BR, pt_PT, ro_RO, ru, tr_TR, zh_CN translations. - -## 2.3.0 - -- Support dark theme [#213](https://github.com/alexandrevicenzi/Flex/pull/213) -- Support Isso comments [#200](https://github.com/alexandrevicenzi/Flex/pull/200) -- Support Pelican 4.5 [#248](https://github.com/alexandrevicenzi/Flex/pull/248) -- Support Tipue search [#193](https://github.com/alexandrevicenzi/Flex/pull/193) -- Upgrade Font-Awesome to 5 [#156](https://github.com/alexandrevicenzi/Flex/pull/156) -- Add social icons (keybase, twitch, mastodon, diaspora, flickr, last.fm -- Fix layouts -- Update translations (zh) - -This version includes cs, de, en, es, es_ES, et, fa_IR, fr, hu_HU, id, it, nl_NL, pl_PL, pt, pt_BR, pt_PT, ro_RO, ru, tr_TR, zh_CN translations. - -## 2.2.0 - -- Update Pygments - New themes available! -- Fix code highlight [#125](https://github.com/alexandrevicenzi/Flex/pull/125) -- New social icons -- Remove duoshuo integration [#139](https://github.com/alexandrevicenzi/Flex/pull/139) -- Other small bug fixes - -This version includes de, en, es, es_ES, et, fa_IR, fr, hu_HU, it, nl_NL, pl_PL, pt_BR, ru, tr_TR, zh_CN translations. - -## 2.1.0 - -- Italian translation [#60](https://github.com/alexandrevicenzi/Flex/issues/60) -- Hungarian transltion [#59](https://github.com/alexandrevicenzi/Flex/issues/59) -- Russian transltion [#58](https://github.com/alexandrevicenzi/Flex/issues/58) -- [Google AdSense support](https://github.com/alexandrevicenzi/Flex/issues/47) - ## 2.0.0 - [Minute read like Medium](https://github.com/alexandrevicenzi/Flex/issues/48) (via plugin) - [Theme translations](https://github.com/alexandrevicenzi/Flex/wiki/Translation-support) - Updated font-awesome -- Changed `Cover` metadata to use relative path +- Changed `Cover` metadata to use relative path. This version includes de, fr and pt_BR translations. @@ -76,7 +28,7 @@ Special thanks to @marcelhuth. - [Allow custom CSS stylesheets to override the default one](https://github.com/alexandrevicenzi/Flex/pull/9) - [Add Windows-specific font variants](https://github.com/alexandrevicenzi/Flex/pull/8) -- [Move the "tagged" bullet inside the conditional](https://github.com/alexandrevicenzi/Flex/pull/7) +- [Move the "tagged" bullet inside the conditional.](https://github.com/alexandrevicenzi/Flex/pull/7) - [Add stack-overflow to supported social icons](https://github.com/alexandrevicenzi/Flex/pull/6) - [Use THEME_STATIC_DIR for asset URL's](https://github.com/alexandrevicenzi/Flex/pull/5) - [show summary for articles in index.html](https://github.com/alexandrevicenzi/Flex/pull/4) diff --git a/README.md b/README.md index 9c1d812..421599c 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,7 @@ -# Flex +# Flex [![Build Status](https://travis-ci.org/alexandrevicenzi/Flex.svg?branch=master)](https://travis-ci.org/alexandrevicenzi/Flex) [![Dependency Status](https://david-dm.org/alexandrevicenzi/Flex.svg)](https://david-dm.org/alexandrevicenzi/Flex) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/alexandre-vicenzi/flex?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) The minimalist [Pelican](http://blog.getpelican.com/) theme. -## Flex 3.0 and upcoming breaking changes - -Flex 2.6 will be the last release without breaking changes. - -Flex 3.0 is under development and will introduce breaking changes. - -The breaking changes will include: - -* Removal of deprecated plugins and integrations -* Removal and renaming of configuration variables -* Removal of Less.js and Gulp.js -* Refactoring of multiple templates - -Flex has grown beyond expectation over the last few years and is hard to maintain and accept new features. - -You can check the current progress in the `v3` branch. - -New features won't be accepted unless submited to `v3` branch, bug fixes will still be accepted in the `master` branch. - -Once 2.6 is out, the `v3` branch will be merged into `master`. - ## Features - Mobile First @@ -31,73 +10,78 @@ Once 2.6 is out, the `v3` branch will be merged into `master`. - SEO Best Practices - Open Graph - Rich Snippets (JSON-LD) -- Related Posts (via [plugin](https://github.com/getpelican/pelican-plugins/tree/master/related_posts) or AddThis) -- Series (via [plugin](https://github.com/pelican-plugins/series)) -- Minute read (via [plugin](https://github.com/getpelican/pelican-plugins/tree/master/post_stats)) -- [Multiple Code Highlight Styles](https://github.com/alexandrevicenzi/Flex/wiki/Code-Highlight) -- [Translation Support](https://github.com/alexandrevicenzi/Flex/wiki/Translations) -- [Dark Mode](https://github.com/alexandrevicenzi/Flex/wiki/Dark-Mode) +- Related Posts (via [plugin](https://github.com/getpelican/pelican-plugins/tree/master/related_posts)) +- Minute read like [Medium](https://medium.com/) (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-support) +- [Translation Support](https://github.com/alexandrevicenzi/Flex/wiki/Translation-support) (new in 2.0) ## Integrations - [AddThis](http://www.addthis.com/) - [Disqus](https://disqus.com/) -- [Gauges Analytics](http://get.gaug.es/) -- [Google AdSense](https://www.google.com.br/adsense/start/) +- [Gauges](http://get.gaug.es/) - [Google Analytics](https://www.google.com/analytics/web/) - [Google Tag Manager](https://www.google.com/tagmanager/) -- [Matomo Analytics (formerly Piwik)](https://matomo.org/) -- [Cloudflare Web Analytics](https://www.cloudflare.com/web-analytics/) -- [Plausible](https://plausible.io/) +- [Piwik](http://piwik.org/) - [StatusCake](https://www.statuscake.com/) -- [Isso](https://posativ.org/isso/) -- [Microsoft Clarity](https://clarity.microsoft.com) -## Plugins Support +## Adsense banner -- [Github Corners](https://github.com/tholman/github-corners) -- [I18N Sub-sites](https://github.com/getpelican/pelican-plugins/tree/master/i18n_subsites) -- [Minute read](https://github.com/getpelican/pelican-plugins/tree/master/post_stats) -- [Related Posts](https://github.com/getpelican/pelican-plugins/tree/master/related_posts) -- [Series](https://github.com/pelican-plugins/series) -- [Representative image](https://github.com/getpelican/pelican-plugins/tree/master/representative_image) -- [Neighbors](https://github.com/getpelican/pelican-plugins/tree/master/neighbors) -- [Pelican Search](https://github.com/pelican-plugins/search) -- [Tipue Search](https://github.com/getpelican/pelican-plugins/blob/master/tipue_search/) (deprecated) -- [SEO](https://github.com/pelican-plugins/seo) +The theme supports responsive adsense banners on the top/bottom of articles and index. And a 250x250 banner in aside. +To configure it create a responsive banner and a 250x250 banner on your adsense account and set this on your pelicanconf. + +```javascript +ADSENSE = { + 'adClientId' : '<< YOUR AD CLIENT>>', + 'adSlot' : { + 'aside_250x250' : '<< AD-SLOT FOR THE 250X250 BANNER >>', + 'articleBottom_responsible' : '<< AD-SLOT FOR THE RESPONSIBLE BANNER >>', + 'top_responsible' : '<< AD-SLOT FOR THE RESPONSIBLE BANNER >>', + 'homeBottom_responsible' : '<< AD-SLOT FOR THE RESPONSIBLE BANNER >>' + } +} +``` ## Install -The best way to install is over [pelican-themes](https://github.com/getpelican/pelican-themes). +The recommend way to install is over [pelican-themes](https://github.com/getpelican/pelican-themes). -The alternative way is to clone this repository and checkout a tag branch. +The `master` branch is the development branch. If you're happy with fresh new things and maybe sometimes (~most of time~) broken things you can clone the `master`, but I would recommend to you to clone a tag branch. -## Documentation +## Docs -The documentation covers most of the settings available and how to use this theme. -If something is missing or broken you can open a PR or fix the documentation by yourself. - -[Flex Wiki](https://github.com/alexandrevicenzi/Flex/wiki) - -## Live example - -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. +[Go to Wiki](https://github.com/alexandrevicenzi/Flex/wiki) ## Contributing -**ALWAYS** open an issue before sending a PR. -Discuss the problem/feature that you want to solve. -If things make sense, send a PR with your changes. +Always open an issue before sending a PR. Talk about the problem/feature that you want to fix. If it's really a good thing you can submit your PR. If you send an PR without talking about before what it is, you may work for nothing. -As always, if you want something that only makes sense to you, fork Flex and create a new theme. +As always, if you want something that only make sense to you, just fork Flex and start a new theme. -## Translations +## Translate Translate this theme to new languages at [Transifex](https://www.transifex.com/alexandrevicenzi/flex-pelican/). -Read more about [Translation Support](https://github.com/alexandrevicenzi/Flex/wiki/Translations) in the Wiki. +![Translations](https://github.com/alexandrevicenzi/Flex/blob/master/translation_chart.png) + +Read more about [Translation Support](https://github.com/alexandrevicenzi/Flex/wiki/Translation-support). + +## Live example + +You can see how things looks like [here](https://blog.alexandrevicenzi.com/flex-pelican-theme.html). +Or you can take a look at [Flex users](https://github.com/alexandrevicenzi/Flex/wiki/Flex-users). + +I'm using Flex in my [personal blog](http://blog.alexandrevicenzi.com/). + +![Screenshot](https://github.com/alexandrevicenzi/Flex/blob/master/screenshot.png) + +## Donate + +Did you liked this theme? Buy me a beer and support new features. + +[![Gratipay](https://img.shields.io/gratipay/user/alexandrevicenzi.svg?maxAge=2592000)](https://gratipay.com/~alexandrevicenzi/) + +[![PayPal](https://img.shields.io/badge/paypal-donate-yellow.svg?maxAge=2592000)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KZCMH3N74KKFN&lc=BR&item_name=Alexandre%20Vicenzi&item_number=flex¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted) ## License diff --git a/docs/Makefile b/docs/Makefile deleted file mode 100644 index 06e82e6..0000000 --- a/docs/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -PY?=python3 -PELICAN?=pelican -PELICANOPTS= - -BASEDIR=$(CURDIR) -INPUTDIR=$(BASEDIR)/content -OUTPUTDIR=$(BASEDIR)/blog -CONFFILE=$(BASEDIR)/pelicanconf.py -PUBLISHCONF=$(BASEDIR)/publishconf.py - -GITHUB_PAGES_BRANCH=gh-pages - - -DEBUG ?= 0 -ifeq ($(DEBUG), 1) - PELICANOPTS += -D -endif - -RELATIVE ?= 0 -ifeq ($(RELATIVE), 1) - PELICANOPTS += --relative-urls -endif - -SERVER ?= "0.0.0.0" - -PORT ?= 0 -ifneq ($(PORT), 0) - PELICANOPTS += -p $(PORT) -endif - - -help: - @echo 'Makefile for a pelican Web site ' - @echo ' ' - @echo 'Usage: ' - @echo ' make html (re)generate the web site ' - @echo ' make clean remove the generated files ' - @echo ' make regenerate regenerate files upon modification ' - @echo ' make publish generate using production settings ' - @echo ' make serve [PORT=8000] serve site at http://localhost:8000' - @echo ' make serve-global [SERVER=0.0.0.0] serve (as root) to $(SERVER):80 ' - @echo ' make devserver [PORT=8000] serve and regenerate together ' - @echo ' make devserver-global regenerate and serve on 0.0.0.0 ' - @echo ' make github upload the web site via gh-pages ' - @echo ' ' - @echo 'Set the DEBUG variable to 1 to enable debugging, e.g. make DEBUG=1 html ' - @echo 'Set the RELATIVE variable to 1 to enable relative urls ' - @echo ' ' - -html: - "$(PELICAN)" "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(CONFFILE)" $(PELICANOPTS) - -clean: - [ ! -d "$(OUTPUTDIR)" ] || rm -rf "$(OUTPUTDIR)" - -regenerate: - "$(PELICAN)" -r "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(CONFFILE)" $(PELICANOPTS) - -serve: - "$(PELICAN)" -l "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(CONFFILE)" $(PELICANOPTS) - -serve-global: - "$(PELICAN)" -l "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(CONFFILE)" $(PELICANOPTS) -b $(SERVER) - -devserver: - "$(PELICAN)" -lr "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(CONFFILE)" $(PELICANOPTS) - -devserver-global: - $(PELICAN) -lr $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) -b 0.0.0.0 - -publish: - "$(PELICAN)" "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(PUBLISHCONF)" $(PELICANOPTS) - -github: publish - ghp-import -m "Generate Pelican site" -b $(GITHUB_PAGES_BRANCH) "$(OUTPUTDIR)" - git push origin $(GITHUB_PAGES_BRANCH) - - -.PHONY: html help clean regenerate serve serve-global devserver publish github diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 4a77f81..0000000 --- a/docs/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Flex Blog Example - -Visit [http://flex.alxd.me/](http://flex.alxd.me/). diff --git a/docs/content/articles/flex-pelican-theme-1-1-1.md b/docs/content/articles/flex-pelican-theme-1-1-1.md deleted file mode 100644 index 81ee533..0000000 --- a/docs/content/articles/flex-pelican-theme-1-1-1.md +++ /dev/null @@ -1,16 +0,0 @@ -Title: Flex 1.1.1 -Date: 2016-02-27 08:00 -Modified: 2016-02-27 08:00 -Category: News -Tags: pelican, python, theme -Slug: flex-pelican-theme-update-1-1-1 -Cover: images/flex-screenshot.png - -Today, [Flex theme](https://github.com/alexandrevicenzi/Flex) received a small update. - -Some bugs are now fixed. I think the most important fixes are: - -- [Bug in CSS with placement of "Newer Posts" button](https://github.com/alexandrevicenzi/Flex/issues/21) -- [Posts preview on main page](https://github.com/alexandrevicenzi/Flex/issues/14) - -Hope you enjoy this theme. diff --git a/docs/content/articles/flex-pelican-theme-1-1.md b/docs/content/articles/flex-pelican-theme-1-1.md deleted file mode 100644 index 0eb94b7..0000000 --- a/docs/content/articles/flex-pelican-theme-1-1.md +++ /dev/null @@ -1,24 +0,0 @@ -Title: Flex 1.1.0 -Date: 2015-10-07 08:00 -Modified: 2015-10-07 08:00 -Category: News -Tags: pelican, python, theme -Slug: flex-pelican-theme-update-1-1 -Cover: images/flex-screenshot.png - -I've made the [Flex theme](https://github.com/alexandrevicenzi/Flex) 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](https://github.com/alexandrevicenzi/Flex/releases/tag/v1.1) 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: - -```python -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. diff --git a/docs/content/articles/flex-pelican-theme-1-2.md b/docs/content/articles/flex-pelican-theme-1-2.md deleted file mode 100644 index fb8b7ae..0000000 --- a/docs/content/articles/flex-pelican-theme-1-2.md +++ /dev/null @@ -1,21 +0,0 @@ -Title: Flex 1.2.0 -Date: 2016-06-10 08:00 -Modified: 2016-06-10 08:00 -Category: News -Tags: pelican, python, theme -Slug: flex-pelican-theme-update-1-2-0 -Cover: images/flex-screenshot.png - -[Flex theme](https://github.com/alexandrevicenzi/Flex) 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. - -- [Update font-awesome](https://github.com/alexandrevicenzi/Flex/issues/31) -- [Added browser color configuration](https://github.com/alexandrevicenzi/Flex/pull/34) -- [Related posts](https://github.com/alexandrevicenzi/Flex/pull/27) -- [More Pygments Styles](https://github.com/alexandrevicenzi/Flex/issues/38) -- [Add StatusCake RUM support](https://github.com/alexandrevicenzi/Flex/issues/16) - -If you need help or want to report a bug, please open an [issue](https://github.com/alexandrevicenzi/Flex/issues). - -Hope you enjoy this theme. diff --git a/docs/content/articles/flex-pelican-theme-2-0.md b/docs/content/articles/flex-pelican-theme-2-0.md deleted file mode 100644 index fd8fbb6..0000000 --- a/docs/content/articles/flex-pelican-theme-2-0.md +++ /dev/null @@ -1,37 +0,0 @@ -Title: Flex 2.0 -Date: 2016-09-13 08:00 -Modified: 2016-09-13 08:00 -Category: News -Tags: pelican, python, theme -Slug: flex-pelican-theme-update-2-0 -Cover: images/flex-screenshot.png - -[Flex theme](https://github.com/alexandrevicenzi/Flex) 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](https://github.com/alexandrevicenzi/Flex/wiki/Translations). - -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. - -```python -# 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](https://medium.com/). - -Hope you enjoy this version. diff --git a/docs/content/articles/flex-pelican-theme-2-1.md b/docs/content/articles/flex-pelican-theme-2-1.md deleted file mode 100644 index a01d2ec..0000000 --- a/docs/content/articles/flex-pelican-theme-2-1.md +++ /dev/null @@ -1,35 +0,0 @@ -Title: Flex 2.1.0 -Date: 2016-11-16 08:00 -Modified: 2016-11-16 08:00 -Category: News -Tags: pelican, python, theme -Slug: flex-pelican-theme-update-2-1 -Cover: images/flex-screenshot.png - -[Flex theme](https://github.com/alexandrevicenzi/Flex) 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. - -```python -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](https://github.com/alexandrevicenzi/Flex/wiki/Translations). - -Hope you enjoy this version. diff --git a/docs/content/articles/flex-pelican-theme-2-2.md b/docs/content/articles/flex-pelican-theme-2-2.md deleted file mode 100644 index 360c4ff..0000000 --- a/docs/content/articles/flex-pelican-theme-2-2.md +++ /dev/null @@ -1,15 +0,0 @@ -Title: Flex 2.2.0 -Date: 2018-06-24 08:00 -Modified: 2018-06-24 08:00 -Category: News -Tags: pelican, python, theme -Slug: flex-pelican-theme-update-2-2 -Cover: images/flex-screenshot.png - -[Flex theme](https://github.com/alexandrevicenzi/Flex) 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](https://github.com/alexandrevicenzi/Flex/wiki/Translations). - -Hope you enjoy this version. diff --git a/docs/content/articles/flex-pelican-theme-2-3.md b/docs/content/articles/flex-pelican-theme-2-3.md deleted file mode 100644 index 6bfeba4..0000000 --- a/docs/content/articles/flex-pelican-theme-2-3.md +++ /dev/null @@ -1,28 +0,0 @@ -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 deleted file mode 100644 index 2012dda..0000000 --- a/docs/content/articles/flex-pelican-theme-2-4.md +++ /dev/null @@ -1,17 +0,0 @@ -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/content/articles/flex-pelican-theme-2-5.md b/docs/content/articles/flex-pelican-theme-2-5.md deleted file mode 100644 index 60ac448..0000000 --- a/docs/content/articles/flex-pelican-theme-2-5.md +++ /dev/null @@ -1,27 +0,0 @@ -Title: Flex 2.5.0 -Date: 2022-08-31 08:00 -Modified: 2022-08-31 08:00 -Category: News -Tags: pelican, python, theme -Slug: flex-pelican-theme-update-2-5 -Cover: images/flex-screenshot.png - -[Flex theme](https://github.com/alexandrevicenzi/Flex) 2.5.0 comes with minor fixes and big improvments. - -- Added support for [Pelican Search](https://github.com/pelican-plugins/search) plugin as [Tipue Search](https://github.com/getpelican/pelican-plugins/tree/master/tipue_search) is deprecated - - Tipue Search support will be removed in Flex 3.0 -- Added support for [SEO](https://github.com/pelican-plugins/seo) plugin -- Added support for [Series](https://github.com/pelican-plugins/series) plugin -- Added support for [Microsoft Clarity](https://clarity.microsoft.com/) -- Added support for Google Analytics v4 -- Updated translations -- Improved styles for Table of Contents and Figure with captions, as well other small fixes - -For more details check our [Wiki](https://github.com/alexandrevicenzi/Flex/wiki). - -The next Flex version will be 3.0 and it will bring a few changes to the theme structure, introducing a few configuration changes. -Over the years many features were added to Flex theme and some with not much care. -Because of this, code cleanup is needed to allow theme maintenance in the future. -Pelican also changed, and some features present in Flex are now available in Pelican or as new plugins. It's time to review everything done so far. - -Hope you enjoy this version and stay tuned for Flex 3.0. diff --git a/docs/content/articles/flex-pelican-theme.md b/docs/content/articles/flex-pelican-theme.md deleted file mode 100644 index 594ec5a..0000000 --- a/docs/content/articles/flex-pelican-theme.md +++ /dev/null @@ -1,99 +0,0 @@ -Title: Flex: Responsive Pelican theme -Date: 2015-07-22 08:00 -Modified: 2015-07-22 08:00 -Category: News -Tags: pelican, python, theme -Slug: flex-pelican-theme -Cover: images/flex-screenshot.png - -I just start a new fresh blog using [Pelican](http://getpelican.com). Sometimes choosing a theme for a new site is something difficult that takes time. - -In the Pelican [theme gallery](http://www.pelicanthemes.com/), 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](https://github.com/alexandrevicenzi/Flex). - -But how Flex looks like? Well, you can see [this screenshot](images/flex-screenshot.png), 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](http://pygments.org/) syntax highlighting: - -```js -// Foo -var bar = 0; -``` - -```python -class Foo(object): - def __init__(self, bar) - self.bar = bar -``` - -```bash -ls *.jpg | xargs -n1 -i cp {} /external-hard-drive/directory -``` - -**Note:** The code block looks like GitHub’s colors. - -You can add tables too: - -Item | Value --------- | --- -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](https://raw.githubusercontent.com/alexandrevicenzi/blog/master/content/News/flex-pelican-theme.md) 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](https://github.com/alexandrevicenzi/flex). - -As soon as possible I will add this project to Pelican gallery. - -Drop a comment if you like this theme, or [open an issue](https://github.com/alexandrevicenzi/Flex/issues) if you need a feature or found a bug. diff --git a/docs/content/extra/CNAME b/docs/content/extra/CNAME deleted file mode 100644 index 01fd9af..0000000 --- a/docs/content/extra/CNAME +++ /dev/null @@ -1 +0,0 @@ -flex.alxd.me \ No newline at end of file diff --git a/docs/content/extra/ads.txt b/docs/content/extra/ads.txt deleted file mode 100644 index d3af418..0000000 --- a/docs/content/extra/ads.txt +++ /dev/null @@ -1 +0,0 @@ -google.com, pub-6625957038449899, DIRECT, f08c47fec0942fa0 diff --git a/docs/content/images/flex-screenshot.png b/docs/content/images/flex-screenshot.png deleted file mode 100644 index 0ebc4c4..0000000 Binary files a/docs/content/images/flex-screenshot.png and /dev/null differ diff --git a/docs/content/pages/about.md b/docs/content/pages/about.md deleted file mode 100644 index 7983ac5..0000000 --- a/docs/content/pages/about.md +++ /dev/null @@ -1,5 +0,0 @@ -Title: About -Date: 2015-07-18 08:00 -Modified: 2018-01-01 08:00 - -Flex - The minimalist Pelican theme. diff --git a/docs/content/pages/contact.md b/docs/content/pages/contact.md deleted file mode 100644 index 49a5970..0000000 --- a/docs/content/pages/contact.md +++ /dev/null @@ -1,6 +0,0 @@ -Title: Contact -Date: 2015-07-18 08:00 -Modified: 2018-01-01 08:00 -Slug: contact - -If you want to contact about typos, grammar and other errors in this blog, you can open an issue [here](https://github.com/alexandrevicenzi/Flex/issues). diff --git a/docs/pelicanconf.py b/docs/pelicanconf.py deleted file mode 100644 index 3cfd5ca..0000000 --- a/docs/pelicanconf.py +++ /dev/null @@ -1,85 +0,0 @@ -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." -# SITELOGO = '' -# FAVICON = '/images/favicon.ico' -BROWSER_COLOR = "#333333" -PYGMENTS_STYLE = "monokai" - -ROBOTS = "index, follow" - -THEME = "../" -PATH = "content" -OUTPUT_PATH = "blog/" -TIMEZONE = "America/New_York" - -DISABLE_URL_HASH = True - -# 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", -} - -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 - -USE_FOLDER_AS_CATEGORY = False -MAIN_MENU = True -HOME_HIDE_TAGS = True - -GITHUB_CORNER_URL = "https://github.com/alexandrevicenzi/Flex" - -SOCIAL = ( - ("github", "https://github.com/alexandrevicenzi/Flex"), - ("rss", "/blog/feeds/all.atom.xml"), -) - -MENUITEMS = ( - ("Archives", "/archives.html"), - ("Categories", "/categories.html"), - ("Tags", "/tags.html"), -) - -CC_LICENSE = { - "name": "Creative Commons Attribution-ShareAlike 4.0 International License", - "version": "4.0", - "slug": "by-sa", - "icon": True, - "language": "en_US", -} - -COPYRIGHT_YEAR = datetime.now().year -DEFAULT_PAGINATION = 10 - -DISQUS_SITENAME = "flex-pelican" -ADD_THIS_ID = "ra-55adbb025d4f7e55" - -STATIC_PATHS = ["images", "extra/ads.txt", "extra/CNAME"] - -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 diff --git a/docs/publishconf.py b/docs/publishconf.py deleted file mode 100644 index 6c0fb89..0000000 --- a/docs/publishconf.py +++ /dev/null @@ -1,31 +0,0 @@ -import os -import sys - -sys.path.append(os.curdir) - -try: - from pelicanconf import * -except ImportError: - sys.path.append(os.path.join(os.curdir, "docs")) - from pelicanconf import * - -SITEURL = "https://flex.alxd.me/" - -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/requirements.txt b/docs/requirements.txt deleted file mode 100644 index 8b0ec32..0000000 --- a/docs/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -pelican -markdown diff --git a/docs/tasks.py b/docs/tasks.py deleted file mode 100644 index fb15678..0000000 --- a/docs/tasks.py +++ /dev/null @@ -1,148 +0,0 @@ -# -*- coding: utf-8 -*- - -import os -import shlex -import shutil -import sys -import datetime - -from invoke import task -from invoke.main import program -from invoke.util import cd -from pelican import main as pelican_main -from pelican.server import ComplexHTTPRequestHandler, RootedHTTPServer -from pelican.settings import DEFAULT_CONFIG, get_settings_from_file - -OPEN_BROWSER_ON_SERVE = True -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', - # Output path. Can be absolute or relative to tasks.py. Default: 'output' - 'deploy_path': SETTINGS['OUTPUT_PATH'], - # Github Pages configuration - 'github_pages_branch': 'gh-pages', - 'commit_message': "'Publish site on {}'".format(datetime.date.today().isoformat()), - # Host and port for `serve` - 'host': 'localhost', - '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']) - -@task -def build(c): - """Build local version of site""" - pelican_run('-s {settings_base}'.format(**CONFIG)) - -@task -def rebuild(c): - """`build` with the delete switch""" - pelican_run('-d -s {settings_base}'.format(**CONFIG)) - -@task -def regenerate(c): - """Automatically regenerate site upon file modification""" - pelican_run('-r -s {settings_base}'.format(**CONFIG)) - -@task -def serve(c): - """Serve site at http://$HOST:$PORT/ (default is localhost:8000)""" - - class AddressReuseTCPServer(RootedHTTPServer): - allow_reuse_address = True - - server = AddressReuseTCPServer( - CONFIG['deploy_path'], - (CONFIG['host'], CONFIG['port']), - ComplexHTTPRequestHandler) - - if OPEN_BROWSER_ON_SERVE: - # Open site in default browser - import webbrowser - webbrowser.open("http://{host}:{port}".format(**CONFIG)) - - sys.stderr.write('Serving at {host}:{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""" - pelican_run('-s {settings_publish}'.format(**CONFIG)) - -@task -def livereload(c): - """Automatically reload browser tab upon file modification.""" - from livereload import Server - - def cached_build(): - cmd = '-s {settings_base} -e CACHE_CONTENT=True LOAD_CONTENT_CACHE=True' - pelican_run(cmd.format(**CONFIG)) - - cached_build() - server = Server() - theme_path = SETTINGS['THEME'] - watched_globs = [ - CONFIG['settings_base'], - '{}/templates/**/*.html'.format(theme_path), - ] - - content_file_extensions = ['.md', '.rst'] - for extension in content_file_extensions: - content_glob = '{0}/**/*{1}'.format(SETTINGS['PATH'], extension) - watched_globs.append(content_glob) - - static_file_extensions = ['.css', '.js'] - for extension in static_file_extensions: - static_file_glob = '{0}/static/**/*{1}'.format(theme_path, extension) - watched_globs.append(static_file_glob) - - for glob in watched_globs: - server.watch(glob, cached_build) - - if OPEN_BROWSER_ON_SERVE: - # Open site in default browser - import webbrowser - webbrowser.open("http://{host}:{port}".format(**CONFIG)) - - server.serve(host=CONFIG['host'], port=CONFIG['port'], root=CONFIG['deploy_path']) - - -@task -def publish(c): - """Publish to production via rsync""" - pelican_run('-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)) - -@task -def gh_pages(c): - """Publish to GitHub Pages""" - preview(c) - c.run('ghp-import -b {github_pages_branch} ' - '-m {commit_message} ' - '{deploy_path} -p'.format(**CONFIG)) - -def pelican_run(cmd): - cmd += ' ' + program.core.remainder # allows to pass-through args to pelican - pelican_main(shlex.split(cmd)) diff --git a/gulpfile.js b/gulpfile.js index d33426d..d0da96c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,31 +1,18 @@ var gulp = require('gulp'), less = require('gulp-less'), rename = require('gulp-rename'), - cssnano = require('gulp-cssnano'), - uglify = require('gulp-uglify'); + minify = require('gulp-cssnano'); gulp.task('less', function () { - return gulp.src([ - './static/stylesheet/dark-theme.less', - './static/stylesheet/style.less', - ]) + return gulp.src('./static/stylesheet/style.less') .pipe(less()) - .pipe(cssnano()) + .pipe(minify()) .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')); @@ -33,21 +20,12 @@ gulp.task('cp', function () { gulp.task('pygments', function () { return gulp.src(['./static/pygments/*.css', '!./static/pygments/*min.css']) - .pipe(cssnano()) + .pipe(minify()) .pipe(rename({ extname: '.min.css' })) .pipe(gulp.dest('./static/pygments')); }); -gulp.task('watch-less', function () { - return gulp.watch('static/stylesheet/*.less', gulp.task('less')); -}); -gulp.task('watch-js', function () { - return gulp.watch('static/dark-theme/!(*.min).js', gulp.task('uglify')); -}) - -gulp.task('default', gulp.series(['less', 'uglify', 'cp', 'pygments'])); - -gulp.task('watch', gulp.series('default', gulp.parallel('watch-less', 'watch-js'))); +gulp.task('default', ['less', 'cp', 'pygments']); diff --git a/package.json b/package.json index 66e6404..955d4fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flex", - "version": "2.3.0", + "version": "2.0.0", "description": "A minimalist Pelican theme", "main": "gulpfile.js", "directories": { @@ -8,8 +8,7 @@ }, "scripts": { "test": "source venv/bin/activate && pip install pelican markdown && pelican -s tests/pelicanconf.py && deactivate", - "build": "gulp default", - "watch": "gulp watch" + "build": "node_modules/gulp/bin/gulp.js default" }, "repository": { "type": "git", @@ -25,10 +24,10 @@ }, "homepage": "https://github.com/alexandrevicenzi/Flex#readme", "dependencies": { - "gulp": "^4.0.2", - "gulp-cssnano": "^2.1.3", - "gulp-less": "^4.0.1", - "gulp-rename": "^2.0.0", - "gulp-uglify": "^3.0.2" + "font-awesome": "^4.6.1", + "gulp": "^3.9.0", + "gulp-cssnano": "^2.1.0", + "gulp-less": "^3.0.5", + "gulp-rename": "^1.2.2" } } diff --git a/pygments/generate.py b/pygments/generate.py index ce25477..1d6a9bb 100755 --- a/pygments/generate.py +++ b/pygments/generate.py @@ -19,19 +19,16 @@ def export(): opts = { 'style': style, - 'noclasses': False, - 'nobackground': False, } path = os.path.join(PYGMENTS_PATH, '%s.css' % style) formatter = HtmlFormatter(**opts) - md_css = formatter.get_style_defs('.highlight') - rst_css = formatter.get_style_defs('.literal-block') + css_content = formatter.get_style_defs() + # little fix because pelican doesn't append background color. + css_content = css_content.replace('.hll', '.highlight') - with open(path, 'w+') as f: - f.write(md_css) - f.write('\n') - f.write(rst_css) + with open(path, 'w') as f: + f.write(css_content) if __name__ == '__main__': diff --git a/pygments/requirements.txt b/pygments/requirements.txt index 16f6058..785d22d 100644 --- a/pygments/requirements.txt +++ b/pygments/requirements.txt @@ -1,2 +1,2 @@ -Pygments -pygments-style-github +Pygments==2.1.3 +pygments-style-github==0.4 diff --git a/screenshot.png b/screenshot.png index 3a89a9a..0ebc4c4 100644 Binary files a/screenshot.png and b/screenshot.png differ diff --git a/static/dark-theme/dark-theme.js b/static/dark-theme/dark-theme.js deleted file mode 100644 index 0b0162e..0000000 --- a/static/dark-theme/dark-theme.js +++ /dev/null @@ -1,58 +0,0 @@ -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 deleted file mode 100644 index d56ce5a..0000000 --- a/static/dark-theme/dark-theme.min.js +++ /dev/null @@ -1 +0,0 @@ -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){e=document.getElementById(e);e.disabled=!t,e.media=""}function m(){var e=localStorage.getItem("themeOverride");d("dark-theme-style","dark"===(e="light"!==e&&"dark"!==e?"browser"===e||r?a.matches?"dark":"light":t: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()};e=localStorage.getItem("themeOverride");"light"!==e&&"dark"!==e||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 deleted file mode 100644 index e83ed42..0000000 --- a/static/font-awesome/css/brands.css +++ /dev/null @@ -1,1432 +0,0 @@ -/*! - * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2022 Fonticons, Inc. - */ -:root, :host { - --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"; } - -@font-face { - font-family: 'Font Awesome 6 Brands'; - font-style: normal; - font-weight: 400; - font-display: block; - src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); } - -.fab, -.fa-brands { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa-42-group:before { - content: "\e080"; } - -.fa-innosoft:before { - content: "\e080"; } - -.fa-500px:before { - content: "\f26e"; } - -.fa-accessible-icon:before { - content: "\f368"; } - -.fa-accusoft:before { - content: "\f369"; } - -.fa-adn:before { - content: "\f170"; } - -.fa-adversal:before { - content: "\f36a"; } - -.fa-affiliatetheme:before { - content: "\f36b"; } - -.fa-airbnb:before { - content: "\f834"; } - -.fa-algolia:before { - content: "\f36c"; } - -.fa-alipay:before { - content: "\f642"; } - -.fa-amazon:before { - content: "\f270"; } - -.fa-amazon-pay:before { - content: "\f42c"; } - -.fa-amilia:before { - content: "\f36d"; } - -.fa-android:before { - content: "\f17b"; } - -.fa-angellist:before { - content: "\f209"; } - -.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-artstation:before { - content: "\f77a"; } - -.fa-asymmetrik:before { - content: "\f372"; } - -.fa-atlassian:before { - content: "\f77b"; } - -.fa-audible:before { - content: "\f373"; } - -.fa-autoprefixer:before { - content: "\f41c"; } - -.fa-avianex:before { - content: "\f374"; } - -.fa-aviato:before { - content: "\f421"; } - -.fa-aws:before { - content: "\f375"; } - -.fa-bandcamp:before { - content: "\f2d5"; } - -.fa-battle-net:before { - content: "\f835"; } - -.fa-behance:before { - content: "\f1b4"; } - -.fa-behance-square:before { - content: "\f1b5"; } - -.fa-bilibili:before { - content: "\e3d9"; } - -.fa-bimobject:before { - content: "\f378"; } - -.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-blogger:before { - content: "\f37c"; } - -.fa-blogger-b:before { - content: "\f37d"; } - -.fa-bluetooth:before { - content: "\f293"; } - -.fa-bluetooth-b:before { - content: "\f294"; } - -.fa-bootstrap:before { - content: "\f836"; } - -.fa-bots:before { - content: "\e340"; } - -.fa-btc:before { - content: "\f15a"; } - -.fa-buffer:before { - content: "\f837"; } - -.fa-buromobelexperte:before { - content: "\f37f"; } - -.fa-buy-n-large:before { - content: "\f8a6"; } - -.fa-buysellads:before { - content: "\f20d"; } - -.fa-canadian-maple-leaf:before { - content: "\f785"; } - -.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-chrome:before { - content: "\f268"; } - -.fa-chromecast:before { - content: "\f838"; } - -.fa-cloudflare:before { - content: "\e07d"; } - -.fa-cloudscale:before { - content: "\f383"; } - -.fa-cloudsmith:before { - content: "\f384"; } - -.fa-cloudversify:before { - content: "\f385"; } - -.fa-cmplid:before { - content: "\e360"; } - -.fa-codepen:before { - content: "\f1cb"; } - -.fa-codiepie:before { - content: "\f284"; } - -.fa-confluence:before { - content: "\f78d"; } - -.fa-connectdevelop:before { - content: "\f20e"; } - -.fa-contao:before { - content: "\f26d"; } - -.fa-cotton-bureau:before { - content: "\f89e"; } - -.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-critical-role:before { - content: "\f6c9"; } - -.fa-css3:before { - content: "\f13c"; } - -.fa-css3-alt:before { - content: "\f38b"; } - -.fa-cuttlefish:before { - content: "\f38c"; } - -.fa-d-and-d:before { - content: "\f38d"; } - -.fa-d-and-d-beyond:before { - content: "\f6ca"; } - -.fa-dailymotion:before { - content: "\e052"; } - -.fa-dashcube:before { - content: "\f210"; } - -.fa-deezer:before { - content: "\e077"; } - -.fa-delicious:before { - content: "\f1a5"; } - -.fa-deploydog:before { - content: "\f38e"; } - -.fa-deskpro:before { - content: "\f38f"; } - -.fa-dev:before { - content: "\f6cc"; } - -.fa-deviantart:before { - content: "\f1bd"; } - -.fa-dhl:before { - content: "\f790"; } - -.fa-diaspora:before { - content: "\f791"; } - -.fa-digg:before { - content: "\f1a6"; } - -.fa-digital-ocean:before { - content: "\f391"; } - -.fa-discord:before { - content: "\f392"; } - -.fa-discourse:before { - content: "\f393"; } - -.fa-dochub:before { - content: "\f394"; } - -.fa-docker:before { - content: "\f395"; } - -.fa-draft2digital:before { - content: "\f396"; } - -.fa-dribbble:before { - content: "\f17d"; } - -.fa-dribbble-square:before { - content: "\f397"; } - -.fa-dropbox:before { - content: "\f16b"; } - -.fa-drupal:before { - content: "\f1a9"; } - -.fa-dyalog:before { - content: "\f399"; } - -.fa-earlybirds:before { - content: "\f39a"; } - -.fa-ebay:before { - content: "\f4f4"; } - -.fa-edge:before { - content: "\f282"; } - -.fa-edge-legacy:before { - content: "\e078"; } - -.fa-elementor:before { - content: "\f430"; } - -.fa-ello:before { - content: "\f5f1"; } - -.fa-ember:before { - content: "\f423"; } - -.fa-empire:before { - content: "\f1d1"; } - -.fa-envira:before { - content: "\f299"; } - -.fa-erlang:before { - content: "\f39d"; } - -.fa-ethereum:before { - content: "\f42e"; } - -.fa-etsy:before { - content: "\f2d7"; } - -.fa-evernote:before { - content: "\f839"; } - -.fa-expeditedssl:before { - content: "\f23e"; } - -.fa-facebook:before { - content: "\f09a"; } - -.fa-facebook-f:before { - content: "\f39e"; } - -.fa-facebook-messenger:before { - content: "\f39f"; } - -.fa-facebook-square:before { - content: "\f082"; } - -.fa-fantasy-flight-games:before { - content: "\f6dc"; } - -.fa-fedex:before { - content: "\f797"; } - -.fa-fedora:before { - content: "\f798"; } - -.fa-figma:before { - content: "\f799"; } - -.fa-firefox:before { - content: "\f269"; } - -.fa-firefox-browser:before { - content: "\e007"; } - -.fa-first-order:before { - content: "\f2b0"; } - -.fa-first-order-alt:before { - content: "\f50a"; } - -.fa-firstdraft:before { - content: "\f3a1"; } - -.fa-flickr:before { - content: "\f16e"; } - -.fa-flipboard:before { - content: "\f44d"; } - -.fa-fly:before { - content: "\f417"; } - -.fa-font-awesome:before { - content: "\f2b4"; } - -.fa-font-awesome-flag:before { - content: "\f2b4"; } - -.fa-font-awesome-logo-full:before { - content: "\f2b4"; } - -.fa-fonticons:before { - content: "\f280"; } - -.fa-fonticons-fi:before { - content: "\f3a2"; } - -.fa-fort-awesome:before { - content: "\f286"; } - -.fa-fort-awesome-alt:before { - content: "\f3a3"; } - -.fa-forumbee:before { - content: "\f211"; } - -.fa-foursquare:before { - content: "\f180"; } - -.fa-free-code-camp:before { - content: "\f2c5"; } - -.fa-freebsd:before { - content: "\f3a4"; } - -.fa-fulcrum:before { - content: "\f50b"; } - -.fa-galactic-republic:before { - content: "\f50c"; } - -.fa-galactic-senate:before { - content: "\f50d"; } - -.fa-get-pocket:before { - content: "\f265"; } - -.fa-gg:before { - content: "\f260"; } - -.fa-gg-circle:before { - content: "\f261"; } - -.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-glide:before { - content: "\f2a5"; } - -.fa-glide-g:before { - content: "\f2a6"; } - -.fa-gofore:before { - content: "\f3a7"; } - -.fa-golang:before { - content: "\e40f"; } - -.fa-goodreads:before { - content: "\f3a8"; } - -.fa-goodreads-g:before { - content: "\f3a9"; } - -.fa-google:before { - content: "\f1a0"; } - -.fa-google-drive:before { - content: "\f3aa"; } - -.fa-google-pay:before { - content: "\e079"; } - -.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-gratipay:before { - content: "\f184"; } - -.fa-grav:before { - content: "\f2d6"; } - -.fa-gripfire:before { - content: "\f3ac"; } - -.fa-grunt:before { - content: "\f3ad"; } - -.fa-guilded:before { - content: "\e07e"; } - -.fa-gulp:before { - content: "\f3ae"; } - -.fa-hacker-news:before { - content: "\f1d4"; } - -.fa-hacker-news-square:before { - content: "\f3af"; } - -.fa-hackerrank:before { - content: "\f5f7"; } - -.fa-hashnode:before { - content: "\e499"; } - -.fa-hips:before { - content: "\f452"; } - -.fa-hire-a-helper:before { - content: "\f3b0"; } - -.fa-hive:before { - content: "\e07f"; } - -.fa-hooli:before { - content: "\f427"; } - -.fa-hornbill:before { - content: "\f592"; } - -.fa-hotjar:before { - content: "\f3b1"; } - -.fa-houzz:before { - content: "\f27c"; } - -.fa-html5:before { - content: "\f13b"; } - -.fa-hubspot:before { - content: "\f3b2"; } - -.fa-ideal:before { - content: "\e013"; } - -.fa-imdb:before { - content: "\f2d8"; } - -.fa-instagram:before { - content: "\f16d"; } - -.fa-instagram-square:before { - content: "\e055"; } - -.fa-instalod:before { - content: "\e081"; } - -.fa-intercom:before { - content: "\f7af"; } - -.fa-internet-explorer:before { - content: "\f26b"; } - -.fa-invision:before { - content: "\f7b0"; } - -.fa-ioxhost:before { - content: "\f208"; } - -.fa-itch-io:before { - content: "\f83a"; } - -.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-jira:before { - content: "\f7b1"; } - -.fa-joget:before { - content: "\f3b7"; } - -.fa-joomla:before { - content: "\f1aa"; } - -.fa-js:before { - content: "\f3b8"; } - -.fa-js-square:before { - content: "\f3b9"; } - -.fa-jsfiddle:before { - content: "\f1cc"; } - -.fa-kaggle:before { - content: "\f5fa"; } - -.fa-keybase:before { - content: "\f4f5"; } - -.fa-keycdn:before { - content: "\f3ba"; } - -.fa-kickstarter:before { - content: "\f3bb"; } - -.fa-kickstarter-k:before { - content: "\f3bc"; } - -.fa-korvue:before { - content: "\f42f"; } - -.fa-laravel:before { - content: "\f3bd"; } - -.fa-lastfm:before { - content: "\f202"; } - -.fa-lastfm-square:before { - content: "\f203"; } - -.fa-leanpub:before { - content: "\f212"; } - -.fa-less:before { - content: "\f41d"; } - -.fa-line:before { - content: "\f3c0"; } - -.fa-linkedin:before { - content: "\f08c"; } - -.fa-linkedin-in:before { - content: "\f0e1"; } - -.fa-linode:before { - content: "\f2b8"; } - -.fa-linux:before { - content: "\f17c"; } - -.fa-lyft:before { - content: "\f3c3"; } - -.fa-magento:before { - content: "\f3c4"; } - -.fa-mailchimp:before { - content: "\f59e"; } - -.fa-mandalorian:before { - content: "\f50f"; } - -.fa-markdown:before { - content: "\f60f"; } - -.fa-mastodon:before { - content: "\f4f6"; } - -.fa-maxcdn:before { - content: "\f136"; } - -.fa-mdb:before { - content: "\f8ca"; } - -.fa-medapps:before { - content: "\f3c6"; } - -.fa-medium:before { - content: "\f23a"; } - -.fa-medium-m:before { - content: "\f23a"; } - -.fa-medrt:before { - content: "\f3c8"; } - -.fa-meetup:before { - content: "\f2e0"; } - -.fa-megaport:before { - content: "\f5a3"; } - -.fa-mendeley:before { - content: "\f7b3"; } - -.fa-microblog:before { - content: "\e01a"; } - -.fa-microsoft:before { - content: "\f3ca"; } - -.fa-mix:before { - content: "\f3cb"; } - -.fa-mixcloud:before { - content: "\f289"; } - -.fa-mixer:before { - content: "\e056"; } - -.fa-mizuni:before { - content: "\f3cc"; } - -.fa-modx:before { - content: "\f285"; } - -.fa-monero:before { - content: "\f3d0"; } - -.fa-napster:before { - content: "\f3d2"; } - -.fa-neos:before { - content: "\f612"; } - -.fa-nfc-directional:before { - content: "\e530"; } - -.fa-nfc-symbol:before { - content: "\e531"; } - -.fa-nimblr:before { - content: "\f5a8"; } - -.fa-node:before { - content: "\f419"; } - -.fa-node-js:before { - content: "\f3d3"; } - -.fa-npm:before { - content: "\f3d4"; } - -.fa-ns8:before { - content: "\f3d5"; } - -.fa-nutritionix:before { - content: "\f3d6"; } - -.fa-octopus-deploy:before { - content: "\e082"; } - -.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-orcid:before { - content: "\f8d2"; } - -.fa-osi:before { - content: "\f41a"; } - -.fa-padlet:before { - content: "\e4a0"; } - -.fa-page4:before { - content: "\f3d7"; } - -.fa-pagelines:before { - content: "\f18c"; } - -.fa-palfed:before { - content: "\f3d8"; } - -.fa-patreon:before { - content: "\f3d9"; } - -.fa-paypal:before { - content: "\f1ed"; } - -.fa-perbyte:before { - content: "\e083"; } - -.fa-periscope:before { - content: "\f3da"; } - -.fa-phabricator:before { - content: "\f3db"; } - -.fa-phoenix-framework:before { - content: "\f3dc"; } - -.fa-phoenix-squadron:before { - content: "\f511"; } - -.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: "\e01e"; } - -.fa-pinterest:before { - content: "\f0d2"; } - -.fa-pinterest-p:before { - content: "\f231"; } - -.fa-pinterest-square:before { - content: "\f0d3"; } - -.fa-pix:before { - content: "\e43a"; } - -.fa-playstation:before { - content: "\f3df"; } - -.fa-product-hunt:before { - content: "\f288"; } - -.fa-pushed:before { - content: "\f3e1"; } - -.fa-python:before { - content: "\f3e2"; } - -.fa-qq:before { - content: "\f1d6"; } - -.fa-quinscape:before { - content: "\f459"; } - -.fa-quora:before { - content: "\f2c4"; } - -.fa-r-project:before { - content: "\f4f7"; } - -.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-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-renren:before { - content: "\f18b"; } - -.fa-replyd:before { - content: "\f3e6"; } - -.fa-researchgate:before { - content: "\f4f8"; } - -.fa-resolving:before { - content: "\f3e7"; } - -.fa-rev:before { - content: "\f5b2"; } - -.fa-rocketchat:before { - content: "\f3e8"; } - -.fa-rockrms:before { - content: "\f3e9"; } - -.fa-rust:before { - content: "\e07a"; } - -.fa-safari:before { - content: "\f267"; } - -.fa-salesforce:before { - content: "\f83b"; } - -.fa-sass:before { - content: "\f41e"; } - -.fa-schlix:before { - content: "\f3ea"; } - -.fa-screenpal:before { - content: "\e570"; } - -.fa-scribd:before { - content: "\f28a"; } - -.fa-searchengin:before { - content: "\f3eb"; } - -.fa-sellcast:before { - content: "\f2da"; } - -.fa-sellsy:before { - content: "\f213"; } - -.fa-servicestack:before { - content: "\f3ec"; } - -.fa-shirtsinbulk:before { - content: "\f214"; } - -.fa-shopify:before { - content: "\e057"; } - -.fa-shopware:before { - content: "\f5b5"; } - -.fa-simplybuilt:before { - content: "\f215"; } - -.fa-sistrix:before { - content: "\f3ee"; } - -.fa-sith:before { - content: "\f512"; } - -.fa-sitrox:before { - content: "\e44a"; } - -.fa-sketch:before { - content: "\f7c6"; } - -.fa-skyatlas:before { - content: "\f216"; } - -.fa-skype:before { - content: "\f17e"; } - -.fa-slack:before { - content: "\f198"; } - -.fa-slack-hash:before { - content: "\f198"; } - -.fa-slideshare:before { - content: "\f1e7"; } - -.fa-snapchat:before { - content: "\f2ab"; } - -.fa-snapchat-ghost:before { - content: "\f2ab"; } - -.fa-snapchat-square:before { - content: "\f2ad"; } - -.fa-soundcloud:before { - content: "\f1be"; } - -.fa-sourcetree:before { - content: "\f7d3"; } - -.fa-speakap:before { - content: "\f3f3"; } - -.fa-speaker-deck:before { - content: "\f83c"; } - -.fa-spotify:before { - content: "\f1bc"; } - -.fa-square-font-awesome:before { - content: "\f425"; } - -.fa-square-font-awesome-stroke:before { - content: "\f35c"; } - -.fa-font-awesome-alt:before { - content: "\f35c"; } - -.fa-squarespace:before { - content: "\f5be"; } - -.fa-stack-exchange:before { - content: "\f18d"; } - -.fa-stack-overflow:before { - content: "\f16c"; } - -.fa-stackpath:before { - content: "\f842"; } - -.fa-staylinked:before { - content: "\f3f5"; } - -.fa-steam:before { - content: "\f1b6"; } - -.fa-steam-square:before { - content: "\f1b7"; } - -.fa-steam-symbol:before { - content: "\f3f6"; } - -.fa-sticker-mule:before { - content: "\f3f7"; } - -.fa-strava:before { - content: "\f428"; } - -.fa-stripe:before { - content: "\f429"; } - -.fa-stripe-s:before { - content: "\f42a"; } - -.fa-studiovinari:before { - content: "\f3f8"; } - -.fa-stumbleupon:before { - content: "\f1a4"; } - -.fa-stumbleupon-circle:before { - content: "\f1a3"; } - -.fa-superpowers:before { - content: "\f2dd"; } - -.fa-supple:before { - content: "\f3f9"; } - -.fa-suse:before { - content: "\f7d6"; } - -.fa-swift:before { - content: "\f8e1"; } - -.fa-symfony:before { - content: "\f83d"; } - -.fa-teamspeak:before { - content: "\f4f9"; } - -.fa-telegram:before { - content: "\f2c6"; } - -.fa-telegram-plane:before { - content: "\f2c6"; } - -.fa-tencent-weibo:before { - content: "\f1d5"; } - -.fa-the-red-yeti:before { - content: "\f69d"; } - -.fa-themeco:before { - content: "\f5c6"; } - -.fa-themeisle:before { - content: "\f2b2"; } - -.fa-think-peaks:before { - content: "\f731"; } - -.fa-tiktok:before { - content: "\e07b"; } - -.fa-trade-federation:before { - content: "\f513"; } - -.fa-trello:before { - content: "\f181"; } - -.fa-tumblr:before { - content: "\f173"; } - -.fa-tumblr-square:before { - content: "\f174"; } - -.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-uncharted:before { - content: "\e084"; } - -.fa-uniregistry:before { - content: "\f404"; } - -.fa-unity:before { - content: "\e049"; } - -.fa-unsplash:before { - content: "\e07c"; } - -.fa-untappd:before { - content: "\f405"; } - -.fa-ups:before { - content: "\f7e0"; } - -.fa-usb:before { - content: "\f287"; } - -.fa-usps:before { - content: "\f7e1"; } - -.fa-ussunnah:before { - content: "\f407"; } - -.fa-vaadin:before { - content: "\f408"; } - -.fa-viacoin:before { - content: "\f237"; } - -.fa-viadeo:before { - content: "\f2a9"; } - -.fa-viadeo-square:before { - content: "\f2aa"; } - -.fa-viber:before { - content: "\f409"; } - -.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-vuejs:before { - content: "\f41f"; } - -.fa-watchman-monitoring:before { - content: "\e087"; } - -.fa-waze:before { - content: "\f83f"; } - -.fa-weebly:before { - content: "\f5cc"; } - -.fa-weibo:before { - content: "\f18a"; } - -.fa-weixin:before { - content: "\f1d7"; } - -.fa-whatsapp:before { - content: "\f232"; } - -.fa-whatsapp-square:before { - content: "\f40c"; } - -.fa-whmcs:before { - content: "\f40d"; } - -.fa-wikipedia-w:before { - content: "\f266"; } - -.fa-windows:before { - content: "\f17a"; } - -.fa-wirsindhandwerk:before { - content: "\e2d0"; } - -.fa-wsh:before { - content: "\e2d0"; } - -.fa-wix:before { - content: "\f5cf"; } - -.fa-wizards-of-the-coast:before { - content: "\f730"; } - -.fa-wodu:before { - content: "\e088"; } - -.fa-wolf-pack-battalion:before { - content: "\f514"; } - -.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-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-yoast:before { - content: "\f2b1"; } - -.fa-youtube:before { - content: "\f167"; } - -.fa-youtube-square:before { - content: "\f431"; } - -.fa-zhihu:before { - content: "\f63f"; } diff --git a/static/font-awesome/css/font-awesome.min.css b/static/font-awesome/css/font-awesome.min.css new file mode 100644 index 0000000..9b27f8e --- /dev/null +++ b/static/font-awesome/css/font-awesome.min.css @@ -0,0 +1,4 @@ +/*! + * 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/static/font-awesome/css/fontawesome.css b/static/font-awesome/css/fontawesome.css deleted file mode 100644 index e7eb5fe..0000000 --- a/static/font-awesome/css/fontawesome.css +++ /dev/null @@ -1,6338 +0,0 @@ -/*! - * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2022 Fonticons, Inc. - */ -.fa { - font-family: var(--fa-style-family, "Font Awesome 6 Free"); - font-weight: var(--fa-style, 900); } - -.fa, -.fas, -.fa-solid, -.far, -.fa-regular, -.fal, -.fa-light, -.fat, -.fa-thin, -.fad, -.fa-duotone, -.fab, -.fa-brands { - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - display: var(--fa-display, inline-block); - font-style: normal; - font-variant: normal; - line-height: 1; - text-rendering: auto; } - -.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-2xs { - font-size: 0.625em; - line-height: 0.1em; - vertical-align: 0.225em; } - -.fa-xs { - font-size: 0.75em; - line-height: 0.08333em; - vertical-align: 0.125em; } - -.fa-sm { - font-size: 0.875em; - line-height: 0.07143em; - vertical-align: 0.05357em; } - -.fa-lg { - font-size: 1.25em; - line-height: 0.05em; - vertical-align: -0.075em; } - -.fa-xl { - font-size: 1.5em; - line-height: 0.04167em; - vertical-align: -0.125em; } - -.fa-2xl { - font-size: 2em; - line-height: 0.03125em; - vertical-align: -0.1875em; } - -.fa-fw { - text-align: center; - width: 1.25em; } - -.fa-ul { - list-style-type: none; - margin-left: var(--fa-li-margin, 2.5em); - padding-left: 0; } - .fa-ul > li { - position: relative; } - -.fa-li { - left: calc(var(--fa-li-width, 2em) * -1); - position: absolute; - text-align: center; - width: var(--fa-li-width, 2em); - line-height: inherit; } - -.fa-border { - border-color: var(--fa-border-color, #eee); - border-radius: var(--fa-border-radius, 0.1em); - border-style: var(--fa-border-style, solid); - border-width: var(--fa-border-width, 0.08em); - padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); } - -.fa-pull-left { - float: left; - margin-right: var(--fa-pull-margin, 0.3em); } - -.fa-pull-right { - float: right; - margin-left: var(--fa-pull-margin, 0.3em); } - -.fa-beat { - -webkit-animation-name: fa-beat; - animation-name: fa-beat; - -webkit-animation-delay: var(--fa-animation-delay, 0); - animation-delay: var(--fa-animation-delay, 0); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); - animation-timing-function: var(--fa-animation-timing, ease-in-out); } - -.fa-bounce { - -webkit-animation-name: fa-bounce; - animation-name: fa-bounce; - -webkit-animation-delay: var(--fa-animation-delay, 0); - animation-delay: var(--fa-animation-delay, 0); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); - animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); } - -.fa-fade { - -webkit-animation-name: fa-fade; - animation-name: fa-fade; - -webkit-animation-delay: var(--fa-animation-delay, 0); - animation-delay: var(--fa-animation-delay, 0); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); - animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } - -.fa-beat-fade { - -webkit-animation-name: fa-beat-fade; - animation-name: fa-beat-fade; - -webkit-animation-delay: var(--fa-animation-delay, 0); - animation-delay: var(--fa-animation-delay, 0); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); - animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } - -.fa-flip { - -webkit-animation-name: fa-flip; - animation-name: fa-flip; - -webkit-animation-delay: var(--fa-animation-delay, 0); - animation-delay: var(--fa-animation-delay, 0); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); - animation-timing-function: var(--fa-animation-timing, ease-in-out); } - -.fa-shake { - -webkit-animation-name: fa-shake; - animation-name: fa-shake; - -webkit-animation-delay: var(--fa-animation-delay, 0); - animation-delay: var(--fa-animation-delay, 0); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, linear); - animation-timing-function: var(--fa-animation-timing, linear); } - -.fa-spin { - -webkit-animation-name: fa-spin; - animation-name: fa-spin; - -webkit-animation-delay: var(--fa-animation-delay, 0); - animation-delay: var(--fa-animation-delay, 0); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 2s); - animation-duration: var(--fa-animation-duration, 2s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, linear); - animation-timing-function: var(--fa-animation-timing, linear); } - -.fa-spin-reverse { - --fa-animation-direction: reverse; } - -.fa-pulse, -.fa-spin-pulse { - -webkit-animation-name: fa-spin; - animation-name: fa-spin; - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, steps(8)); - animation-timing-function: var(--fa-animation-timing, steps(8)); } - -@media (prefers-reduced-motion: reduce) { - .fa-beat, - .fa-bounce, - .fa-fade, - .fa-beat-fade, - .fa-flip, - .fa-pulse, - .fa-shake, - .fa-spin, - .fa-spin-pulse { - -webkit-animation-delay: -1ms; - animation-delay: -1ms; - -webkit-animation-duration: 1ms; - animation-duration: 1ms; - -webkit-animation-iteration-count: 1; - animation-iteration-count: 1; - transition-delay: 0s; - transition-duration: 0s; } } - -@-webkit-keyframes fa-beat { - 0%, 90% { - -webkit-transform: scale(1); - transform: scale(1); } - 45% { - -webkit-transform: scale(var(--fa-beat-scale, 1.25)); - transform: scale(var(--fa-beat-scale, 1.25)); } } - -@keyframes fa-beat { - 0%, 90% { - -webkit-transform: scale(1); - transform: scale(1); } - 45% { - -webkit-transform: scale(var(--fa-beat-scale, 1.25)); - transform: scale(var(--fa-beat-scale, 1.25)); } } - -@-webkit-keyframes fa-bounce { - 0% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } - 10% { - -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); - transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } - 30% { - -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); - transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } - 50% { - -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); - transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } - 57% { - -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); - transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } - 64% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } - 100% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } } - -@keyframes fa-bounce { - 0% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } - 10% { - -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); - transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } - 30% { - -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); - transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } - 50% { - -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); - transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } - 57% { - -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); - transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } - 64% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } - 100% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } } - -@-webkit-keyframes fa-fade { - 50% { - opacity: var(--fa-fade-opacity, 0.4); } } - -@keyframes fa-fade { - 50% { - opacity: var(--fa-fade-opacity, 0.4); } } - -@-webkit-keyframes fa-beat-fade { - 0%, 100% { - opacity: var(--fa-beat-fade-opacity, 0.4); - -webkit-transform: scale(1); - transform: scale(1); } - 50% { - opacity: 1; - -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); - transform: scale(var(--fa-beat-fade-scale, 1.125)); } } - -@keyframes fa-beat-fade { - 0%, 100% { - opacity: var(--fa-beat-fade-opacity, 0.4); - -webkit-transform: scale(1); - transform: scale(1); } - 50% { - opacity: 1; - -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); - transform: scale(var(--fa-beat-fade-scale, 1.125)); } } - -@-webkit-keyframes fa-flip { - 50% { - -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); - transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } - -@keyframes fa-flip { - 50% { - -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); - transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } - -@-webkit-keyframes fa-shake { - 0% { - -webkit-transform: rotate(-15deg); - transform: rotate(-15deg); } - 4% { - -webkit-transform: rotate(15deg); - transform: rotate(15deg); } - 8%, 24% { - -webkit-transform: rotate(-18deg); - transform: rotate(-18deg); } - 12%, 28% { - -webkit-transform: rotate(18deg); - transform: rotate(18deg); } - 16% { - -webkit-transform: rotate(-22deg); - transform: rotate(-22deg); } - 20% { - -webkit-transform: rotate(22deg); - transform: rotate(22deg); } - 32% { - -webkit-transform: rotate(-12deg); - transform: rotate(-12deg); } - 36% { - -webkit-transform: rotate(12deg); - transform: rotate(12deg); } - 40%, 100% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } } - -@keyframes fa-shake { - 0% { - -webkit-transform: rotate(-15deg); - transform: rotate(-15deg); } - 4% { - -webkit-transform: rotate(15deg); - transform: rotate(15deg); } - 8%, 24% { - -webkit-transform: rotate(-18deg); - transform: rotate(-18deg); } - 12%, 28% { - -webkit-transform: rotate(18deg); - transform: rotate(18deg); } - 16% { - -webkit-transform: rotate(-22deg); - transform: rotate(-22deg); } - 20% { - -webkit-transform: rotate(22deg); - transform: rotate(22deg); } - 32% { - -webkit-transform: rotate(-12deg); - transform: rotate(-12deg); } - 36% { - -webkit-transform: rotate(12deg); - transform: rotate(12deg); } - 40%, 100% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } } - -@-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 { - -webkit-transform: rotate(90deg); - transform: rotate(90deg); } - -.fa-rotate-180 { - -webkit-transform: rotate(180deg); - transform: rotate(180deg); } - -.fa-rotate-270 { - -webkit-transform: rotate(270deg); - transform: rotate(270deg); } - -.fa-flip-horizontal { - -webkit-transform: scale(-1, 1); - transform: scale(-1, 1); } - -.fa-flip-vertical { - -webkit-transform: scale(1, -1); - transform: scale(1, -1); } - -.fa-flip-both, -.fa-flip-horizontal.fa-flip-vertical { - -webkit-transform: scale(-1, -1); - transform: scale(-1, -1); } - -.fa-rotate-by { - -webkit-transform: rotate(var(--fa-rotate-angle, none)); - transform: rotate(var(--fa-rotate-angle, 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%; - z-index: var(--fa-stack-z-index, auto); } - -.fa-stack-1x { - line-height: inherit; } - -.fa-stack-2x { - font-size: 2em; } - -.fa-inverse { - color: var(--fa-inverse, #fff); } - -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen -readers do not read off random characters that represent icons */ -.fa-0::before { - content: "\30"; } - -.fa-1::before { - content: "\31"; } - -.fa-2::before { - content: "\32"; } - -.fa-3::before { - content: "\33"; } - -.fa-4::before { - content: "\34"; } - -.fa-5::before { - content: "\35"; } - -.fa-6::before { - content: "\36"; } - -.fa-7::before { - content: "\37"; } - -.fa-8::before { - content: "\38"; } - -.fa-9::before { - content: "\39"; } - -.fa-a::before { - content: "\41"; } - -.fa-address-book::before { - content: "\f2b9"; } - -.fa-contact-book::before { - content: "\f2b9"; } - -.fa-address-card::before { - content: "\f2bb"; } - -.fa-contact-card::before { - content: "\f2bb"; } - -.fa-vcard::before { - content: "\f2bb"; } - -.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-anchor::before { - content: "\f13d"; } - -.fa-anchor-circle-check::before { - content: "\e4aa"; } - -.fa-anchor-circle-exclamation::before { - content: "\e4ab"; } - -.fa-anchor-circle-xmark::before { - content: "\e4ac"; } - -.fa-anchor-lock::before { - content: "\e4ad"; } - -.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-angles-down::before { - content: "\f103"; } - -.fa-angle-double-down::before { - content: "\f103"; } - -.fa-angles-left::before { - content: "\f100"; } - -.fa-angle-double-left::before { - content: "\f100"; } - -.fa-angles-right::before { - content: "\f101"; } - -.fa-angle-double-right::before { - content: "\f101"; } - -.fa-angles-up::before { - content: "\f102"; } - -.fa-angle-double-up::before { - content: "\f102"; } - -.fa-ankh::before { - content: "\f644"; } - -.fa-apple-whole::before { - content: "\f5d1"; } - -.fa-apple-alt::before { - content: "\f5d1"; } - -.fa-archway::before { - content: "\f557"; } - -.fa-arrow-down::before { - content: "\f063"; } - -.fa-arrow-down-1-9::before { - content: "\f162"; } - -.fa-sort-numeric-asc::before { - content: "\f162"; } - -.fa-sort-numeric-down::before { - content: "\f162"; } - -.fa-arrow-down-9-1::before { - content: "\f886"; } - -.fa-sort-numeric-desc::before { - content: "\f886"; } - -.fa-sort-numeric-down-alt::before { - content: "\f886"; } - -.fa-arrow-down-a-z::before { - content: "\f15d"; } - -.fa-sort-alpha-asc::before { - content: "\f15d"; } - -.fa-sort-alpha-down::before { - content: "\f15d"; } - -.fa-arrow-down-long::before { - content: "\f175"; } - -.fa-long-arrow-down::before { - content: "\f175"; } - -.fa-arrow-down-short-wide::before { - content: "\f884"; } - -.fa-sort-amount-desc::before { - content: "\f884"; } - -.fa-sort-amount-down-alt::before { - content: "\f884"; } - -.fa-arrow-down-up-across-line::before { - content: "\e4af"; } - -.fa-arrow-down-up-lock::before { - content: "\e4b0"; } - -.fa-arrow-down-wide-short::before { - content: "\f160"; } - -.fa-sort-amount-asc::before { - content: "\f160"; } - -.fa-sort-amount-down::before { - content: "\f160"; } - -.fa-arrow-down-z-a::before { - content: "\f881"; } - -.fa-sort-alpha-desc::before { - content: "\f881"; } - -.fa-sort-alpha-down-alt::before { - content: "\f881"; } - -.fa-arrow-left::before { - content: "\f060"; } - -.fa-arrow-left-long::before { - content: "\f177"; } - -.fa-long-arrow-left::before { - content: "\f177"; } - -.fa-arrow-pointer::before { - content: "\f245"; } - -.fa-mouse-pointer::before { - content: "\f245"; } - -.fa-arrow-right::before { - content: "\f061"; } - -.fa-arrow-right-arrow-left::before { - content: "\f0ec"; } - -.fa-exchange::before { - content: "\f0ec"; } - -.fa-arrow-right-from-bracket::before { - content: "\f08b"; } - -.fa-sign-out::before { - content: "\f08b"; } - -.fa-arrow-right-long::before { - content: "\f178"; } - -.fa-long-arrow-right::before { - content: "\f178"; } - -.fa-arrow-right-to-bracket::before { - content: "\f090"; } - -.fa-sign-in::before { - content: "\f090"; } - -.fa-arrow-right-to-city::before { - content: "\e4b3"; } - -.fa-arrow-rotate-left::before { - content: "\f0e2"; } - -.fa-arrow-left-rotate::before { - content: "\f0e2"; } - -.fa-arrow-rotate-back::before { - content: "\f0e2"; } - -.fa-arrow-rotate-backward::before { - content: "\f0e2"; } - -.fa-undo::before { - content: "\f0e2"; } - -.fa-arrow-rotate-right::before { - content: "\f01e"; } - -.fa-arrow-right-rotate::before { - content: "\f01e"; } - -.fa-arrow-rotate-forward::before { - content: "\f01e"; } - -.fa-redo::before { - content: "\f01e"; } - -.fa-arrow-trend-down::before { - content: "\e097"; } - -.fa-arrow-trend-up::before { - content: "\e098"; } - -.fa-arrow-turn-down::before { - content: "\f149"; } - -.fa-level-down::before { - content: "\f149"; } - -.fa-arrow-turn-up::before { - content: "\f148"; } - -.fa-level-up::before { - content: "\f148"; } - -.fa-arrow-up::before { - content: "\f062"; } - -.fa-arrow-up-1-9::before { - content: "\f163"; } - -.fa-sort-numeric-up::before { - content: "\f163"; } - -.fa-arrow-up-9-1::before { - content: "\f887"; } - -.fa-sort-numeric-up-alt::before { - content: "\f887"; } - -.fa-arrow-up-a-z::before { - content: "\f15e"; } - -.fa-sort-alpha-up::before { - content: "\f15e"; } - -.fa-arrow-up-from-bracket::before { - content: "\e09a"; } - -.fa-arrow-up-from-ground-water::before { - content: "\e4b5"; } - -.fa-arrow-up-from-water-pump::before { - content: "\e4b6"; } - -.fa-arrow-up-long::before { - content: "\f176"; } - -.fa-long-arrow-up::before { - content: "\f176"; } - -.fa-arrow-up-right-dots::before { - content: "\e4b7"; } - -.fa-arrow-up-right-from-square::before { - content: "\f08e"; } - -.fa-external-link::before { - content: "\f08e"; } - -.fa-arrow-up-short-wide::before { - content: "\f885"; } - -.fa-sort-amount-up-alt::before { - content: "\f885"; } - -.fa-arrow-up-wide-short::before { - content: "\f161"; } - -.fa-sort-amount-up::before { - content: "\f161"; } - -.fa-arrow-up-z-a::before { - content: "\f882"; } - -.fa-sort-alpha-up-alt::before { - content: "\f882"; } - -.fa-arrows-down-to-line::before { - content: "\e4b8"; } - -.fa-arrows-down-to-people::before { - content: "\e4b9"; } - -.fa-arrows-left-right::before { - content: "\f07e"; } - -.fa-arrows-h::before { - content: "\f07e"; } - -.fa-arrows-left-right-to-line::before { - content: "\e4ba"; } - -.fa-arrows-rotate::before { - content: "\f021"; } - -.fa-refresh::before { - content: "\f021"; } - -.fa-sync::before { - content: "\f021"; } - -.fa-arrows-spin::before { - content: "\e4bb"; } - -.fa-arrows-split-up-and-left::before { - content: "\e4bc"; } - -.fa-arrows-to-circle::before { - content: "\e4bd"; } - -.fa-arrows-to-dot::before { - content: "\e4be"; } - -.fa-arrows-to-eye::before { - content: "\e4bf"; } - -.fa-arrows-turn-right::before { - content: "\e4c0"; } - -.fa-arrows-turn-to-dots::before { - content: "\e4c1"; } - -.fa-arrows-up-down::before { - content: "\f07d"; } - -.fa-arrows-v::before { - content: "\f07d"; } - -.fa-arrows-up-down-left-right::before { - content: "\f047"; } - -.fa-arrows::before { - content: "\f047"; } - -.fa-arrows-up-to-line::before { - content: "\e4c2"; } - -.fa-asterisk::before { - content: "\2a"; } - -.fa-at::before { - content: "\40"; } - -.fa-atom::before { - content: "\f5d2"; } - -.fa-audio-description::before { - content: "\f29e"; } - -.fa-austral-sign::before { - content: "\e0a9"; } - -.fa-award::before { - content: "\f559"; } - -.fa-b::before { - content: "\42"; } - -.fa-baby::before { - content: "\f77c"; } - -.fa-baby-carriage::before { - content: "\f77d"; } - -.fa-carriage-baby::before { - content: "\f77d"; } - -.fa-backward::before { - content: "\f04a"; } - -.fa-backward-fast::before { - content: "\f049"; } - -.fa-fast-backward::before { - content: "\f049"; } - -.fa-backward-step::before { - content: "\f048"; } - -.fa-step-backward::before { - content: "\f048"; } - -.fa-bacon::before { - content: "\f7e5"; } - -.fa-bacteria::before { - content: "\e059"; } - -.fa-bacterium::before { - content: "\e05a"; } - -.fa-bag-shopping::before { - content: "\f290"; } - -.fa-shopping-bag::before { - content: "\f290"; } - -.fa-bahai::before { - content: "\f666"; } - -.fa-baht-sign::before { - content: "\e0ac"; } - -.fa-ban::before { - content: "\f05e"; } - -.fa-cancel::before { - content: "\f05e"; } - -.fa-ban-smoking::before { - content: "\f54d"; } - -.fa-smoking-ban::before { - content: "\f54d"; } - -.fa-bandage::before { - content: "\f462"; } - -.fa-band-aid::before { - content: "\f462"; } - -.fa-barcode::before { - content: "\f02a"; } - -.fa-bars::before { - content: "\f0c9"; } - -.fa-navicon::before { - content: "\f0c9"; } - -.fa-bars-progress::before { - content: "\f828"; } - -.fa-tasks-alt::before { - content: "\f828"; } - -.fa-bars-staggered::before { - content: "\f550"; } - -.fa-reorder::before { - content: "\f550"; } - -.fa-stream::before { - content: "\f550"; } - -.fa-baseball::before { - content: "\f433"; } - -.fa-baseball-ball::before { - content: "\f433"; } - -.fa-baseball-bat-ball::before { - content: "\f432"; } - -.fa-basket-shopping::before { - content: "\f291"; } - -.fa-shopping-basket::before { - content: "\f291"; } - -.fa-basketball::before { - content: "\f434"; } - -.fa-basketball-ball::before { - content: "\f434"; } - -.fa-bath::before { - content: "\f2cd"; } - -.fa-bathtub::before { - content: "\f2cd"; } - -.fa-battery-empty::before { - content: "\f244"; } - -.fa-battery-0::before { - content: "\f244"; } - -.fa-battery-full::before { - content: "\f240"; } - -.fa-battery::before { - content: "\f240"; } - -.fa-battery-5::before { - content: "\f240"; } - -.fa-battery-half::before { - content: "\f242"; } - -.fa-battery-3::before { - content: "\f242"; } - -.fa-battery-quarter::before { - content: "\f243"; } - -.fa-battery-2::before { - content: "\f243"; } - -.fa-battery-three-quarters::before { - content: "\f241"; } - -.fa-battery-4::before { - content: "\f241"; } - -.fa-bed::before { - content: "\f236"; } - -.fa-bed-pulse::before { - content: "\f487"; } - -.fa-procedures::before { - content: "\f487"; } - -.fa-beer-mug-empty::before { - content: "\f0fc"; } - -.fa-beer::before { - content: "\f0fc"; } - -.fa-bell::before { - content: "\f0f3"; } - -.fa-bell-concierge::before { - content: "\f562"; } - -.fa-concierge-bell::before { - content: "\f562"; } - -.fa-bell-slash::before { - content: "\f1f6"; } - -.fa-bezier-curve::before { - content: "\f55b"; } - -.fa-bicycle::before { - content: "\f206"; } - -.fa-binoculars::before { - content: "\f1e5"; } - -.fa-biohazard::before { - content: "\f780"; } - -.fa-bitcoin-sign::before { - content: "\e0b4"; } - -.fa-blender::before { - content: "\f517"; } - -.fa-blender-phone::before { - content: "\f6b6"; } - -.fa-blog::before { - content: "\f781"; } - -.fa-bold::before { - content: "\f032"; } - -.fa-bolt::before { - content: "\f0e7"; } - -.fa-zap::before { - content: "\f0e7"; } - -.fa-bolt-lightning::before { - content: "\e0b7"; } - -.fa-bomb::before { - content: "\f1e2"; } - -.fa-bone::before { - content: "\f5d7"; } - -.fa-bong::before { - content: "\f55c"; } - -.fa-book::before { - content: "\f02d"; } - -.fa-book-atlas::before { - content: "\f558"; } - -.fa-atlas::before { - content: "\f558"; } - -.fa-book-bible::before { - content: "\f647"; } - -.fa-bible::before { - content: "\f647"; } - -.fa-book-bookmark::before { - content: "\e0bb"; } - -.fa-book-journal-whills::before { - content: "\f66a"; } - -.fa-journal-whills::before { - content: "\f66a"; } - -.fa-book-medical::before { - content: "\f7e6"; } - -.fa-book-open::before { - content: "\f518"; } - -.fa-book-open-reader::before { - content: "\f5da"; } - -.fa-book-reader::before { - content: "\f5da"; } - -.fa-book-quran::before { - content: "\f687"; } - -.fa-quran::before { - content: "\f687"; } - -.fa-book-skull::before { - content: "\f6b7"; } - -.fa-book-dead::before { - content: "\f6b7"; } - -.fa-bookmark::before { - content: "\f02e"; } - -.fa-border-all::before { - content: "\f84c"; } - -.fa-border-none::before { - content: "\f850"; } - -.fa-border-top-left::before { - content: "\f853"; } - -.fa-border-style::before { - content: "\f853"; } - -.fa-bore-hole::before { - content: "\e4c3"; } - -.fa-bottle-droplet::before { - content: "\e4c4"; } - -.fa-bottle-water::before { - content: "\e4c5"; } - -.fa-bowl-food::before { - content: "\e4c6"; } - -.fa-bowl-rice::before { - content: "\e2eb"; } - -.fa-bowling-ball::before { - content: "\f436"; } - -.fa-box::before { - content: "\f466"; } - -.fa-box-archive::before { - content: "\f187"; } - -.fa-archive::before { - content: "\f187"; } - -.fa-box-open::before { - content: "\f49e"; } - -.fa-box-tissue::before { - content: "\e05b"; } - -.fa-boxes-packing::before { - content: "\e4c7"; } - -.fa-boxes-stacked::before { - content: "\f468"; } - -.fa-boxes::before { - content: "\f468"; } - -.fa-boxes-alt::before { - content: "\f468"; } - -.fa-braille::before { - content: "\f2a1"; } - -.fa-brain::before { - content: "\f5dc"; } - -.fa-brazilian-real-sign::before { - content: "\e46c"; } - -.fa-bread-slice::before { - content: "\f7ec"; } - -.fa-bridge::before { - content: "\e4c8"; } - -.fa-bridge-circle-check::before { - content: "\e4c9"; } - -.fa-bridge-circle-exclamation::before { - content: "\e4ca"; } - -.fa-bridge-circle-xmark::before { - content: "\e4cb"; } - -.fa-bridge-lock::before { - content: "\e4cc"; } - -.fa-bridge-water::before { - content: "\e4ce"; } - -.fa-briefcase::before { - content: "\f0b1"; } - -.fa-briefcase-medical::before { - content: "\f469"; } - -.fa-broom::before { - content: "\f51a"; } - -.fa-broom-ball::before { - content: "\f458"; } - -.fa-quidditch::before { - content: "\f458"; } - -.fa-quidditch-broom-ball::before { - content: "\f458"; } - -.fa-brush::before { - content: "\f55d"; } - -.fa-bucket::before { - content: "\e4cf"; } - -.fa-bug::before { - content: "\f188"; } - -.fa-bug-slash::before { - content: "\e490"; } - -.fa-bugs::before { - content: "\e4d0"; } - -.fa-building::before { - content: "\f1ad"; } - -.fa-building-circle-arrow-right::before { - content: "\e4d1"; } - -.fa-building-circle-check::before { - content: "\e4d2"; } - -.fa-building-circle-exclamation::before { - content: "\e4d3"; } - -.fa-building-circle-xmark::before { - content: "\e4d4"; } - -.fa-building-columns::before { - content: "\f19c"; } - -.fa-bank::before { - content: "\f19c"; } - -.fa-institution::before { - content: "\f19c"; } - -.fa-museum::before { - content: "\f19c"; } - -.fa-university::before { - content: "\f19c"; } - -.fa-building-flag::before { - content: "\e4d5"; } - -.fa-building-lock::before { - content: "\e4d6"; } - -.fa-building-ngo::before { - content: "\e4d7"; } - -.fa-building-shield::before { - content: "\e4d8"; } - -.fa-building-un::before { - content: "\e4d9"; } - -.fa-building-user::before { - content: "\e4da"; } - -.fa-building-wheat::before { - content: "\e4db"; } - -.fa-bullhorn::before { - content: "\f0a1"; } - -.fa-bullseye::before { - content: "\f140"; } - -.fa-burger::before { - content: "\f805"; } - -.fa-hamburger::before { - content: "\f805"; } - -.fa-burst::before { - content: "\e4dc"; } - -.fa-bus::before { - content: "\f207"; } - -.fa-bus-simple::before { - content: "\f55e"; } - -.fa-bus-alt::before { - content: "\f55e"; } - -.fa-business-time::before { - content: "\f64a"; } - -.fa-briefcase-clock::before { - content: "\f64a"; } - -.fa-c::before { - content: "\43"; } - -.fa-cake-candles::before { - content: "\f1fd"; } - -.fa-birthday-cake::before { - content: "\f1fd"; } - -.fa-cake::before { - content: "\f1fd"; } - -.fa-calculator::before { - content: "\f1ec"; } - -.fa-calendar::before { - content: "\f133"; } - -.fa-calendar-check::before { - content: "\f274"; } - -.fa-calendar-day::before { - content: "\f783"; } - -.fa-calendar-days::before { - content: "\f073"; } - -.fa-calendar-alt::before { - content: "\f073"; } - -.fa-calendar-minus::before { - content: "\f272"; } - -.fa-calendar-plus::before { - content: "\f271"; } - -.fa-calendar-week::before { - content: "\f784"; } - -.fa-calendar-xmark::before { - content: "\f273"; } - -.fa-calendar-times::before { - content: "\f273"; } - -.fa-camera::before { - content: "\f030"; } - -.fa-camera-alt::before { - content: "\f030"; } - -.fa-camera-retro::before { - content: "\f083"; } - -.fa-camera-rotate::before { - content: "\e0d8"; } - -.fa-campground::before { - content: "\f6bb"; } - -.fa-candy-cane::before { - content: "\f786"; } - -.fa-cannabis::before { - content: "\f55f"; } - -.fa-capsules::before { - content: "\f46b"; } - -.fa-car::before { - content: "\f1b9"; } - -.fa-automobile::before { - content: "\f1b9"; } - -.fa-car-battery::before { - content: "\f5df"; } - -.fa-battery-car::before { - content: "\f5df"; } - -.fa-car-burst::before { - content: "\f5e1"; } - -.fa-car-crash::before { - content: "\f5e1"; } - -.fa-car-on::before { - content: "\e4dd"; } - -.fa-car-rear::before { - content: "\f5de"; } - -.fa-car-alt::before { - content: "\f5de"; } - -.fa-car-side::before { - content: "\f5e4"; } - -.fa-car-tunnel::before { - content: "\e4de"; } - -.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-up::before { - content: "\f0d8"; } - -.fa-carrot::before { - content: "\f787"; } - -.fa-cart-arrow-down::before { - content: "\f218"; } - -.fa-cart-flatbed::before { - content: "\f474"; } - -.fa-dolly-flatbed::before { - content: "\f474"; } - -.fa-cart-flatbed-suitcase::before { - content: "\f59d"; } - -.fa-luggage-cart::before { - content: "\f59d"; } - -.fa-cart-plus::before { - content: "\f217"; } - -.fa-cart-shopping::before { - content: "\f07a"; } - -.fa-shopping-cart::before { - content: "\f07a"; } - -.fa-cash-register::before { - content: "\f788"; } - -.fa-cat::before { - content: "\f6be"; } - -.fa-cedi-sign::before { - content: "\e0df"; } - -.fa-cent-sign::before { - content: "\e3f5"; } - -.fa-certificate::before { - content: "\f0a3"; } - -.fa-chair::before { - content: "\f6c0"; } - -.fa-chalkboard::before { - content: "\f51b"; } - -.fa-blackboard::before { - content: "\f51b"; } - -.fa-chalkboard-user::before { - content: "\f51c"; } - -.fa-chalkboard-teacher::before { - content: "\f51c"; } - -.fa-champagne-glasses::before { - content: "\f79f"; } - -.fa-glass-cheers::before { - content: "\f79f"; } - -.fa-charging-station::before { - content: "\f5e7"; } - -.fa-chart-area::before { - content: "\f1fe"; } - -.fa-area-chart::before { - content: "\f1fe"; } - -.fa-chart-bar::before { - content: "\f080"; } - -.fa-bar-chart::before { - content: "\f080"; } - -.fa-chart-column::before { - content: "\e0e3"; } - -.fa-chart-gantt::before { - content: "\e0e4"; } - -.fa-chart-line::before { - content: "\f201"; } - -.fa-line-chart::before { - content: "\f201"; } - -.fa-chart-pie::before { - content: "\f200"; } - -.fa-pie-chart::before { - content: "\f200"; } - -.fa-chart-simple::before { - content: "\e473"; } - -.fa-check::before { - content: "\f00c"; } - -.fa-check-double::before { - content: "\f560"; } - -.fa-check-to-slot::before { - content: "\f772"; } - -.fa-vote-yea::before { - content: "\f772"; } - -.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-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-child-dress::before { - content: "\e59c"; } - -.fa-child-reaching::before { - content: "\e59d"; } - -.fa-child-rifle::before { - content: "\e4e0"; } - -.fa-children::before { - content: "\e4e1"; } - -.fa-church::before { - content: "\f51d"; } - -.fa-circle::before { - content: "\f111"; } - -.fa-circle-arrow-down::before { - content: "\f0ab"; } - -.fa-arrow-circle-down::before { - content: "\f0ab"; } - -.fa-circle-arrow-left::before { - content: "\f0a8"; } - -.fa-arrow-circle-left::before { - content: "\f0a8"; } - -.fa-circle-arrow-right::before { - content: "\f0a9"; } - -.fa-arrow-circle-right::before { - content: "\f0a9"; } - -.fa-circle-arrow-up::before { - content: "\f0aa"; } - -.fa-arrow-circle-up::before { - content: "\f0aa"; } - -.fa-circle-check::before { - content: "\f058"; } - -.fa-check-circle::before { - content: "\f058"; } - -.fa-circle-chevron-down::before { - content: "\f13a"; } - -.fa-chevron-circle-down::before { - content: "\f13a"; } - -.fa-circle-chevron-left::before { - content: "\f137"; } - -.fa-chevron-circle-left::before { - content: "\f137"; } - -.fa-circle-chevron-right::before { - content: "\f138"; } - -.fa-chevron-circle-right::before { - content: "\f138"; } - -.fa-circle-chevron-up::before { - content: "\f139"; } - -.fa-chevron-circle-up::before { - content: "\f139"; } - -.fa-circle-dollar-to-slot::before { - content: "\f4b9"; } - -.fa-donate::before { - content: "\f4b9"; } - -.fa-circle-dot::before { - content: "\f192"; } - -.fa-dot-circle::before { - content: "\f192"; } - -.fa-circle-down::before { - content: "\f358"; } - -.fa-arrow-alt-circle-down::before { - content: "\f358"; } - -.fa-circle-exclamation::before { - content: "\f06a"; } - -.fa-exclamation-circle::before { - content: "\f06a"; } - -.fa-circle-h::before { - content: "\f47e"; } - -.fa-hospital-symbol::before { - content: "\f47e"; } - -.fa-circle-half-stroke::before { - content: "\f042"; } - -.fa-adjust::before { - content: "\f042"; } - -.fa-circle-info::before { - content: "\f05a"; } - -.fa-info-circle::before { - content: "\f05a"; } - -.fa-circle-left::before { - content: "\f359"; } - -.fa-arrow-alt-circle-left::before { - content: "\f359"; } - -.fa-circle-minus::before { - content: "\f056"; } - -.fa-minus-circle::before { - content: "\f056"; } - -.fa-circle-nodes::before { - content: "\e4e2"; } - -.fa-circle-notch::before { - content: "\f1ce"; } - -.fa-circle-pause::before { - content: "\f28b"; } - -.fa-pause-circle::before { - content: "\f28b"; } - -.fa-circle-play::before { - content: "\f144"; } - -.fa-play-circle::before { - content: "\f144"; } - -.fa-circle-plus::before { - content: "\f055"; } - -.fa-plus-circle::before { - content: "\f055"; } - -.fa-circle-question::before { - content: "\f059"; } - -.fa-question-circle::before { - content: "\f059"; } - -.fa-circle-radiation::before { - content: "\f7ba"; } - -.fa-radiation-alt::before { - content: "\f7ba"; } - -.fa-circle-right::before { - content: "\f35a"; } - -.fa-arrow-alt-circle-right::before { - content: "\f35a"; } - -.fa-circle-stop::before { - content: "\f28d"; } - -.fa-stop-circle::before { - content: "\f28d"; } - -.fa-circle-up::before { - content: "\f35b"; } - -.fa-arrow-alt-circle-up::before { - content: "\f35b"; } - -.fa-circle-user::before { - content: "\f2bd"; } - -.fa-user-circle::before { - content: "\f2bd"; } - -.fa-circle-xmark::before { - content: "\f057"; } - -.fa-times-circle::before { - content: "\f057"; } - -.fa-xmark-circle::before { - content: "\f057"; } - -.fa-city::before { - content: "\f64f"; } - -.fa-clapperboard::before { - content: "\e131"; } - -.fa-clipboard::before { - content: "\f328"; } - -.fa-clipboard-check::before { - content: "\f46c"; } - -.fa-clipboard-list::before { - content: "\f46d"; } - -.fa-clipboard-question::before { - content: "\e4e3"; } - -.fa-clipboard-user::before { - content: "\f7f3"; } - -.fa-clock::before { - content: "\f017"; } - -.fa-clock-four::before { - content: "\f017"; } - -.fa-clock-rotate-left::before { - content: "\f1da"; } - -.fa-history::before { - content: "\f1da"; } - -.fa-clone::before { - content: "\f24d"; } - -.fa-closed-captioning::before { - content: "\f20a"; } - -.fa-cloud::before { - content: "\f0c2"; } - -.fa-cloud-arrow-down::before { - content: "\f0ed"; } - -.fa-cloud-download::before { - content: "\f0ed"; } - -.fa-cloud-download-alt::before { - content: "\f0ed"; } - -.fa-cloud-arrow-up::before { - content: "\f0ee"; } - -.fa-cloud-upload::before { - content: "\f0ee"; } - -.fa-cloud-upload-alt::before { - content: "\f0ee"; } - -.fa-cloud-bolt::before { - content: "\f76c"; } - -.fa-thunderstorm::before { - content: "\f76c"; } - -.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-showers-water::before { - content: "\e4e4"; } - -.fa-cloud-sun::before { - content: "\f6c4"; } - -.fa-cloud-sun-rain::before { - content: "\f743"; } - -.fa-clover::before { - content: "\e139"; } - -.fa-code::before { - content: "\f121"; } - -.fa-code-branch::before { - content: "\f126"; } - -.fa-code-commit::before { - content: "\f386"; } - -.fa-code-compare::before { - content: "\e13a"; } - -.fa-code-fork::before { - content: "\e13b"; } - -.fa-code-merge::before { - content: "\f387"; } - -.fa-code-pull-request::before { - content: "\e13c"; } - -.fa-coins::before { - content: "\f51e"; } - -.fa-colon-sign::before { - content: "\e140"; } - -.fa-comment::before { - content: "\f075"; } - -.fa-comment-dollar::before { - content: "\f651"; } - -.fa-comment-dots::before { - content: "\f4ad"; } - -.fa-commenting::before { - content: "\f4ad"; } - -.fa-comment-medical::before { - content: "\f7f5"; } - -.fa-comment-slash::before { - content: "\f4b3"; } - -.fa-comment-sms::before { - content: "\f7cd"; } - -.fa-sms::before { - content: "\f7cd"; } - -.fa-comments::before { - content: "\f086"; } - -.fa-comments-dollar::before { - content: "\f653"; } - -.fa-compact-disc::before { - content: "\f51f"; } - -.fa-compass::before { - content: "\f14e"; } - -.fa-compass-drafting::before { - content: "\f568"; } - -.fa-drafting-compass::before { - content: "\f568"; } - -.fa-compress::before { - content: "\f066"; } - -.fa-computer::before { - content: "\e4e5"; } - -.fa-computer-mouse::before { - content: "\f8cc"; } - -.fa-mouse::before { - content: "\f8cc"; } - -.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-cow::before { - content: "\f6c8"; } - -.fa-credit-card::before { - content: "\f09d"; } - -.fa-credit-card-alt::before { - content: "\f09d"; } - -.fa-crop::before { - content: "\f125"; } - -.fa-crop-simple::before { - content: "\f565"; } - -.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-cruzeiro-sign::before { - content: "\e152"; } - -.fa-cube::before { - content: "\f1b2"; } - -.fa-cubes::before { - content: "\f1b3"; } - -.fa-cubes-stacked::before { - content: "\e4e6"; } - -.fa-d::before { - content: "\44"; } - -.fa-database::before { - content: "\f1c0"; } - -.fa-delete-left::before { - content: "\f55a"; } - -.fa-backspace::before { - content: "\f55a"; } - -.fa-democrat::before { - content: "\f747"; } - -.fa-desktop::before { - content: "\f390"; } - -.fa-desktop-alt::before { - content: "\f390"; } - -.fa-dharmachakra::before { - content: "\f655"; } - -.fa-diagram-next::before { - content: "\e476"; } - -.fa-diagram-predecessor::before { - content: "\e477"; } - -.fa-diagram-project::before { - content: "\f542"; } - -.fa-project-diagram::before { - content: "\f542"; } - -.fa-diagram-successor::before { - content: "\e47a"; } - -.fa-diamond::before { - content: "\f219"; } - -.fa-diamond-turn-right::before { - content: "\f5eb"; } - -.fa-directions::before { - content: "\f5eb"; } - -.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-disease::before { - content: "\f7fa"; } - -.fa-display::before { - content: "\e163"; } - -.fa-divide::before { - content: "\f529"; } - -.fa-dna::before { - content: "\f471"; } - -.fa-dog::before { - content: "\f6d3"; } - -.fa-dollar-sign::before { - content: "\24"; } - -.fa-dollar::before { - content: "\24"; } - -.fa-usd::before { - content: "\24"; } - -.fa-dolly::before { - content: "\f472"; } - -.fa-dolly-box::before { - content: "\f472"; } - -.fa-dong-sign::before { - content: "\e169"; } - -.fa-door-closed::before { - content: "\f52a"; } - -.fa-door-open::before { - content: "\f52b"; } - -.fa-dove::before { - content: "\f4ba"; } - -.fa-down-left-and-up-right-to-center::before { - content: "\f422"; } - -.fa-compress-alt::before { - content: "\f422"; } - -.fa-down-long::before { - content: "\f309"; } - -.fa-long-arrow-alt-down::before { - content: "\f309"; } - -.fa-download::before { - content: "\f019"; } - -.fa-dragon::before { - content: "\f6d5"; } - -.fa-draw-polygon::before { - content: "\f5ee"; } - -.fa-droplet::before { - content: "\f043"; } - -.fa-tint::before { - content: "\f043"; } - -.fa-droplet-slash::before { - content: "\f5c7"; } - -.fa-tint-slash::before { - content: "\f5c7"; } - -.fa-drum::before { - content: "\f569"; } - -.fa-drum-steelpan::before { - content: "\f56a"; } - -.fa-drumstick-bite::before { - content: "\f6d7"; } - -.fa-dumbbell::before { - content: "\f44b"; } - -.fa-dumpster::before { - content: "\f793"; } - -.fa-dumpster-fire::before { - content: "\f794"; } - -.fa-dungeon::before { - content: "\f6d9"; } - -.fa-e::before { - content: "\45"; } - -.fa-ear-deaf::before { - content: "\f2a4"; } - -.fa-deaf::before { - content: "\f2a4"; } - -.fa-deafness::before { - content: "\f2a4"; } - -.fa-hard-of-hearing::before { - content: "\f2a4"; } - -.fa-ear-listen::before { - content: "\f2a2"; } - -.fa-assistive-listening-systems::before { - content: "\f2a2"; } - -.fa-earth-africa::before { - content: "\f57c"; } - -.fa-globe-africa::before { - content: "\f57c"; } - -.fa-earth-americas::before { - content: "\f57d"; } - -.fa-earth::before { - content: "\f57d"; } - -.fa-earth-america::before { - content: "\f57d"; } - -.fa-globe-americas::before { - content: "\f57d"; } - -.fa-earth-asia::before { - content: "\f57e"; } - -.fa-globe-asia::before { - content: "\f57e"; } - -.fa-earth-europe::before { - content: "\f7a2"; } - -.fa-globe-europe::before { - content: "\f7a2"; } - -.fa-earth-oceania::before { - content: "\e47b"; } - -.fa-globe-oceania::before { - content: "\e47b"; } - -.fa-egg::before { - content: "\f7fb"; } - -.fa-eject::before { - content: "\f052"; } - -.fa-elevator::before { - content: "\e16d"; } - -.fa-ellipsis::before { - content: "\f141"; } - -.fa-ellipsis-h::before { - content: "\f141"; } - -.fa-ellipsis-vertical::before { - content: "\f142"; } - -.fa-ellipsis-v::before { - content: "\f142"; } - -.fa-envelope::before { - content: "\f0e0"; } - -.fa-envelope-circle-check::before { - content: "\e4e8"; } - -.fa-envelope-open::before { - content: "\f2b6"; } - -.fa-envelope-open-text::before { - content: "\f658"; } - -.fa-envelopes-bulk::before { - content: "\f674"; } - -.fa-mail-bulk::before { - content: "\f674"; } - -.fa-equals::before { - content: "\3d"; } - -.fa-eraser::before { - content: "\f12d"; } - -.fa-ethernet::before { - content: "\f796"; } - -.fa-euro-sign::before { - content: "\f153"; } - -.fa-eur::before { - content: "\f153"; } - -.fa-euro::before { - content: "\f153"; } - -.fa-exclamation::before { - content: "\21"; } - -.fa-expand::before { - content: "\f065"; } - -.fa-explosion::before { - content: "\e4e9"; } - -.fa-eye::before { - content: "\f06e"; } - -.fa-eye-dropper::before { - content: "\f1fb"; } - -.fa-eye-dropper-empty::before { - content: "\f1fb"; } - -.fa-eyedropper::before { - content: "\f1fb"; } - -.fa-eye-low-vision::before { - content: "\f2a8"; } - -.fa-low-vision::before { - content: "\f2a8"; } - -.fa-eye-slash::before { - content: "\f070"; } - -.fa-f::before { - content: "\46"; } - -.fa-face-angry::before { - content: "\f556"; } - -.fa-angry::before { - content: "\f556"; } - -.fa-face-dizzy::before { - content: "\f567"; } - -.fa-dizzy::before { - content: "\f567"; } - -.fa-face-flushed::before { - content: "\f579"; } - -.fa-flushed::before { - content: "\f579"; } - -.fa-face-frown::before { - content: "\f119"; } - -.fa-frown::before { - content: "\f119"; } - -.fa-face-frown-open::before { - content: "\f57a"; } - -.fa-frown-open::before { - content: "\f57a"; } - -.fa-face-grimace::before { - content: "\f57f"; } - -.fa-grimace::before { - content: "\f57f"; } - -.fa-face-grin::before { - content: "\f580"; } - -.fa-grin::before { - content: "\f580"; } - -.fa-face-grin-beam::before { - content: "\f582"; } - -.fa-grin-beam::before { - content: "\f582"; } - -.fa-face-grin-beam-sweat::before { - content: "\f583"; } - -.fa-grin-beam-sweat::before { - content: "\f583"; } - -.fa-face-grin-hearts::before { - content: "\f584"; } - -.fa-grin-hearts::before { - content: "\f584"; } - -.fa-face-grin-squint::before { - content: "\f585"; } - -.fa-grin-squint::before { - content: "\f585"; } - -.fa-face-grin-squint-tears::before { - content: "\f586"; } - -.fa-grin-squint-tears::before { - content: "\f586"; } - -.fa-face-grin-stars::before { - content: "\f587"; } - -.fa-grin-stars::before { - content: "\f587"; } - -.fa-face-grin-tears::before { - content: "\f588"; } - -.fa-grin-tears::before { - content: "\f588"; } - -.fa-face-grin-tongue::before { - content: "\f589"; } - -.fa-grin-tongue::before { - content: "\f589"; } - -.fa-face-grin-tongue-squint::before { - content: "\f58a"; } - -.fa-grin-tongue-squint::before { - content: "\f58a"; } - -.fa-face-grin-tongue-wink::before { - content: "\f58b"; } - -.fa-grin-tongue-wink::before { - content: "\f58b"; } - -.fa-face-grin-wide::before { - content: "\f581"; } - -.fa-grin-alt::before { - content: "\f581"; } - -.fa-face-grin-wink::before { - content: "\f58c"; } - -.fa-grin-wink::before { - content: "\f58c"; } - -.fa-face-kiss::before { - content: "\f596"; } - -.fa-kiss::before { - content: "\f596"; } - -.fa-face-kiss-beam::before { - content: "\f597"; } - -.fa-kiss-beam::before { - content: "\f597"; } - -.fa-face-kiss-wink-heart::before { - content: "\f598"; } - -.fa-kiss-wink-heart::before { - content: "\f598"; } - -.fa-face-laugh::before { - content: "\f599"; } - -.fa-laugh::before { - content: "\f599"; } - -.fa-face-laugh-beam::before { - content: "\f59a"; } - -.fa-laugh-beam::before { - content: "\f59a"; } - -.fa-face-laugh-squint::before { - content: "\f59b"; } - -.fa-laugh-squint::before { - content: "\f59b"; } - -.fa-face-laugh-wink::before { - content: "\f59c"; } - -.fa-laugh-wink::before { - content: "\f59c"; } - -.fa-face-meh::before { - content: "\f11a"; } - -.fa-meh::before { - content: "\f11a"; } - -.fa-face-meh-blank::before { - content: "\f5a4"; } - -.fa-meh-blank::before { - content: "\f5a4"; } - -.fa-face-rolling-eyes::before { - content: "\f5a5"; } - -.fa-meh-rolling-eyes::before { - content: "\f5a5"; } - -.fa-face-sad-cry::before { - content: "\f5b3"; } - -.fa-sad-cry::before { - content: "\f5b3"; } - -.fa-face-sad-tear::before { - content: "\f5b4"; } - -.fa-sad-tear::before { - content: "\f5b4"; } - -.fa-face-smile::before { - content: "\f118"; } - -.fa-smile::before { - content: "\f118"; } - -.fa-face-smile-beam::before { - content: "\f5b8"; } - -.fa-smile-beam::before { - content: "\f5b8"; } - -.fa-face-smile-wink::before { - content: "\f4da"; } - -.fa-smile-wink::before { - content: "\f4da"; } - -.fa-face-surprise::before { - content: "\f5c2"; } - -.fa-surprise::before { - content: "\f5c2"; } - -.fa-face-tired::before { - content: "\f5c8"; } - -.fa-tired::before { - content: "\f5c8"; } - -.fa-fan::before { - content: "\f863"; } - -.fa-faucet::before { - content: "\e005"; } - -.fa-faucet-drip::before { - content: "\e006"; } - -.fa-fax::before { - content: "\f1ac"; } - -.fa-feather::before { - content: "\f52d"; } - -.fa-feather-pointed::before { - content: "\f56b"; } - -.fa-feather-alt::before { - content: "\f56b"; } - -.fa-ferry::before { - content: "\e4ea"; } - -.fa-file::before { - content: "\f15b"; } - -.fa-file-arrow-down::before { - content: "\f56d"; } - -.fa-file-download::before { - content: "\f56d"; } - -.fa-file-arrow-up::before { - content: "\f574"; } - -.fa-file-upload::before { - content: "\f574"; } - -.fa-file-audio::before { - content: "\f1c7"; } - -.fa-file-circle-check::before { - content: "\e493"; } - -.fa-file-circle-exclamation::before { - content: "\e4eb"; } - -.fa-file-circle-minus::before { - content: "\e4ed"; } - -.fa-file-circle-plus::before { - content: "\e4ee"; } - -.fa-file-circle-question::before { - content: "\e4ef"; } - -.fa-file-circle-xmark::before { - content: "\e494"; } - -.fa-file-code::before { - content: "\f1c9"; } - -.fa-file-contract::before { - content: "\f56c"; } - -.fa-file-csv::before { - content: "\f6dd"; } - -.fa-file-excel::before { - content: "\f1c3"; } - -.fa-file-export::before { - content: "\f56e"; } - -.fa-arrow-right-from-file::before { - content: "\f56e"; } - -.fa-file-image::before { - content: "\f1c5"; } - -.fa-file-import::before { - content: "\f56f"; } - -.fa-arrow-right-to-file::before { - content: "\f56f"; } - -.fa-file-invoice::before { - content: "\f570"; } - -.fa-file-invoice-dollar::before { - content: "\f571"; } - -.fa-file-lines::before { - content: "\f15c"; } - -.fa-file-alt::before { - content: "\f15c"; } - -.fa-file-text::before { - content: "\f15c"; } - -.fa-file-medical::before { - content: "\f477"; } - -.fa-file-pdf::before { - content: "\f1c1"; } - -.fa-file-pen::before { - content: "\f31c"; } - -.fa-file-edit::before { - content: "\f31c"; } - -.fa-file-powerpoint::before { - content: "\f1c4"; } - -.fa-file-prescription::before { - content: "\f572"; } - -.fa-file-shield::before { - content: "\e4f0"; } - -.fa-file-signature::before { - content: "\f573"; } - -.fa-file-video::before { - content: "\f1c8"; } - -.fa-file-waveform::before { - content: "\f478"; } - -.fa-file-medical-alt::before { - content: "\f478"; } - -.fa-file-word::before { - content: "\f1c2"; } - -.fa-file-zipper::before { - content: "\f1c6"; } - -.fa-file-archive::before { - content: "\f1c6"; } - -.fa-fill::before { - content: "\f575"; } - -.fa-fill-drip::before { - content: "\f576"; } - -.fa-film::before { - content: "\f008"; } - -.fa-filter::before { - content: "\f0b0"; } - -.fa-filter-circle-dollar::before { - content: "\f662"; } - -.fa-funnel-dollar::before { - content: "\f662"; } - -.fa-filter-circle-xmark::before { - content: "\e17b"; } - -.fa-fingerprint::before { - content: "\f577"; } - -.fa-fire::before { - content: "\f06d"; } - -.fa-fire-burner::before { - content: "\e4f1"; } - -.fa-fire-extinguisher::before { - content: "\f134"; } - -.fa-fire-flame-curved::before { - content: "\f7e4"; } - -.fa-fire-alt::before { - content: "\f7e4"; } - -.fa-fire-flame-simple::before { - content: "\f46a"; } - -.fa-burn::before { - content: "\f46a"; } - -.fa-fish::before { - content: "\f578"; } - -.fa-fish-fins::before { - content: "\e4f2"; } - -.fa-flag::before { - content: "\f024"; } - -.fa-flag-checkered::before { - content: "\f11e"; } - -.fa-flag-usa::before { - content: "\f74d"; } - -.fa-flask::before { - content: "\f0c3"; } - -.fa-flask-vial::before { - content: "\e4f3"; } - -.fa-floppy-disk::before { - content: "\f0c7"; } - -.fa-save::before { - content: "\f0c7"; } - -.fa-florin-sign::before { - content: "\e184"; } - -.fa-folder::before { - content: "\f07b"; } - -.fa-folder-blank::before { - content: "\f07b"; } - -.fa-folder-closed::before { - content: "\e185"; } - -.fa-folder-minus::before { - content: "\f65d"; } - -.fa-folder-open::before { - content: "\f07c"; } - -.fa-folder-plus::before { - content: "\f65e"; } - -.fa-folder-tree::before { - content: "\f802"; } - -.fa-font::before { - content: "\f031"; } - -.fa-football::before { - content: "\f44e"; } - -.fa-football-ball::before { - content: "\f44e"; } - -.fa-forward::before { - content: "\f04e"; } - -.fa-forward-fast::before { - content: "\f050"; } - -.fa-fast-forward::before { - content: "\f050"; } - -.fa-forward-step::before { - content: "\f051"; } - -.fa-step-forward::before { - content: "\f051"; } - -.fa-franc-sign::before { - content: "\e18f"; } - -.fa-frog::before { - content: "\f52e"; } - -.fa-futbol::before { - content: "\f1e3"; } - -.fa-futbol-ball::before { - content: "\f1e3"; } - -.fa-soccer-ball::before { - content: "\f1e3"; } - -.fa-g::before { - content: "\47"; } - -.fa-gamepad::before { - content: "\f11b"; } - -.fa-gas-pump::before { - content: "\f52f"; } - -.fa-gauge::before { - content: "\f624"; } - -.fa-dashboard::before { - content: "\f624"; } - -.fa-gauge-med::before { - content: "\f624"; } - -.fa-tachometer-alt-average::before { - content: "\f624"; } - -.fa-gauge-high::before { - content: "\f625"; } - -.fa-tachometer-alt::before { - content: "\f625"; } - -.fa-tachometer-alt-fast::before { - content: "\f625"; } - -.fa-gauge-simple::before { - content: "\f629"; } - -.fa-gauge-simple-med::before { - content: "\f629"; } - -.fa-tachometer-average::before { - content: "\f629"; } - -.fa-gauge-simple-high::before { - content: "\f62a"; } - -.fa-tachometer::before { - content: "\f62a"; } - -.fa-tachometer-fast::before { - content: "\f62a"; } - -.fa-gavel::before { - content: "\f0e3"; } - -.fa-legal::before { - content: "\f0e3"; } - -.fa-gear::before { - content: "\f013"; } - -.fa-cog::before { - content: "\f013"; } - -.fa-gears::before { - content: "\f085"; } - -.fa-cogs::before { - content: "\f085"; } - -.fa-gem::before { - content: "\f3a5"; } - -.fa-genderless::before { - content: "\f22d"; } - -.fa-ghost::before { - content: "\f6e2"; } - -.fa-gift::before { - content: "\f06b"; } - -.fa-gifts::before { - content: "\f79c"; } - -.fa-glass-water::before { - content: "\e4f4"; } - -.fa-glass-water-droplet::before { - content: "\e4f5"; } - -.fa-glasses::before { - content: "\f530"; } - -.fa-globe::before { - content: "\f0ac"; } - -.fa-golf-ball-tee::before { - content: "\f450"; } - -.fa-golf-ball::before { - content: "\f450"; } - -.fa-gopuram::before { - content: "\f664"; } - -.fa-graduation-cap::before { - content: "\f19d"; } - -.fa-mortar-board::before { - content: "\f19d"; } - -.fa-greater-than::before { - content: "\3e"; } - -.fa-greater-than-equal::before { - content: "\f532"; } - -.fa-grip::before { - content: "\f58d"; } - -.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-group-arrows-rotate::before { - content: "\e4f6"; } - -.fa-guarani-sign::before { - content: "\e19a"; } - -.fa-guitar::before { - content: "\f7a6"; } - -.fa-gun::before { - content: "\e19b"; } - -.fa-h::before { - content: "\48"; } - -.fa-hammer::before { - content: "\f6e3"; } - -.fa-hamsa::before { - content: "\f665"; } - -.fa-hand::before { - content: "\f256"; } - -.fa-hand-paper::before { - content: "\f256"; } - -.fa-hand-back-fist::before { - content: "\f255"; } - -.fa-hand-rock::before { - content: "\f255"; } - -.fa-hand-dots::before { - content: "\f461"; } - -.fa-allergies::before { - content: "\f461"; } - -.fa-hand-fist::before { - content: "\f6de"; } - -.fa-fist-raised::before { - content: "\f6de"; } - -.fa-hand-holding::before { - content: "\f4bd"; } - -.fa-hand-holding-dollar::before { - content: "\f4c0"; } - -.fa-hand-holding-usd::before { - content: "\f4c0"; } - -.fa-hand-holding-droplet::before { - content: "\f4c1"; } - -.fa-hand-holding-water::before { - content: "\f4c1"; } - -.fa-hand-holding-hand::before { - content: "\e4f7"; } - -.fa-hand-holding-heart::before { - content: "\f4be"; } - -.fa-hand-holding-medical::before { - content: "\e05c"; } - -.fa-hand-lizard::before { - content: "\f258"; } - -.fa-hand-middle-finger::before { - content: "\f806"; } - -.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-scissors::before { - content: "\f257"; } - -.fa-hand-sparkles::before { - content: "\e05d"; } - -.fa-hand-spock::before { - content: "\f259"; } - -.fa-handcuffs::before { - content: "\e4f8"; } - -.fa-hands::before { - content: "\f2a7"; } - -.fa-sign-language::before { - content: "\f2a7"; } - -.fa-signing::before { - content: "\f2a7"; } - -.fa-hands-asl-interpreting::before { - content: "\f2a3"; } - -.fa-american-sign-language-interpreting::before { - content: "\f2a3"; } - -.fa-asl-interpreting::before { - content: "\f2a3"; } - -.fa-hands-american-sign-language-interpreting::before { - content: "\f2a3"; } - -.fa-hands-bound::before { - content: "\e4f9"; } - -.fa-hands-bubbles::before { - content: "\e05e"; } - -.fa-hands-wash::before { - content: "\e05e"; } - -.fa-hands-clapping::before { - content: "\e1a8"; } - -.fa-hands-holding::before { - content: "\f4c2"; } - -.fa-hands-holding-child::before { - content: "\e4fa"; } - -.fa-hands-holding-circle::before { - content: "\e4fb"; } - -.fa-hands-praying::before { - content: "\f684"; } - -.fa-praying-hands::before { - content: "\f684"; } - -.fa-handshake::before { - content: "\f2b5"; } - -.fa-handshake-angle::before { - content: "\f4c4"; } - -.fa-hands-helping::before { - content: "\f4c4"; } - -.fa-handshake-simple::before { - content: "\f4c6"; } - -.fa-handshake-alt::before { - content: "\f4c6"; } - -.fa-handshake-simple-slash::before { - content: "\e05f"; } - -.fa-handshake-alt-slash::before { - content: "\e05f"; } - -.fa-handshake-slash::before { - content: "\e060"; } - -.fa-hanukiah::before { - content: "\f6e6"; } - -.fa-hard-drive::before { - content: "\f0a0"; } - -.fa-hdd::before { - content: "\f0a0"; } - -.fa-hashtag::before { - content: "\23"; } - -.fa-hat-cowboy::before { - content: "\f8c0"; } - -.fa-hat-cowboy-side::before { - content: "\f8c1"; } - -.fa-hat-wizard::before { - content: "\f6e8"; } - -.fa-head-side-cough::before { - content: "\e061"; } - -.fa-head-side-cough-slash::before { - content: "\e062"; } - -.fa-head-side-mask::before { - content: "\e063"; } - -.fa-head-side-virus::before { - content: "\e064"; } - -.fa-heading::before { - content: "\f1dc"; } - -.fa-header::before { - content: "\f1dc"; } - -.fa-headphones::before { - content: "\f025"; } - -.fa-headphones-simple::before { - content: "\f58f"; } - -.fa-headphones-alt::before { - content: "\f58f"; } - -.fa-headset::before { - content: "\f590"; } - -.fa-heart::before { - content: "\f004"; } - -.fa-heart-circle-bolt::before { - content: "\e4fc"; } - -.fa-heart-circle-check::before { - content: "\e4fd"; } - -.fa-heart-circle-exclamation::before { - content: "\e4fe"; } - -.fa-heart-circle-minus::before { - content: "\e4ff"; } - -.fa-heart-circle-plus::before { - content: "\e500"; } - -.fa-heart-circle-xmark::before { - content: "\e501"; } - -.fa-heart-crack::before { - content: "\f7a9"; } - -.fa-heart-broken::before { - content: "\f7a9"; } - -.fa-heart-pulse::before { - content: "\f21e"; } - -.fa-heartbeat::before { - content: "\f21e"; } - -.fa-helicopter::before { - content: "\f533"; } - -.fa-helicopter-symbol::before { - content: "\e502"; } - -.fa-helmet-safety::before { - content: "\f807"; } - -.fa-hard-hat::before { - content: "\f807"; } - -.fa-hat-hard::before { - content: "\f807"; } - -.fa-helmet-un::before { - content: "\e503"; } - -.fa-highlighter::before { - content: "\f591"; } - -.fa-hill-avalanche::before { - content: "\e507"; } - -.fa-hill-rockslide::before { - content: "\e508"; } - -.fa-hippo::before { - content: "\f6ed"; } - -.fa-hockey-puck::before { - content: "\f453"; } - -.fa-holly-berry::before { - content: "\f7aa"; } - -.fa-horse::before { - content: "\f6f0"; } - -.fa-horse-head::before { - content: "\f7ab"; } - -.fa-hospital::before { - content: "\f0f8"; } - -.fa-hospital-alt::before { - content: "\f0f8"; } - -.fa-hospital-wide::before { - content: "\f0f8"; } - -.fa-hospital-user::before { - content: "\f80d"; } - -.fa-hot-tub-person::before { - content: "\f593"; } - -.fa-hot-tub::before { - content: "\f593"; } - -.fa-hotdog::before { - content: "\f80f"; } - -.fa-hotel::before { - content: "\f594"; } - -.fa-hourglass::before { - content: "\f254"; } - -.fa-hourglass-2::before { - content: "\f254"; } - -.fa-hourglass-half::before { - content: "\f254"; } - -.fa-hourglass-empty::before { - content: "\f252"; } - -.fa-hourglass-end::before { - content: "\f253"; } - -.fa-hourglass-3::before { - content: "\f253"; } - -.fa-hourglass-start::before { - content: "\f251"; } - -.fa-hourglass-1::before { - content: "\f251"; } - -.fa-house::before { - content: "\f015"; } - -.fa-home::before { - content: "\f015"; } - -.fa-home-alt::before { - content: "\f015"; } - -.fa-home-lg-alt::before { - content: "\f015"; } - -.fa-house-chimney::before { - content: "\e3af"; } - -.fa-home-lg::before { - content: "\e3af"; } - -.fa-house-chimney-crack::before { - content: "\f6f1"; } - -.fa-house-damage::before { - content: "\f6f1"; } - -.fa-house-chimney-medical::before { - content: "\f7f2"; } - -.fa-clinic-medical::before { - content: "\f7f2"; } - -.fa-house-chimney-user::before { - content: "\e065"; } - -.fa-house-chimney-window::before { - content: "\e00d"; } - -.fa-house-circle-check::before { - content: "\e509"; } - -.fa-house-circle-exclamation::before { - content: "\e50a"; } - -.fa-house-circle-xmark::before { - content: "\e50b"; } - -.fa-house-crack::before { - content: "\e3b1"; } - -.fa-house-fire::before { - content: "\e50c"; } - -.fa-house-flag::before { - content: "\e50d"; } - -.fa-house-flood-water::before { - content: "\e50e"; } - -.fa-house-flood-water-circle-arrow-right::before { - content: "\e50f"; } - -.fa-house-laptop::before { - content: "\e066"; } - -.fa-laptop-house::before { - content: "\e066"; } - -.fa-house-lock::before { - content: "\e510"; } - -.fa-house-medical::before { - content: "\e3b2"; } - -.fa-house-medical-circle-check::before { - content: "\e511"; } - -.fa-house-medical-circle-exclamation::before { - content: "\e512"; } - -.fa-house-medical-circle-xmark::before { - content: "\e513"; } - -.fa-house-medical-flag::before { - content: "\e514"; } - -.fa-house-signal::before { - content: "\e012"; } - -.fa-house-tsunami::before { - content: "\e515"; } - -.fa-house-user::before { - content: "\e1b0"; } - -.fa-home-user::before { - content: "\e1b0"; } - -.fa-hryvnia-sign::before { - content: "\f6f2"; } - -.fa-hryvnia::before { - content: "\f6f2"; } - -.fa-hurricane::before { - content: "\f751"; } - -.fa-i::before { - content: "\49"; } - -.fa-i-cursor::before { - content: "\f246"; } - -.fa-ice-cream::before { - content: "\f810"; } - -.fa-icicles::before { - content: "\f7ad"; } - -.fa-icons::before { - content: "\f86d"; } - -.fa-heart-music-camera-bolt::before { - content: "\f86d"; } - -.fa-id-badge::before { - content: "\f2c1"; } - -.fa-id-card::before { - content: "\f2c2"; } - -.fa-drivers-license::before { - content: "\f2c2"; } - -.fa-id-card-clip::before { - content: "\f47f"; } - -.fa-id-card-alt::before { - content: "\f47f"; } - -.fa-igloo::before { - content: "\f7ae"; } - -.fa-image::before { - content: "\f03e"; } - -.fa-image-portrait::before { - content: "\f3e0"; } - -.fa-portrait::before { - content: "\f3e0"; } - -.fa-images::before { - content: "\f302"; } - -.fa-inbox::before { - content: "\f01c"; } - -.fa-indent::before { - content: "\f03c"; } - -.fa-indian-rupee-sign::before { - content: "\e1bc"; } - -.fa-indian-rupee::before { - content: "\e1bc"; } - -.fa-inr::before { - content: "\e1bc"; } - -.fa-industry::before { - content: "\f275"; } - -.fa-infinity::before { - content: "\f534"; } - -.fa-info::before { - content: "\f129"; } - -.fa-italic::before { - content: "\f033"; } - -.fa-j::before { - content: "\4a"; } - -.fa-jar::before { - content: "\e516"; } - -.fa-jar-wheat::before { - content: "\e517"; } - -.fa-jedi::before { - content: "\f669"; } - -.fa-jet-fighter::before { - content: "\f0fb"; } - -.fa-fighter-jet::before { - content: "\f0fb"; } - -.fa-jet-fighter-up::before { - content: "\e518"; } - -.fa-joint::before { - content: "\f595"; } - -.fa-jug-detergent::before { - content: "\e519"; } - -.fa-k::before { - content: "\4b"; } - -.fa-kaaba::before { - content: "\f66b"; } - -.fa-key::before { - content: "\f084"; } - -.fa-keyboard::before { - content: "\f11c"; } - -.fa-khanda::before { - content: "\f66d"; } - -.fa-kip-sign::before { - content: "\e1c4"; } - -.fa-kit-medical::before { - content: "\f479"; } - -.fa-first-aid::before { - content: "\f479"; } - -.fa-kitchen-set::before { - content: "\e51a"; } - -.fa-kiwi-bird::before { - content: "\f535"; } - -.fa-l::before { - content: "\4c"; } - -.fa-land-mine-on::before { - content: "\e51b"; } - -.fa-landmark::before { - content: "\f66f"; } - -.fa-landmark-dome::before { - content: "\f752"; } - -.fa-landmark-alt::before { - content: "\f752"; } - -.fa-landmark-flag::before { - content: "\e51c"; } - -.fa-language::before { - content: "\f1ab"; } - -.fa-laptop::before { - content: "\f109"; } - -.fa-laptop-code::before { - content: "\f5fc"; } - -.fa-laptop-file::before { - content: "\e51d"; } - -.fa-laptop-medical::before { - content: "\f812"; } - -.fa-lari-sign::before { - content: "\e1c8"; } - -.fa-layer-group::before { - content: "\f5fd"; } - -.fa-leaf::before { - content: "\f06c"; } - -.fa-left-long::before { - content: "\f30a"; } - -.fa-long-arrow-alt-left::before { - content: "\f30a"; } - -.fa-left-right::before { - content: "\f337"; } - -.fa-arrows-alt-h::before { - content: "\f337"; } - -.fa-lemon::before { - content: "\f094"; } - -.fa-less-than::before { - content: "\3c"; } - -.fa-less-than-equal::before { - content: "\f537"; } - -.fa-life-ring::before { - content: "\f1cd"; } - -.fa-lightbulb::before { - content: "\f0eb"; } - -.fa-lines-leaning::before { - content: "\e51e"; } - -.fa-link::before { - content: "\f0c1"; } - -.fa-chain::before { - content: "\f0c1"; } - -.fa-link-slash::before { - content: "\f127"; } - -.fa-chain-broken::before { - content: "\f127"; } - -.fa-chain-slash::before { - content: "\f127"; } - -.fa-unlink::before { - content: "\f127"; } - -.fa-lira-sign::before { - content: "\f195"; } - -.fa-list::before { - content: "\f03a"; } - -.fa-list-squares::before { - content: "\f03a"; } - -.fa-list-check::before { - content: "\f0ae"; } - -.fa-tasks::before { - content: "\f0ae"; } - -.fa-list-ol::before { - content: "\f0cb"; } - -.fa-list-1-2::before { - content: "\f0cb"; } - -.fa-list-numeric::before { - content: "\f0cb"; } - -.fa-list-ul::before { - content: "\f0ca"; } - -.fa-list-dots::before { - content: "\f0ca"; } - -.fa-litecoin-sign::before { - content: "\e1d3"; } - -.fa-location-arrow::before { - content: "\f124"; } - -.fa-location-crosshairs::before { - content: "\f601"; } - -.fa-location::before { - content: "\f601"; } - -.fa-location-dot::before { - content: "\f3c5"; } - -.fa-map-marker-alt::before { - content: "\f3c5"; } - -.fa-location-pin::before { - content: "\f041"; } - -.fa-map-marker::before { - content: "\f041"; } - -.fa-location-pin-lock::before { - content: "\e51f"; } - -.fa-lock::before { - content: "\f023"; } - -.fa-lock-open::before { - content: "\f3c1"; } - -.fa-locust::before { - content: "\e520"; } - -.fa-lungs::before { - content: "\f604"; } - -.fa-lungs-virus::before { - content: "\e067"; } - -.fa-m::before { - content: "\4d"; } - -.fa-magnet::before { - content: "\f076"; } - -.fa-magnifying-glass::before { - content: "\f002"; } - -.fa-search::before { - content: "\f002"; } - -.fa-magnifying-glass-arrow-right::before { - content: "\e521"; } - -.fa-magnifying-glass-chart::before { - content: "\e522"; } - -.fa-magnifying-glass-dollar::before { - content: "\f688"; } - -.fa-search-dollar::before { - content: "\f688"; } - -.fa-magnifying-glass-location::before { - content: "\f689"; } - -.fa-search-location::before { - content: "\f689"; } - -.fa-magnifying-glass-minus::before { - content: "\f010"; } - -.fa-search-minus::before { - content: "\f010"; } - -.fa-magnifying-glass-plus::before { - content: "\f00e"; } - -.fa-search-plus::before { - content: "\f00e"; } - -.fa-manat-sign::before { - content: "\e1d5"; } - -.fa-map::before { - content: "\f279"; } - -.fa-map-location::before { - content: "\f59f"; } - -.fa-map-marked::before { - content: "\f59f"; } - -.fa-map-location-dot::before { - content: "\f5a0"; } - -.fa-map-marked-alt::before { - content: "\f5a0"; } - -.fa-map-pin::before { - content: "\f276"; } - -.fa-marker::before { - content: "\f5a1"; } - -.fa-mars::before { - content: "\f222"; } - -.fa-mars-and-venus::before { - content: "\f224"; } - -.fa-mars-and-venus-burst::before { - content: "\e523"; } - -.fa-mars-double::before { - content: "\f227"; } - -.fa-mars-stroke::before { - content: "\f229"; } - -.fa-mars-stroke-right::before { - content: "\f22b"; } - -.fa-mars-stroke-h::before { - content: "\f22b"; } - -.fa-mars-stroke-up::before { - content: "\f22a"; } - -.fa-mars-stroke-v::before { - content: "\f22a"; } - -.fa-martini-glass::before { - content: "\f57b"; } - -.fa-glass-martini-alt::before { - content: "\f57b"; } - -.fa-martini-glass-citrus::before { - content: "\f561"; } - -.fa-cocktail::before { - content: "\f561"; } - -.fa-martini-glass-empty::before { - content: "\f000"; } - -.fa-glass-martini::before { - content: "\f000"; } - -.fa-mask::before { - content: "\f6fa"; } - -.fa-mask-face::before { - content: "\e1d7"; } - -.fa-mask-ventilator::before { - content: "\e524"; } - -.fa-masks-theater::before { - content: "\f630"; } - -.fa-theater-masks::before { - content: "\f630"; } - -.fa-mattress-pillow::before { - content: "\e525"; } - -.fa-maximize::before { - content: "\f31e"; } - -.fa-expand-arrows-alt::before { - content: "\f31e"; } - -.fa-medal::before { - content: "\f5a2"; } - -.fa-memory::before { - content: "\f538"; } - -.fa-menorah::before { - content: "\f676"; } - -.fa-mercury::before { - content: "\f223"; } - -.fa-message::before { - content: "\f27a"; } - -.fa-comment-alt::before { - content: "\f27a"; } - -.fa-meteor::before { - content: "\f753"; } - -.fa-microchip::before { - content: "\f2db"; } - -.fa-microphone::before { - content: "\f130"; } - -.fa-microphone-lines::before { - content: "\f3c9"; } - -.fa-microphone-alt::before { - content: "\f3c9"; } - -.fa-microphone-lines-slash::before { - content: "\f539"; } - -.fa-microphone-alt-slash::before { - content: "\f539"; } - -.fa-microphone-slash::before { - content: "\f131"; } - -.fa-microscope::before { - content: "\f610"; } - -.fa-mill-sign::before { - content: "\e1ed"; } - -.fa-minimize::before { - content: "\f78c"; } - -.fa-compress-arrows-alt::before { - content: "\f78c"; } - -.fa-minus::before { - content: "\f068"; } - -.fa-subtract::before { - content: "\f068"; } - -.fa-mitten::before { - content: "\f7b5"; } - -.fa-mobile::before { - content: "\f3ce"; } - -.fa-mobile-android::before { - content: "\f3ce"; } - -.fa-mobile-phone::before { - content: "\f3ce"; } - -.fa-mobile-button::before { - content: "\f10b"; } - -.fa-mobile-retro::before { - content: "\e527"; } - -.fa-mobile-screen::before { - content: "\f3cf"; } - -.fa-mobile-android-alt::before { - content: "\f3cf"; } - -.fa-mobile-screen-button::before { - content: "\f3cd"; } - -.fa-mobile-alt::before { - content: "\f3cd"; } - -.fa-money-bill::before { - content: "\f0d6"; } - -.fa-money-bill-1::before { - content: "\f3d1"; } - -.fa-money-bill-alt::before { - content: "\f3d1"; } - -.fa-money-bill-1-wave::before { - content: "\f53b"; } - -.fa-money-bill-wave-alt::before { - content: "\f53b"; } - -.fa-money-bill-transfer::before { - content: "\e528"; } - -.fa-money-bill-trend-up::before { - content: "\e529"; } - -.fa-money-bill-wave::before { - content: "\f53a"; } - -.fa-money-bill-wheat::before { - content: "\e52a"; } - -.fa-money-bills::before { - content: "\e1f3"; } - -.fa-money-check::before { - content: "\f53c"; } - -.fa-money-check-dollar::before { - content: "\f53d"; } - -.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-mosquito::before { - content: "\e52b"; } - -.fa-mosquito-net::before { - content: "\e52c"; } - -.fa-motorcycle::before { - content: "\f21c"; } - -.fa-mound::before { - content: "\e52d"; } - -.fa-mountain::before { - content: "\f6fc"; } - -.fa-mountain-city::before { - content: "\e52e"; } - -.fa-mountain-sun::before { - content: "\e52f"; } - -.fa-mug-hot::before { - content: "\f7b6"; } - -.fa-mug-saucer::before { - content: "\f0f4"; } - -.fa-coffee::before { - content: "\f0f4"; } - -.fa-music::before { - content: "\f001"; } - -.fa-n::before { - content: "\4e"; } - -.fa-naira-sign::before { - content: "\e1f6"; } - -.fa-network-wired::before { - content: "\f6ff"; } - -.fa-neuter::before { - content: "\f22c"; } - -.fa-newspaper::before { - content: "\f1ea"; } - -.fa-not-equal::before { - content: "\f53e"; } - -.fa-note-sticky::before { - content: "\f249"; } - -.fa-sticky-note::before { - content: "\f249"; } - -.fa-notes-medical::before { - content: "\f481"; } - -.fa-o::before { - content: "\4f"; } - -.fa-object-group::before { - content: "\f247"; } - -.fa-object-ungroup::before { - content: "\f248"; } - -.fa-oil-can::before { - content: "\f613"; } - -.fa-oil-well::before { - content: "\e532"; } - -.fa-om::before { - content: "\f679"; } - -.fa-otter::before { - content: "\f700"; } - -.fa-outdent::before { - content: "\f03b"; } - -.fa-dedent::before { - content: "\f03b"; } - -.fa-p::before { - content: "\50"; } - -.fa-pager::before { - content: "\f815"; } - -.fa-paint-roller::before { - content: "\f5aa"; } - -.fa-paintbrush::before { - content: "\f1fc"; } - -.fa-paint-brush::before { - content: "\f1fc"; } - -.fa-palette::before { - content: "\f53f"; } - -.fa-pallet::before { - content: "\f482"; } - -.fa-panorama::before { - content: "\e209"; } - -.fa-paper-plane::before { - content: "\f1d8"; } - -.fa-paperclip::before { - content: "\f0c6"; } - -.fa-parachute-box::before { - content: "\f4cd"; } - -.fa-paragraph::before { - content: "\f1dd"; } - -.fa-passport::before { - content: "\f5ab"; } - -.fa-paste::before { - content: "\f0ea"; } - -.fa-file-clipboard::before { - content: "\f0ea"; } - -.fa-pause::before { - content: "\f04c"; } - -.fa-paw::before { - content: "\f1b0"; } - -.fa-peace::before { - content: "\f67c"; } - -.fa-pen::before { - content: "\f304"; } - -.fa-pen-clip::before { - content: "\f305"; } - -.fa-pen-alt::before { - content: "\f305"; } - -.fa-pen-fancy::before { - content: "\f5ac"; } - -.fa-pen-nib::before { - content: "\f5ad"; } - -.fa-pen-ruler::before { - content: "\f5ae"; } - -.fa-pencil-ruler::before { - content: "\f5ae"; } - -.fa-pen-to-square::before { - content: "\f044"; } - -.fa-edit::before { - content: "\f044"; } - -.fa-pencil::before { - content: "\f303"; } - -.fa-pencil-alt::before { - content: "\f303"; } - -.fa-people-arrows-left-right::before { - content: "\e068"; } - -.fa-people-arrows::before { - content: "\e068"; } - -.fa-people-carry-box::before { - content: "\f4ce"; } - -.fa-people-carry::before { - content: "\f4ce"; } - -.fa-people-group::before { - content: "\e533"; } - -.fa-people-line::before { - content: "\e534"; } - -.fa-people-pulling::before { - content: "\e535"; } - -.fa-people-robbery::before { - content: "\e536"; } - -.fa-people-roof::before { - content: "\e537"; } - -.fa-pepper-hot::before { - content: "\f816"; } - -.fa-percent::before { - content: "\25"; } - -.fa-percentage::before { - content: "\25"; } - -.fa-person::before { - content: "\f183"; } - -.fa-male::before { - content: "\f183"; } - -.fa-person-arrow-down-to-line::before { - content: "\e538"; } - -.fa-person-arrow-up-from-line::before { - content: "\e539"; } - -.fa-person-biking::before { - content: "\f84a"; } - -.fa-biking::before { - content: "\f84a"; } - -.fa-person-booth::before { - content: "\f756"; } - -.fa-person-breastfeeding::before { - content: "\e53a"; } - -.fa-person-burst::before { - content: "\e53b"; } - -.fa-person-cane::before { - content: "\e53c"; } - -.fa-person-chalkboard::before { - content: "\e53d"; } - -.fa-person-circle-check::before { - content: "\e53e"; } - -.fa-person-circle-exclamation::before { - content: "\e53f"; } - -.fa-person-circle-minus::before { - content: "\e540"; } - -.fa-person-circle-plus::before { - content: "\e541"; } - -.fa-person-circle-question::before { - content: "\e542"; } - -.fa-person-circle-xmark::before { - content: "\e543"; } - -.fa-person-digging::before { - content: "\f85e"; } - -.fa-digging::before { - content: "\f85e"; } - -.fa-person-dots-from-line::before { - content: "\f470"; } - -.fa-diagnoses::before { - content: "\f470"; } - -.fa-person-dress::before { - content: "\f182"; } - -.fa-female::before { - content: "\f182"; } - -.fa-person-dress-burst::before { - content: "\e544"; } - -.fa-person-drowning::before { - content: "\e545"; } - -.fa-person-falling::before { - content: "\e546"; } - -.fa-person-falling-burst::before { - content: "\e547"; } - -.fa-person-half-dress::before { - content: "\e548"; } - -.fa-person-harassing::before { - content: "\e549"; } - -.fa-person-hiking::before { - content: "\f6ec"; } - -.fa-hiking::before { - content: "\f6ec"; } - -.fa-person-military-pointing::before { - content: "\e54a"; } - -.fa-person-military-rifle::before { - content: "\e54b"; } - -.fa-person-military-to-person::before { - content: "\e54c"; } - -.fa-person-praying::before { - content: "\f683"; } - -.fa-pray::before { - content: "\f683"; } - -.fa-person-pregnant::before { - content: "\e31e"; } - -.fa-person-rays::before { - content: "\e54d"; } - -.fa-person-rifle::before { - content: "\e54e"; } - -.fa-person-running::before { - content: "\f70c"; } - -.fa-running::before { - content: "\f70c"; } - -.fa-person-shelter::before { - content: "\e54f"; } - -.fa-person-skating::before { - content: "\f7c5"; } - -.fa-skating::before { - content: "\f7c5"; } - -.fa-person-skiing::before { - content: "\f7c9"; } - -.fa-skiing::before { - content: "\f7c9"; } - -.fa-person-skiing-nordic::before { - content: "\f7ca"; } - -.fa-skiing-nordic::before { - content: "\f7ca"; } - -.fa-person-snowboarding::before { - content: "\f7ce"; } - -.fa-snowboarding::before { - content: "\f7ce"; } - -.fa-person-swimming::before { - content: "\f5c4"; } - -.fa-swimmer::before { - content: "\f5c4"; } - -.fa-person-through-window::before { - content: "\e433"; } - -.fa-person-walking::before { - content: "\f554"; } - -.fa-walking::before { - content: "\f554"; } - -.fa-person-walking-arrow-loop-left::before { - content: "\e551"; } - -.fa-person-walking-arrow-right::before { - content: "\e552"; } - -.fa-person-walking-dashed-line-arrow-right::before { - content: "\e553"; } - -.fa-person-walking-luggage::before { - content: "\e554"; } - -.fa-person-walking-with-cane::before { - content: "\f29d"; } - -.fa-blind::before { - content: "\f29d"; } - -.fa-peseta-sign::before { - content: "\e221"; } - -.fa-peso-sign::before { - content: "\e222"; } - -.fa-phone::before { - content: "\f095"; } - -.fa-phone-flip::before { - content: "\f879"; } - -.fa-phone-alt::before { - content: "\f879"; } - -.fa-phone-slash::before { - content: "\f3dd"; } - -.fa-phone-volume::before { - content: "\f2a0"; } - -.fa-volume-control-phone::before { - content: "\f2a0"; } - -.fa-photo-film::before { - content: "\f87c"; } - -.fa-photo-video::before { - content: "\f87c"; } - -.fa-piggy-bank::before { - content: "\f4d3"; } - -.fa-pills::before { - content: "\f484"; } - -.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-circle-check::before { - content: "\e555"; } - -.fa-plane-circle-exclamation::before { - content: "\e556"; } - -.fa-plane-circle-xmark::before { - content: "\e557"; } - -.fa-plane-departure::before { - content: "\f5b0"; } - -.fa-plane-lock::before { - content: "\e558"; } - -.fa-plane-slash::before { - content: "\e069"; } - -.fa-plane-up::before { - content: "\e22d"; } - -.fa-plant-wilt::before { - content: "\e43b"; } - -.fa-plate-wheat::before { - content: "\e55a"; } - -.fa-play::before { - content: "\f04b"; } - -.fa-plug::before { - content: "\f1e6"; } - -.fa-plug-circle-bolt::before { - content: "\e55b"; } - -.fa-plug-circle-check::before { - content: "\e55c"; } - -.fa-plug-circle-exclamation::before { - content: "\e55d"; } - -.fa-plug-circle-minus::before { - content: "\e55e"; } - -.fa-plug-circle-plus::before { - content: "\e55f"; } - -.fa-plug-circle-xmark::before { - content: "\e560"; } - -.fa-plus::before { - content: "\2b"; } - -.fa-add::before { - content: "\2b"; } - -.fa-plus-minus::before { - content: "\e43c"; } - -.fa-podcast::before { - content: "\f2ce"; } - -.fa-poo::before { - content: "\f2fe"; } - -.fa-poo-storm::before { - content: "\f75a"; } - -.fa-poo-bolt::before { - content: "\f75a"; } - -.fa-poop::before { - content: "\f619"; } - -.fa-power-off::before { - content: "\f011"; } - -.fa-prescription::before { - content: "\f5b1"; } - -.fa-prescription-bottle::before { - content: "\f485"; } - -.fa-prescription-bottle-medical::before { - content: "\f486"; } - -.fa-prescription-bottle-alt::before { - content: "\f486"; } - -.fa-print::before { - content: "\f02f"; } - -.fa-pump-medical::before { - content: "\e06a"; } - -.fa-pump-soap::before { - content: "\e06b"; } - -.fa-puzzle-piece::before { - content: "\f12e"; } - -.fa-q::before { - content: "\51"; } - -.fa-qrcode::before { - content: "\f029"; } - -.fa-question::before { - content: "\3f"; } - -.fa-quote-left::before { - content: "\f10d"; } - -.fa-quote-left-alt::before { - content: "\f10d"; } - -.fa-quote-right::before { - content: "\f10e"; } - -.fa-quote-right-alt::before { - content: "\f10e"; } - -.fa-r::before { - content: "\52"; } - -.fa-radiation::before { - content: "\f7b9"; } - -.fa-radio::before { - content: "\f8d7"; } - -.fa-rainbow::before { - content: "\f75b"; } - -.fa-ranking-star::before { - content: "\e561"; } - -.fa-receipt::before { - content: "\f543"; } - -.fa-record-vinyl::before { - content: "\f8d9"; } - -.fa-rectangle-ad::before { - content: "\f641"; } - -.fa-ad::before { - content: "\f641"; } - -.fa-rectangle-list::before { - content: "\f022"; } - -.fa-list-alt::before { - content: "\f022"; } - -.fa-rectangle-xmark::before { - content: "\f410"; } - -.fa-rectangle-times::before { - content: "\f410"; } - -.fa-times-rectangle::before { - content: "\f410"; } - -.fa-window-close::before { - content: "\f410"; } - -.fa-recycle::before { - content: "\f1b8"; } - -.fa-registered::before { - content: "\f25d"; } - -.fa-repeat::before { - content: "\f363"; } - -.fa-reply::before { - content: "\f3e5"; } - -.fa-mail-reply::before { - content: "\f3e5"; } - -.fa-reply-all::before { - content: "\f122"; } - -.fa-mail-reply-all::before { - content: "\f122"; } - -.fa-republican::before { - content: "\f75e"; } - -.fa-restroom::before { - content: "\f7bd"; } - -.fa-retweet::before { - content: "\f079"; } - -.fa-ribbon::before { - content: "\f4d6"; } - -.fa-right-from-bracket::before { - content: "\f2f5"; } - -.fa-sign-out-alt::before { - content: "\f2f5"; } - -.fa-right-left::before { - content: "\f362"; } - -.fa-exchange-alt::before { - content: "\f362"; } - -.fa-right-long::before { - content: "\f30b"; } - -.fa-long-arrow-alt-right::before { - content: "\f30b"; } - -.fa-right-to-bracket::before { - content: "\f2f6"; } - -.fa-sign-in-alt::before { - content: "\f2f6"; } - -.fa-ring::before { - content: "\f70b"; } - -.fa-road::before { - content: "\f018"; } - -.fa-road-barrier::before { - content: "\e562"; } - -.fa-road-bridge::before { - content: "\e563"; } - -.fa-road-circle-check::before { - content: "\e564"; } - -.fa-road-circle-exclamation::before { - content: "\e565"; } - -.fa-road-circle-xmark::before { - content: "\e566"; } - -.fa-road-lock::before { - content: "\e567"; } - -.fa-road-spikes::before { - content: "\e568"; } - -.fa-robot::before { - content: "\f544"; } - -.fa-rocket::before { - content: "\f135"; } - -.fa-rotate::before { - content: "\f2f1"; } - -.fa-sync-alt::before { - content: "\f2f1"; } - -.fa-rotate-left::before { - content: "\f2ea"; } - -.fa-rotate-back::before { - content: "\f2ea"; } - -.fa-rotate-backward::before { - content: "\f2ea"; } - -.fa-undo-alt::before { - content: "\f2ea"; } - -.fa-rotate-right::before { - content: "\f2f9"; } - -.fa-redo-alt::before { - content: "\f2f9"; } - -.fa-rotate-forward::before { - content: "\f2f9"; } - -.fa-route::before { - content: "\f4d7"; } - -.fa-rss::before { - content: "\f09e"; } - -.fa-feed::before { - content: "\f09e"; } - -.fa-ruble-sign::before { - content: "\f158"; } - -.fa-rouble::before { - content: "\f158"; } - -.fa-rub::before { - content: "\f158"; } - -.fa-ruble::before { - content: "\f158"; } - -.fa-rug::before { - content: "\e569"; } - -.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-rupee::before { - content: "\f156"; } - -.fa-rupiah-sign::before { - content: "\e23d"; } - -.fa-s::before { - content: "\53"; } - -.fa-sack-dollar::before { - content: "\f81d"; } - -.fa-sack-xmark::before { - content: "\e56a"; } - -.fa-sailboat::before { - content: "\e445"; } - -.fa-satellite::before { - content: "\f7bf"; } - -.fa-satellite-dish::before { - content: "\f7c0"; } - -.fa-scale-balanced::before { - content: "\f24e"; } - -.fa-balance-scale::before { - content: "\f24e"; } - -.fa-scale-unbalanced::before { - content: "\f515"; } - -.fa-balance-scale-left::before { - content: "\f515"; } - -.fa-scale-unbalanced-flip::before { - content: "\f516"; } - -.fa-balance-scale-right::before { - content: "\f516"; } - -.fa-school::before { - content: "\f549"; } - -.fa-school-circle-check::before { - content: "\e56b"; } - -.fa-school-circle-exclamation::before { - content: "\e56c"; } - -.fa-school-circle-xmark::before { - content: "\e56d"; } - -.fa-school-flag::before { - content: "\e56e"; } - -.fa-school-lock::before { - content: "\e56f"; } - -.fa-scissors::before { - content: "\f0c4"; } - -.fa-cut::before { - content: "\f0c4"; } - -.fa-screwdriver::before { - content: "\f54a"; } - -.fa-screwdriver-wrench::before { - content: "\f7d9"; } - -.fa-tools::before { - content: "\f7d9"; } - -.fa-scroll::before { - content: "\f70e"; } - -.fa-scroll-torah::before { - content: "\f6a0"; } - -.fa-torah::before { - content: "\f6a0"; } - -.fa-sd-card::before { - content: "\f7c2"; } - -.fa-section::before { - content: "\e447"; } - -.fa-seedling::before { - content: "\f4d8"; } - -.fa-sprout::before { - content: "\f4d8"; } - -.fa-server::before { - content: "\f233"; } - -.fa-shapes::before { - content: "\f61f"; } - -.fa-triangle-circle-square::before { - content: "\f61f"; } - -.fa-share::before { - content: "\f064"; } - -.fa-arrow-turn-right::before { - content: "\f064"; } - -.fa-mail-forward::before { - content: "\f064"; } - -.fa-share-from-square::before { - content: "\f14d"; } - -.fa-share-square::before { - content: "\f14d"; } - -.fa-share-nodes::before { - content: "\f1e0"; } - -.fa-share-alt::before { - content: "\f1e0"; } - -.fa-sheet-plastic::before { - content: "\e571"; } - -.fa-shekel-sign::before { - content: "\f20b"; } - -.fa-ils::before { - content: "\f20b"; } - -.fa-shekel::before { - content: "\f20b"; } - -.fa-sheqel::before { - content: "\f20b"; } - -.fa-sheqel-sign::before { - content: "\f20b"; } - -.fa-shield::before { - content: "\f132"; } - -.fa-shield-blank::before { - content: "\f132"; } - -.fa-shield-cat::before { - content: "\e572"; } - -.fa-shield-dog::before { - content: "\e573"; } - -.fa-shield-halved::before { - content: "\f3ed"; } - -.fa-shield-alt::before { - content: "\f3ed"; } - -.fa-shield-heart::before { - content: "\e574"; } - -.fa-shield-virus::before { - content: "\e06c"; } - -.fa-ship::before { - content: "\f21a"; } - -.fa-shirt::before { - content: "\f553"; } - -.fa-t-shirt::before { - content: "\f553"; } - -.fa-tshirt::before { - content: "\f553"; } - -.fa-shoe-prints::before { - content: "\f54b"; } - -.fa-shop::before { - content: "\f54f"; } - -.fa-store-alt::before { - content: "\f54f"; } - -.fa-shop-lock::before { - content: "\e4a5"; } - -.fa-shop-slash::before { - content: "\e070"; } - -.fa-store-alt-slash::before { - content: "\e070"; } - -.fa-shower::before { - content: "\f2cc"; } - -.fa-shrimp::before { - content: "\e448"; } - -.fa-shuffle::before { - content: "\f074"; } - -.fa-random::before { - content: "\f074"; } - -.fa-shuttle-space::before { - content: "\f197"; } - -.fa-space-shuttle::before { - content: "\f197"; } - -.fa-sign-hanging::before { - content: "\f4d9"; } - -.fa-sign::before { - content: "\f4d9"; } - -.fa-signal::before { - content: "\f012"; } - -.fa-signal-5::before { - content: "\f012"; } - -.fa-signal-perfect::before { - content: "\f012"; } - -.fa-signature::before { - content: "\f5b7"; } - -.fa-signs-post::before { - content: "\f277"; } - -.fa-map-signs::before { - content: "\f277"; } - -.fa-sim-card::before { - content: "\f7c4"; } - -.fa-sink::before { - content: "\e06d"; } - -.fa-sitemap::before { - content: "\f0e8"; } - -.fa-skull::before { - content: "\f54c"; } - -.fa-skull-crossbones::before { - content: "\f714"; } - -.fa-slash::before { - content: "\f715"; } - -.fa-sleigh::before { - content: "\f7cc"; } - -.fa-sliders::before { - content: "\f1de"; } - -.fa-sliders-h::before { - content: "\f1de"; } - -.fa-smog::before { - content: "\f75f"; } - -.fa-smoking::before { - content: "\f48d"; } - -.fa-snowflake::before { - content: "\f2dc"; } - -.fa-snowman::before { - content: "\f7d0"; } - -.fa-snowplow::before { - content: "\f7d2"; } - -.fa-soap::before { - content: "\e06e"; } - -.fa-socks::before { - content: "\f696"; } - -.fa-solar-panel::before { - content: "\f5ba"; } - -.fa-sort::before { - content: "\f0dc"; } - -.fa-unsorted::before { - content: "\f0dc"; } - -.fa-sort-down::before { - content: "\f0dd"; } - -.fa-sort-desc::before { - content: "\f0dd"; } - -.fa-sort-up::before { - content: "\f0de"; } - -.fa-sort-asc::before { - content: "\f0de"; } - -.fa-spa::before { - content: "\f5bb"; } - -.fa-spaghetti-monster-flying::before { - content: "\f67b"; } - -.fa-pastafarianism::before { - content: "\f67b"; } - -.fa-spell-check::before { - content: "\f891"; } - -.fa-spider::before { - content: "\f717"; } - -.fa-spinner::before { - content: "\f110"; } - -.fa-splotch::before { - content: "\f5bc"; } - -.fa-spoon::before { - content: "\f2e5"; } - -.fa-utensil-spoon::before { - content: "\f2e5"; } - -.fa-spray-can::before { - content: "\f5bd"; } - -.fa-spray-can-sparkles::before { - content: "\f5d0"; } - -.fa-air-freshener::before { - content: "\f5d0"; } - -.fa-square::before { - content: "\f0c8"; } - -.fa-square-arrow-up-right::before { - content: "\f14c"; } - -.fa-external-link-square::before { - content: "\f14c"; } - -.fa-square-caret-down::before { - content: "\f150"; } - -.fa-caret-square-down::before { - content: "\f150"; } - -.fa-square-caret-left::before { - content: "\f191"; } - -.fa-caret-square-left::before { - content: "\f191"; } - -.fa-square-caret-right::before { - content: "\f152"; } - -.fa-caret-square-right::before { - content: "\f152"; } - -.fa-square-caret-up::before { - content: "\f151"; } - -.fa-caret-square-up::before { - content: "\f151"; } - -.fa-square-check::before { - content: "\f14a"; } - -.fa-check-square::before { - content: "\f14a"; } - -.fa-square-envelope::before { - content: "\f199"; } - -.fa-envelope-square::before { - content: "\f199"; } - -.fa-square-full::before { - content: "\f45c"; } - -.fa-square-h::before { - content: "\f0fd"; } - -.fa-h-square::before { - content: "\f0fd"; } - -.fa-square-minus::before { - content: "\f146"; } - -.fa-minus-square::before { - content: "\f146"; } - -.fa-square-nfi::before { - content: "\e576"; } - -.fa-square-parking::before { - content: "\f540"; } - -.fa-parking::before { - content: "\f540"; } - -.fa-square-pen::before { - content: "\f14b"; } - -.fa-pen-square::before { - content: "\f14b"; } - -.fa-pencil-square::before { - content: "\f14b"; } - -.fa-square-person-confined::before { - content: "\e577"; } - -.fa-square-phone::before { - content: "\f098"; } - -.fa-phone-square::before { - content: "\f098"; } - -.fa-square-phone-flip::before { - content: "\f87b"; } - -.fa-phone-square-alt::before { - content: "\f87b"; } - -.fa-square-plus::before { - content: "\f0fe"; } - -.fa-plus-square::before { - content: "\f0fe"; } - -.fa-square-poll-horizontal::before { - content: "\f682"; } - -.fa-poll-h::before { - content: "\f682"; } - -.fa-square-poll-vertical::before { - content: "\f681"; } - -.fa-poll::before { - content: "\f681"; } - -.fa-square-root-variable::before { - content: "\f698"; } - -.fa-square-root-alt::before { - content: "\f698"; } - -.fa-square-rss::before { - content: "\f143"; } - -.fa-rss-square::before { - content: "\f143"; } - -.fa-square-share-nodes::before { - content: "\f1e1"; } - -.fa-share-alt-square::before { - content: "\f1e1"; } - -.fa-square-up-right::before { - content: "\f360"; } - -.fa-external-link-square-alt::before { - content: "\f360"; } - -.fa-square-virus::before { - content: "\e578"; } - -.fa-square-xmark::before { - content: "\f2d3"; } - -.fa-times-square::before { - content: "\f2d3"; } - -.fa-xmark-square::before { - content: "\f2d3"; } - -.fa-staff-aesculapius::before { - content: "\e579"; } - -.fa-rod-asclepius::before { - content: "\e579"; } - -.fa-rod-snake::before { - content: "\e579"; } - -.fa-staff-snake::before { - content: "\e579"; } - -.fa-stairs::before { - content: "\e289"; } - -.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-stroke::before { - content: "\f5c0"; } - -.fa-star-half-alt::before { - content: "\f5c0"; } - -.fa-star-of-david::before { - content: "\f69a"; } - -.fa-star-of-life::before { - content: "\f621"; } - -.fa-sterling-sign::before { - content: "\f154"; } - -.fa-gbp::before { - content: "\f154"; } - -.fa-pound-sign::before { - content: "\f154"; } - -.fa-stethoscope::before { - content: "\f0f1"; } - -.fa-stop::before { - content: "\f04d"; } - -.fa-stopwatch::before { - content: "\f2f2"; } - -.fa-stopwatch-20::before { - content: "\e06f"; } - -.fa-store::before { - content: "\f54e"; } - -.fa-store-slash::before { - content: "\e071"; } - -.fa-street-view::before { - content: "\f21d"; } - -.fa-strikethrough::before { - content: "\f0cc"; } - -.fa-stroopwafel::before { - content: "\f551"; } - -.fa-subscript::before { - content: "\f12c"; } - -.fa-suitcase::before { - content: "\f0f2"; } - -.fa-suitcase-medical::before { - content: "\f0fa"; } - -.fa-medkit::before { - content: "\f0fa"; } - -.fa-suitcase-rolling::before { - content: "\f5c1"; } - -.fa-sun::before { - content: "\f185"; } - -.fa-sun-plant-wilt::before { - content: "\e57a"; } - -.fa-superscript::before { - content: "\f12b"; } - -.fa-swatchbook::before { - content: "\f5c3"; } - -.fa-synagogue::before { - content: "\f69b"; } - -.fa-syringe::before { - content: "\f48e"; } - -.fa-t::before { - content: "\54"; } - -.fa-table::before { - content: "\f0ce"; } - -.fa-table-cells::before { - content: "\f00a"; } - -.fa-th::before { - content: "\f00a"; } - -.fa-table-cells-large::before { - content: "\f009"; } - -.fa-th-large::before { - content: "\f009"; } - -.fa-table-columns::before { - content: "\f0db"; } - -.fa-columns::before { - content: "\f0db"; } - -.fa-table-list::before { - content: "\f00b"; } - -.fa-th-list::before { - content: "\f00b"; } - -.fa-table-tennis-paddle-ball::before { - content: "\f45d"; } - -.fa-ping-pong-paddle-ball::before { - content: "\f45d"; } - -.fa-table-tennis::before { - content: "\f45d"; } - -.fa-tablet::before { - content: "\f3fb"; } - -.fa-tablet-android::before { - content: "\f3fb"; } - -.fa-tablet-button::before { - content: "\f10a"; } - -.fa-tablet-screen-button::before { - content: "\f3fa"; } - -.fa-tablet-alt::before { - content: "\f3fa"; } - -.fa-tablets::before { - content: "\f490"; } - -.fa-tachograph-digital::before { - content: "\f566"; } - -.fa-digital-tachograph::before { - content: "\f566"; } - -.fa-tag::before { - content: "\f02b"; } - -.fa-tags::before { - content: "\f02c"; } - -.fa-tape::before { - content: "\f4db"; } - -.fa-tarp::before { - content: "\e57b"; } - -.fa-tarp-droplet::before { - content: "\e57c"; } - -.fa-taxi::before { - content: "\f1ba"; } - -.fa-cab::before { - content: "\f1ba"; } - -.fa-teeth::before { - content: "\f62e"; } - -.fa-teeth-open::before { - content: "\f62f"; } - -.fa-temperature-arrow-down::before { - content: "\e03f"; } - -.fa-temperature-down::before { - content: "\e03f"; } - -.fa-temperature-arrow-up::before { - content: "\e040"; } - -.fa-temperature-up::before { - content: "\e040"; } - -.fa-temperature-empty::before { - content: "\f2cb"; } - -.fa-temperature-0::before { - content: "\f2cb"; } - -.fa-thermometer-0::before { - content: "\f2cb"; } - -.fa-thermometer-empty::before { - content: "\f2cb"; } - -.fa-temperature-full::before { - content: "\f2c7"; } - -.fa-temperature-4::before { - content: "\f2c7"; } - -.fa-thermometer-4::before { - content: "\f2c7"; } - -.fa-thermometer-full::before { - content: "\f2c7"; } - -.fa-temperature-half::before { - content: "\f2c9"; } - -.fa-temperature-2::before { - content: "\f2c9"; } - -.fa-thermometer-2::before { - content: "\f2c9"; } - -.fa-thermometer-half::before { - content: "\f2c9"; } - -.fa-temperature-high::before { - content: "\f769"; } - -.fa-temperature-low::before { - content: "\f76b"; } - -.fa-temperature-quarter::before { - content: "\f2ca"; } - -.fa-temperature-1::before { - content: "\f2ca"; } - -.fa-thermometer-1::before { - content: "\f2ca"; } - -.fa-thermometer-quarter::before { - content: "\f2ca"; } - -.fa-temperature-three-quarters::before { - content: "\f2c8"; } - -.fa-temperature-3::before { - content: "\f2c8"; } - -.fa-thermometer-3::before { - content: "\f2c8"; } - -.fa-thermometer-three-quarters::before { - content: "\f2c8"; } - -.fa-tenge-sign::before { - content: "\f7d7"; } - -.fa-tenge::before { - content: "\f7d7"; } - -.fa-tent::before { - content: "\e57d"; } - -.fa-tent-arrow-down-to-line::before { - content: "\e57e"; } - -.fa-tent-arrow-left-right::before { - content: "\e57f"; } - -.fa-tent-arrow-turn-left::before { - content: "\e580"; } - -.fa-tent-arrows-down::before { - content: "\e581"; } - -.fa-tents::before { - content: "\e582"; } - -.fa-terminal::before { - content: "\f120"; } - -.fa-text-height::before { - content: "\f034"; } - -.fa-text-slash::before { - content: "\f87d"; } - -.fa-remove-format::before { - content: "\f87d"; } - -.fa-text-width::before { - content: "\f035"; } - -.fa-thermometer::before { - content: "\f491"; } - -.fa-thumbs-down::before { - content: "\f165"; } - -.fa-thumbs-up::before { - content: "\f164"; } - -.fa-thumbtack::before { - content: "\f08d"; } - -.fa-thumb-tack::before { - content: "\f08d"; } - -.fa-ticket::before { - content: "\f145"; } - -.fa-ticket-simple::before { - content: "\f3ff"; } - -.fa-ticket-alt::before { - content: "\f3ff"; } - -.fa-timeline::before { - content: "\e29c"; } - -.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: "\e072"; } - -.fa-toilet-portable::before { - content: "\e583"; } - -.fa-toilets-portable::before { - content: "\e584"; } - -.fa-toolbox::before { - content: "\f552"; } - -.fa-tooth::before { - content: "\f5c9"; } - -.fa-torii-gate::before { - content: "\f6a1"; } - -.fa-tornado::before { - content: "\f76f"; } - -.fa-tower-broadcast::before { - content: "\f519"; } - -.fa-broadcast-tower::before { - content: "\f519"; } - -.fa-tower-cell::before { - content: "\e585"; } - -.fa-tower-observation::before { - content: "\e586"; } - -.fa-tractor::before { - content: "\f722"; } - -.fa-trademark::before { - content: "\f25c"; } - -.fa-traffic-light::before { - content: "\f637"; } - -.fa-trailer::before { - content: "\e041"; } - -.fa-train::before { - content: "\f238"; } - -.fa-train-subway::before { - content: "\f239"; } - -.fa-subway::before { - content: "\f239"; } - -.fa-train-tram::before { - content: "\f7da"; } - -.fa-tram::before { - content: "\f7da"; } - -.fa-transgender::before { - content: "\f225"; } - -.fa-transgender-alt::before { - content: "\f225"; } - -.fa-trash::before { - content: "\f1f8"; } - -.fa-trash-arrow-up::before { - content: "\f829"; } - -.fa-trash-restore::before { - content: "\f829"; } - -.fa-trash-can::before { - content: "\f2ed"; } - -.fa-trash-alt::before { - content: "\f2ed"; } - -.fa-trash-can-arrow-up::before { - content: "\f82a"; } - -.fa-trash-restore-alt::before { - content: "\f82a"; } - -.fa-tree::before { - content: "\f1bb"; } - -.fa-tree-city::before { - content: "\e587"; } - -.fa-triangle-exclamation::before { - content: "\f071"; } - -.fa-exclamation-triangle::before { - content: "\f071"; } - -.fa-warning::before { - content: "\f071"; } - -.fa-trophy::before { - content: "\f091"; } - -.fa-trowel::before { - content: "\e589"; } - -.fa-trowel-bricks::before { - content: "\e58a"; } - -.fa-truck::before { - content: "\f0d1"; } - -.fa-truck-arrow-right::before { - content: "\e58b"; } - -.fa-truck-droplet::before { - content: "\e58c"; } - -.fa-truck-fast::before { - content: "\f48b"; } - -.fa-shipping-fast::before { - content: "\f48b"; } - -.fa-truck-field::before { - content: "\e58d"; } - -.fa-truck-field-un::before { - content: "\e58e"; } - -.fa-truck-front::before { - content: "\e2b7"; } - -.fa-truck-medical::before { - content: "\f0f9"; } - -.fa-ambulance::before { - content: "\f0f9"; } - -.fa-truck-monster::before { - content: "\f63b"; } - -.fa-truck-moving::before { - content: "\f4df"; } - -.fa-truck-pickup::before { - content: "\f63c"; } - -.fa-truck-plane::before { - content: "\e58f"; } - -.fa-truck-ramp-box::before { - content: "\f4de"; } - -.fa-truck-loading::before { - content: "\f4de"; } - -.fa-tty::before { - content: "\f1e4"; } - -.fa-teletype::before { - content: "\f1e4"; } - -.fa-turkish-lira-sign::before { - content: "\e2bb"; } - -.fa-try::before { - content: "\e2bb"; } - -.fa-turkish-lira::before { - content: "\e2bb"; } - -.fa-turn-down::before { - content: "\f3be"; } - -.fa-level-down-alt::before { - content: "\f3be"; } - -.fa-turn-up::before { - content: "\f3bf"; } - -.fa-level-up-alt::before { - content: "\f3bf"; } - -.fa-tv::before { - content: "\f26c"; } - -.fa-television::before { - content: "\f26c"; } - -.fa-tv-alt::before { - content: "\f26c"; } - -.fa-u::before { - content: "\55"; } - -.fa-umbrella::before { - content: "\f0e9"; } - -.fa-umbrella-beach::before { - content: "\f5ca"; } - -.fa-underline::before { - content: "\f0cd"; } - -.fa-universal-access::before { - content: "\f29a"; } - -.fa-unlock::before { - content: "\f09c"; } - -.fa-unlock-keyhole::before { - content: "\f13e"; } - -.fa-unlock-alt::before { - content: "\f13e"; } - -.fa-up-down::before { - content: "\f338"; } - -.fa-arrows-alt-v::before { - content: "\f338"; } - -.fa-up-down-left-right::before { - content: "\f0b2"; } - -.fa-arrows-alt::before { - content: "\f0b2"; } - -.fa-up-long::before { - content: "\f30c"; } - -.fa-long-arrow-alt-up::before { - content: "\f30c"; } - -.fa-up-right-and-down-left-from-center::before { - content: "\f424"; } - -.fa-expand-alt::before { - content: "\f424"; } - -.fa-up-right-from-square::before { - content: "\f35d"; } - -.fa-external-link-alt::before { - content: "\f35d"; } - -.fa-upload::before { - content: "\f093"; } - -.fa-user::before { - content: "\f007"; } - -.fa-user-astronaut::before { - content: "\f4fb"; } - -.fa-user-check::before { - content: "\f4fc"; } - -.fa-user-clock::before { - content: "\f4fd"; } - -.fa-user-doctor::before { - content: "\f0f0"; } - -.fa-user-md::before { - content: "\f0f0"; } - -.fa-user-gear::before { - content: "\f4fe"; } - -.fa-user-cog::before { - content: "\f4fe"; } - -.fa-user-graduate::before { - content: "\f501"; } - -.fa-user-group::before { - content: "\f500"; } - -.fa-user-friends::before { - content: "\f500"; } - -.fa-user-injured::before { - content: "\f728"; } - -.fa-user-large::before { - content: "\f406"; } - -.fa-user-alt::before { - content: "\f406"; } - -.fa-user-large-slash::before { - content: "\f4fa"; } - -.fa-user-alt-slash::before { - content: "\f4fa"; } - -.fa-user-lock::before { - content: "\f502"; } - -.fa-user-minus::before { - content: "\f503"; } - -.fa-user-ninja::before { - content: "\f504"; } - -.fa-user-nurse::before { - content: "\f82f"; } - -.fa-user-pen::before { - content: "\f4ff"; } - -.fa-user-edit::before { - content: "\f4ff"; } - -.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-xmark::before { - content: "\f235"; } - -.fa-user-times::before { - content: "\f235"; } - -.fa-users::before { - content: "\f0c0"; } - -.fa-users-between-lines::before { - content: "\e591"; } - -.fa-users-gear::before { - content: "\f509"; } - -.fa-users-cog::before { - content: "\f509"; } - -.fa-users-line::before { - content: "\e592"; } - -.fa-users-rays::before { - content: "\e593"; } - -.fa-users-rectangle::before { - content: "\e594"; } - -.fa-users-slash::before { - content: "\e073"; } - -.fa-users-viewfinder::before { - content: "\e595"; } - -.fa-utensils::before { - content: "\f2e7"; } - -.fa-cutlery::before { - content: "\f2e7"; } - -.fa-v::before { - content: "\56"; } - -.fa-van-shuttle::before { - content: "\f5b6"; } - -.fa-shuttle-van::before { - content: "\f5b6"; } - -.fa-vault::before { - content: "\e2c5"; } - -.fa-vector-square::before { - content: "\f5cb"; } - -.fa-venus::before { - content: "\f221"; } - -.fa-venus-double::before { - content: "\f226"; } - -.fa-venus-mars::before { - content: "\f228"; } - -.fa-vest::before { - content: "\e085"; } - -.fa-vest-patches::before { - content: "\e086"; } - -.fa-vial::before { - content: "\f492"; } - -.fa-vial-circle-check::before { - content: "\e596"; } - -.fa-vial-virus::before { - content: "\e597"; } - -.fa-vials::before { - content: "\f493"; } - -.fa-video::before { - content: "\f03d"; } - -.fa-video-camera::before { - content: "\f03d"; } - -.fa-video-slash::before { - content: "\f4e2"; } - -.fa-vihara::before { - content: "\f6a7"; } - -.fa-virus::before { - content: "\e074"; } - -.fa-virus-covid::before { - content: "\e4a8"; } - -.fa-virus-covid-slash::before { - content: "\e4a9"; } - -.fa-virus-slash::before { - content: "\e075"; } - -.fa-viruses::before { - content: "\e076"; } - -.fa-voicemail::before { - content: "\f897"; } - -.fa-volcano::before { - content: "\f770"; } - -.fa-volleyball::before { - content: "\f45f"; } - -.fa-volleyball-ball::before { - content: "\f45f"; } - -.fa-volume-high::before { - content: "\f028"; } - -.fa-volume-up::before { - content: "\f028"; } - -.fa-volume-low::before { - content: "\f027"; } - -.fa-volume-down::before { - content: "\f027"; } - -.fa-volume-off::before { - content: "\f026"; } - -.fa-volume-xmark::before { - content: "\f6a9"; } - -.fa-volume-mute::before { - content: "\f6a9"; } - -.fa-volume-times::before { - content: "\f6a9"; } - -.fa-vr-cardboard::before { - content: "\f729"; } - -.fa-w::before { - content: "\57"; } - -.fa-walkie-talkie::before { - content: "\f8ef"; } - -.fa-wallet::before { - content: "\f555"; } - -.fa-wand-magic::before { - content: "\f0d0"; } - -.fa-magic::before { - content: "\f0d0"; } - -.fa-wand-magic-sparkles::before { - content: "\e2ca"; } - -.fa-magic-wand-sparkles::before { - content: "\e2ca"; } - -.fa-wand-sparkles::before { - content: "\f72b"; } - -.fa-warehouse::before { - content: "\f494"; } - -.fa-water::before { - content: "\f773"; } - -.fa-water-ladder::before { - content: "\f5c5"; } - -.fa-ladder-water::before { - content: "\f5c5"; } - -.fa-swimming-pool::before { - content: "\f5c5"; } - -.fa-wave-square::before { - content: "\f83e"; } - -.fa-weight-hanging::before { - content: "\f5cd"; } - -.fa-weight-scale::before { - content: "\f496"; } - -.fa-weight::before { - content: "\f496"; } - -.fa-wheat-awn::before { - content: "\e2cd"; } - -.fa-wheat-alt::before { - content: "\e2cd"; } - -.fa-wheat-awn-circle-exclamation::before { - content: "\e598"; } - -.fa-wheelchair::before { - content: "\f193"; } - -.fa-wheelchair-move::before { - content: "\e2ce"; } - -.fa-wheelchair-alt::before { - content: "\e2ce"; } - -.fa-whiskey-glass::before { - content: "\f7a0"; } - -.fa-glass-whiskey::before { - content: "\f7a0"; } - -.fa-wifi::before { - content: "\f1eb"; } - -.fa-wifi-3::before { - content: "\f1eb"; } - -.fa-wifi-strong::before { - content: "\f1eb"; } - -.fa-wind::before { - content: "\f72e"; } - -.fa-window-maximize::before { - content: "\f2d0"; } - -.fa-window-minimize::before { - content: "\f2d1"; } - -.fa-window-restore::before { - content: "\f2d2"; } - -.fa-wine-bottle::before { - content: "\f72f"; } - -.fa-wine-glass::before { - content: "\f4e3"; } - -.fa-wine-glass-empty::before { - content: "\f5ce"; } - -.fa-wine-glass-alt::before { - content: "\f5ce"; } - -.fa-won-sign::before { - content: "\f159"; } - -.fa-krw::before { - content: "\f159"; } - -.fa-won::before { - content: "\f159"; } - -.fa-worm::before { - content: "\e599"; } - -.fa-wrench::before { - content: "\f0ad"; } - -.fa-x::before { - content: "\58"; } - -.fa-x-ray::before { - content: "\f497"; } - -.fa-xmark::before { - content: "\f00d"; } - -.fa-close::before { - content: "\f00d"; } - -.fa-multiply::before { - content: "\f00d"; } - -.fa-remove::before { - content: "\f00d"; } - -.fa-times::before { - content: "\f00d"; } - -.fa-xmarks-lines::before { - content: "\e59a"; } - -.fa-y::before { - content: "\59"; } - -.fa-yen-sign::before { - content: "\f157"; } - -.fa-cny::before { - content: "\f157"; } - -.fa-jpy::before { - content: "\f157"; } - -.fa-rmb::before { - content: "\f157"; } - -.fa-yen::before { - content: "\f157"; } - -.fa-yin-yang::before { - content: "\f6ad"; } - -.fa-z::before { - content: "\5a"; } - -.sr-only, -.fa-sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; } - -.sr-only-focusable:not(:focus), -.fa-sr-only-focusable:not(:focus) { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; } diff --git a/static/font-awesome/css/solid.css b/static/font-awesome/css/solid.css deleted file mode 100644 index 85f9b85..0000000 --- a/static/font-awesome/css/solid.css +++ /dev/null @@ -1,19 +0,0 @@ -/*! - * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2022 Fonticons, Inc. - */ -:root, :host { - --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"; } - -@font-face { - font-family: 'Font Awesome 6 Free'; - font-style: normal; - font-weight: 900; - font-display: block; - src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); } - -.fas, -.fa-solid { - font-family: 'Font Awesome 6 Free'; - font-weight: 900; } diff --git a/static/font-awesome/fonts/FontAwesome.otf b/static/font-awesome/fonts/FontAwesome.otf new file mode 100644 index 0000000..d4de13e Binary files /dev/null and b/static/font-awesome/fonts/FontAwesome.otf differ diff --git a/static/font-awesome/fonts/fontawesome-webfont.eot b/static/font-awesome/fonts/fontawesome-webfont.eot new file mode 100644 index 0000000..c7b00d2 Binary files /dev/null and b/static/font-awesome/fonts/fontawesome-webfont.eot differ diff --git a/static/font-awesome/fonts/fontawesome-webfont.svg b/static/font-awesome/fonts/fontawesome-webfont.svg new file mode 100644 index 0000000..8b66187 --- /dev/null +++ b/static/font-awesome/fonts/fontawesome-webfont.svg @@ -0,0 +1,685 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/font-awesome/fonts/fontawesome-webfont.ttf b/static/font-awesome/fonts/fontawesome-webfont.ttf new file mode 100644 index 0000000..f221e50 Binary files /dev/null and b/static/font-awesome/fonts/fontawesome-webfont.ttf differ diff --git a/static/font-awesome/fonts/fontawesome-webfont.woff b/static/font-awesome/fonts/fontawesome-webfont.woff new file mode 100644 index 0000000..6e7483c Binary files /dev/null and b/static/font-awesome/fonts/fontawesome-webfont.woff differ diff --git a/static/font-awesome/fonts/fontawesome-webfont.woff2 b/static/font-awesome/fonts/fontawesome-webfont.woff2 new file mode 100644 index 0000000..7eb74fd Binary files /dev/null and b/static/font-awesome/fonts/fontawesome-webfont.woff2 differ diff --git a/static/font-awesome/webfonts/fa-brands-400.ttf b/static/font-awesome/webfonts/fa-brands-400.ttf deleted file mode 100644 index 430a02e..0000000 Binary files a/static/font-awesome/webfonts/fa-brands-400.ttf and /dev/null differ diff --git a/static/font-awesome/webfonts/fa-brands-400.woff2 b/static/font-awesome/webfonts/fa-brands-400.woff2 deleted file mode 100644 index 4d904aa..0000000 Binary files a/static/font-awesome/webfonts/fa-brands-400.woff2 and /dev/null differ diff --git a/static/font-awesome/webfonts/fa-regular-400.ttf b/static/font-awesome/webfonts/fa-regular-400.ttf deleted file mode 100644 index 23e3feb..0000000 Binary files a/static/font-awesome/webfonts/fa-regular-400.ttf and /dev/null differ diff --git a/static/font-awesome/webfonts/fa-regular-400.woff2 b/static/font-awesome/webfonts/fa-regular-400.woff2 deleted file mode 100644 index 80e3b12..0000000 Binary files a/static/font-awesome/webfonts/fa-regular-400.woff2 and /dev/null differ diff --git a/static/font-awesome/webfonts/fa-solid-900.ttf b/static/font-awesome/webfonts/fa-solid-900.ttf deleted file mode 100644 index da90824..0000000 Binary files a/static/font-awesome/webfonts/fa-solid-900.ttf and /dev/null differ diff --git a/static/font-awesome/webfonts/fa-solid-900.woff2 b/static/font-awesome/webfonts/fa-solid-900.woff2 deleted file mode 100644 index 360ba11..0000000 Binary files a/static/font-awesome/webfonts/fa-solid-900.woff2 and /dev/null differ diff --git a/static/font-awesome/webfonts/fa-v4compatibility.ttf b/static/font-awesome/webfonts/fa-v4compatibility.ttf deleted file mode 100644 index e9545ed..0000000 Binary files a/static/font-awesome/webfonts/fa-v4compatibility.ttf and /dev/null differ diff --git a/static/font-awesome/webfonts/fa-v4compatibility.woff2 b/static/font-awesome/webfonts/fa-v4compatibility.woff2 deleted file mode 100644 index db5b0b9..0000000 Binary files a/static/font-awesome/webfonts/fa-v4compatibility.woff2 and /dev/null differ diff --git a/static/img/cc/by-nc-nd.png b/static/img/cc/by-nc-nd.png deleted file mode 100644 index d8b23ee..0000000 Binary files a/static/img/cc/by-nc-nd.png and /dev/null differ diff --git a/static/img/cc/by-nc-sa.png b/static/img/cc/by-nc-sa.png deleted file mode 100644 index 3d2049b..0000000 Binary files a/static/img/cc/by-nc-sa.png and /dev/null differ diff --git a/static/img/cc/by-nc.png b/static/img/cc/by-nc.png deleted file mode 100644 index dc78c3b..0000000 Binary files a/static/img/cc/by-nc.png and /dev/null differ diff --git a/static/img/cc/by-nd.png b/static/img/cc/by-nd.png deleted file mode 100644 index 5356797..0000000 Binary files a/static/img/cc/by-nd.png and /dev/null differ diff --git a/static/img/cc/by-sa.png b/static/img/cc/by-sa.png deleted file mode 100644 index c1b97c4..0000000 Binary files a/static/img/cc/by-sa.png and /dev/null differ diff --git a/static/img/cc/by.png b/static/img/cc/by.png deleted file mode 100644 index 863f00b..0000000 Binary files a/static/img/cc/by.png and /dev/null differ diff --git a/static/isso/isso.min.js b/static/isso/isso.min.js deleted file mode 100644 index e0cb31d..0000000 --- a/static/isso/isso.min.js +++ /dev/null @@ -1,20 +0,0 @@ -/** - * @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 deleted file mode 100644 index 8564d98..0000000 --- a/static/pygments/abap.css +++ /dev/null @@ -1,120 +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 */ -.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 deleted file mode 100644 index 84f7e50..0000000 --- a/static/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}.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 07a1f9f..cd099f1 100644 --- a/static/pygments/algol.css +++ b/static/pygments/algol.css @@ -1,88 +1,39 @@ -.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 */ -.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 +.highlight { background-color: #ffffcc } +.c { color: #888888; font-style: italic } /* Comment */ +.err { border: 1px solid #FF0000 } /* Error */ +.k { font-weight: bold; text-decoration: underline } /* Keyword */ +.ch { color: #888888; font-style: italic } /* Comment.Hashbang */ +.cm { color: #888888; font-style: italic } /* Comment.Multiline */ +.cp { color: #888888; font-weight: bold } /* Comment.Preproc */ +.cpf { color: #888888; font-style: italic } /* Comment.PreprocFile */ +.c1 { color: #888888; font-style: italic } /* Comment.Single */ +.cs { color: #888888; font-weight: bold } /* Comment.Special */ +.kc { font-weight: bold; text-decoration: underline } /* Keyword.Constant */ +.kd { font-weight: bold; font-style: italic; text-decoration: underline } /* Keyword.Declaration */ +.kn { font-weight: bold; text-decoration: underline } /* Keyword.Namespace */ +.kp { font-weight: bold; text-decoration: underline } /* Keyword.Pseudo */ +.kr { font-weight: bold; text-decoration: underline } /* Keyword.Reserved */ +.kt { font-weight: bold; text-decoration: underline } /* Keyword.Type */ +.s { color: #666666; font-style: italic } /* Literal.String */ +.nb { font-weight: bold; font-style: italic } /* Name.Builtin */ +.nc { color: #666666; font-weight: bold; font-style: italic } /* Name.Class */ +.no { color: #666666; font-weight: bold; font-style: italic } /* Name.Constant */ +.nf { color: #666666; font-weight: bold; font-style: italic } /* Name.Function */ +.nn { color: #666666; font-weight: bold; font-style: italic } /* Name.Namespace */ +.nv { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable */ +.ow { font-weight: bold } /* Operator.Word */ +.sb { color: #666666; font-style: italic } /* Literal.String.Backtick */ +.sc { color: #666666; font-style: italic } /* Literal.String.Char */ +.sd { color: #666666; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #666666; font-style: italic } /* Literal.String.Double */ +.se { color: #666666; font-style: italic } /* Literal.String.Escape */ +.sh { color: #666666; font-style: italic } /* Literal.String.Heredoc */ +.si { color: #666666; font-style: italic } /* Literal.String.Interpol */ +.sx { color: #666666; font-style: italic } /* Literal.String.Other */ +.sr { color: #666666; font-style: italic } /* Literal.String.Regex */ +.s1 { color: #666666; font-style: italic } /* Literal.String.Single */ +.ss { color: #666666; font-style: italic } /* Literal.String.Symbol */ +.bp { font-weight: bold; font-style: italic } /* Name.Builtin.Pseudo */ +.vc { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Class */ +.vg { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Global */ +.vi { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Instance */ \ No newline at end of file diff --git a/static/pygments/algol.min.css b/static/pygments/algol.min.css index 9f59c51..d9335e8 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}.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 +.highlight{background-color:#ffc}.c{color:#888;font-style:italic}.err{border:1px solid red}.k{font-weight:700;text-decoration:underline}.ch,.cm{color:#888;font-style:italic}.cp{color:#888;font-weight:700}.c1,.cpf{color:#888;font-style:italic}.cs{color:#888;font-weight:700}.kc,.kd{font-weight:700;text-decoration:underline}.kd{font-style:italic}.kn,.kp,.kr,.kt{font-weight:700;text-decoration:underline}.s{color:#666;font-style:italic}.nb,.nc{font-weight:700;font-style:italic}.nc{color:#666}.nf,.nn,.no,.nv{color:#666;font-weight:700;font-style:italic}.ow{font-weight:700}.s1,.s2,.sb,.sc,.sd,.se,.sh,.si,.sr,.ss,.sx{color:#666;font-style:italic}.bp,.vc{font-weight:700;font-style:italic}.vc{color:#666}.vg,.vi{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 ece43ad..cbbb271 100644 --- a/static/pygments/algol_nu.css +++ b/static/pygments/algol_nu.css @@ -1,88 +1,39 @@ -.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 */ -.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 +.highlight { background-color: #ffffcc } +.c { color: #888888; font-style: italic } /* Comment */ +.err { border: 1px solid #FF0000 } /* Error */ +.k { font-weight: bold } /* Keyword */ +.ch { color: #888888; font-style: italic } /* Comment.Hashbang */ +.cm { color: #888888; font-style: italic } /* Comment.Multiline */ +.cp { color: #888888; font-weight: bold } /* Comment.Preproc */ +.cpf { color: #888888; font-style: italic } /* Comment.PreprocFile */ +.c1 { color: #888888; font-style: italic } /* Comment.Single */ +.cs { color: #888888; font-weight: bold } /* Comment.Special */ +.kc { font-weight: bold } /* Keyword.Constant */ +.kd { font-weight: bold; font-style: italic } /* Keyword.Declaration */ +.kn { font-weight: bold } /* Keyword.Namespace */ +.kp { font-weight: bold } /* Keyword.Pseudo */ +.kr { font-weight: bold } /* Keyword.Reserved */ +.kt { font-weight: bold } /* Keyword.Type */ +.s { color: #666666; font-style: italic } /* Literal.String */ +.nb { font-weight: bold; font-style: italic } /* Name.Builtin */ +.nc { color: #666666; font-weight: bold; font-style: italic } /* Name.Class */ +.no { color: #666666; font-weight: bold; font-style: italic } /* Name.Constant */ +.nf { color: #666666; font-weight: bold; font-style: italic } /* Name.Function */ +.nn { color: #666666; font-weight: bold; font-style: italic } /* Name.Namespace */ +.nv { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable */ +.ow { font-weight: bold } /* Operator.Word */ +.sb { color: #666666; font-style: italic } /* Literal.String.Backtick */ +.sc { color: #666666; font-style: italic } /* Literal.String.Char */ +.sd { color: #666666; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #666666; font-style: italic } /* Literal.String.Double */ +.se { color: #666666; font-style: italic } /* Literal.String.Escape */ +.sh { color: #666666; font-style: italic } /* Literal.String.Heredoc */ +.si { color: #666666; font-style: italic } /* Literal.String.Interpol */ +.sx { color: #666666; font-style: italic } /* Literal.String.Other */ +.sr { color: #666666; font-style: italic } /* Literal.String.Regex */ +.s1 { color: #666666; font-style: italic } /* Literal.String.Single */ +.ss { color: #666666; font-style: italic } /* Literal.String.Symbol */ +.bp { font-weight: bold; font-style: italic } /* Name.Builtin.Pseudo */ +.vc { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Class */ +.vg { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Global */ +.vi { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Instance */ \ No newline at end of file diff --git a/static/pygments/algol_nu.min.css b/static/pygments/algol_nu.min.css index b81e201..1e79262 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}.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 +.highlight{background-color:#ffc}.c{color:#888;font-style:italic}.err{border:1px solid red}.k{font-weight:700}.ch,.cm{color:#888;font-style:italic}.cp{color:#888;font-weight:700}.c1,.cpf{color:#888;font-style:italic}.cs{color:#888}.cs,.kc,.kd{font-weight:700}.kd{font-style:italic}.kn,.kp,.kr,.kt{font-weight:700}.s{color:#666;font-style:italic}.nb,.nc{font-weight:700;font-style:italic}.nc{color:#666}.nf,.nn,.no,.nv{color:#666;font-weight:700;font-style:italic}.ow{font-weight:700}.s1,.s2,.sb,.sc,.sd,.se,.sh,.si,.sr,.ss,.sx{color:#666;font-style:italic}.bp,.vc{font-weight:700;font-style:italic}.vc{color:#666}.vg,.vi{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 deleted file mode 100644 index 9a768da..0000000 --- a/static/pygments/arduino.css +++ /dev/null @@ -1,122 +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 */ -.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 deleted file mode 100644 index cca52ff..0000000 --- a/static/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}.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 6215d9f..4b8fe52 100644 --- a/static/pygments/autumn.css +++ b/static/pygments/autumn.css @@ -1,132 +1,61 @@ -.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 */ -.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 +.highlight { background-color: #ffffcc } +.c { color: #aaaaaa; font-style: italic } /* Comment */ +.err { color: #FF0000; background-color: #FFAAAA } /* Error */ +.k { color: #0000aa } /* Keyword */ +.ch { color: #aaaaaa; font-style: italic } /* Comment.Hashbang */ +.cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */ +.cp { color: #4c8317 } /* Comment.Preproc */ +.cpf { color: #aaaaaa; font-style: italic } /* Comment.PreprocFile */ +.c1 { color: #aaaaaa; font-style: italic } /* Comment.Single */ +.cs { color: #0000aa; font-style: italic } /* Comment.Special */ +.gd { color: #aa0000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #aa0000 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00aa00 } /* Generic.Inserted */ +.go { color: #888888 } /* Generic.Output */ +.gp { color: #555555 } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #aa0000 } /* Generic.Traceback */ +.kc { color: #0000aa } /* Keyword.Constant */ +.kd { color: #0000aa } /* Keyword.Declaration */ +.kn { color: #0000aa } /* Keyword.Namespace */ +.kp { color: #0000aa } /* Keyword.Pseudo */ +.kr { color: #0000aa } /* Keyword.Reserved */ +.kt { color: #00aaaa } /* Keyword.Type */ +.m { color: #009999 } /* Literal.Number */ +.s { color: #aa5500 } /* Literal.String */ +.na { color: #1e90ff } /* Name.Attribute */ +.nb { color: #00aaaa } /* Name.Builtin */ +.nc { color: #00aa00; text-decoration: underline } /* Name.Class */ +.no { color: #aa0000 } /* Name.Constant */ +.nd { color: #888888 } /* Name.Decorator */ +.ni { color: #880000; font-weight: bold } /* Name.Entity */ +.nf { color: #00aa00 } /* Name.Function */ +.nn { color: #00aaaa; text-decoration: underline } /* Name.Namespace */ +.nt { color: #1e90ff; font-weight: bold } /* Name.Tag */ +.nv { color: #aa0000 } /* Name.Variable */ +.ow { color: #0000aa } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mb { color: #009999 } /* Literal.Number.Bin */ +.mf { color: #009999 } /* Literal.Number.Float */ +.mh { color: #009999 } /* Literal.Number.Hex */ +.mi { color: #009999 } /* Literal.Number.Integer */ +.mo { color: #009999 } /* Literal.Number.Oct */ +.sb { color: #aa5500 } /* Literal.String.Backtick */ +.sc { color: #aa5500 } /* Literal.String.Char */ +.sd { color: #aa5500 } /* Literal.String.Doc */ +.s2 { color: #aa5500 } /* Literal.String.Double */ +.se { color: #aa5500 } /* Literal.String.Escape */ +.sh { color: #aa5500 } /* Literal.String.Heredoc */ +.si { color: #aa5500 } /* Literal.String.Interpol */ +.sx { color: #aa5500 } /* Literal.String.Other */ +.sr { color: #009999 } /* Literal.String.Regex */ +.s1 { color: #aa5500 } /* Literal.String.Single */ +.ss { color: #0000aa } /* Literal.String.Symbol */ +.bp { color: #00aaaa } /* Name.Builtin.Pseudo */ +.vc { color: #aa0000 } /* Name.Variable.Class */ +.vg { color: #aa0000 } /* Name.Variable.Global */ +.vi { color: #aa0000 } /* Name.Variable.Instance */ +.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 14fdb19..e014095 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}.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 +.highlight{background-color:#ffc}.c{color:#aaa;font-style:italic}.err{color:red;background-color:#faa}.k{color:#00a}.ch,.cm{color:#aaa;font-style:italic}.cp{color:#4c8317}.c1,.cpf{color:#aaa}.c1,.cpf,.cs{font-style:italic}.cs{color:#00a}.gd{color:#a00}.ge{font-style:italic}.gr{color:#a00}.gh{color:navy;font-weight:700}.gi{color:#0a0}.go{color:#888}.gp{color:#555}.gs,.gu{font-weight:700}.gu{color:purple}.gt{color:#a00}.kc,.kd,.kn,.kp,.kr{color:#00a}.kt{color:#0aa}.m{color:#099}.s{color:#a50}.na{color:#1e90ff}.nb{color:#0aa}.nc{color:#0a0;text-decoration:underline}.no{color:#a00}.nd{color:#888}.ni{color:#800;font-weight:700}.nf{color:#0a0}.nn{color:#0aa;text-decoration:underline}.nt{color:#1e90ff;font-weight:700}.nv{color:#a00}.ow{color:#00a}.w{color:#bbb}.mb,.mf,.mh,.mi,.mo{color:#099}.s2,.sb,.sc,.sd,.se,.sh,.si,.sx{color:#a50}.sr{color:#099}.s1{color:#a50}.ss{color:#00a}.bp{color:#0aa}.vc,.vg,.vi{color:#a00}.il{color:#099} \ No newline at end of file diff --git a/static/pygments/borland.css b/static/pygments/borland.css index 7e49561..cdf0b28 100644 --- a/static/pygments/borland.css +++ b/static/pygments/borland.css @@ -1,104 +1,49 @@ -.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 */ -.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 +.highlight { background-color: #ffffcc } +.c { color: #008800; font-style: italic } /* Comment */ +.err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.k { color: #000080; font-weight: bold } /* Keyword */ +.ch { color: #008800; font-style: italic } /* Comment.Hashbang */ +.cm { color: #008800; font-style: italic } /* Comment.Multiline */ +.cp { color: #008080 } /* Comment.Preproc */ +.cpf { color: #008800; font-style: italic } /* Comment.PreprocFile */ +.c1 { color: #008800; font-style: italic } /* Comment.Single */ +.cs { color: #008800; font-weight: bold } /* Comment.Special */ +.gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #aa0000 } /* Generic.Error */ +.gh { color: #999999 } /* Generic.Heading */ +.gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ +.go { color: #888888 } /* Generic.Output */ +.gp { color: #555555 } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #aaaaaa } /* Generic.Subheading */ +.gt { color: #aa0000 } /* Generic.Traceback */ +.kc { color: #000080; font-weight: bold } /* Keyword.Constant */ +.kd { color: #000080; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #000080; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #000080; font-weight: bold } /* Keyword.Pseudo */ +.kr { color: #000080; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #000080; font-weight: bold } /* Keyword.Type */ +.m { color: #0000FF } /* Literal.Number */ +.s { color: #0000FF } /* Literal.String */ +.na { color: #FF0000 } /* Name.Attribute */ +.nt { color: #000080; font-weight: bold } /* Name.Tag */ +.ow { font-weight: bold } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mb { color: #0000FF } /* Literal.Number.Bin */ +.mf { color: #0000FF } /* Literal.Number.Float */ +.mh { color: #0000FF } /* Literal.Number.Hex */ +.mi { color: #0000FF } /* Literal.Number.Integer */ +.mo { color: #0000FF } /* Literal.Number.Oct */ +.sb { color: #0000FF } /* Literal.String.Backtick */ +.sc { color: #800080 } /* Literal.String.Char */ +.sd { color: #0000FF } /* Literal.String.Doc */ +.s2 { color: #0000FF } /* Literal.String.Double */ +.se { color: #0000FF } /* Literal.String.Escape */ +.sh { color: #0000FF } /* Literal.String.Heredoc */ +.si { color: #0000FF } /* Literal.String.Interpol */ +.sx { color: #0000FF } /* Literal.String.Other */ +.sr { color: #0000FF } /* Literal.String.Regex */ +.s1 { color: #0000FF } /* Literal.String.Single */ +.ss { color: #0000FF } /* Literal.String.Symbol */ +.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 c56d16a..1be51cc 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}.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 +.highlight{background-color:#ffc}.c{color:#080;font-style:italic}.err{color:#a61717;background-color:#e3d2d2}.k{color:navy;font-weight:700}.ch,.cm{color:#080;font-style:italic}.cp{color:teal}.c1,.cpf{color:#080;font-style:italic}.cs{color:#080;font-weight:700}.gd{color:#000;background-color:#fdd}.ge{font-style:italic}.gr{color:#a00}.gh{color:#999}.gi{color:#000;background-color:#dfd}.go{color:#888}.gp{color:#555}.gs{font-weight:700}.gu{color:#aaa}.gt{color:#a00}.kc,.kd,.kn,.kp,.kr,.kt{color:navy;font-weight:700}.m,.s{color:#00f}.na{color:red}.nt{color:navy}.nt,.ow{font-weight:700}.w{color:#bbb}.mb,.mf,.mh,.mi,.mo,.sb{color:#00f}.sc{color:purple}.il,.s1,.s2,.sd,.se,.sh,.si,.sr,.ss,.sx{color:#00f} \ No newline at end of file diff --git a/static/pygments/bw.css b/static/pygments/bw.css index 165236d..e9d2551 100644 --- a/static/pygments/bw.css +++ b/static/pygments/bw.css @@ -1,78 +1,36 @@ -.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 */ -.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 +.highlight { background-color: #ffffcc } +.c { font-style: italic } /* Comment */ +.err { border: 1px solid #FF0000 } /* Error */ +.k { font-weight: bold } /* Keyword */ +.ch { font-style: italic } /* Comment.Hashbang */ +.cm { font-style: italic } /* Comment.Multiline */ +.cpf { font-style: italic } /* Comment.PreprocFile */ +.c1 { font-style: italic } /* Comment.Single */ +.cs { font-style: italic } /* Comment.Special */ +.ge { font-style: italic } /* Generic.Emph */ +.gh { font-weight: bold } /* Generic.Heading */ +.gp { font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { font-weight: bold } /* Generic.Subheading */ +.kc { font-weight: bold } /* Keyword.Constant */ +.kd { font-weight: bold } /* Keyword.Declaration */ +.kn { font-weight: bold } /* Keyword.Namespace */ +.kr { font-weight: bold } /* Keyword.Reserved */ +.s { font-style: italic } /* Literal.String */ +.nc { font-weight: bold } /* Name.Class */ +.ni { font-weight: bold } /* Name.Entity */ +.ne { font-weight: bold } /* Name.Exception */ +.nn { font-weight: bold } /* Name.Namespace */ +.nt { font-weight: bold } /* Name.Tag */ +.ow { font-weight: bold } /* Operator.Word */ +.sb { font-style: italic } /* Literal.String.Backtick */ +.sc { font-style: italic } /* Literal.String.Char */ +.sd { font-style: italic } /* Literal.String.Doc */ +.s2 { font-style: italic } /* Literal.String.Double */ +.se { font-weight: bold; font-style: italic } /* Literal.String.Escape */ +.sh { font-style: italic } /* Literal.String.Heredoc */ +.si { font-weight: bold; font-style: italic } /* Literal.String.Interpol */ +.sx { font-style: italic } /* Literal.String.Other */ +.sr { font-style: italic } /* Literal.String.Regex */ +.s1 { font-style: italic } /* Literal.String.Single */ +.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 b598799..a8965bf 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}.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 +.highlight{background-color:#ffc}.c{font-style:italic}.err{border:1px solid red}.k{font-weight:700}.c1,.ch,.cm,.cpf,.cs,.ge{font-style:italic}.gh,.gp,.gs,.gu,.kc,.kd,.kn,.kr{font-weight:700}.s{font-style:italic}.nc,.ne,.ni,.nn,.nt,.ow{font-weight:700}.s2,.sb,.sc,.sd,.se{font-style:italic}.se{font-weight:700}.sh,.si{font-style:italic}.si{font-weight:700}.s1,.sr,.ss,.sx{font-style:italic} \ No newline at end of file diff --git a/static/pygments/colorful.css b/static/pygments/colorful.css index fb2fec9..6d73d55 100644 --- a/static/pygments/colorful.css +++ b/static/pygments/colorful.css @@ -1,138 +1,64 @@ -.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 */ -.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 +.highlight { background-color: #ffffcc } +.c { color: #888888 } /* Comment */ +.err { color: #FF0000; background-color: #FFAAAA } /* Error */ +.k { color: #008800; font-weight: bold } /* Keyword */ +.o { color: #333333 } /* Operator */ +.ch { color: #888888 } /* Comment.Hashbang */ +.cm { color: #888888 } /* Comment.Multiline */ +.cp { color: #557799 } /* Comment.Preproc */ +.cpf { color: #888888 } /* Comment.PreprocFile */ +.c1 { color: #888888 } /* Comment.Single */ +.cs { color: #cc0000; font-weight: bold } /* Comment.Special */ +.gd { color: #A00000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00A000 } /* Generic.Inserted */ +.go { color: #888888 } /* Generic.Output */ +.gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #0044DD } /* Generic.Traceback */ +.kc { color: #008800; font-weight: bold } /* Keyword.Constant */ +.kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #003388; font-weight: bold } /* Keyword.Pseudo */ +.kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #333399; font-weight: bold } /* Keyword.Type */ +.m { color: #6600EE; font-weight: bold } /* Literal.Number */ +.s { background-color: #fff0f0 } /* Literal.String */ +.na { color: #0000CC } /* Name.Attribute */ +.nb { color: #007020 } /* Name.Builtin */ +.nc { color: #BB0066; font-weight: bold } /* Name.Class */ +.no { color: #003366; font-weight: bold } /* Name.Constant */ +.nd { color: #555555; font-weight: bold } /* Name.Decorator */ +.ni { color: #880000; font-weight: bold } /* Name.Entity */ +.ne { color: #FF0000; font-weight: bold } /* Name.Exception */ +.nf { color: #0066BB; font-weight: bold } /* Name.Function */ +.nl { color: #997700; font-weight: bold } /* Name.Label */ +.nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ +.nt { color: #007700 } /* Name.Tag */ +.nv { color: #996633 } /* Name.Variable */ +.ow { color: #000000; font-weight: bold } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mb { color: #6600EE; font-weight: bold } /* Literal.Number.Bin */ +.mf { color: #6600EE; font-weight: bold } /* Literal.Number.Float */ +.mh { color: #005588; font-weight: bold } /* Literal.Number.Hex */ +.mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ +.mo { color: #4400EE; font-weight: bold } /* Literal.Number.Oct */ +.sb { background-color: #fff0f0 } /* Literal.String.Backtick */ +.sc { color: #0044DD } /* Literal.String.Char */ +.sd { color: #DD4422 } /* Literal.String.Doc */ +.s2 { background-color: #fff0f0 } /* Literal.String.Double */ +.se { color: #666666; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */ +.sh { background-color: #fff0f0 } /* Literal.String.Heredoc */ +.si { background-color: #eeeeee } /* Literal.String.Interpol */ +.sx { color: #DD2200; background-color: #fff0f0 } /* Literal.String.Other */ +.sr { color: #000000; background-color: #fff0ff } /* Literal.String.Regex */ +.s1 { background-color: #fff0f0 } /* Literal.String.Single */ +.ss { color: #AA6600 } /* Literal.String.Symbol */ +.bp { color: #007020 } /* Name.Builtin.Pseudo */ +.vc { color: #336699 } /* Name.Variable.Class */ +.vg { color: #dd7700; font-weight: bold } /* Name.Variable.Global */ +.vi { color: #3333BB } /* Name.Variable.Instance */ +.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 f34652e..cec1bbd 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}.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 +.highlight{background-color:#ffc}.c{color:#888}.err{color:red;background-color:#faa}.k{color:#080;font-weight:700}.o{color:#333}.ch,.cm{color:#888}.cp{color:#579}.c1,.cpf{color:#888}.cs{color:#c00;font-weight:700}.gd{color:#a00000}.ge{font-style:italic}.gr{color:red}.gh{color:navy;font-weight:700}.gi{color:#00a000}.go{color:#888}.gp{color:#c65d09}.gp,.gs,.gu{font-weight:700}.gu{color:purple}.gt{color:#04d}.kc,.kd,.kn{color:#080;font-weight:700}.kp{color:#038}.kp,.kr{font-weight:700}.kr{color:#080}.kt{color:#339}.kt,.m{font-weight:700}.m{color:#60e}.s{background-color:#fff0f0}.na{color:#00c}.nb{color:#007020}.nc{color:#b06}.nc,.no{font-weight:700}.no{color:#036}.nd{color:#555}.nd,.ni{font-weight:700}.ni{color:#800}.ne{color:red}.ne,.nf{font-weight:700}.nf{color:#06b}.nl{color:#970}.nl,.nn{font-weight:700}.nn{color:#0e84b5}.nt{color:#070}.nv{color:#963}.ow{color:#000;font-weight:700}.w{color:#bbb}.mb,.mf{color:#60e}.mb,.mf,.mh{font-weight:700}.mh{color:#058}.mi{color:#00d}.mi,.mo{font-weight:700}.mo{color:#40e}.sb{background-color:#fff0f0}.sc{color:#04d}.sd{color:#d42}.s2,.se{background-color:#fff0f0}.se{color:#666;font-weight:700}.sh{background-color:#fff0f0}.si{background-color:#eee}.sx{color:#d20;background-color:#fff0f0}.sr{color:#000;background-color:#fff0ff}.s1{background-color:#fff0f0}.ss{color:#a60}.bp{color:#007020}.vc{color:#369}.vg{color:#d70;font-weight:700}.vi{color:#33b}.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 917c471..a342ba0 100644 --- a/static/pygments/default.css +++ b/static/pygments/default.css @@ -1,138 +1,64 @@ -.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 */ -.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 +.highlight { background-color: #ffffcc } +.c { color: #408080; font-style: italic } /* Comment */ +.err { border: 1px solid #FF0000 } /* Error */ +.k { color: #008000; font-weight: bold } /* Keyword */ +.o { color: #666666 } /* Operator */ +.ch { color: #408080; font-style: italic } /* Comment.Hashbang */ +.cm { color: #408080; font-style: italic } /* Comment.Multiline */ +.cp { color: #BC7A00 } /* Comment.Preproc */ +.cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ +.c1 { color: #408080; font-style: italic } /* Comment.Single */ +.cs { color: #408080; font-style: italic } /* Comment.Special */ +.gd { color: #A00000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00A000 } /* Generic.Inserted */ +.go { color: #888888 } /* Generic.Output */ +.gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #0044DD } /* Generic.Traceback */ +.kc { color: #008000; font-weight: bold } /* Keyword.Constant */ +.kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #008000 } /* Keyword.Pseudo */ +.kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #B00040 } /* Keyword.Type */ +.m { color: #666666 } /* Literal.Number */ +.s { color: #BA2121 } /* Literal.String */ +.na { color: #7D9029 } /* Name.Attribute */ +.nb { color: #008000 } /* Name.Builtin */ +.nc { color: #0000FF; font-weight: bold } /* Name.Class */ +.no { color: #880000 } /* Name.Constant */ +.nd { color: #AA22FF } /* Name.Decorator */ +.ni { color: #999999; font-weight: bold } /* Name.Entity */ +.ne { color: #D2413A; font-weight: bold } /* Name.Exception */ +.nf { color: #0000FF } /* Name.Function */ +.nl { color: #A0A000 } /* Name.Label */ +.nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ +.nt { color: #008000; font-weight: bold } /* Name.Tag */ +.nv { color: #19177C } /* Name.Variable */ +.ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mb { color: #666666 } /* Literal.Number.Bin */ +.mf { color: #666666 } /* Literal.Number.Float */ +.mh { color: #666666 } /* Literal.Number.Hex */ +.mi { color: #666666 } /* Literal.Number.Integer */ +.mo { color: #666666 } /* Literal.Number.Oct */ +.sb { color: #BA2121 } /* Literal.String.Backtick */ +.sc { color: #BA2121 } /* Literal.String.Char */ +.sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #BA2121 } /* Literal.String.Double */ +.se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ +.sh { color: #BA2121 } /* Literal.String.Heredoc */ +.si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ +.sx { color: #008000 } /* Literal.String.Other */ +.sr { color: #BB6688 } /* Literal.String.Regex */ +.s1 { color: #BA2121 } /* Literal.String.Single */ +.ss { color: #19177C } /* Literal.String.Symbol */ +.bp { color: #008000 } /* Name.Builtin.Pseudo */ +.vc { color: #19177C } /* Name.Variable.Class */ +.vg { color: #19177C } /* Name.Variable.Global */ +.vi { color: #19177C } /* Name.Variable.Instance */ +.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 281bb01..86f44e7 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}.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 +.highlight{background-color:#ffc}.c{color:#408080;font-style:italic}.err{border:1px solid red}.k{color:green;font-weight:700}.o{color:#666}.ch,.cm{color:#408080;font-style:italic}.cp{color:#bc7a00}.c1,.cpf,.cs{color:#408080;font-style:italic}.gd{color:#a00000}.ge{font-style:italic}.gr{color:red}.gh{color:navy;font-weight:700}.gi{color:#00a000}.go{color:#888}.gp{color:navy}.gp,.gs,.gu{font-weight:700}.gu{color:purple}.gt{color:#04d}.kc,.kd,.kn{color:green;font-weight:700}.kp,.kr{color:green}.kr{font-weight:700}.kt{color:#b00040}.m{color:#666}.s{color:#ba2121}.na{color:#7d9029}.nb{color:green}.nc{color:#00f;font-weight:700}.no{color:#800}.nd{color:#a2f}.ni{color:#999}.ne,.ni{font-weight:700}.ne{color:#d2413a}.nf{color:#00f}.nl{color:#a0a000}.nn{color:#00f}.nn,.nt{font-weight:700}.nt{color:green}.nv{color:#19177c}.ow{color:#a2f;font-weight:700}.w{color:#bbb}.mb,.mf,.mh,.mi,.mo{color:#666}.sb,.sc,.sd{color:#ba2121}.sd{font-style:italic}.s2{color:#ba2121}.se{color:#b62;font-weight:700}.sh{color:#ba2121}.si{color:#b68;font-weight:700}.sx{color:green}.sr{color:#b68}.s1{color:#ba2121}.ss{color:#19177c}.bp{color:green}.vc,.vg,.vi{color:#19177c}.il{color:#666} \ No newline at end of file diff --git a/static/pygments/emacs.css b/static/pygments/emacs.css index 8423a38..b28c685 100644 --- a/static/pygments/emacs.css +++ b/static/pygments/emacs.css @@ -1,138 +1,64 @@ -.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 */ -.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 +.highlight { background-color: #ffffcc } +.c { color: #008800; font-style: italic } /* Comment */ +.err { border: 1px solid #FF0000 } /* Error */ +.k { color: #AA22FF; font-weight: bold } /* Keyword */ +.o { color: #666666 } /* Operator */ +.ch { color: #008800; font-style: italic } /* Comment.Hashbang */ +.cm { color: #008800; font-style: italic } /* Comment.Multiline */ +.cp { color: #008800 } /* Comment.Preproc */ +.cpf { color: #008800; font-style: italic } /* Comment.PreprocFile */ +.c1 { color: #008800; font-style: italic } /* Comment.Single */ +.cs { color: #008800; font-weight: bold } /* Comment.Special */ +.gd { color: #A00000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00A000 } /* Generic.Inserted */ +.go { color: #888888 } /* Generic.Output */ +.gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #0044DD } /* Generic.Traceback */ +.kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */ +.kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #AA22FF } /* Keyword.Pseudo */ +.kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #00BB00; font-weight: bold } /* Keyword.Type */ +.m { color: #666666 } /* Literal.Number */ +.s { color: #BB4444 } /* Literal.String */ +.na { color: #BB4444 } /* Name.Attribute */ +.nb { color: #AA22FF } /* Name.Builtin */ +.nc { color: #0000FF } /* Name.Class */ +.no { color: #880000 } /* Name.Constant */ +.nd { color: #AA22FF } /* Name.Decorator */ +.ni { color: #999999; font-weight: bold } /* Name.Entity */ +.ne { color: #D2413A; font-weight: bold } /* Name.Exception */ +.nf { color: #00A000 } /* Name.Function */ +.nl { color: #A0A000 } /* Name.Label */ +.nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ +.nt { color: #008000; font-weight: bold } /* Name.Tag */ +.nv { color: #B8860B } /* Name.Variable */ +.ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mb { color: #666666 } /* Literal.Number.Bin */ +.mf { color: #666666 } /* Literal.Number.Float */ +.mh { color: #666666 } /* Literal.Number.Hex */ +.mi { color: #666666 } /* Literal.Number.Integer */ +.mo { color: #666666 } /* Literal.Number.Oct */ +.sb { color: #BB4444 } /* Literal.String.Backtick */ +.sc { color: #BB4444 } /* Literal.String.Char */ +.sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #BB4444 } /* Literal.String.Double */ +.se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ +.sh { color: #BB4444 } /* Literal.String.Heredoc */ +.si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ +.sx { color: #008000 } /* Literal.String.Other */ +.sr { color: #BB6688 } /* Literal.String.Regex */ +.s1 { color: #BB4444 } /* Literal.String.Single */ +.ss { color: #B8860B } /* Literal.String.Symbol */ +.bp { color: #AA22FF } /* Name.Builtin.Pseudo */ +.vc { color: #B8860B } /* Name.Variable.Class */ +.vg { color: #B8860B } /* Name.Variable.Global */ +.vi { color: #B8860B } /* Name.Variable.Instance */ +.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 3382034..18d9979 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}.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 +.highlight{background-color:#ffc}.c{color:#080;font-style:italic}.err{border:1px solid red}.k{color:#a2f;font-weight:700}.o{color:#666}.ch,.cm{font-style:italic}.ch,.cm,.cp{color:#080}.c1,.cpf{color:#080;font-style:italic}.cs{color:#080;font-weight:700}.gd{color:#a00000}.ge{font-style:italic}.gr{color:red}.gh{color:navy;font-weight:700}.gi{color:#00a000}.go{color:#888}.gp{color:navy}.gp,.gs,.gu{font-weight:700}.gu{color:purple}.gt{color:#04d}.kc,.kd,.kn{color:#a2f;font-weight:700}.kp,.kr{color:#a2f}.kr,.kt{font-weight:700}.kt{color:#0b0}.m{color:#666}.na,.s{color:#b44}.nb{color:#a2f}.nc{color:#00f}.no{color:#800}.nd{color:#a2f}.ni{color:#999}.ne,.ni{font-weight:700}.ne{color:#d2413a}.nf{color:#00a000}.nl{color:#a0a000}.nn{color:#00f}.nn,.nt{font-weight:700}.nt{color:green}.nv{color:#b8860b}.ow{color:#a2f;font-weight:700}.w{color:#bbb}.mb,.mf,.mh,.mi,.mo{color:#666}.sb,.sc,.sd{color:#b44}.sd{font-style:italic}.s2{color:#b44}.se{color:#b62;font-weight:700}.sh{color:#b44}.si{color:#b68;font-weight:700}.sx{color:green}.sr{color:#b68}.s1{color:#b44}.ss{color:#b8860b}.bp{color:#a2f}.vc,.vg,.vi{color:#b8860b}.il{color:#666} \ No newline at end of file diff --git a/static/pygments/friendly.css b/static/pygments/friendly.css index 84279fb..9a155b4 100644 --- a/static/pygments/friendly.css +++ b/static/pygments/friendly.css @@ -1,138 +1,64 @@ -.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 */ -.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 +.highlight { background-color: #ffffcc } +.c { color: #60a0b0; font-style: italic } /* Comment */ +.err { border: 1px solid #FF0000 } /* Error */ +.k { color: #007020; font-weight: bold } /* Keyword */ +.o { color: #666666 } /* Operator */ +.ch { color: #60a0b0; font-style: italic } /* Comment.Hashbang */ +.cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */ +.cp { color: #007020 } /* Comment.Preproc */ +.cpf { color: #60a0b0; font-style: italic } /* Comment.PreprocFile */ +.c1 { color: #60a0b0; font-style: italic } /* Comment.Single */ +.cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */ +.gd { color: #A00000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00A000 } /* Generic.Inserted */ +.go { color: #888888 } /* Generic.Output */ +.gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #0044DD } /* Generic.Traceback */ +.kc { color: #007020; font-weight: bold } /* Keyword.Constant */ +.kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #007020; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #007020 } /* Keyword.Pseudo */ +.kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #902000 } /* Keyword.Type */ +.m { color: #40a070 } /* Literal.Number */ +.s { color: #4070a0 } /* Literal.String */ +.na { color: #4070a0 } /* Name.Attribute */ +.nb { color: #007020 } /* Name.Builtin */ +.nc { color: #0e84b5; font-weight: bold } /* Name.Class */ +.no { color: #60add5 } /* Name.Constant */ +.nd { color: #555555; font-weight: bold } /* Name.Decorator */ +.ni { color: #d55537; font-weight: bold } /* Name.Entity */ +.ne { color: #007020 } /* Name.Exception */ +.nf { color: #06287e } /* Name.Function */ +.nl { color: #002070; font-weight: bold } /* Name.Label */ +.nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ +.nt { color: #062873; font-weight: bold } /* Name.Tag */ +.nv { color: #bb60d5 } /* Name.Variable */ +.ow { color: #007020; font-weight: bold } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mb { color: #40a070 } /* Literal.Number.Bin */ +.mf { color: #40a070 } /* Literal.Number.Float */ +.mh { color: #40a070 } /* Literal.Number.Hex */ +.mi { color: #40a070 } /* Literal.Number.Integer */ +.mo { color: #40a070 } /* Literal.Number.Oct */ +.sb { color: #4070a0 } /* Literal.String.Backtick */ +.sc { color: #4070a0 } /* Literal.String.Char */ +.sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #4070a0 } /* Literal.String.Double */ +.se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ +.sh { color: #4070a0 } /* Literal.String.Heredoc */ +.si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ +.sx { color: #c65d09 } /* Literal.String.Other */ +.sr { color: #235388 } /* Literal.String.Regex */ +.s1 { color: #4070a0 } /* Literal.String.Single */ +.ss { color: #517918 } /* Literal.String.Symbol */ +.bp { color: #007020 } /* Name.Builtin.Pseudo */ +.vc { color: #bb60d5 } /* Name.Variable.Class */ +.vg { color: #bb60d5 } /* Name.Variable.Global */ +.vi { color: #bb60d5 } /* Name.Variable.Instance */ +.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 d7d70b9..b0ccee2 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}.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 +.highlight{background-color:#ffc}.c{color:#60a0b0;font-style:italic}.err{border:1px solid red}.k{color:#007020;font-weight:700}.o{color:#666}.ch,.cm{color:#60a0b0;font-style:italic}.cp{color:#007020}.c1,.cpf{font-style:italic}.c1,.cpf,.cs{color:#60a0b0}.cs{background-color:#fff0f0}.gd{color:#a00000}.ge{font-style:italic}.gr{color:red}.gh{color:navy;font-weight:700}.gi{color:#00a000}.go{color:#888}.gp{color:#c65d09}.gp,.gs,.gu{font-weight:700}.gu{color:purple}.gt{color:#04d}.kc,.kd,.kn{font-weight:700}.kc,.kd,.kn,.kp,.kr{color:#007020}.kr{font-weight:700}.kt{color:#902000}.m{color:#40a070}.na,.s{color:#4070a0}.nb{color:#007020}.nc{color:#0e84b5;font-weight:700}.no{color:#60add5}.nd{color:#555}.nd,.ni{font-weight:700}.ni{color:#d55537}.ne{color:#007020}.nf{color:#06287e}.nl{color:#002070}.nl,.nn{font-weight:700}.nn{color:#0e84b5}.nt{color:#062873;font-weight:700}.nv{color:#bb60d5}.ow{color:#007020;font-weight:700}.w{color:#bbb}.mb,.mf,.mh,.mi,.mo{color:#40a070}.sb,.sc,.sd{color:#4070a0}.sd{font-style:italic}.s2,.se{color:#4070a0}.se{font-weight:700}.sh{color:#4070a0}.si{color:#70a0d0;font-style:italic}.sx{color:#c65d09}.sr{color:#235388}.s1{color:#4070a0}.ss{color:#517918}.bp{color:#007020}.vc,.vg,.vi{color:#bb60d5}.il{color:#40a070} \ No newline at end of file diff --git a/static/pygments/fruity.css b/static/pygments/fruity.css index 41911d5..033e274 100644 --- a/static/pygments/fruity.css +++ b/static/pygments/fruity.css @@ -1,156 +1,73 @@ -.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 */ -.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 +.highlight { background-color: #333333 } +.c { color: #008800; font-style: italic; background-color: #0f140f } /* Comment */ +.err { color: #ffffff } /* Error */ +.esc { color: #ffffff } /* Escape */ +.g { color: #ffffff } /* Generic */ +.k { color: #fb660a; font-weight: bold } /* Keyword */ +.l { color: #ffffff } /* Literal */ +.n { color: #ffffff } /* Name */ +.o { color: #ffffff } /* Operator */ +.x { color: #ffffff } /* Other */ +.p { color: #ffffff } /* Punctuation */ +.ch { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Hashbang */ +.cm { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Multiline */ +.cp { color: #ff0007; font-weight: bold; font-style: italic; background-color: #0f140f } /* Comment.Preproc */ +.cpf { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.PreprocFile */ +.c1 { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Single */ +.cs { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Special */ +.gd { color: #ffffff } /* Generic.Deleted */ +.ge { color: #ffffff } /* Generic.Emph */ +.gr { color: #ffffff } /* Generic.Error */ +.gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ +.gi { color: #ffffff } /* Generic.Inserted */ +.go { color: #444444; background-color: #222222 } /* Generic.Output */ +.gp { color: #ffffff } /* Generic.Prompt */ +.gs { color: #ffffff } /* Generic.Strong */ +.gu { color: #ffffff; font-weight: bold } /* Generic.Subheading */ +.gt { color: #ffffff } /* Generic.Traceback */ +.kc { color: #fb660a; font-weight: bold } /* Keyword.Constant */ +.kd { color: #fb660a; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #fb660a; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #fb660a } /* Keyword.Pseudo */ +.kr { color: #fb660a; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #cdcaa9; font-weight: bold } /* Keyword.Type */ +.ld { color: #ffffff } /* Literal.Date */ +.m { color: #0086f7; font-weight: bold } /* Literal.Number */ +.s { color: #0086d2 } /* Literal.String */ +.na { color: #ff0086; font-weight: bold } /* Name.Attribute */ +.nb { color: #ffffff } /* Name.Builtin */ +.nc { color: #ffffff } /* Name.Class */ +.no { color: #0086d2 } /* Name.Constant */ +.nd { color: #ffffff } /* Name.Decorator */ +.ni { color: #ffffff } /* Name.Entity */ +.ne { color: #ffffff } /* Name.Exception */ +.nf { color: #ff0086; font-weight: bold } /* Name.Function */ +.nl { color: #ffffff } /* Name.Label */ +.nn { color: #ffffff } /* Name.Namespace */ +.nx { color: #ffffff } /* Name.Other */ +.py { color: #ffffff } /* Name.Property */ +.nt { color: #fb660a; font-weight: bold } /* Name.Tag */ +.nv { color: #fb660a } /* Name.Variable */ +.ow { color: #ffffff } /* Operator.Word */ +.w { color: #888888 } /* Text.Whitespace */ +.mb { color: #0086f7; font-weight: bold } /* Literal.Number.Bin */ +.mf { color: #0086f7; font-weight: bold } /* Literal.Number.Float */ +.mh { color: #0086f7; font-weight: bold } /* Literal.Number.Hex */ +.mi { color: #0086f7; font-weight: bold } /* Literal.Number.Integer */ +.mo { color: #0086f7; font-weight: bold } /* Literal.Number.Oct */ +.sb { color: #0086d2 } /* Literal.String.Backtick */ +.sc { color: #0086d2 } /* Literal.String.Char */ +.sd { color: #0086d2 } /* Literal.String.Doc */ +.s2 { color: #0086d2 } /* Literal.String.Double */ +.se { color: #0086d2 } /* Literal.String.Escape */ +.sh { color: #0086d2 } /* Literal.String.Heredoc */ +.si { color: #0086d2 } /* Literal.String.Interpol */ +.sx { color: #0086d2 } /* Literal.String.Other */ +.sr { color: #0086d2 } /* Literal.String.Regex */ +.s1 { color: #0086d2 } /* Literal.String.Single */ +.ss { color: #0086d2 } /* Literal.String.Symbol */ +.bp { color: #ffffff } /* Name.Builtin.Pseudo */ +.vc { color: #fb660a } /* Name.Variable.Class */ +.vg { color: #fb660a } /* Name.Variable.Global */ +.vi { color: #fb660a } /* Name.Variable.Instance */ +.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 4076a52..6220f05 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}.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 +.highlight{background-color:#333}.c{color:#080;font-style:italic;background-color:#0f140f}.err,.esc,.g{color:#fff}.k{color:#fb660a;font-weight:700}.l,.n,.o,.p,.x{color:#fff}.ch,.cm{color:#080}.ch,.cm,.cp{font-style:italic;background-color:#0f140f}.cp{color:#ff0007;font-weight:700}.c1,.cpf,.cs{color:#080;font-style:italic;background-color:#0f140f}.gd,.ge,.gh,.gr{color:#fff}.gh{font-weight:700}.gi{color:#fff}.go{color:#444;background-color:#222}.gp,.gs,.gu{color:#fff}.gu{font-weight:700}.gt{color:#fff}.kc,.kd,.kn{font-weight:700}.kc,.kd,.kn,.kp,.kr{color:#fb660a}.kr,.kt{font-weight:700}.kt{color:#cdcaa9}.ld{color:#fff}.m{color:#0086f7;font-weight:700}.s{color:#0086d2}.na{color:#ff0086;font-weight:700}.nb,.nc{color:#fff}.no{color:#0086d2}.nd,.ne,.ni{color:#fff}.nf{color:#ff0086;font-weight:700}.nl,.nn,.nx,.py{color:#fff}.nt{font-weight:700}.nt,.nv{color:#fb660a}.ow{color:#fff}.w{color:#888}.mb,.mf,.mh,.mi,.mo{color:#0086f7;font-weight:700}.s1,.s2,.sb,.sc,.sd,.se,.sh,.si,.sr,.ss,.sx{color:#0086d2}.bp{color:#fff}.vc,.vg,.vi{color:#fb660a}.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 742468c..139ae86 100644 --- a/static/pygments/github.css +++ b/static/pygments/github.css @@ -1,138 +1,64 @@ -.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 */ -.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 +.highlight { background-color: #ffffcc } +.c { color: #999988; font-style: italic } /* Comment */ +.err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.k { color: #000000; font-weight: bold } /* Keyword */ +.o { color: #000000; font-weight: bold } /* Operator */ +.ch { color: #999988; font-style: italic } /* Comment.Hashbang */ +.cm { color: #999988; font-style: italic } /* Comment.Multiline */ +.cp { color: #999999; font-weight: bold; font-style: italic } /* Comment.Preproc */ +.cpf { color: #999988; font-style: italic } /* Comment.PreprocFile */ +.c1 { color: #999988; font-style: italic } /* Comment.Single */ +.cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ +.gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.ge { color: #000000; font-style: italic } /* Generic.Emph */ +.gr { color: #aa0000 } /* Generic.Error */ +.gh { color: #999999 } /* Generic.Heading */ +.gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ +.go { color: #888888 } /* Generic.Output */ +.gp { color: #555555 } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #aaaaaa } /* Generic.Subheading */ +.gt { color: #aa0000 } /* Generic.Traceback */ +.kc { color: #000000; font-weight: bold } /* Keyword.Constant */ +.kd { color: #000000; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #000000; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #000000; font-weight: bold } /* Keyword.Pseudo */ +.kr { color: #000000; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #445588; font-weight: bold } /* Keyword.Type */ +.m { color: #009999 } /* Literal.Number */ +.s { color: #dd1144 } /* Literal.String */ +.na { color: #008080 } /* Name.Attribute */ +.nb { color: #0086B3 } /* Name.Builtin */ +.nc { color: #445588; font-weight: bold } /* Name.Class */ +.no { color: #008080 } /* Name.Constant */ +.nd { color: #3c5d5d; font-weight: bold } /* Name.Decorator */ +.ni { color: #800080 } /* Name.Entity */ +.ne { color: #990000; font-weight: bold } /* Name.Exception */ +.nf { color: #990000; font-weight: bold } /* Name.Function */ +.nl { color: #990000; font-weight: bold } /* Name.Label */ +.nn { color: #555555 } /* Name.Namespace */ +.nt { color: #000080 } /* Name.Tag */ +.nv { color: #008080 } /* Name.Variable */ +.ow { color: #000000; font-weight: bold } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mb { color: #009999 } /* Literal.Number.Bin */ +.mf { color: #009999 } /* Literal.Number.Float */ +.mh { color: #009999 } /* Literal.Number.Hex */ +.mi { color: #009999 } /* Literal.Number.Integer */ +.mo { color: #009999 } /* Literal.Number.Oct */ +.sb { color: #dd1144 } /* Literal.String.Backtick */ +.sc { color: #dd1144 } /* Literal.String.Char */ +.sd { color: #dd1144 } /* Literal.String.Doc */ +.s2 { color: #dd1144 } /* Literal.String.Double */ +.se { color: #dd1144 } /* Literal.String.Escape */ +.sh { color: #dd1144 } /* Literal.String.Heredoc */ +.si { color: #dd1144 } /* Literal.String.Interpol */ +.sx { color: #dd1144 } /* Literal.String.Other */ +.sr { color: #009926 } /* Literal.String.Regex */ +.s1 { color: #dd1144 } /* Literal.String.Single */ +.ss { color: #990073 } /* Literal.String.Symbol */ +.bp { color: #999999 } /* Name.Builtin.Pseudo */ +.vc { color: #008080 } /* Name.Variable.Class */ +.vg { color: #008080 } /* Name.Variable.Global */ +.vi { color: #008080 } /* Name.Variable.Instance */ +.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 72fe0f2..0d35cf1 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}.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 +.highlight{background-color:#ffc}.c{color:#998;font-style:italic}.err{color:#a61717;background-color:#e3d2d2}.k,.o{color:#000;font-weight:700}.ch,.cm{color:#998}.ch,.cm,.cp{font-style:italic}.cp{color:#999;font-weight:700}.c1,.cpf{color:#998}.c1,.cpf,.cs{font-style:italic}.cs{color:#999;font-weight:700}.gd{background-color:#fdd}.gd,.ge{color:#000}.ge{font-style:italic}.gr{color:#a00}.gh{color:#999}.gi{color:#000;background-color:#dfd}.go{color:#888}.gp{color:#555}.gs{font-weight:700}.gu{color:#aaa}.gt{color:#a00}.kc,.kd,.kn,.kp,.kr{color:#000;font-weight:700}.kt{color:#458;font-weight:700}.m{color:#099}.s{color:#d14}.na{color:teal}.nb{color:#0086b3}.nc{color:#458;font-weight:700}.no{color:teal}.nd{color:#3c5d5d;font-weight:700}.ni{color:purple}.ne,.nf,.nl{color:#900;font-weight:700}.nn{color:#555}.nt{color:navy}.nv{color:teal}.ow{color:#000;font-weight:700}.w{color:#bbb}.mb,.mf,.mh,.mi,.mo{color:#099}.s2,.sb,.sc,.sd,.se,.sh,.si,.sx{color:#d14}.sr{color:#009926}.s1{color:#d14}.ss{color:#990073}.bp{color:#999}.vc,.vg,.vi{color:teal}.il{color:#099} \ No newline at end of file diff --git a/static/pygments/igor.css b/static/pygments/igor.css index 12a5315..87cf359 100644 --- a/static/pygments/igor.css +++ b/static/pygments/igor.css @@ -1,68 +1,30 @@ -.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 */ -.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 +.highlight { background-color: #ffffcc } +.c { color: #FF0000; font-style: italic } /* Comment */ +.k { color: #0000FF } /* Keyword */ +.ch { color: #FF0000; font-style: italic } /* Comment.Hashbang */ +.cm { color: #FF0000; font-style: italic } /* Comment.Multiline */ +.cp { color: #FF0000; font-style: italic } /* Comment.Preproc */ +.cpf { color: #FF0000; font-style: italic } /* Comment.PreprocFile */ +.c1 { color: #FF0000; font-style: italic } /* Comment.Single */ +.cs { color: #FF0000; font-style: italic } /* Comment.Special */ +.kc { color: #0000FF } /* Keyword.Constant */ +.kd { color: #0000FF } /* Keyword.Declaration */ +.kn { color: #0000FF } /* Keyword.Namespace */ +.kp { color: #0000FF } /* Keyword.Pseudo */ +.kr { color: #0000FF } /* Keyword.Reserved */ +.kt { color: #0000FF } /* Keyword.Type */ +.s { color: #009C00 } /* Literal.String */ +.nc { color: #007575 } /* Name.Class */ +.nd { color: #CC00A3 } /* Name.Decorator */ +.nf { color: #C34E00 } /* Name.Function */ +.sb { color: #009C00 } /* Literal.String.Backtick */ +.sc { color: #009C00 } /* Literal.String.Char */ +.sd { color: #009C00 } /* Literal.String.Doc */ +.s2 { color: #009C00 } /* Literal.String.Double */ +.se { color: #009C00 } /* Literal.String.Escape */ +.sh { color: #009C00 } /* Literal.String.Heredoc */ +.si { color: #009C00 } /* Literal.String.Interpol */ +.sx { color: #009C00 } /* Literal.String.Other */ +.sr { color: #009C00 } /* Literal.String.Regex */ +.s1 { color: #009C00 } /* Literal.String.Single */ +.ss { color: #009C00 } /* Literal.String.Symbol */ \ No newline at end of file diff --git a/static/pygments/igor.min.css b/static/pygments/igor.min.css index a24b2bc..c68c6b7 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}.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 +.highlight{background-color:#ffc}.c{color:red;font-style:italic}.k{color:#00f}.c1,.ch,.cm,.cp,.cpf,.cs{color:red;font-style:italic}.kc,.kd,.kn,.kp,.kr,.kt{color:#00f}.s{color:#009c00}.nc{color:#007575}.nd{color:#cc00a3}.nf{color:#c34e00}.s1,.s2,.sb,.sc,.sd,.se,.sh,.si,.sr,.ss,.sx{color:#009c00} \ No newline at end of file diff --git a/static/pygments/inkpot.css b/static/pygments/inkpot.css deleted file mode 100644 index 456e09b..0000000 --- a/static/pygments/inkpot.css +++ /dev/null @@ -1,148 +0,0 @@ -.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 deleted file mode 100644 index 55b2238..0000000 --- a/static/pygments/inkpot.min.css +++ /dev/null @@ -1 +0,0 @@ -.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 73eb7e8..d248228 100644 --- a/static/pygments/lovelace.css +++ b/static/pygments/lovelace.css @@ -1,140 +1,65 @@ -.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 */ -.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 +.highlight { background-color: #ffffcc } +.c { color: #888888; font-style: italic } /* Comment */ +.err { background-color: #a848a8 } /* Error */ +.k { color: #2838b0 } /* Keyword */ +.o { color: #666666 } /* Operator */ +.p { color: #888888 } /* Punctuation */ +.ch { color: #287088; font-style: italic } /* Comment.Hashbang */ +.cm { color: #888888; font-style: italic } /* Comment.Multiline */ +.cp { color: #289870 } /* Comment.Preproc */ +.cpf { color: #888888; font-style: italic } /* Comment.PreprocFile */ +.c1 { color: #888888; font-style: italic } /* Comment.Single */ +.cs { color: #888888; font-style: italic } /* Comment.Special */ +.gd { color: #c02828 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #c02828 } /* Generic.Error */ +.gh { color: #666666 } /* Generic.Heading */ +.gi { color: #388038 } /* Generic.Inserted */ +.go { color: #666666 } /* Generic.Output */ +.gp { color: #444444 } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #444444 } /* Generic.Subheading */ +.gt { color: #2838b0 } /* Generic.Traceback */ +.kc { color: #444444; font-style: italic } /* Keyword.Constant */ +.kd { color: #2838b0; font-style: italic } /* Keyword.Declaration */ +.kn { color: #2838b0 } /* Keyword.Namespace */ +.kp { color: #2838b0 } /* Keyword.Pseudo */ +.kr { color: #2838b0 } /* Keyword.Reserved */ +.kt { color: #2838b0; font-style: italic } /* Keyword.Type */ +.m { color: #444444 } /* Literal.Number */ +.s { color: #b83838 } /* Literal.String */ +.na { color: #388038 } /* Name.Attribute */ +.nb { color: #388038 } /* Name.Builtin */ +.nc { color: #287088 } /* Name.Class */ +.no { color: #b85820 } /* Name.Constant */ +.nd { color: #287088 } /* Name.Decorator */ +.ni { color: #709030 } /* Name.Entity */ +.ne { color: #908828 } /* Name.Exception */ +.nf { color: #785840 } /* Name.Function */ +.nl { color: #289870 } /* Name.Label */ +.nn { color: #289870 } /* Name.Namespace */ +.nt { color: #2838b0 } /* Name.Tag */ +.nv { color: #b04040 } /* Name.Variable */ +.ow { color: #a848a8 } /* Operator.Word */ +.w { color: #a89028 } /* Text.Whitespace */ +.mb { color: #444444 } /* Literal.Number.Bin */ +.mf { color: #444444 } /* Literal.Number.Float */ +.mh { color: #444444 } /* Literal.Number.Hex */ +.mi { color: #444444 } /* Literal.Number.Integer */ +.mo { color: #444444 } /* Literal.Number.Oct */ +.sb { color: #b83838 } /* Literal.String.Backtick */ +.sc { color: #a848a8 } /* Literal.String.Char */ +.sd { color: #b85820; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #b83838 } /* Literal.String.Double */ +.se { color: #709030 } /* Literal.String.Escape */ +.sh { color: #b83838 } /* Literal.String.Heredoc */ +.si { color: #b83838; text-decoration: underline } /* Literal.String.Interpol */ +.sx { color: #a848a8 } /* Literal.String.Other */ +.sr { color: #a848a8 } /* Literal.String.Regex */ +.s1 { color: #b83838 } /* Literal.String.Single */ +.ss { color: #b83838 } /* Literal.String.Symbol */ +.bp { color: #388038; font-style: italic } /* Name.Builtin.Pseudo */ +.vc { color: #b04040 } /* Name.Variable.Class */ +.vg { color: #908828 } /* Name.Variable.Global */ +.vi { color: #b04040 } /* Name.Variable.Instance */ +.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 06b5a7f..4d28a6d 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}.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 +.highlight{background-color:#ffc}.c{color:#888;font-style:italic}.err{background-color:#a848a8}.k{color:#2838b0}.o{color:#666}.p{color:#888}.ch{color:#287088}.ch,.cm{font-style:italic}.cm{color:#888}.cp{color:#289870}.c1,.cpf,.cs{color:#888;font-style:italic}.gd{color:#c02828}.ge{font-style:italic}.gr{color:#c02828}.gh{color:#666}.gi{color:#388038}.go{color:#666}.gp{color:#444}.gs{font-weight:700}.gu{color:#444}.gt{color:#2838b0}.kc{color:#444}.kc,.kd{font-style:italic}.kd,.kn,.kp,.kr,.kt{color:#2838b0}.kt{font-style:italic}.m{color:#444}.s{color:#b83838}.na,.nb{color:#388038}.nc{color:#287088}.no{color:#b85820}.nd{color:#287088}.ni{color:#709030}.ne{color:#908828}.nf{color:#785840}.nl,.nn{color:#289870}.nt{color:#2838b0}.nv{color:#b04040}.ow{color:#a848a8}.w{color:#a89028}.mb,.mf,.mh,.mi,.mo{color:#444}.sb{color:#b83838}.sc{color:#a848a8}.sd{color:#b85820;font-style:italic}.s2{color:#b83838}.se{color:#709030}.sh,.si{color:#b83838}.si{text-decoration:underline}.sr,.sx{color:#a848a8}.s1,.ss{color:#b83838}.bp{color:#388038;font-style:italic}.vc{color:#b04040}.vg{color:#908828}.vi{color:#b04040}.il{color:#444} \ No newline at end of file diff --git a/static/pygments/manni.css b/static/pygments/manni.css index 4fdcb31..a4f174e 100644 --- a/static/pygments/manni.css +++ b/static/pygments/manni.css @@ -1,138 +1,64 @@ -.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 */ -.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 +.highlight { background-color: #ffffcc } +.c { color: #0099FF; font-style: italic } /* Comment */ +.err { color: #AA0000; background-color: #FFAAAA } /* Error */ +.k { color: #006699; font-weight: bold } /* Keyword */ +.o { color: #555555 } /* Operator */ +.ch { color: #0099FF; font-style: italic } /* Comment.Hashbang */ +.cm { color: #0099FF; font-style: italic } /* Comment.Multiline */ +.cp { color: #009999 } /* Comment.Preproc */ +.cpf { color: #0099FF; font-style: italic } /* Comment.PreprocFile */ +.c1 { color: #0099FF; font-style: italic } /* Comment.Single */ +.cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */ +.gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #003300; font-weight: bold } /* Generic.Heading */ +.gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */ +.go { color: #AAAAAA } /* Generic.Output */ +.gp { color: #000099; font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #003300; font-weight: bold } /* Generic.Subheading */ +.gt { color: #99CC66 } /* Generic.Traceback */ +.kc { color: #006699; font-weight: bold } /* Keyword.Constant */ +.kd { color: #006699; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #006699; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #006699 } /* Keyword.Pseudo */ +.kr { color: #006699; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #007788; font-weight: bold } /* Keyword.Type */ +.m { color: #FF6600 } /* Literal.Number */ +.s { color: #CC3300 } /* Literal.String */ +.na { color: #330099 } /* Name.Attribute */ +.nb { color: #336666 } /* Name.Builtin */ +.nc { color: #00AA88; font-weight: bold } /* Name.Class */ +.no { color: #336600 } /* Name.Constant */ +.nd { color: #9999FF } /* Name.Decorator */ +.ni { color: #999999; font-weight: bold } /* Name.Entity */ +.ne { color: #CC0000; font-weight: bold } /* Name.Exception */ +.nf { color: #CC00FF } /* Name.Function */ +.nl { color: #9999FF } /* Name.Label */ +.nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */ +.nt { color: #330099; font-weight: bold } /* Name.Tag */ +.nv { color: #003333 } /* Name.Variable */ +.ow { color: #000000; font-weight: bold } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mb { color: #FF6600 } /* Literal.Number.Bin */ +.mf { color: #FF6600 } /* Literal.Number.Float */ +.mh { color: #FF6600 } /* Literal.Number.Hex */ +.mi { color: #FF6600 } /* Literal.Number.Integer */ +.mo { color: #FF6600 } /* Literal.Number.Oct */ +.sb { color: #CC3300 } /* Literal.String.Backtick */ +.sc { color: #CC3300 } /* Literal.String.Char */ +.sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #CC3300 } /* Literal.String.Double */ +.se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */ +.sh { color: #CC3300 } /* Literal.String.Heredoc */ +.si { color: #AA0000 } /* Literal.String.Interpol */ +.sx { color: #CC3300 } /* Literal.String.Other */ +.sr { color: #33AAAA } /* Literal.String.Regex */ +.s1 { color: #CC3300 } /* Literal.String.Single */ +.ss { color: #FFCC33 } /* Literal.String.Symbol */ +.bp { color: #336666 } /* Name.Builtin.Pseudo */ +.vc { color: #003333 } /* Name.Variable.Class */ +.vg { color: #003333 } /* Name.Variable.Global */ +.vi { color: #003333 } /* Name.Variable.Instance */ +.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 f9e7e6a..851fb30 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}.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 +.highlight{background-color:#ffc}.c{color:#09f;font-style:italic}.err{color:#a00;background-color:#faa}.k{color:#069;font-weight:700}.o{color:#555}.ch,.cm{color:#09f;font-style:italic}.cp{color:#099}.c1,.cpf,.cs{color:#09f;font-style:italic}.cs{font-weight:700}.gd{background-color:#fcc;border:1px solid #c00}.ge{font-style:italic}.gr{color:red}.gh{color:#030;font-weight:700}.gi{background-color:#cfc;border:1px solid #0c0}.go{color:#aaa}.gp{color:#009}.gp,.gs,.gu{font-weight:700}.gu{color:#030}.gt{color:#9c6}.kc,.kd,.kn{color:#069;font-weight:700}.kp,.kr{color:#069}.kr,.kt{font-weight:700}.kt{color:#078}.m{color:#f60}.s{color:#c30}.na{color:#309}.nb{color:#366}.nc{color:#0a8;font-weight:700}.no{color:#360}.nd{color:#99f}.ni{color:#999}.ne,.ni{font-weight:700}.ne{color:#c00}.nf{color:#c0f}.nl{color:#99f}.nn{color:#0cf}.nn,.nt{font-weight:700}.nt{color:#309}.nv{color:#033}.ow{color:#000;font-weight:700}.w{color:#bbb}.mb,.mf,.mh,.mi,.mo{color:#f60}.sb,.sc,.sd{color:#c30}.sd{font-style:italic}.s2,.se{color:#c30}.se{font-weight:700}.sh{color:#c30}.si{color:#a00}.sx{color:#c30}.sr{color:#3aa}.s1{color:#c30}.ss{color:#fc3}.bp{color:#366}.vc,.vg,.vi{color:#033}.il{color:#f60} \ No newline at end of file diff --git a/static/pygments/monokai.css b/static/pygments/monokai.css index b9e66e6..3c8bf06 100644 --- a/static/pygments/monokai.css +++ b/static/pygments/monokai.css @@ -1,144 +1,65 @@ -.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 .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 */ -.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 */ -.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 +.highlight { background-color: #49483e } +.c { color: #75715e } /* Comment */ +.err { color: #960050; background-color: #1e0010 } /* Error */ +.k { color: #66d9ef } /* Keyword */ +.l { color: #ae81ff } /* Literal */ +.n { color: #f8f8f2 } /* Name */ +.o { color: #f92672 } /* Operator */ +.p { color: #f8f8f2 } /* Punctuation */ +.ch { color: #75715e } /* Comment.Hashbang */ +.cm { color: #75715e } /* Comment.Multiline */ +.cp { color: #75715e } /* Comment.Preproc */ +.cpf { color: #75715e } /* Comment.PreprocFile */ +.c1 { color: #75715e } /* Comment.Single */ +.cs { color: #75715e } /* Comment.Special */ +.gd { color: #f92672 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gi { color: #a6e22e } /* Generic.Inserted */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #75715e } /* Generic.Subheading */ +.kc { color: #66d9ef } /* Keyword.Constant */ +.kd { color: #66d9ef } /* Keyword.Declaration */ +.kn { color: #f92672 } /* Keyword.Namespace */ +.kp { color: #66d9ef } /* Keyword.Pseudo */ +.kr { color: #66d9ef } /* Keyword.Reserved */ +.kt { color: #66d9ef } /* Keyword.Type */ +.ld { color: #e6db74 } /* Literal.Date */ +.m { color: #ae81ff } /* Literal.Number */ +.s { color: #e6db74 } /* Literal.String */ +.na { color: #a6e22e } /* Name.Attribute */ +.nb { color: #f8f8f2 } /* Name.Builtin */ +.nc { color: #a6e22e } /* Name.Class */ +.no { color: #66d9ef } /* Name.Constant */ +.nd { color: #a6e22e } /* Name.Decorator */ +.ni { color: #f8f8f2 } /* Name.Entity */ +.ne { color: #a6e22e } /* Name.Exception */ +.nf { color: #a6e22e } /* Name.Function */ +.nl { color: #f8f8f2 } /* Name.Label */ +.nn { color: #f8f8f2 } /* Name.Namespace */ +.nx { color: #a6e22e } /* Name.Other */ +.py { color: #f8f8f2 } /* Name.Property */ +.nt { color: #f92672 } /* Name.Tag */ +.nv { color: #f8f8f2 } /* Name.Variable */ +.ow { color: #f92672 } /* Operator.Word */ +.w { color: #f8f8f2 } /* Text.Whitespace */ +.mb { color: #ae81ff } /* Literal.Number.Bin */ +.mf { color: #ae81ff } /* Literal.Number.Float */ +.mh { color: #ae81ff } /* Literal.Number.Hex */ +.mi { color: #ae81ff } /* Literal.Number.Integer */ +.mo { color: #ae81ff } /* Literal.Number.Oct */ +.sb { color: #e6db74 } /* Literal.String.Backtick */ +.sc { color: #e6db74 } /* Literal.String.Char */ +.sd { color: #e6db74 } /* Literal.String.Doc */ +.s2 { color: #e6db74 } /* Literal.String.Double */ +.se { color: #ae81ff } /* Literal.String.Escape */ +.sh { color: #e6db74 } /* Literal.String.Heredoc */ +.si { color: #e6db74 } /* Literal.String.Interpol */ +.sx { color: #e6db74 } /* Literal.String.Other */ +.sr { color: #e6db74 } /* Literal.String.Regex */ +.s1 { color: #e6db74 } /* Literal.String.Single */ +.ss { color: #e6db74 } /* Literal.String.Symbol */ +.bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */ +.vc { color: #f8f8f2 } /* Name.Variable.Class */ +.vg { color: #f8f8f2 } /* Name.Variable.Global */ +.vi { color: #f8f8f2 } /* Name.Variable.Instance */ +.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 c29088f..e9eb78b 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 .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 +.highlight{background-color:#49483e}.c{color:#75715e}.err{color:#960050;background-color:#1e0010}.k{color:#66d9ef}.l{color:#ae81ff}.n{color:#f8f8f2}.o{color:#f92672}.p{color:#f8f8f2}.c1,.ch,.cm,.cp,.cpf,.cs{color:#75715e}.gd{color:#f92672}.ge{font-style:italic}.gi{color:#a6e22e}.gs{font-weight:700}.gu{color:#75715e}.kc,.kd{color:#66d9ef}.kn{color:#f92672}.kp,.kr,.kt{color:#66d9ef}.ld{color:#e6db74}.m{color:#ae81ff}.s{color:#e6db74}.na{color:#a6e22e}.nb{color:#f8f8f2}.nc{color:#a6e22e}.no{color:#66d9ef}.nd{color:#a6e22e}.ni{color:#f8f8f2}.ne,.nf{color:#a6e22e}.nl,.nn{color:#f8f8f2}.nx{color:#a6e22e}.py{color:#f8f8f2}.nt{color:#f92672}.nv{color:#f8f8f2}.ow{color:#f92672}.w{color:#f8f8f2}.mb,.mf,.mh,.mi,.mo{color:#ae81ff}.s2,.sb,.sc,.sd{color:#e6db74}.se{color:#ae81ff}.s1,.sh,.si,.sr,.ss,.sx{color:#e6db74}.bp,.vc,.vg,.vi{color:#f8f8f2}.il{color:#ae81ff} \ No newline at end of file diff --git a/static/pygments/murphy.css b/static/pygments/murphy.css index c58f125..fd46e31 100644 --- a/static/pygments/murphy.css +++ b/static/pygments/murphy.css @@ -1,138 +1,64 @@ -.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 */ -.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 +.highlight { background-color: #ffffcc } +.c { color: #666666; font-style: italic } /* Comment */ +.err { color: #FF0000; background-color: #FFAAAA } /* Error */ +.k { color: #228899; font-weight: bold } /* Keyword */ +.o { color: #333333 } /* Operator */ +.ch { color: #666666; font-style: italic } /* Comment.Hashbang */ +.cm { color: #666666; font-style: italic } /* Comment.Multiline */ +.cp { color: #557799 } /* Comment.Preproc */ +.cpf { color: #666666; font-style: italic } /* Comment.PreprocFile */ +.c1 { color: #666666; font-style: italic } /* Comment.Single */ +.cs { color: #cc0000; font-weight: bold; font-style: italic } /* Comment.Special */ +.gd { color: #A00000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00A000 } /* Generic.Inserted */ +.go { color: #888888 } /* Generic.Output */ +.gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #0044DD } /* Generic.Traceback */ +.kc { color: #228899; font-weight: bold } /* Keyword.Constant */ +.kd { color: #228899; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #228899; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #0088ff; font-weight: bold } /* Keyword.Pseudo */ +.kr { color: #228899; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #6666ff; font-weight: bold } /* Keyword.Type */ +.m { color: #6600EE; font-weight: bold } /* Literal.Number */ +.s { background-color: #e0e0ff } /* Literal.String */ +.na { color: #000077 } /* Name.Attribute */ +.nb { color: #007722 } /* Name.Builtin */ +.nc { color: #ee99ee; font-weight: bold } /* Name.Class */ +.no { color: #55eedd; font-weight: bold } /* Name.Constant */ +.nd { color: #555555; font-weight: bold } /* Name.Decorator */ +.ni { color: #880000 } /* Name.Entity */ +.ne { color: #FF0000; font-weight: bold } /* Name.Exception */ +.nf { color: #55eedd; font-weight: bold } /* Name.Function */ +.nl { color: #997700; font-weight: bold } /* Name.Label */ +.nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ +.nt { color: #007700 } /* Name.Tag */ +.nv { color: #003366 } /* Name.Variable */ +.ow { color: #000000; font-weight: bold } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mb { color: #6600EE; font-weight: bold } /* Literal.Number.Bin */ +.mf { color: #6600EE; font-weight: bold } /* Literal.Number.Float */ +.mh { color: #005588; font-weight: bold } /* Literal.Number.Hex */ +.mi { color: #6666ff; font-weight: bold } /* Literal.Number.Integer */ +.mo { color: #4400EE; font-weight: bold } /* Literal.Number.Oct */ +.sb { background-color: #e0e0ff } /* Literal.String.Backtick */ +.sc { color: #8888FF } /* Literal.String.Char */ +.sd { color: #DD4422 } /* Literal.String.Doc */ +.s2 { background-color: #e0e0ff } /* Literal.String.Double */ +.se { color: #666666; font-weight: bold; background-color: #e0e0ff } /* Literal.String.Escape */ +.sh { background-color: #e0e0ff } /* Literal.String.Heredoc */ +.si { background-color: #eeeeee } /* Literal.String.Interpol */ +.sx { color: #ff8888; background-color: #e0e0ff } /* Literal.String.Other */ +.sr { color: #000000; background-color: #e0e0ff } /* Literal.String.Regex */ +.s1 { background-color: #e0e0ff } /* Literal.String.Single */ +.ss { color: #ffcc88 } /* Literal.String.Symbol */ +.bp { color: #007722 } /* Name.Builtin.Pseudo */ +.vc { color: #ccccff } /* Name.Variable.Class */ +.vg { color: #ff8844 } /* Name.Variable.Global */ +.vi { color: #aaaaff } /* Name.Variable.Instance */ +.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 c0b13fd..2b44ac9 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}.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 +.highlight{background-color:#ffc}.c{color:#666;font-style:italic}.err{color:red;background-color:#faa}.k{color:#289;font-weight:700}.o{color:#333}.ch,.cm{color:#666;font-style:italic}.cp{color:#579}.c1,.cpf{color:#666}.c1,.cpf,.cs{font-style:italic}.cs{color:#c00;font-weight:700}.gd{color:#a00000}.ge{font-style:italic}.gr{color:red}.gh{color:navy;font-weight:700}.gi{color:#00a000}.go{color:#888}.gp{color:#c65d09}.gp,.gs,.gu{font-weight:700}.gu{color:purple}.gt{color:#04d}.kc,.kd,.kn{color:#289;font-weight:700}.kp{color:#08f}.kp,.kr{font-weight:700}.kr{color:#289}.kt{color:#66f}.kt,.m{font-weight:700}.m{color:#60e}.s{background-color:#e0e0ff}.na{color:#007}.nb{color:#072}.nc{color:#e9e}.nc,.no{font-weight:700}.no{color:#5ed}.nd{color:#555;font-weight:700}.ni{color:#800}.ne{color:red}.ne,.nf{font-weight:700}.nf{color:#5ed}.nl{color:#970}.nl,.nn{font-weight:700}.nn{color:#0e84b5}.nt{color:#070}.nv{color:#036}.ow{color:#000;font-weight:700}.w{color:#bbb}.mb,.mf{color:#60e}.mb,.mf,.mh{font-weight:700}.mh{color:#058}.mi{color:#66f}.mi,.mo{font-weight:700}.mo{color:#40e}.sb{background-color:#e0e0ff}.sc{color:#88f}.sd{color:#d42}.s2,.se{background-color:#e0e0ff}.se{color:#666;font-weight:700}.sh{background-color:#e0e0ff}.si{background-color:#eee}.sx{color:#f88}.sr,.sx{background-color:#e0e0ff}.sr{color:#000}.s1{background-color:#e0e0ff}.ss{color:#fc8}.bp{color:#072}.vc{color:#ccf}.vg{color:#f84}.vi{color:#aaf}.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 70cba50..65f10c1 100644 --- a/static/pygments/native.css +++ b/static/pygments/native.css @@ -1,156 +1,73 @@ -.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 */ -.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 +.highlight { background-color: #404040 } +.c { color: #999999; font-style: italic } /* Comment */ +.err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.esc { color: #d0d0d0 } /* Escape */ +.g { color: #d0d0d0 } /* Generic */ +.k { color: #6ab825; font-weight: bold } /* Keyword */ +.l { color: #d0d0d0 } /* Literal */ +.n { color: #d0d0d0 } /* Name */ +.o { color: #d0d0d0 } /* Operator */ +.x { color: #d0d0d0 } /* Other */ +.p { color: #d0d0d0 } /* Punctuation */ +.ch { color: #999999; font-style: italic } /* Comment.Hashbang */ +.cm { color: #999999; font-style: italic } /* Comment.Multiline */ +.cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */ +.cpf { color: #999999; font-style: italic } /* Comment.PreprocFile */ +.c1 { color: #999999; font-style: italic } /* Comment.Single */ +.cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ +.gd { color: #d22323 } /* Generic.Deleted */ +.ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ +.gr { color: #d22323 } /* Generic.Error */ +.gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ +.gi { color: #589819 } /* Generic.Inserted */ +.go { color: #cccccc } /* Generic.Output */ +.gp { color: #aaaaaa } /* Generic.Prompt */ +.gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */ +.gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ +.gt { color: #d22323 } /* Generic.Traceback */ +.kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */ +.kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #6ab825 } /* Keyword.Pseudo */ +.kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #6ab825; font-weight: bold } /* Keyword.Type */ +.ld { color: #d0d0d0 } /* Literal.Date */ +.m { color: #3677a9 } /* Literal.Number */ +.s { color: #ed9d13 } /* Literal.String */ +.na { color: #bbbbbb } /* Name.Attribute */ +.nb { color: #24909d } /* Name.Builtin */ +.nc { color: #447fcf; text-decoration: underline } /* Name.Class */ +.no { color: #40ffff } /* Name.Constant */ +.nd { color: #ffa500 } /* Name.Decorator */ +.ni { color: #d0d0d0 } /* Name.Entity */ +.ne { color: #bbbbbb } /* Name.Exception */ +.nf { color: #447fcf } /* Name.Function */ +.nl { color: #d0d0d0 } /* Name.Label */ +.nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */ +.nx { color: #d0d0d0 } /* Name.Other */ +.py { color: #d0d0d0 } /* Name.Property */ +.nt { color: #6ab825; font-weight: bold } /* Name.Tag */ +.nv { color: #40ffff } /* Name.Variable */ +.ow { color: #6ab825; font-weight: bold } /* Operator.Word */ +.w { color: #666666 } /* Text.Whitespace */ +.mb { color: #3677a9 } /* Literal.Number.Bin */ +.mf { color: #3677a9 } /* Literal.Number.Float */ +.mh { color: #3677a9 } /* Literal.Number.Hex */ +.mi { color: #3677a9 } /* Literal.Number.Integer */ +.mo { color: #3677a9 } /* Literal.Number.Oct */ +.sb { color: #ed9d13 } /* Literal.String.Backtick */ +.sc { color: #ed9d13 } /* Literal.String.Char */ +.sd { color: #ed9d13 } /* Literal.String.Doc */ +.s2 { color: #ed9d13 } /* Literal.String.Double */ +.se { color: #ed9d13 } /* Literal.String.Escape */ +.sh { color: #ed9d13 } /* Literal.String.Heredoc */ +.si { color: #ed9d13 } /* Literal.String.Interpol */ +.sx { color: #ffa500 } /* Literal.String.Other */ +.sr { color: #ed9d13 } /* Literal.String.Regex */ +.s1 { color: #ed9d13 } /* Literal.String.Single */ +.ss { color: #ed9d13 } /* Literal.String.Symbol */ +.bp { color: #24909d } /* Name.Builtin.Pseudo */ +.vc { color: #40ffff } /* Name.Variable.Class */ +.vg { color: #40ffff } /* Name.Variable.Global */ +.vi { color: #40ffff } /* Name.Variable.Instance */ +.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 cc83fc4..8dd3e3c 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}.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 +.highlight{background-color:#404040}.c{color:#999;font-style:italic}.err{color:#a61717;background-color:#e3d2d2}.esc,.g{color:#d0d0d0}.k{color:#6ab825;font-weight:700}.l,.n,.o,.p,.x{color:#d0d0d0}.ch,.cm{color:#999;font-style:italic}.cp{color:#cd2828;font-weight:700}.c1,.cpf{color:#999;font-style:italic}.cs{color:#e50808;font-weight:700;background-color:#520000}.gd{color:#d22323}.ge{color:#d0d0d0;font-style:italic}.gr{color:#d22323}.gh{color:#fff;font-weight:700}.gi{color:#589819}.go{color:#ccc}.gp{color:#aaa}.gs{color:#d0d0d0;font-weight:700}.gu{color:#fff;text-decoration:underline}.gt{color:#d22323}.kc,.kd,.kn{font-weight:700}.kc,.kd,.kn,.kp{color:#6ab825}.kr,.kt{color:#6ab825;font-weight:700}.ld{color:#d0d0d0}.m{color:#3677a9}.s{color:#ed9d13}.na{color:#bbb}.nb{color:#24909d}.nc{color:#447fcf;text-decoration:underline}.no{color:#40ffff}.nd{color:orange}.ni{color:#d0d0d0}.ne{color:#bbb}.nf{color:#447fcf}.nl{color:#d0d0d0}.nn{color:#447fcf;text-decoration:underline}.nx,.py{color:#d0d0d0}.nt{color:#6ab825;font-weight:700}.nv{color:#40ffff}.ow{color:#6ab825;font-weight:700}.w{color:#666}.mb,.mf,.mh,.mi,.mo{color:#3677a9}.s2,.sb,.sc,.sd,.se,.sh,.si{color:#ed9d13}.sx{color:orange}.s1,.sr,.ss{color:#ed9d13}.bp{color:#24909d}.vc,.vg,.vi{color:#40ffff}.il{color:#3677a9} \ No newline at end of file diff --git a/static/pygments/paraiso-dark.css b/static/pygments/paraiso-dark.css index 87065dc..cfecfa9 100644 --- a/static/pygments/paraiso-dark.css +++ b/static/pygments/paraiso-dark.css @@ -1,144 +1,67 @@ -.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 */ -.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 +.highlight { background-color: #4f424c } +.c { color: #776e71 } /* Comment */ +.err { color: #ef6155 } /* Error */ +.k { color: #815ba4 } /* Keyword */ +.l { color: #f99b15 } /* Literal */ +.n { color: #e7e9db } /* Name */ +.o { color: #5bc4bf } /* Operator */ +.p { color: #e7e9db } /* Punctuation */ +.ch { color: #776e71 } /* Comment.Hashbang */ +.cm { color: #776e71 } /* Comment.Multiline */ +.cp { color: #776e71 } /* Comment.Preproc */ +.cpf { color: #776e71 } /* Comment.PreprocFile */ +.c1 { color: #776e71 } /* Comment.Single */ +.cs { color: #776e71 } /* Comment.Special */ +.gd { color: #ef6155 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gh { color: #e7e9db; font-weight: bold } /* Generic.Heading */ +.gi { color: #48b685 } /* Generic.Inserted */ +.gp { color: #776e71; font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #5bc4bf; font-weight: bold } /* Generic.Subheading */ +.kc { color: #815ba4 } /* Keyword.Constant */ +.kd { color: #815ba4 } /* Keyword.Declaration */ +.kn { color: #5bc4bf } /* Keyword.Namespace */ +.kp { color: #815ba4 } /* Keyword.Pseudo */ +.kr { color: #815ba4 } /* Keyword.Reserved */ +.kt { color: #fec418 } /* Keyword.Type */ +.ld { color: #48b685 } /* Literal.Date */ +.m { color: #f99b15 } /* Literal.Number */ +.s { color: #48b685 } /* Literal.String */ +.na { color: #06b6ef } /* Name.Attribute */ +.nb { color: #e7e9db } /* Name.Builtin */ +.nc { color: #fec418 } /* Name.Class */ +.no { color: #ef6155 } /* Name.Constant */ +.nd { color: #5bc4bf } /* Name.Decorator */ +.ni { color: #e7e9db } /* Name.Entity */ +.ne { color: #ef6155 } /* Name.Exception */ +.nf { color: #06b6ef } /* Name.Function */ +.nl { color: #e7e9db } /* Name.Label */ +.nn { color: #fec418 } /* Name.Namespace */ +.nx { color: #06b6ef } /* Name.Other */ +.py { color: #e7e9db } /* Name.Property */ +.nt { color: #5bc4bf } /* Name.Tag */ +.nv { color: #ef6155 } /* Name.Variable */ +.ow { color: #5bc4bf } /* Operator.Word */ +.w { color: #e7e9db } /* Text.Whitespace */ +.mb { color: #f99b15 } /* Literal.Number.Bin */ +.mf { color: #f99b15 } /* Literal.Number.Float */ +.mh { color: #f99b15 } /* Literal.Number.Hex */ +.mi { color: #f99b15 } /* Literal.Number.Integer */ +.mo { color: #f99b15 } /* Literal.Number.Oct */ +.sb { color: #48b685 } /* Literal.String.Backtick */ +.sc { color: #e7e9db } /* Literal.String.Char */ +.sd { color: #776e71 } /* Literal.String.Doc */ +.s2 { color: #48b685 } /* Literal.String.Double */ +.se { color: #f99b15 } /* Literal.String.Escape */ +.sh { color: #48b685 } /* Literal.String.Heredoc */ +.si { color: #f99b15 } /* Literal.String.Interpol */ +.sx { color: #48b685 } /* Literal.String.Other */ +.sr { color: #48b685 } /* Literal.String.Regex */ +.s1 { color: #48b685 } /* Literal.String.Single */ +.ss { color: #48b685 } /* Literal.String.Symbol */ +.bp { color: #e7e9db } /* Name.Builtin.Pseudo */ +.vc { color: #ef6155 } /* Name.Variable.Class */ +.vg { color: #ef6155 } /* Name.Variable.Global */ +.vi { color: #ef6155 } /* Name.Variable.Instance */ +.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 c64e703..0931d6e 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}.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 +.highlight{background-color:#4f424c}.c{color:#776e71}.err{color:#ef6155}.k{color:#815ba4}.l{color:#f99b15}.n{color:#e7e9db}.o{color:#5bc4bf}.p{color:#e7e9db}.c1,.ch,.cm,.cp,.cpf,.cs{color:#776e71}.gd{color:#ef6155}.ge{font-style:italic}.gh{color:#e7e9db;font-weight:700}.gi{color:#48b685}.gp{color:#776e71}.gp,.gs,.gu{font-weight:700}.gu{color:#5bc4bf}.kc,.kd{color:#815ba4}.kn{color:#5bc4bf}.kp,.kr{color:#815ba4}.kt{color:#fec418}.ld{color:#48b685}.m{color:#f99b15}.s{color:#48b685}.na{color:#06b6ef}.nb{color:#e7e9db}.nc{color:#fec418}.no{color:#ef6155}.nd{color:#5bc4bf}.ni{color:#e7e9db}.ne{color:#ef6155}.nf{color:#06b6ef}.nl{color:#e7e9db}.nn{color:#fec418}.nx{color:#06b6ef}.py{color:#e7e9db}.nt{color:#5bc4bf}.nv{color:#ef6155}.ow{color:#5bc4bf}.w{color:#e7e9db}.mb,.mf,.mh,.mi,.mo{color:#f99b15}.sb{color:#48b685}.sc{color:#e7e9db}.sd{color:#776e71}.s2{color:#48b685}.se{color:#f99b15}.sh{color:#48b685}.si{color:#f99b15}.s1,.sr,.ss,.sx{color:#48b685}.bp{color:#e7e9db}.vc,.vg,.vi{color:#ef6155}.il{color:#f99b15} \ No newline at end of file diff --git a/static/pygments/paraiso-light.css b/static/pygments/paraiso-light.css index 39b1e6e..c7db930 100644 --- a/static/pygments/paraiso-light.css +++ b/static/pygments/paraiso-light.css @@ -1,144 +1,67 @@ -.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 */ -.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 +.highlight { background-color: #a39e9b } +.c { color: #8d8687 } /* Comment */ +.err { color: #ef6155 } /* Error */ +.k { color: #815ba4 } /* Keyword */ +.l { color: #f99b15 } /* Literal */ +.n { color: #2f1e2e } /* Name */ +.o { color: #5bc4bf } /* Operator */ +.p { color: #2f1e2e } /* Punctuation */ +.ch { color: #8d8687 } /* Comment.Hashbang */ +.cm { color: #8d8687 } /* Comment.Multiline */ +.cp { color: #8d8687 } /* Comment.Preproc */ +.cpf { color: #8d8687 } /* Comment.PreprocFile */ +.c1 { color: #8d8687 } /* Comment.Single */ +.cs { color: #8d8687 } /* Comment.Special */ +.gd { color: #ef6155 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gh { color: #2f1e2e; font-weight: bold } /* Generic.Heading */ +.gi { color: #48b685 } /* Generic.Inserted */ +.gp { color: #8d8687; font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #5bc4bf; font-weight: bold } /* Generic.Subheading */ +.kc { color: #815ba4 } /* Keyword.Constant */ +.kd { color: #815ba4 } /* Keyword.Declaration */ +.kn { color: #5bc4bf } /* Keyword.Namespace */ +.kp { color: #815ba4 } /* Keyword.Pseudo */ +.kr { color: #815ba4 } /* Keyword.Reserved */ +.kt { color: #fec418 } /* Keyword.Type */ +.ld { color: #48b685 } /* Literal.Date */ +.m { color: #f99b15 } /* Literal.Number */ +.s { color: #48b685 } /* Literal.String */ +.na { color: #06b6ef } /* Name.Attribute */ +.nb { color: #2f1e2e } /* Name.Builtin */ +.nc { color: #fec418 } /* Name.Class */ +.no { color: #ef6155 } /* Name.Constant */ +.nd { color: #5bc4bf } /* Name.Decorator */ +.ni { color: #2f1e2e } /* Name.Entity */ +.ne { color: #ef6155 } /* Name.Exception */ +.nf { color: #06b6ef } /* Name.Function */ +.nl { color: #2f1e2e } /* Name.Label */ +.nn { color: #fec418 } /* Name.Namespace */ +.nx { color: #06b6ef } /* Name.Other */ +.py { color: #2f1e2e } /* Name.Property */ +.nt { color: #5bc4bf } /* Name.Tag */ +.nv { color: #ef6155 } /* Name.Variable */ +.ow { color: #5bc4bf } /* Operator.Word */ +.w { color: #2f1e2e } /* Text.Whitespace */ +.mb { color: #f99b15 } /* Literal.Number.Bin */ +.mf { color: #f99b15 } /* Literal.Number.Float */ +.mh { color: #f99b15 } /* Literal.Number.Hex */ +.mi { color: #f99b15 } /* Literal.Number.Integer */ +.mo { color: #f99b15 } /* Literal.Number.Oct */ +.sb { color: #48b685 } /* Literal.String.Backtick */ +.sc { color: #2f1e2e } /* Literal.String.Char */ +.sd { color: #8d8687 } /* Literal.String.Doc */ +.s2 { color: #48b685 } /* Literal.String.Double */ +.se { color: #f99b15 } /* Literal.String.Escape */ +.sh { color: #48b685 } /* Literal.String.Heredoc */ +.si { color: #f99b15 } /* Literal.String.Interpol */ +.sx { color: #48b685 } /* Literal.String.Other */ +.sr { color: #48b685 } /* Literal.String.Regex */ +.s1 { color: #48b685 } /* Literal.String.Single */ +.ss { color: #48b685 } /* Literal.String.Symbol */ +.bp { color: #2f1e2e } /* Name.Builtin.Pseudo */ +.vc { color: #ef6155 } /* Name.Variable.Class */ +.vg { color: #ef6155 } /* Name.Variable.Global */ +.vi { color: #ef6155 } /* Name.Variable.Instance */ +.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 4ad09c4..f163e16 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}.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 +.highlight{background-color:#a39e9b}.c{color:#8d8687}.err{color:#ef6155}.k{color:#815ba4}.l{color:#f99b15}.n{color:#2f1e2e}.o{color:#5bc4bf}.p{color:#2f1e2e}.c1,.ch,.cm,.cp,.cpf,.cs{color:#8d8687}.gd{color:#ef6155}.ge{font-style:italic}.gh{color:#2f1e2e;font-weight:700}.gi{color:#48b685}.gp{color:#8d8687}.gp,.gs,.gu{font-weight:700}.gu{color:#5bc4bf}.kc,.kd{color:#815ba4}.kn{color:#5bc4bf}.kp,.kr{color:#815ba4}.kt{color:#fec418}.ld{color:#48b685}.m{color:#f99b15}.s{color:#48b685}.na{color:#06b6ef}.nb{color:#2f1e2e}.nc{color:#fec418}.no{color:#ef6155}.nd{color:#5bc4bf}.ni{color:#2f1e2e}.ne{color:#ef6155}.nf{color:#06b6ef}.nl{color:#2f1e2e}.nn{color:#fec418}.nx{color:#06b6ef}.py{color:#2f1e2e}.nt{color:#5bc4bf}.nv{color:#ef6155}.ow{color:#5bc4bf}.w{color:#2f1e2e}.mb,.mf,.mh,.mi,.mo{color:#f99b15}.sb{color:#48b685}.sc{color:#2f1e2e}.sd{color:#8d8687}.s2{color:#48b685}.se{color:#f99b15}.sh{color:#48b685}.si{color:#f99b15}.s1,.sr,.ss,.sx{color:#48b685}.bp{color:#2f1e2e}.vc,.vg,.vi{color:#ef6155}.il{color:#f99b15} \ No newline at end of file diff --git a/static/pygments/pastie.css b/static/pygments/pastie.css index 8e9374e..0484a40 100644 --- a/static/pygments/pastie.css +++ b/static/pygments/pastie.css @@ -1,136 +1,63 @@ -.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 */ -.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 +.highlight { background-color: #ffffcc } +.c { color: #888888 } /* Comment */ +.err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.k { color: #008800; font-weight: bold } /* Keyword */ +.ch { color: #888888 } /* Comment.Hashbang */ +.cm { color: #888888 } /* Comment.Multiline */ +.cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ +.cpf { color: #888888 } /* Comment.PreprocFile */ +.c1 { color: #888888 } /* Comment.Single */ +.cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ +.gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #aa0000 } /* Generic.Error */ +.gh { color: #333333 } /* Generic.Heading */ +.gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ +.go { color: #888888 } /* Generic.Output */ +.gp { color: #555555 } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #666666 } /* Generic.Subheading */ +.gt { color: #aa0000 } /* Generic.Traceback */ +.kc { color: #008800; font-weight: bold } /* Keyword.Constant */ +.kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #008800 } /* Keyword.Pseudo */ +.kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #888888; font-weight: bold } /* Keyword.Type */ +.m { color: #0000DD; font-weight: bold } /* Literal.Number */ +.s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ +.na { color: #336699 } /* Name.Attribute */ +.nb { color: #003388 } /* Name.Builtin */ +.nc { color: #bb0066; font-weight: bold } /* Name.Class */ +.no { color: #003366; font-weight: bold } /* Name.Constant */ +.nd { color: #555555 } /* Name.Decorator */ +.ne { color: #bb0066; font-weight: bold } /* Name.Exception */ +.nf { color: #0066bb; font-weight: bold } /* Name.Function */ +.nl { color: #336699; font-style: italic } /* Name.Label */ +.nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ +.py { color: #336699; font-weight: bold } /* Name.Property */ +.nt { color: #bb0066; font-weight: bold } /* Name.Tag */ +.nv { color: #336699 } /* Name.Variable */ +.ow { color: #008800 } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ +.mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ +.mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ +.mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ +.mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ +.sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ +.sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ +.sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ +.s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ +.se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ +.sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ +.si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ +.sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ +.sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ +.s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ +.ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ +.bp { color: #003388 } /* Name.Builtin.Pseudo */ +.vc { color: #336699 } /* Name.Variable.Class */ +.vg { color: #dd7700 } /* Name.Variable.Global */ +.vi { color: #3333bb } /* Name.Variable.Instance */ +.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 a274bfc..7a1b6fb 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}.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 +.highlight{background-color:#ffc}.c{color:#888}.err{color:#a61717;background-color:#e3d2d2}.k{color:#080;font-weight:700}.ch,.cm{color:#888}.cp{color:#c00;font-weight:700}.c1,.cpf{color:#888}.cs{color:#c00;font-weight:700;background-color:#fff0f0}.gd{color:#000;background-color:#fdd}.ge{font-style:italic}.gr{color:#a00}.gh{color:#333}.gi{color:#000;background-color:#dfd}.go{color:#888}.gp{color:#555}.gs{font-weight:700}.gu{color:#666}.gt{color:#a00}.kc,.kd,.kn{color:#080;font-weight:700}.kp,.kr{color:#080}.kr,.kt{font-weight:700}.kt{color:#888}.m{color:#00d;font-weight:700}.s{color:#d20;background-color:#fff0f0}.na{color:#369}.nb{color:#038}.nc{color:#b06}.nc,.no{font-weight:700}.no{color:#036}.nd{color:#555}.ne{color:#b06}.ne,.nf{font-weight:700}.nf{color:#06b}.nl{color:#369;font-style:italic}.nn{color:#b06}.nn,.py{font-weight:700}.py{color:#369}.nt{color:#b06;font-weight:700}.nv{color:#369}.ow{color:#080}.w{color:#bbb}.mb,.mf,.mh,.mi,.mo{color:#00d;font-weight:700}.s2,.sb,.sc,.sd{color:#d20}.s2,.sb,.sc,.sd,.se{background-color:#fff0f0}.se{color:#04d}.sh{color:#d20}.sh,.si{background-color:#fff0f0}.si{color:#33b}.sx{color:#2b2;background-color:#f0fff0}.sr{color:#080;background-color:#fff0ff}.s1{color:#d20}.s1,.ss{background-color:#fff0f0}.ss{color:#a60}.bp{color:#038}.vc{color:#369}.vg{color:#d70}.vi{color:#33b}.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 3fc5a5b..a488774 100644 --- a/static/pygments/perldoc.css +++ b/static/pygments/perldoc.css @@ -1,132 +1,61 @@ -.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 */ -.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 +.highlight { background-color: #ffffcc } +.c { color: #228B22 } /* Comment */ +.err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.k { color: #8B008B; font-weight: bold } /* Keyword */ +.ch { color: #228B22 } /* Comment.Hashbang */ +.cm { color: #228B22 } /* Comment.Multiline */ +.cp { color: #1e889b } /* Comment.Preproc */ +.cpf { color: #228B22 } /* Comment.PreprocFile */ +.c1 { color: #228B22 } /* Comment.Single */ +.cs { color: #8B008B; font-weight: bold } /* Comment.Special */ +.gd { color: #aa0000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #aa0000 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00aa00 } /* Generic.Inserted */ +.go { color: #888888 } /* Generic.Output */ +.gp { color: #555555 } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #aa0000 } /* Generic.Traceback */ +.kc { color: #8B008B; font-weight: bold } /* Keyword.Constant */ +.kd { color: #8B008B; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #8B008B; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #8B008B; font-weight: bold } /* Keyword.Pseudo */ +.kr { color: #8B008B; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #a7a7a7; font-weight: bold } /* Keyword.Type */ +.m { color: #B452CD } /* Literal.Number */ +.s { color: #CD5555 } /* Literal.String */ +.na { color: #658b00 } /* Name.Attribute */ +.nb { color: #658b00 } /* Name.Builtin */ +.nc { color: #008b45; font-weight: bold } /* Name.Class */ +.no { color: #00688B } /* Name.Constant */ +.nd { color: #707a7c } /* Name.Decorator */ +.ne { color: #008b45; font-weight: bold } /* Name.Exception */ +.nf { color: #008b45 } /* Name.Function */ +.nn { color: #008b45; text-decoration: underline } /* Name.Namespace */ +.nt { color: #8B008B; font-weight: bold } /* Name.Tag */ +.nv { color: #00688B } /* Name.Variable */ +.ow { color: #8B008B } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mb { color: #B452CD } /* Literal.Number.Bin */ +.mf { color: #B452CD } /* Literal.Number.Float */ +.mh { color: #B452CD } /* Literal.Number.Hex */ +.mi { color: #B452CD } /* Literal.Number.Integer */ +.mo { color: #B452CD } /* Literal.Number.Oct */ +.sb { color: #CD5555 } /* Literal.String.Backtick */ +.sc { color: #CD5555 } /* Literal.String.Char */ +.sd { color: #CD5555 } /* Literal.String.Doc */ +.s2 { color: #CD5555 } /* Literal.String.Double */ +.se { color: #CD5555 } /* Literal.String.Escape */ +.sh { color: #1c7e71; font-style: italic } /* Literal.String.Heredoc */ +.si { color: #CD5555 } /* Literal.String.Interpol */ +.sx { color: #cb6c20 } /* Literal.String.Other */ +.sr { color: #1c7e71 } /* Literal.String.Regex */ +.s1 { color: #CD5555 } /* Literal.String.Single */ +.ss { color: #CD5555 } /* Literal.String.Symbol */ +.bp { color: #658b00 } /* Name.Builtin.Pseudo */ +.vc { color: #00688B } /* Name.Variable.Class */ +.vg { color: #00688B } /* Name.Variable.Global */ +.vi { color: #00688B } /* Name.Variable.Instance */ +.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 269a0e8..a22b37d 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}.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 +.highlight{background-color:#ffc}.c{color:#228b22}.err{color:#a61717;background-color:#e3d2d2}.k{color:#8b008b;font-weight:700}.ch,.cm{color:#228b22}.cp{color:#1e889b}.c1,.cpf{color:#228b22}.cs{color:#8b008b;font-weight:700}.gd{color:#a00}.ge{font-style:italic}.gr{color:#a00}.gh{color:navy;font-weight:700}.gi{color:#0a0}.go{color:#888}.gp{color:#555}.gs,.gu{font-weight:700}.gu{color:purple}.gt{color:#a00}.kc,.kd,.kn,.kp,.kr{color:#8b008b;font-weight:700}.kt{color:#a7a7a7;font-weight:700}.m{color:#b452cd}.s{color:#cd5555}.na,.nb{color:#658b00}.nc{color:#008b45;font-weight:700}.no{color:#00688b}.nd{color:#707a7c}.ne{font-weight:700}.ne,.nf,.nn{color:#008b45}.nn{text-decoration:underline}.nt{color:#8b008b;font-weight:700}.nv{color:#00688b}.ow{color:#8b008b}.w{color:#bbb}.mb,.mf,.mh,.mi,.mo{color:#b452cd}.s2,.sb,.sc,.sd,.se{color:#cd5555}.sh{color:#1c7e71;font-style:italic}.si{color:#cd5555}.sx{color:#cb6c20}.sr{color:#1c7e71}.s1,.ss{color:#cd5555}.bp{color:#658b00}.vc,.vg,.vi{color:#00688b}.il{color:#b452cd} \ No newline at end of file diff --git a/static/pygments/rainbow_dash.css b/static/pygments/rainbow_dash.css deleted file mode 100644 index 472392d..0000000 --- a/static/pygments/rainbow_dash.css +++ /dev/null @@ -1,124 +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 */ -.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 deleted file mode 100644 index 0413bdb..0000000 --- a/static/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}.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 88bb32e..9e01466 100644 --- a/static/pygments/rrt.css +++ b/static/pygments/rrt.css @@ -1,76 +1,33 @@ -.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 */ -.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 +.highlight { background-color: #0000ff } +.c { color: #00ff00 } /* Comment */ +.k { color: #ff0000 } /* Keyword */ +.ch { color: #00ff00 } /* Comment.Hashbang */ +.cm { color: #00ff00 } /* Comment.Multiline */ +.cp { color: #e5e5e5 } /* Comment.Preproc */ +.cpf { color: #00ff00 } /* Comment.PreprocFile */ +.c1 { color: #00ff00 } /* Comment.Single */ +.cs { color: #00ff00 } /* Comment.Special */ +.kc { color: #ff0000 } /* Keyword.Constant */ +.kd { color: #ff0000 } /* Keyword.Declaration */ +.kn { color: #ff0000 } /* Keyword.Namespace */ +.kp { color: #ff0000 } /* Keyword.Pseudo */ +.kr { color: #ff0000 } /* Keyword.Reserved */ +.kt { color: #ee82ee } /* Keyword.Type */ +.s { color: #87ceeb } /* Literal.String */ +.no { color: #7fffd4 } /* Name.Constant */ +.nf { color: #ffff00 } /* Name.Function */ +.nv { color: #eedd82 } /* Name.Variable */ +.sb { color: #87ceeb } /* Literal.String.Backtick */ +.sc { color: #87ceeb } /* Literal.String.Char */ +.sd { color: #87ceeb } /* Literal.String.Doc */ +.s2 { color: #87ceeb } /* Literal.String.Double */ +.se { color: #87ceeb } /* Literal.String.Escape */ +.sh { color: #87ceeb } /* Literal.String.Heredoc */ +.si { color: #87ceeb } /* Literal.String.Interpol */ +.sx { color: #87ceeb } /* Literal.String.Other */ +.sr { color: #87ceeb } /* Literal.String.Regex */ +.s1 { color: #87ceeb } /* Literal.String.Single */ +.ss { color: #87ceeb } /* Literal.String.Symbol */ +.vc { color: #eedd82 } /* Name.Variable.Class */ +.vg { color: #eedd82 } /* Name.Variable.Global */ +.vi { color: #eedd82 } /* Name.Variable.Instance */ \ No newline at end of file diff --git a/static/pygments/rrt.min.css b/static/pygments/rrt.min.css index 8f6faf5..5c9c744 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}.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 +.highlight{background-color:#00f}.c{color:#0f0}.k{color:red}.ch,.cm{color:#0f0}.cp{color:#e5e5e5}.c1,.cpf,.cs{color:#0f0}.kc,.kd,.kn,.kp,.kr{color:red}.kt{color:violet}.s{color:#87ceeb}.no{color:#7fffd4}.nf{color:#ff0}.nv{color:#eedd82}.s1,.s2,.sb,.sc,.sd,.se,.sh,.si,.sr,.ss,.sx{color:#87ceeb}.vc,.vg,.vi{color:#eedd82} \ No newline at end of file diff --git a/static/pygments/sas.css b/static/pygments/sas.css deleted file mode 100644 index 1749342..0000000 --- a/static/pygments/sas.css +++ /dev/null @@ -1,120 +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 */ -.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 deleted file mode 100644 index 3a4151a..0000000 --- a/static/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}.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 deleted file mode 100644 index 6aaa9a2..0000000 --- a/static/pygments/solarized-dark.css +++ /dev/null @@ -1,156 +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 */ -.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 deleted file mode 100644 index a90efa5..0000000 --- a/static/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}.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 deleted file mode 100644 index 9b18a22..0000000 --- a/static/pygments/solarized-light.css +++ /dev/null @@ -1,156 +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 */ -.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 deleted file mode 100644 index acf617d..0000000 --- a/static/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}.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 deleted file mode 100644 index 969e730..0000000 --- a/static/pygments/stata-dark.css +++ /dev/null @@ -1,96 +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 */ -.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 deleted file mode 100644 index 4e3ba95..0000000 --- a/static/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}.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 deleted file mode 100644 index fe90e7e..0000000 --- a/static/pygments/stata-light.css +++ /dev/null @@ -1,94 +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 */ -.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 deleted file mode 100644 index bc0b9ff..0000000 --- a/static/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}.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 deleted file mode 100644 index fe90e7e..0000000 --- a/static/pygments/stata.css +++ /dev/null @@ -1,94 +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 */ -.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 deleted file mode 100644 index bc0b9ff..0000000 --- a/static/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}.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 5266b07..de6d99a 100644 --- a/static/pygments/tango.css +++ b/static/pygments/tango.css @@ -1,154 +1,72 @@ -.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 */ -.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 +.highlight { background-color: #ffffcc } +.c { color: #8f5902; font-style: italic } /* Comment */ +.err { color: #a40000; border: 1px solid #ef2929 } /* Error */ +.g { color: #000000 } /* Generic */ +.k { color: #204a87; font-weight: bold } /* Keyword */ +.l { color: #000000 } /* Literal */ +.n { color: #000000 } /* Name */ +.o { color: #ce5c00; font-weight: bold } /* Operator */ +.x { color: #000000 } /* Other */ +.p { color: #000000; font-weight: bold } /* Punctuation */ +.ch { color: #8f5902; font-style: italic } /* Comment.Hashbang */ +.cm { color: #8f5902; font-style: italic } /* Comment.Multiline */ +.cp { color: #8f5902; font-style: italic } /* Comment.Preproc */ +.cpf { color: #8f5902; font-style: italic } /* Comment.PreprocFile */ +.c1 { color: #8f5902; font-style: italic } /* Comment.Single */ +.cs { color: #8f5902; font-style: italic } /* Comment.Special */ +.gd { color: #a40000 } /* Generic.Deleted */ +.ge { color: #000000; font-style: italic } /* Generic.Emph */ +.gr { color: #ef2929 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00A000 } /* Generic.Inserted */ +.go { color: #000000; font-style: italic } /* Generic.Output */ +.gp { color: #8f5902 } /* Generic.Prompt */ +.gs { color: #000000; font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #a40000; font-weight: bold } /* Generic.Traceback */ +.kc { color: #204a87; font-weight: bold } /* Keyword.Constant */ +.kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #204a87; font-weight: bold } /* Keyword.Pseudo */ +.kr { color: #204a87; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #204a87; font-weight: bold } /* Keyword.Type */ +.ld { color: #000000 } /* Literal.Date */ +.m { color: #0000cf; font-weight: bold } /* Literal.Number */ +.s { color: #4e9a06 } /* Literal.String */ +.na { color: #c4a000 } /* Name.Attribute */ +.nb { color: #204a87 } /* Name.Builtin */ +.nc { color: #000000 } /* Name.Class */ +.no { color: #000000 } /* Name.Constant */ +.nd { color: #5c35cc; font-weight: bold } /* Name.Decorator */ +.ni { color: #ce5c00 } /* Name.Entity */ +.ne { color: #cc0000; font-weight: bold } /* Name.Exception */ +.nf { color: #000000 } /* Name.Function */ +.nl { color: #f57900 } /* Name.Label */ +.nn { color: #000000 } /* Name.Namespace */ +.nx { color: #000000 } /* Name.Other */ +.py { color: #000000 } /* Name.Property */ +.nt { color: #204a87; font-weight: bold } /* Name.Tag */ +.nv { color: #000000 } /* Name.Variable */ +.ow { color: #204a87; font-weight: bold } /* Operator.Word */ +.w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */ +.mb { color: #0000cf; font-weight: bold } /* Literal.Number.Bin */ +.mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */ +.mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */ +.mi { color: #0000cf; font-weight: bold } /* Literal.Number.Integer */ +.mo { color: #0000cf; font-weight: bold } /* Literal.Number.Oct */ +.sb { color: #4e9a06 } /* Literal.String.Backtick */ +.sc { color: #4e9a06 } /* Literal.String.Char */ +.sd { color: #8f5902; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #4e9a06 } /* Literal.String.Double */ +.se { color: #4e9a06 } /* Literal.String.Escape */ +.sh { color: #4e9a06 } /* Literal.String.Heredoc */ +.si { color: #4e9a06 } /* Literal.String.Interpol */ +.sx { color: #4e9a06 } /* Literal.String.Other */ +.sr { color: #4e9a06 } /* Literal.String.Regex */ +.s1 { color: #4e9a06 } /* Literal.String.Single */ +.ss { color: #4e9a06 } /* Literal.String.Symbol */ +.bp { color: #3465a4 } /* Name.Builtin.Pseudo */ +.vc { color: #000000 } /* Name.Variable.Class */ +.vg { color: #000000 } /* Name.Variable.Global */ +.vi { color: #000000 } /* Name.Variable.Instance */ +.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 0ba2690..c5fdf76 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}.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 +.highlight{background-color:#ffc}.c{color:#8f5902;font-style:italic}.err{color:#a40000;border:1px solid #ef2929}.g{color:#000}.k{color:#204a87;font-weight:700}.l,.n{color:#000}.o{color:#ce5c00;font-weight:700}.p,.x{color:#000}.p{font-weight:700}.c1,.ch,.cm,.cp,.cpf,.cs{color:#8f5902;font-style:italic}.gd{color:#a40000}.ge{color:#000;font-style:italic}.gr{color:#ef2929}.gh{color:navy;font-weight:700}.gi{color:#00a000}.go{color:#000;font-style:italic}.gp{color:#8f5902}.gs{color:#000}.gs,.gu{font-weight:700}.gu{color:purple}.gt{color:#a40000;font-weight:700}.kc,.kd,.kn,.kp,.kr,.kt{color:#204a87;font-weight:700}.ld{color:#000}.m{color:#0000cf;font-weight:700}.s{color:#4e9a06}.na{color:#c4a000}.nb{color:#204a87}.nc,.no{color:#000}.nd{color:#5c35cc;font-weight:700}.ni{color:#ce5c00}.ne{color:#c00;font-weight:700}.nf{color:#000}.nl{color:#f57900}.nn,.nx,.py{color:#000}.nt{color:#204a87;font-weight:700}.nv{color:#000}.ow{color:#204a87;font-weight:700}.w{color:#f8f8f8;text-decoration:underline}.mb,.mf,.mh,.mi,.mo{color:#0000cf;font-weight:700}.sb,.sc{color:#4e9a06}.sd{color:#8f5902;font-style:italic}.s1,.s2,.se,.sh,.si,.sr,.ss,.sx{color:#4e9a06}.bp{color:#3465a4}.vc,.vg,.vi{color:#000}.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 331e62b..fe1440d 100644 --- a/static/pygments/trac.css +++ b/static/pygments/trac.css @@ -1,134 +1,62 @@ -.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 */ -.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 +.highlight { background-color: #ffffcc } +.c { color: #999988; font-style: italic } /* Comment */ +.err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.k { font-weight: bold } /* Keyword */ +.o { font-weight: bold } /* Operator */ +.ch { color: #999988; font-style: italic } /* Comment.Hashbang */ +.cm { color: #999988; font-style: italic } /* Comment.Multiline */ +.cp { color: #999999; font-weight: bold } /* Comment.Preproc */ +.cpf { color: #999988; font-style: italic } /* Comment.PreprocFile */ +.c1 { color: #999988; font-style: italic } /* Comment.Single */ +.cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ +.gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #aa0000 } /* Generic.Error */ +.gh { color: #999999 } /* Generic.Heading */ +.gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ +.go { color: #888888 } /* Generic.Output */ +.gp { color: #555555 } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #aaaaaa } /* Generic.Subheading */ +.gt { color: #aa0000 } /* Generic.Traceback */ +.kc { font-weight: bold } /* Keyword.Constant */ +.kd { font-weight: bold } /* Keyword.Declaration */ +.kn { font-weight: bold } /* Keyword.Namespace */ +.kp { font-weight: bold } /* Keyword.Pseudo */ +.kr { font-weight: bold } /* Keyword.Reserved */ +.kt { color: #445588; font-weight: bold } /* Keyword.Type */ +.m { color: #009999 } /* Literal.Number */ +.s { color: #bb8844 } /* Literal.String */ +.na { color: #008080 } /* Name.Attribute */ +.nb { color: #999999 } /* Name.Builtin */ +.nc { color: #445588; font-weight: bold } /* Name.Class */ +.no { color: #008080 } /* Name.Constant */ +.ni { color: #800080 } /* Name.Entity */ +.ne { color: #990000; font-weight: bold } /* Name.Exception */ +.nf { color: #990000; font-weight: bold } /* Name.Function */ +.nn { color: #555555 } /* Name.Namespace */ +.nt { color: #000080 } /* Name.Tag */ +.nv { color: #008080 } /* Name.Variable */ +.ow { font-weight: bold } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mb { color: #009999 } /* Literal.Number.Bin */ +.mf { color: #009999 } /* Literal.Number.Float */ +.mh { color: #009999 } /* Literal.Number.Hex */ +.mi { color: #009999 } /* Literal.Number.Integer */ +.mo { color: #009999 } /* Literal.Number.Oct */ +.sb { color: #bb8844 } /* Literal.String.Backtick */ +.sc { color: #bb8844 } /* Literal.String.Char */ +.sd { color: #bb8844 } /* Literal.String.Doc */ +.s2 { color: #bb8844 } /* Literal.String.Double */ +.se { color: #bb8844 } /* Literal.String.Escape */ +.sh { color: #bb8844 } /* Literal.String.Heredoc */ +.si { color: #bb8844 } /* Literal.String.Interpol */ +.sx { color: #bb8844 } /* Literal.String.Other */ +.sr { color: #808000 } /* Literal.String.Regex */ +.s1 { color: #bb8844 } /* Literal.String.Single */ +.ss { color: #bb8844 } /* Literal.String.Symbol */ +.bp { color: #999999 } /* Name.Builtin.Pseudo */ +.vc { color: #008080 } /* Name.Variable.Class */ +.vg { color: #008080 } /* Name.Variable.Global */ +.vi { color: #008080 } /* Name.Variable.Instance */ +.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 3c78f12..c802a23 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}.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 +.highlight{background-color:#ffc}.c{color:#998;font-style:italic}.err{color:#a61717;background-color:#e3d2d2}.k,.o{font-weight:700}.ch,.cm{color:#998;font-style:italic}.cp{color:#999;font-weight:700}.c1,.cpf{color:#998}.c1,.cpf,.cs{font-style:italic}.cs{color:#999;font-weight:700}.gd{color:#000;background-color:#fdd}.ge{font-style:italic}.gr{color:#a00}.gh{color:#999}.gi{color:#000;background-color:#dfd}.go{color:#888}.gp{color:#555}.gs{font-weight:700}.gu{color:#aaa}.gt{color:#a00}.kc,.kd,.kn,.kp,.kr,.kt{font-weight:700}.kt{color:#458}.m{color:#099}.s{color:#b84}.na{color:teal}.nb{color:#999}.nc{color:#458;font-weight:700}.no{color:teal}.ni{color:purple}.ne,.nf{color:#900;font-weight:700}.nn{color:#555}.nt{color:navy}.nv{color:teal}.ow{font-weight:700}.w{color:#bbb}.mb,.mf,.mh,.mi,.mo{color:#099}.s2,.sb,.sc,.sd,.se,.sh,.si,.sx{color:#b84}.sr{color:olive}.s1,.ss{color:#b84}.bp{color:#999}.vc,.vg,.vi{color:teal}.il{color:#099} \ No newline at end of file diff --git a/static/pygments/vim.css b/static/pygments/vim.css index d6eb195..3c4a177 100644 --- a/static/pygments/vim.css +++ b/static/pygments/vim.css @@ -1,156 +1,73 @@ -.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 */ -.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 +.highlight { background-color: #222222 } +.c { color: #000080 } /* Comment */ +.err { color: #cccccc; border: 1px solid #FF0000 } /* Error */ +.esc { color: #cccccc } /* Escape */ +.g { color: #cccccc } /* Generic */ +.k { color: #cdcd00 } /* Keyword */ +.l { color: #cccccc } /* Literal */ +.n { color: #cccccc } /* Name */ +.o { color: #3399cc } /* Operator */ +.x { color: #cccccc } /* Other */ +.p { color: #cccccc } /* Punctuation */ +.ch { color: #000080 } /* Comment.Hashbang */ +.cm { color: #000080 } /* Comment.Multiline */ +.cp { color: #000080 } /* Comment.Preproc */ +.cpf { color: #000080 } /* Comment.PreprocFile */ +.c1 { color: #000080 } /* Comment.Single */ +.cs { color: #cd0000; font-weight: bold } /* Comment.Special */ +.gd { color: #cd0000 } /* Generic.Deleted */ +.ge { color: #cccccc; font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00cd00 } /* Generic.Inserted */ +.go { color: #888888 } /* Generic.Output */ +.gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.gs { color: #cccccc; font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #0044DD } /* Generic.Traceback */ +.kc { color: #cdcd00 } /* Keyword.Constant */ +.kd { color: #00cd00 } /* Keyword.Declaration */ +.kn { color: #cd00cd } /* Keyword.Namespace */ +.kp { color: #cdcd00 } /* Keyword.Pseudo */ +.kr { color: #cdcd00 } /* Keyword.Reserved */ +.kt { color: #00cd00 } /* Keyword.Type */ +.ld { color: #cccccc } /* Literal.Date */ +.m { color: #cd00cd } /* Literal.Number */ +.s { color: #cd0000 } /* Literal.String */ +.na { color: #cccccc } /* Name.Attribute */ +.nb { color: #cd00cd } /* Name.Builtin */ +.nc { color: #00cdcd } /* Name.Class */ +.no { color: #cccccc } /* Name.Constant */ +.nd { color: #cccccc } /* Name.Decorator */ +.ni { color: #cccccc } /* Name.Entity */ +.ne { color: #666699; font-weight: bold } /* Name.Exception */ +.nf { color: #cccccc } /* Name.Function */ +.nl { color: #cccccc } /* Name.Label */ +.nn { color: #cccccc } /* Name.Namespace */ +.nx { color: #cccccc } /* Name.Other */ +.py { color: #cccccc } /* Name.Property */ +.nt { color: #cccccc } /* Name.Tag */ +.nv { color: #00cdcd } /* Name.Variable */ +.ow { color: #cdcd00 } /* Operator.Word */ +.w { color: #cccccc } /* Text.Whitespace */ +.mb { color: #cd00cd } /* Literal.Number.Bin */ +.mf { color: #cd00cd } /* Literal.Number.Float */ +.mh { color: #cd00cd } /* Literal.Number.Hex */ +.mi { color: #cd00cd } /* Literal.Number.Integer */ +.mo { color: #cd00cd } /* Literal.Number.Oct */ +.sb { color: #cd0000 } /* Literal.String.Backtick */ +.sc { color: #cd0000 } /* Literal.String.Char */ +.sd { color: #cd0000 } /* Literal.String.Doc */ +.s2 { color: #cd0000 } /* Literal.String.Double */ +.se { color: #cd0000 } /* Literal.String.Escape */ +.sh { color: #cd0000 } /* Literal.String.Heredoc */ +.si { color: #cd0000 } /* Literal.String.Interpol */ +.sx { color: #cd0000 } /* Literal.String.Other */ +.sr { color: #cd0000 } /* Literal.String.Regex */ +.s1 { color: #cd0000 } /* Literal.String.Single */ +.ss { color: #cd0000 } /* Literal.String.Symbol */ +.bp { color: #cd00cd } /* Name.Builtin.Pseudo */ +.vc { color: #00cdcd } /* Name.Variable.Class */ +.vg { color: #00cdcd } /* Name.Variable.Global */ +.vi { color: #00cdcd } /* Name.Variable.Instance */ +.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 bf0f8b9..3b4bb4f 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}.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 +.highlight{background-color:#222}.c{color:navy}.err{border:1px solid red}.err,.esc,.g{color:#ccc}.k{color:#cdcd00}.l,.n{color:#ccc}.o{color:#39c}.p,.x{color:#ccc}.c1,.ch,.cm,.cp,.cpf{color:navy}.cs{font-weight:700}.cs,.gd{color:#cd0000}.ge{color:#ccc;font-style:italic}.gr{color:red}.gh{color:navy;font-weight:700}.gi{color:#00cd00}.go{color:#888}.gp{color:navy}.gp,.gs{font-weight:700}.gs{color:#ccc}.gu{color:purple;font-weight:700}.gt{color:#04d}.kc{color:#cdcd00}.kd{color:#00cd00}.kn{color:#cd00cd}.kp,.kr{color:#cdcd00}.kt{color:#00cd00}.ld{color:#ccc}.m{color:#cd00cd}.s{color:#cd0000}.na{color:#ccc}.nb{color:#cd00cd}.nc{color:#00cdcd}.nd,.ni,.no{color:#ccc}.ne{color:#669;font-weight:700}.nf,.nl,.nn,.nt,.nx,.py{color:#ccc}.nv{color:#00cdcd}.ow{color:#cdcd00}.w{color:#ccc}.mb,.mf,.mh,.mi,.mo{color:#cd00cd}.s1,.s2,.sb,.sc,.sd,.se,.sh,.si,.sr,.ss,.sx{color:#cd0000}.bp{color:#cd00cd}.vc,.vg,.vi{color:#00cdcd}.il{color:#cd00cd} \ No newline at end of file diff --git a/static/pygments/vs.css b/static/pygments/vs.css index 8fa844d..7fd5bed 100644 --- a/static/pygments/vs.css +++ b/static/pygments/vs.css @@ -1,76 +1,35 @@ -.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 */ -.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 +.highlight { background-color: #ffffcc } +.c { color: #008000 } /* Comment */ +.err { border: 1px solid #FF0000 } /* Error */ +.k { color: #0000ff } /* Keyword */ +.ch { color: #008000 } /* Comment.Hashbang */ +.cm { color: #008000 } /* Comment.Multiline */ +.cp { color: #0000ff } /* Comment.Preproc */ +.cpf { color: #008000 } /* Comment.PreprocFile */ +.c1 { color: #008000 } /* Comment.Single */ +.cs { color: #008000 } /* Comment.Special */ +.ge { font-style: italic } /* Generic.Emph */ +.gh { font-weight: bold } /* Generic.Heading */ +.gp { font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { font-weight: bold } /* Generic.Subheading */ +.kc { color: #0000ff } /* Keyword.Constant */ +.kd { color: #0000ff } /* Keyword.Declaration */ +.kn { color: #0000ff } /* Keyword.Namespace */ +.kp { color: #0000ff } /* Keyword.Pseudo */ +.kr { color: #0000ff } /* Keyword.Reserved */ +.kt { color: #2b91af } /* Keyword.Type */ +.s { color: #a31515 } /* Literal.String */ +.nc { color: #2b91af } /* Name.Class */ +.ow { color: #0000ff } /* Operator.Word */ +.sb { color: #a31515 } /* Literal.String.Backtick */ +.sc { color: #a31515 } /* Literal.String.Char */ +.sd { color: #a31515 } /* Literal.String.Doc */ +.s2 { color: #a31515 } /* Literal.String.Double */ +.se { color: #a31515 } /* Literal.String.Escape */ +.sh { color: #a31515 } /* Literal.String.Heredoc */ +.si { color: #a31515 } /* Literal.String.Interpol */ +.sx { color: #a31515 } /* Literal.String.Other */ +.sr { color: #a31515 } /* Literal.String.Regex */ +.s1 { color: #a31515 } /* Literal.String.Single */ +.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 d32018e..4a250ed 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}.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 +.highlight{background-color:#ffc}.c{color:green}.err{border:1px solid red}.k{color:#00f}.ch,.cm{color:green}.cp{color:#00f}.c1,.cpf,.cs{color:green}.ge{font-style:italic}.gh,.gp,.gs,.gu{font-weight:700}.kc,.kd,.kn,.kp,.kr{color:#00f}.kt{color:#2b91af}.s{color:#a31515}.nc{color:#2b91af}.ow{color:#00f}.s1,.s2,.sb,.sc,.sd,.se,.sh,.si,.sr,.ss,.sx{color:#a31515} \ No newline at end of file diff --git a/static/pygments/xcode.css b/static/pygments/xcode.css index 856ad1b..e45bf95 100644 --- a/static/pygments/xcode.css +++ b/static/pygments/xcode.css @@ -1,126 +1,58 @@ -.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 */ -.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 +.highlight { background-color: #ffffcc } +.c { color: #177500 } /* Comment */ +.err { color: #000000 } /* Error */ +.k { color: #A90D91 } /* Keyword */ +.l { color: #1C01CE } /* Literal */ +.n { color: #000000 } /* Name */ +.o { color: #000000 } /* Operator */ +.ch { color: #177500 } /* Comment.Hashbang */ +.cm { color: #177500 } /* Comment.Multiline */ +.cp { color: #633820 } /* Comment.Preproc */ +.cpf { color: #177500 } /* Comment.PreprocFile */ +.c1 { color: #177500 } /* Comment.Single */ +.cs { color: #177500 } /* Comment.Special */ +.kc { color: #A90D91 } /* Keyword.Constant */ +.kd { color: #A90D91 } /* Keyword.Declaration */ +.kn { color: #A90D91 } /* Keyword.Namespace */ +.kp { color: #A90D91 } /* Keyword.Pseudo */ +.kr { color: #A90D91 } /* Keyword.Reserved */ +.kt { color: #A90D91 } /* Keyword.Type */ +.ld { color: #1C01CE } /* Literal.Date */ +.m { color: #1C01CE } /* Literal.Number */ +.s { color: #C41A16 } /* Literal.String */ +.na { color: #836C28 } /* Name.Attribute */ +.nb { color: #A90D91 } /* Name.Builtin */ +.nc { color: #3F6E75 } /* Name.Class */ +.no { color: #000000 } /* Name.Constant */ +.nd { color: #000000 } /* Name.Decorator */ +.ni { color: #000000 } /* Name.Entity */ +.ne { color: #000000 } /* Name.Exception */ +.nf { color: #000000 } /* Name.Function */ +.nl { color: #000000 } /* Name.Label */ +.nn { color: #000000 } /* Name.Namespace */ +.nx { color: #000000 } /* Name.Other */ +.py { color: #000000 } /* Name.Property */ +.nt { color: #000000 } /* Name.Tag */ +.nv { color: #000000 } /* Name.Variable */ +.ow { color: #000000 } /* Operator.Word */ +.mb { color: #1C01CE } /* Literal.Number.Bin */ +.mf { color: #1C01CE } /* Literal.Number.Float */ +.mh { color: #1C01CE } /* Literal.Number.Hex */ +.mi { color: #1C01CE } /* Literal.Number.Integer */ +.mo { color: #1C01CE } /* Literal.Number.Oct */ +.sb { color: #C41A16 } /* Literal.String.Backtick */ +.sc { color: #2300CE } /* Literal.String.Char */ +.sd { color: #C41A16 } /* Literal.String.Doc */ +.s2 { color: #C41A16 } /* Literal.String.Double */ +.se { color: #C41A16 } /* Literal.String.Escape */ +.sh { color: #C41A16 } /* Literal.String.Heredoc */ +.si { color: #C41A16 } /* Literal.String.Interpol */ +.sx { color: #C41A16 } /* Literal.String.Other */ +.sr { color: #C41A16 } /* Literal.String.Regex */ +.s1 { color: #C41A16 } /* Literal.String.Single */ +.ss { color: #C41A16 } /* Literal.String.Symbol */ +.bp { color: #5B269A } /* Name.Builtin.Pseudo */ +.vc { color: #000000 } /* Name.Variable.Class */ +.vg { color: #000000 } /* Name.Variable.Global */ +.vi { color: #000000 } /* Name.Variable.Instance */ +.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 29d9442..a9cbbc3 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}.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 +.highlight{background-color:#ffc}.c{color:#177500}.err{color:#000}.k{color:#a90d91}.l{color:#1c01ce}.n,.o{color:#000}.ch,.cm{color:#177500}.cp{color:#633820}.c1,.cpf,.cs{color:#177500}.kc,.kd,.kn,.kp,.kr,.kt{color:#a90d91}.ld,.m{color:#1c01ce}.s{color:#c41a16}.na{color:#836c28}.nb{color:#a90d91}.nc{color:#3f6e75}.nd,.ne,.nf,.ni,.nl,.nn,.no,.nt,.nv,.nx,.ow,.py{color:#000}.mb,.mf,.mh,.mi,.mo{color:#1c01ce}.sb{color:#c41a16}.sc{color:#2300ce}.s1,.s2,.sd,.se,.sh,.si,.sr,.ss,.sx{color:#c41a16}.bp{color:#5b269a}.vc,.vg,.vi{color:#000}.il{color:#1c01ce} \ No newline at end of file diff --git a/static/stork/stork.css b/static/stork/stork.css deleted file mode 100644 index 633b5d6..0000000 --- a/static/stork/stork.css +++ /dev/null @@ -1,149 +0,0 @@ -.stork { - position: relative; - font-family: inherit; - box-sizing: border-box; - font-size: 1em; - padding: unset; -} - -.stork *, -.stork *:before, -.stork *:after { - box-sizing: border-box; -} - -.stork .stork-input { - width: 100%; - padding: 0.4em 0.8em; - border: none; - font-family: inherit; -} - -.stork .stork-progress { - position: absolute; - display: block; - content: ""; - bottom: 1px; - height: 1px; - transition: width 0.25s ease, opacity 0.4s ease 0.4s; -} - -.stork .stork-output { - position: absolute; - width: 100%; - margin-top: 0.5em; - display: flex; - flex-direction: column; - z-index: 100; - font-weight: 400; - font-family: inherit; - text-align: unset; - padding: unset; -} - -.stork a:link, -.stork a:visited { - color: #d9421e; -} - -.stork .stork-output-visible { - background: #353434; - border: 1px solid #d9421e; -} - -.stork .stork-message { - width: 100%; - padding: 0.5em 1em; -} - -.stork .stork-attribution { - width: 100%; - padding: 0.5em 1em; - font-size: 0.8em; -} - -.stork .stork-results { - margin: 0; - padding: 0; - width: 100%; - list-style-type: none; - max-height: 25em; - overflow-y: scroll; -} - -.stork .stork-result a:link { - padding: 1em; - display: block; - text-decoration: none; -} - -.stork .stork-result p { - margin: 0; -} - -.stork .stork-title { - padding: unset; - font-weight: bold; - font-size: 0.95em; - margin: 0; - - /* Flexbox container for the title and the score, when debugging */ - display: flex; - justify-content: space-between; -} - -.stork .stork-excerpt { - font-size: 0.8em; - line-height: 1; - margin: 0; - color: var(--text-invert); - padding: unset; - - /* Flexbox container for the title and the score, when debugging */ - display: flex; - justify-content: space-between; -} - -.stork .stork-excerpt:not(:last-of-type) { - margin-bottom: 0.6em; -} - -.stork .stork-highlight { - padding: 0 0.1em; -} - -.stork .stork-error { - outline: 2px solid #c92a2a; -} - -.stork .stork-close-button { - position: absolute; - right: 0; - margin: 0.25em 0.25em; - height: 1.2em; - width: 1.2em; - padding: 0px; - border: none; - font-size: 1em; - color: hsl(0, 0%, 50%); - line-height: 1; -} - -.stork .stork-close-button svg { - width: 0.8em; - position: relative; - top: 1px; -} - -.stork .stork-close-button:hover { - background: hsla(0, 0%, 78%); - cursor: pointer; -} - -.stork .stork-close-button:active { - background: hsla(0, 0%, 65%); -} - -.stork-excerpt-container { - padding: 0; -} diff --git a/static/stork/stork.js b/static/stork/stork.js deleted file mode 100644 index b464ecd..0000000 --- a/static/stork/stork.js +++ /dev/null @@ -1,2 +0,0 @@ -var stork;(()=>{"use strict";var e={214:(e,t,n)=>{let r;n.r(t),n.d(t,{default:()=>_,wasm_register_index:()=>v,wasm_search:()=>y,wasm_stork_version:()=>w});const o=new Array(32).fill(void 0);function s(e){return o[e]}o.push(void 0,null,!0,!1);let i=o.length;let a=0,l=null;function u(){return null!==l&&l.buffer===r.memory.buffer||(l=new Uint8Array(r.memory.buffer)),l}let c=new TextEncoder("utf-8");const d="function"==typeof c.encodeInto?function(e,t){return c.encodeInto(e,t)}:function(e,t){const n=c.encode(e);return t.set(n),{read:e.length,written:n.length}};function h(e,t,n){if(void 0===n){const n=c.encode(e),r=t(n.length);return u().subarray(r,r+n.length).set(n),a=n.length,r}let r=e.length,o=t(r);const s=u();let i=0;for(;i127)break;s[o+i]=t}if(i!==r){0!==i&&(e=e.slice(i)),o=n(o,r,r=i+3*e.length);const t=u().subarray(o+i,o+r);i+=d(e,t).written}return a=i,o}let f=null;function g(){return null!==f&&f.buffer===r.memory.buffer||(f=new Int32Array(r.memory.buffer)),f}let p=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});function m(e,t){return p.decode(u().subarray(e,e+t))}function v(e,t){try{const d=r.__wbindgen_add_to_stack_pointer(-16);var n=h(e,r.__wbindgen_malloc,r.__wbindgen_realloc),o=a,s=function(e,t){const n=t(1*e.length);return u().set(e,n/1),a=e.length,n}(t,r.__wbindgen_malloc),i=a;r.wasm_register_index(d,n,o,s,i);var l=g()[d/4+0],c=g()[d/4+1];return m(l,c)}finally{r.__wbindgen_add_to_stack_pointer(16),r.__wbindgen_free(l,c)}}function y(e,t){try{const c=r.__wbindgen_add_to_stack_pointer(-16);var n=h(e,r.__wbindgen_malloc,r.__wbindgen_realloc),o=a,s=h(t,r.__wbindgen_malloc,r.__wbindgen_realloc),i=a;r.wasm_search(c,n,o,s,i);var l=g()[c/4+0],u=g()[c/4+1];return m(l,u)}finally{r.__wbindgen_add_to_stack_pointer(16),r.__wbindgen_free(l,u)}}function w(){try{const n=r.__wbindgen_add_to_stack_pointer(-16);r.wasm_stork_version(n);var e=g()[n/4+0],t=g()[n/4+1];return m(e,t)}finally{r.__wbindgen_add_to_stack_pointer(16),r.__wbindgen_free(e,t)}}p.decode();const _=async function e(t){void 0===t&&(t=new URL("stork_bg.wasm",function(e){const t=n.p;let r="";return(!t||t.indexOf("://")<0)&&(r+=window.location.protocol+"//"+window.location.host),r+=t||"/",r+e}("node_modules/stork-search/stork.js")));const l={wbg:{}};l.wbg.__wbg_new_693216e109162396=function(){return function(e){i===o.length&&o.push(o.length+1);const t=i;return i=o[t],o[t]=e,t}(new Error)},l.wbg.__wbg_stack_0ddaca5d1abfb52f=function(e,t){var n=h(s(t).stack,r.__wbindgen_malloc,r.__wbindgen_realloc),o=a;g()[e/4+1]=o,g()[e/4+0]=n},l.wbg.__wbg_error_09919627ac0992f5=function(e,t){try{console.error(m(e,t))}finally{r.__wbindgen_free(e,t)}},l.wbg.__wbindgen_object_drop_ref=function(e){!function(e){const t=s(e);(function(e){e<36||(o[e]=i,i=e)})(e)}(e)},("string"==typeof t||"function"==typeof Request&&t instanceof Request||"function"==typeof URL&&t instanceof URL)&&(t=fetch(t));const{instance:u,module:c}=await async function(e,t){if("function"==typeof Response&&e instanceof Response){if("function"==typeof WebAssembly.instantiateStreaming)try{return await WebAssembly.instantiateStreaming(e,t)}catch(t){if("application/wasm"==e.headers.get("Content-Type"))throw t;console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",t)}const n=await e.arrayBuffer();return await WebAssembly.instantiate(n,t)}{const n=await WebAssembly.instantiate(e,t);return n instanceof WebAssembly.Instance?{instance:n,module:e}:n}}(await t,l);return r=u.exports,e.__wbindgen_wasm_module=c,r}},914:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.calculateOverriddenConfig=t.defaultConfig=void 0;var r=n(445),o=n(466);t.defaultConfig={showProgress:!0,printIndexInfo:!1,showScores:!1,showCloseButton:!0,minimumQueryLength:3,forceOverwrite:!1,resultNoun:{singular:"file",plural:"files"},onQueryUpdate:void 0,onResultSelected:void 0,onResultsHidden:void 0,onInputCleared:void 0,transformResultUrl:function(e){return e}},t.calculateOverriddenConfig=function(e){var n=(0,o.difference)(Object.keys(e),Object.keys(t.defaultConfig));if(n.length>0){var s=(0,o.plural)(n.length,"key","keys"),i=JSON.stringify(n);return new r.default("Invalid ".concat(s," in config object: ").concat(i))}for(var a=Object.assign({},t.defaultConfig),l=0,u=Object.keys(t.defaultConfig);l{Object.defineProperty(t,"__esModule",{value:!0}),t.existsBeyondContainerBounds=t.setText=t.clear=t.add=t.create=void 0,t.create=function(e,t){var n=document.createElement(e);return t.classNames&&n.setAttribute("class",t.classNames.join(" ")),n},t.add=function(e,t,n){n.insertAdjacentElement(t,e)},t.clear=function(e){for(;e&&e.firstChild;)e.removeChild(e.firstChild)},t.setText=function(e,t){var n=document.createTextNode(t);e&&e.firstChild?e.replaceChild(n,e.firstChild):e&&e.appendChild(n)},t.existsBeyondContainerBounds=function(e,t){var n=e.getBoundingClientRect(),r=t.getBoundingClientRect();return n.bottom>r.bottom||n.top{Object.defineProperty(t,"__esModule",{value:!0}),t.Entity=void 0;var r=n(139),o=n(771),s=n(214),i=n(445),a=function(){function e(e,t,n){var r=this;this._state="initialized",this.downloadProgress=0,this.results=[],this.totalResultCount=0,this.eventListenerFunctions={},this.highlightedResult=0,this.resultsVisible=!1,this.hoverSelectEnabled=!0,this.setDownloadProgress=function(e){r.state="loading",r.downloadProgress=e,r.config.showProgress&&r.render()},this.name=e,this.url=t,this.config=n}return Object.defineProperty(e.prototype,"state",{get:function(){return this._state},set:function(e){this._state=e,this.render()},enumerable:!1,configurable:!0}),e.prototype.getCurrentMessage=function(){if(!this.domManager)return null;var e=this.domManager.getQuery();return"error"===this.state?"Error! Check the browser console.":"ready"!=this.state?"Loading...":(null==e?void 0:e.length){Object.defineProperty(t,"__esModule",{value:!0}),t.EntityDom=void 0;var r=n(227),o=n(9),s={results:[],resultsVisible:!1,showScores:!1,message:null,showProgress:!1,progress:1,state:"ready"},i=function(){function e(e,t){var n,o,i=this;this.scrollAnchorPoint="end",this.entity=t;var a=[{selector:'input[data-stork="'.concat(e,'"]'),elementName:"input"},{selector:'div[data-stork="'.concat(e,'-output"]'),elementName:"output"}].map((function(t){var n=document.querySelector(t.selector);if(!n)throw new Error('Could not register search box "'.concat(e,'": ').concat(t.elementName," element not found. Make sure an element matches the query selector `").concat(t.selector,"`"));return n})),l=a[0],u=a[1];this.elements={input:l,output:u,list:(0,r.create)("ul",{classNames:["stork-results"]}),attribution:(0,r.create)("div",{classNames:["stork-attribution"]}),progress:(0,r.create)("div",{classNames:["stork-progress"]}),message:(0,r.create)("div",{classNames:["stork-message"]}),closeButton:(0,r.create)("button",{classNames:["stork-close-button"]})},this.elements.input.removeEventListener("input",this.entity.eventListenerFunctions.inputInputEvent),this.elements.input.removeEventListener("keydown",this.entity.eventListenerFunctions.inputKeydownEvent),this.entity.eventListenerFunctions={inputInputEvent:function(e){i.handleInputEvent(e)},inputKeydownEvent:function(e){i.handleKeyDownEvent(e)}},this.elements.input.addEventListener("input",this.entity.eventListenerFunctions.inputInputEvent),this.elements.input.addEventListener("keydown",this.entity.eventListenerFunctions.inputKeydownEvent),null===(n=this.elements.list)||void 0===n||n.addEventListener("mousemove",(function(){i.hoverSelectEnabled=!0})),this.elements.attribution.innerHTML='Powered by Stork',this.elements.closeButton.innerHTML='\n\n\n\n\n\n\n\n',this.entity.config.showProgress&&(0,r.add)(this.elements.progress,"afterend",this.elements.input),null===(o=this.elements.closeButton)||void 0===o||o.addEventListener("click",(function(){i.elements.input.value="",i.elements.input.focus(),i.render(s);var e=[i.entity.config.onInputCleared,i.entity.config.onResultsHidden],t=e[0],n=e[1];t&&t(),n&&n()}))}return e.prototype.clearDom=function(){var e;(0,r.clear)(this.elements.output),(0,r.clear)(this.elements.list),null===(e=this.elements.closeButton)||void 0===e||e.remove(),this.elements.output.classList.remove("stork-output-visible")},e.prototype.render=function(e){var t,n=this,s=this.elements.input.value;if(this.clearDom(),this.lastRenderState=e,e.showProgress){var i=function(){switch(e.state){case"ready":case"error":return 1;case"initialized":case"loading":return.9*e.progress+.05}}();i<1?(this.elements.progress.style.width="".concat(100*i,"%"),this.elements.progress.style.opacity="1"):(this.elements.progress.style.width="100%",this.elements.progress.style.opacity="0")}if("error"===e.state&&this.elements.input.classList.add("stork-error"),this.getQuery().length>0&&e.resultsVisible&&(this.elements.output.classList.add("stork-output-visible"),(0,r.add)(this.elements.message,"beforeend",this.elements.output)),e.message&&(0,r.setText)(this.elements.message,e.message),(null===(t=e.results)||void 0===t?void 0:t.length)>0&&e.resultsVisible){(0,r.add)(this.elements.list,"beforeend",this.elements.output);for(var a=function(t){var s=e.results[t],i={selected:t===l.highlightedResult,showScores:e.showScores},a=(0,o.resultToListItem)(s,i);(0,r.add)(a,"beforeend",l.elements.list),a.addEventListener("mousemove",(function(){n.hoverSelectEnabled&&t!==n.highlightedResult&&n.changeHighlightedResult({to:t,shouldScrollTo:!1})})),a.addEventListener("mouseleave",(function(){n.hoverSelectEnabled&&t===n.highlightedResult&&n.changeHighlightedResult({to:-1,shouldScrollTo:!1})})),a.addEventListener("click",(function(e){e.preventDefault(),n.selectResult()}))},l=this,u=0;u0&&this.entity.config.showCloseButton&&(0,r.add)(this.elements.closeButton,"afterend",this.elements.input)},e.prototype.selectResult=function(){if(null!=this.highlightedResult){var e=this.entity.results[this.highlightedResult];this.entity.config.onResultSelected?Promise.resolve(this.entity.config.onResultSelected(this.getQuery(),e)).finally((function(){window.location.assign(e.entry.url)})):window.location.assign(e.entry.url)}},e.prototype.changeHighlightedResult=function(e){var t,n=this.highlightedResult,o=Math.max(-1,Math.min(this.entity.results.length-1,e.to));this.highlightedResult=o,this.scrollAnchorPoint=(n||0)0){var n;this.elements.input.value="",this.render(s),(n=this.entity.config.onInputCleared)&&n()}break;default:return}},e.prototype.handleInputEvent=function(e){this.entity.performSearch(e.target.value)},e.prototype.getQuery=function(){return this.elements.input.value},e}();t.EntityDom=i},129:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{Object.defineProperty(t,"__esModule",{value:!0}),t.loadIndexFromUrl=void 0,t.loadIndexFromUrl=function(e,t){var n=new XMLHttpRequest;n.addEventListener("load",(function(e){var n=e.target,r=n.status,o=n.response;0!==r?r<200||r>299?t.error():t.load(o):t.progress(e.loaded/e.total)})),n.addEventListener("error",(function(){t.error()})),n.addEventListener("progress",(function(e){t.progress(e.loaded/e.total)})),n.responseType="arraybuffer",n.open("GET",e),n.send()}},480:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{Object.defineProperty(t,"__esModule",{value:!0}),t.highlight=void 0,t.highlight=function(e,t){function n(e,t,n){return e.substr(0,t)+n+e.substr(t)}for(var r=0,o=0,s=t;o',l="";e=n(e,i.beginning+r,a),r+=a.length,e=n(e,i.end+r,l),r+=l.length}return e}},9:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.resultToListItem=void 0;var r=n(112);t.resultToListItem=function(e,t){var n=document.createElement("template");return n.innerHTML='\n
  • \n \n
    \n

    ').concat((0,r.highlight)(e.entry.title,e.title_highlight_ranges||[]),"

    \n ").concat(t.showScores?"".concat(e.score,""):"","\n
    \n ").concat(e.excerpts.length>0?'
    ':"","\n ").concat(e.excerpts.map((function(e){return'

    \n ...'.concat((0,r.highlight)(e.text,e.highlight_ranges||[]),"...\n

    \n ").concat(t.showScores?"".concat(e.score,""):"","\n
    ")})).join(""),"\n ").concat(e.excerpts.length>0?"
    ":"","\n
    \n
  • "),n.content.firstElementChild}},139:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.resolveSearch=void 0;var r=n(214),o=n(445);t.resolveSearch=function(e,t){var n=null,s=null;try{n=(0,r.wasm_search)(e,t),s=JSON.parse(n)}catch(e){throw new o.default("Could not parse data from wasm_search. If you see this, please file a bug: https://jil.im/storkbug "+n)}if(!s)throw new o.default("Data was an empty object");if(s.error)throw new o.default("Could not perform search: the WASM binary failed to return search results.\n You might not be serving your search index properly.\n If you think this is an error, please file a bug: https://jil.im/storkbug\n \n The WASM binary came back with:\n ".concat(s.error));return s}},445:function(e,t){var n,r=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0});var o=function(e){function t(t){var n=e.call(this,t)||this;return n.name="StorkError",n}return r(t,e),t}(Error);t.default=o},466:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.plural=t.difference=t.htmlToElement=void 0,t.htmlToElement=function(e){var t=document.createElement("template");return e=e.trim(),t.innerHTML=e,t.content.firstChild},t.difference=function(e,t){var n=new Set(e),r=new Set(t),o=new Set(Array.from(n).filter((function(e){return!r.has(e)})));return Array.from(o)},t.plural=function(e,t,n){return 1==e?t:n}},34:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.validateIndexParams=void 0;var r=n(445);t.validateIndexParams=function(e,t){return"string"!=typeof e?new r.default("Index registration name must be a string."):"string"!=typeof t?new r.default("URL must be a string."):null}},258:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.debug=t.loadWasm=t.runAfterWasmLoaded=void 0;var r=n(214),o=n(445),s="https://files.stork-search.net/releases/v".concat("1.5.0","/stork.wasm"),i=null,a=null,l=[],u=[];t.loadWasm=function(e){if(void 0===e&&(e=null),a)return a;var t=e||s;i=t;var n=(0,r.default)(t).then((function(){return c(),t})).catch((function(){throw d(),new o.default("Error while loading WASM at ".concat(t))}));return a=n,n},t.runAfterWasmLoaded=function(e,t){return a?(a.then((function(){return e()})).catch((function(){return t()})),a):(l.push(e),u.push(t),null)};var c=function(){l.forEach((function(e){e()})),l=[]},d=function(){u.forEach((function(e){e()})),u=[]};t.debug=function(){return{wasmSourceUrl:i,wasmLoadPromise:a,queueLength:l.length}}}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var s=t[r]={exports:{}};return e[r].call(s.exports,s,s.exports,n),s.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{var e;n.g.importScripts&&(e=n.g.location+"");var t=n.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var r=t.getElementsByTagName("script");r.length&&(e=r[r.length-1].src)}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),n.p=e})();var r=n(480);stork=r})(); -//# sourceMappingURL=stork.js.map \ No newline at end of file diff --git a/static/stork/stork.wasm b/static/stork/stork.wasm deleted file mode 100644 index 4394eb2..0000000 Binary files a/static/stork/stork.wasm and /dev/null differ diff --git a/static/stylesheet/dark-theme.less b/static/stylesheet/dark-theme.less deleted file mode 100644 index e1dc90a..0000000 --- a/static/stylesheet/dark-theme.less +++ /dev/null @@ -1,170 +0,0 @@ -// -// 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; -} - -figure, -div.figure { - color: @figure-color-dark-theme; - - figcaption { - color: @text-color-dark-theme; - } -} diff --git a/static/stylesheet/dark-theme.min.css b/static/stylesheet/dark-theme.min.css deleted file mode 100644 index 8baf475..0000000 --- a/static/stylesheet/dark-theme.min.css +++ /dev/null @@ -1 +0,0 @@ -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,figure{color:#bfbfbf}div.figure figcaption,figure figcaption{color:#eee} \ No newline at end of file diff --git a/static/stylesheet/style.less b/static/stylesheet/style.less index 0551ed9..3f161a5 100644 --- a/static/stylesheet/style.less +++ b/static/stylesheet/style.less @@ -119,33 +119,22 @@ 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 { - font-size: 12px; - padding: 0 4px; + padding: 0 4px 0 4px; border-right: @nav-border-color 1px solid; } - :last-child { - border-right: none; + :first-child { + border-left: @nav-border-color 1px solid; } } - .neighbors { - margin: 4% 0% 4% 0%; - height: 20px; - } - .pagination { - margin: 4% 8% 4% 8%; + margin: 4% 8% 2% 8%; height: 20px; } @@ -167,14 +156,6 @@ main { color: @header-text-color; font-size: 0.86em; } - - .translations { - float: right; - - .active { - font-weight: 600; - } - } } code, kbd, samp, pre { @@ -190,7 +171,6 @@ main { } blockquote { - margin: 0; padding: 10px 20px; font-weight: 300; font-size: 1.1em; @@ -221,7 +201,7 @@ main { font-size: .78em; } - *:not(pre) > code { + code { font-size: .8em; white-space: nowrap; color: #c25; @@ -250,49 +230,6 @@ main { 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; - } - } - } - - // 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; - } - - .toc { - margin-top: 2em; - - .toctitle { - font-size: 1.3em - } - - ul { - list-style: none; - padding-inline-start: 1rem; - } - - > ul { - padding: 0; - } - } } footer { @@ -306,11 +243,6 @@ main { color: @footer-text-color; font-size: 11px; } - - // Flex credits and theme selection separator - span.footer-separator { - margin: 0 6px; - } } } @@ -332,8 +264,7 @@ main { } } -a.btn, -section#isso-thread section.auth-section p.post-action input { +a.btn { background-color: @btn-bg; padding: .6em .6em; font-size: .8em; @@ -342,7 +273,6 @@ section#isso-thread section.auth-section p.post-action input { text-align: center; white-space: nowrap; vertical-align: baseline; - border: none; border-radius: .25em; } @@ -360,16 +290,6 @@ a.btn:hover { display: block; } -.align-center { - margin-left: auto; - margin-right: auto; - display: block; -} - -.float-left { - float: left; -} - .float-right { float: right; } @@ -418,8 +338,8 @@ ul.social { a:hover { z-index: 2; - -webkit-transform: translateY(-2px); - transform: translateY(-2px); + -webkit-transform: translateY(-5px); + transform: translateY(-5px); } a { @@ -440,14 +360,6 @@ ul.social { 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; } @@ -456,10 +368,6 @@ ul.social { background-color: @linkedin-bg-color; } - a.sc-medium { - background-color: @medium-bg-color; - } - a.sc-rss { background-color: @rss-bg-color; } @@ -468,14 +376,6 @@ ul.social { background-color: @stack-overflow-bg-color; } - a.sc-tumblr { - background-color: @tumblr-bg-color; - } - - a.sc-twitch { - background-color: @twitch-bg-color; - } - a.sc-twitter { background-color: @twitter-bg-color; } @@ -488,7 +388,7 @@ ul.social { background-color: @github-bg-color; } - a.sc-at, a.sc-mailbox, a.sc-envelope { + a.sc-envelope-o { background-color: @email-bg-color; } @@ -499,49 +399,6 @@ ul.social { 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-diaspora { - color: @diaspora-color; - background-color: @diaspora-bg-color; - } - - a.sc-flickr { - background-color: @flickr-bg-color; - } - - a.sc-lastfm { - background-color: @lastfm-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%; } // @@ -550,12 +407,12 @@ ul.social { @media screen and (min-width: 768px) { aside { - width: 25vw; - height: 100vh; + width: 25%; + height: 100%; position: fixed; - z-index: 1000; top: 0; left: 0; + overflow-y: auto; div { padding: 36px 18px; @@ -576,12 +433,17 @@ ul.social { } main { - height: 100vh; - position: relative; - padding-left: 25vw; + width: 75%; + height: 100%; + position: absolute; + top: 0; + left: 25%; article { - max-width: 760px; + + &.single { + min-height: 80%; + } ul.list { li { @@ -590,196 +452,4 @@ ul.social { } } } - - .ads-aside { - height: 250px; - } - - .ads-responsive { - 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; -} - -figure, -div.figure { - font-size: 90%; - color: @figure-color; - - figcaption { - margin-top: 0.5em; - text-align: center; - color: @text-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; - } -} - -figure.align-left, -div.figure.align-left { - text-align: left; -} - -figure.align-center, -div.figure.align-center { - text-align: center; -} - -figure.align-right, -div.figure.align-right { - text-align: right; -} - -.github-corner:hover .octo-arm { - animation:octocat-wave 560ms ease-in-out; -} - -@keyframes octocat-wave { - 0%,100% { - transform:rotate(0); - } - 20%,60% { - transform:rotate(-25deg); - } - 40%,80% { - transform:rotate(10deg); - } -} - -@media (max-width:500px) { - .github-corner:hover .octo-arm { - animation:none; - } - - .github-corner .octo-arm{ - animation:octocat-wave 560ms ease-in-out; - } } diff --git a/static/stylesheet/style.min.css b/static/stylesheet/style.min.css index 18be363..0e55820 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:#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{margin:0;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 article .toc{margin-top:2em}main article .toc .toctitle{font-size:1.3em}main article .toc ul{list-style:none;padding-inline-start:1rem}main article .toc>ul{padding:0}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-at,ul.social a.sc-envelope,ul.social a.sc-mailbox{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;z-index:2;top:0;left:0}aside div{padding:36px 18px}aside div nav ul li{padding:0!important;display:block}aside div ul.social{padding-top:32px}main{height:100vh;position:relative;padding-left:25vw}main article{max-width:760px}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,figure{font-size:90%;color:#6c757d}div.figure figcaption,figure figcaption{margin-top:.5em;text-align:center;color:#242121}div.figure img,figure img{vertical-align:middle;line-height:1;display:inline}div.figure p,figure p{margin-top:0;margin-bottom:0}div.figure p.caption,figure p.caption{font-style:italic}div.figure div.legend,figure div.legend{text-align:initial}div.figure.align-left,figure.align-left{text-align:left}div.figure.align-center,figure.align-center{text-align:center}div.figure.align-right,figure.align-right{text-align:right}.github-corner:hover .octo-arm{animation:a .56s ease-in-out}@keyframes a{0%,to{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:a .56s ease-in-out}} \ 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,Verdana,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 nav a{padding:0 4px;border-right:1px solid #eee}main nav :first-child{border-left:1px solid #eee}main .pagination{margin:4% 8% 2%;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 code,main article kbd,main article pre,main article samp{font-family:Source Code Pro,Consolas,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 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 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}.img-center{margin-left:auto;margin-right:auto;display:block}.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;-webkit-transform:translateY(-5px);transform:translateY(-5px)}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-pinterest{background-color:#c92619}ul.social a.sc-linkedin{background-color:#3371b7}ul.social a.sc-rss{background-color:#f26109}ul.social a.sc-stack-overflow{background-color:#f90}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-o{background-color:#578ad6}ul.social a.sc-reddit{background-color:#ff4500}ul.social a.sc-soundcloud{background-color:#f50}@media screen and (min-width:768px){aside{width:25%;height:100%;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:75%;position:absolute;top:0;left:25%;overflow-x:hidden;overflow-y:hidden}main article ul.list li{padding:2px}} \ No newline at end of file diff --git a/static/stylesheet/variables.less b/static/stylesheet/variables.less index aac8565..b36a47d 100644 --- a/static/stylesheet/variables.less +++ b/static/stylesheet/variables.less @@ -6,18 +6,14 @@ @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; -@mono: 'Source Code Pro', 'Consolas', 'Liberation Mono', 'DejaVu Sans Mono', monospace; +@sans: 'Source Sans Pro', 'Verdana', sans-serif; +@mono: 'Source Code Pro', 'Consolas', monospace; // Body @body-bg: @white; -@body-bg-dark-theme: @grey; @text-color: @dark-grey; -@text-color-dark-theme: @light-grey; // Links @link-color: @orange; @@ -25,7 +21,6 @@ // 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; @@ -46,103 +41,24 @@ // Footer @footer-text-color: @med-grey; @footer-border-color: @light-grey; -@footer-border-color-dark-theme: @solid-dark-grey; -// Relative posts +// Relativer 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 -@email-bg-color: #578ad6; +@email-bg-color: #578AD6; @facebook-bg-color: #3e5b98; @github-bg-color: #111010; @google-bg-color: #d93e2d; -@instagram-bg-color: #125688; -@keybase-bg-color: #4c8dff; @linkedin-bg-color: #3371b7; -@medium-bg-color: #00ab6b; @pinterest-bg-color: #c92619; @reddit-bg-color: #ff4500; @rss-bg-color: #f26109; @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 deleted file mode 100644 index 644d35e..0000000 --- a/static/tipuesearch/jquery.min.js +++ /dev/null @@ -1,4 +0,0 @@ -/*! 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 %} -
    {{ article.content }}
    + + {% if ADSENSE.adClientId and ADSENSE.adSlot.articleBottom_responsible %} + + + + {% endif %} +

    {% if article.tags %} @@ -66,12 +55,9 @@

    {{ _('Like this article? Share it with your friends!') }}

    -
    {% endif %} - {% include "partial/neighbors.html" %} - {% if article.related_posts %} - {% elif ADD_THIS_ID %} - - {% endif %} - - {% if article.series %} - - {% endif %} - - {% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.article_bottom %} - - - {% endif %} {% include "partial/disqus.html" %} - {% include "partial/isso.html" %} {% endblock %} diff --git a/templates/author.html b/templates/author.html index 40c0bee..8de5722 100644 --- a/templates/author.html +++ b/templates/author.html @@ -1,8 +1,3 @@ {% extends "index.html" %} - -{% block meta %} -{% if PLUGINS and 'pelican.plugins.activitypub' in PLUGINS %}{% endif %} -{% endblock %} - {% block title %} – {{ _('Posts by %(name)s', name=author) }}:{% endblock %} {% set summarise = True %} diff --git a/templates/authors.html b/templates/authors.html index ee8449b..d802130 100644 --- a/templates/authors.html +++ b/templates/authors.html @@ -1,11 +1,10 @@ {% extends "base.html" %} - {% block title %} – {{ _('Authors') }}{% endblock %} {% block content %}
    -

    {{ _('Authors') }}

    +

    {{ _('Authors') }}

      diff --git a/templates/base.html b/templates/base.html index 4db8852..ab033b6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,25 +1,13 @@ -{% if 'jinja2.ext.i18n' not in JINJA_ENVIRONMENT.extensions %} - {%- macro _(msg) -%} +{% if 'jinja2.ext.i18n' not in JINJA_EXTENSIONS %} + {% macro _(msg) %} {{ msg % kwargs }} - {%- endmacro -%} + {% endmacro %} {% endif %} - - - - - {% if page in hidden_pages %} - - {% else %} - - {% endif %} - - {% if USE_GOOGLE_FONTS != False %} - - {% endif %} + {% if USE_LESS %} @@ -28,111 +16,40 @@ {% endif %} - {# DARK THEME STYLES #} - {% if THEME_COLOR == "dark" or THEME_COLOR_AUTO_DETECT_BROWSER_PREFERENCE or THEME_COLOR_ENABLE_USER_OVERRIDE %} - - {% endif %} - - {# PYGMENTS STYLES #} - {% if THEME_COLOR_AUTO_DETECT_BROWSER_PREFERENCE or THEME_COLOR_ENABLE_USER_OVERRIDE or THEME_COLOR == "dark" %} - - {% endif %} - {% if THEME_COLOR_AUTO_DETECT_BROWSER_PREFERENCE or not THEME_COLOR or THEME_COLOR == "light" %} - - {% endif %} - - {% if PLUGINS and ('tipue_search' in PLUGINS or 'pelican.plugins.tipue_search' in PLUGINS) %} - {% if USE_GOOGLE_FONTS != False %} - - {% endif %} - - {% endif %} - - {% if 'pelican.plugins.search' in PLUGINS %} - - {% endif %} - - - - + + {% if CUSTOM_CSS %} - + {% endif %} - {% include "partial/icon.html" %} - - {% include "partial/color.html" %} - - {% include "partial/feed.html" %} - - {% include "partial/ga.html" %} - {% include "partial/ggst.html" %} - - - {% include "partial/plausible.html" %} - - {% if PGP_KEY %} - + {% if FEED_ALL_ATOM %} + {% endif %} - {% if WEBMENTION_URL %} - + {% if FEED_ALL_RSS %} + {% endif %} - {% if PINGBACK_URL %} - + {% if FAVICON %} + + {% endif %} - {% for _, link in SOCIAL%} - - {% endfor %} + + + + + - {% if not PLUGINS or 'seo' not in PLUGINS %} - {% 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 %} + {% if BROWSER_COLOR %} + + + + + + + {% endif %} {% block meta %} @@ -142,51 +59,119 @@ {% endblock %} {{ SITENAME }}{% block title %}{% endblock %} - - {% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.page_level_ads %} - - - {% endif %} - - {% include "partial/gtm.html" %} - {% include "partial/clarity.html" %} - - {% include "partial/gtm_noscript.html" %} + + {% if GOOGLE_TAG_MANAGER %} + {% include "partial/gtm.html" %} + {% endif %} + +
      + + {% if ADSENSE.adClientId and ADSENSE.adSlot.top_responsible %} + + + + {% endif %} + + {% if MAIN_MENU %} + + {% endif %} {% block content %} {% endblock %} - {% include "partial/footer.html" %} +
      + {% if CC_LICENSE %} + {% include "partial/cc_license.html" %} + {% else %} + {% include "partial/copyright.html" %} + {% endif %} +
      + {% if GOOGLE_ANALYTICS %} + {% include "partial/ga.html" %} + {% endif %} + + {% if GUAGES %} + {% include "partial/guages.html" %} + {% endif %} + + {% if ADD_THIS_ID %} + + {% endif %} + + {% if PIWIK_URL and PIWIK_SITE_ID %} + {% include "partial/piwik.html" %} + {% endif %} + {% include "partial/jsonld.html" %} - {% include "partial/guages.html" %} - {% include "partial/addthis.html" %} - {% include "partial/matomo.html" %} - {% include 'partial/github.html' %} - {% include 'partial/stork.html' %} - {% include 'partial/cf_analytics.html' %} {% block additional_js %}{% endblock %} diff --git a/templates/categories.html b/templates/categories.html index eeaa841..1153874 100644 --- a/templates/categories.html +++ b/templates/categories.html @@ -1,18 +1,15 @@ {% extends "base.html" %} - {% block title %} – {{ _('Categories') }}{% endblock %} {% block content %}
      -

      {{ _('Categories') }}

      +

      {{ _('Categories') }}

        {% for category, articles in categories|sort %} -
      • - {{ category }} ({{ articles|count }}) -
      • +
      • {{ category }} ({{ articles|count }})
      • {% endfor %}
      diff --git a/templates/index.html b/templates/index.html index 5a07642..a496965 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,21 +1,10 @@ {% extends "base.html" %} {% block content %} - -{% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.index_top %} - - - -{% endif %} - {% for article in articles_page.object_list %}
      -

      {{ article.title }}

      +

      {{ article.title }}

      {{ _('Posted on %(when)s in %(category)s', when=article.locale_date, @@ -28,24 +17,16 @@ {% endfor %} {% endif %} - {% if PLUGINS and 'post_stats' in PLUGINS %} - • {{ _('%(minutes)s min read', minutes=article.stats['read_mins']) }} + {% if 'post_stats' in PLUGINS %} + • {{ article.stats['read_mins'] }} min read {% endif %}

      {% if summarise or article.metadata['summary'] or SUMMARY_MAX_LENGTH %} - {% if article.featured_image %} - - {% endif %} -
      {{ article.summary }}
      - {% if article.content != article.summary %} -
      - - {{ _('Continue reading') }} - - {% endif %} + {{ article.summary }} +
      + {{ _('Continue reading') }} {% else %} {{ article.content }} {% endif %} @@ -56,16 +37,17 @@
      {% endfor %} -{% include "partial/pagination.html" %} - -{% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.index_bottom %} +{% if ADSENSE.adClientId and ADSENSE.adSlot.homeBottom_responsible %} - + {% endif %} +{% include "partial/pagination.html" %} {% endblock %} diff --git a/templates/page.html b/templates/page.html index cf276f7..fff05c9 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,29 +1,13 @@ {% extends "base.html" %} - -{% block meta %} -{{ super() }} - -{% if page.translations -%} - -{% for p in page.translations %} - -{% endfor %} -{% endif %} -{% endblock %} - -{% block title %} – {{ page.title|striptags|escape }}{% endblock %} +{% block title %} – {{ page.title }}{% endblock %} {% block content %}
      - {% import 'partial/translations.html' as translations with context %} - {{ translations.translations_for(page) }}

      {{ page.title }}

      - {% block before_content %}{% endblock %} - {% block page_content %}{{ page.content }}{% endblock %} - {% block after_content %}{% endblock %} + {{ page.content }}
      {% endblock %} diff --git a/templates/partial/addthis.html b/templates/partial/addthis.html deleted file mode 100644 index 7d8bc97..0000000 --- a/templates/partial/addthis.html +++ /dev/null @@ -1,3 +0,0 @@ -{% if ADD_THIS_ID %} - -{% endif %} diff --git a/templates/partial/cc_license.html b/templates/partial/cc_license.html index 756cc49..af0ac4c 100644 --- a/templates/partial/cc_license.html +++ b/templates/partial/cc_license.html @@ -1,30 +1,18 @@

      - {% set cc_slug = CC_LICENSE['slug'] %} - {% set cc_name = CC_LICENSE['name'] %} - {% set cc_version = CC_LICENSE['version'] %} - {% set cc_lang = CC_LICENSE['language'] or "en_US" %} - {% set cc_url = "http://creativecommons.org/licenses/{}/{}/deed.{}".format(cc_slug, cc_version, cc_lang) %} - © {{ COPYRIGHT_YEAR }} {{ COPYRIGHT_NAME }} - {{ _('This work is licensed under a %(cc)s', - cc='{}'.format(cc_url, cc_name)|safe) }} + © {{ AUTHOR }} {{ COPYRIGHT_YEAR }} - This work is licensed under a {{ CC_LICENSE['name'] }} {{ CC_LICENSE['version'] }} International License

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

      - {% if CC_LICENSE['icon'] != False %} Creative Commons License - {% endif %} {% if STATUSCAKE %} {% include "partial/statuscake.html" %} {% endif %} diff --git a/templates/partial/cf_analytics.html b/templates/partial/cf_analytics.html deleted file mode 100644 index 2c21486..0000000 --- a/templates/partial/cf_analytics.html +++ /dev/null @@ -1,6 +0,0 @@ -{% if CLOUDFLARE_WEB_ANALYTICS_TOKEN %} - -{% endif %} diff --git a/templates/partial/clarity.html b/templates/partial/clarity.html deleted file mode 100644 index 59dbb90..0000000 --- a/templates/partial/clarity.html +++ /dev/null @@ -1,9 +0,0 @@ -{% if MICROSOFT_CLARITY %} - -{% endif %} diff --git a/templates/partial/color.html b/templates/partial/color.html deleted file mode 100644 index e715c90..0000000 --- a/templates/partial/color.html +++ /dev/null @@ -1,11 +0,0 @@ -{% if BROWSER_COLOR %} - - - - - - - - - -{% endif %} diff --git a/templates/partial/copyright.html b/templates/partial/copyright.html index 5521ef3..ac5e872 100644 --- a/templates/partial/copyright.html +++ b/templates/partial/copyright.html @@ -1,4 +1,4 @@ -

      © {{ COPYRIGHT_YEAR }} {{ COPYRIGHT_NAME }}

      +

      © {{ AUTHOR }} {{ COPYRIGHT_YEAR }}

      {% include "partial/flex.html" %} {% if STATUSCAKE %} {% include "partial/statuscake.html" %} diff --git a/templates/partial/disqus.html b/templates/partial/disqus.html index bcc35fc..7fcb403 100644 --- a/templates/partial/disqus.html +++ b/templates/partial/disqus.html @@ -1,5 +1,4 @@ {% if DISQUS_SITENAME %} -
      -{% endif %} -

      +

      {{ _('Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s', + pelican_url='Pelican', + flex_url='Flex'|safe, + alexandrevicenzi_url='Alexandre Vicenzi'|safe) }}

      diff --git a/templates/partial/footer.html b/templates/partial/footer.html deleted file mode 100644 index 6c559b3..0000000 --- a/templates/partial/footer.html +++ /dev/null @@ -1,7 +0,0 @@ -
      - {% if CC_LICENSE %} - {% include "partial/cc_license.html" %} - {% else %} - {% include "partial/copyright.html" %} - {% endif %} -
      diff --git a/templates/partial/ga.html b/templates/partial/ga.html index fcf5c70..5ce3a5d 100644 --- a/templates/partial/ga.html +++ b/templates/partial/ga.html @@ -1,4 +1,4 @@ -{% if GOOGLE_ANALYTICS %} + -{% endif %} + diff --git a/templates/partial/ggst.html b/templates/partial/ggst.html deleted file mode 100644 index c306b04..0000000 --- a/templates/partial/ggst.html +++ /dev/null @@ -1,10 +0,0 @@ -{% if GOOGLE_GLOBAL_SITE_TAG %} - - -{% endif %} diff --git a/templates/partial/github.html b/templates/partial/github.html deleted file mode 100644 index f417383..0000000 --- a/templates/partial/github.html +++ /dev/null @@ -1,20 +0,0 @@ -{% if GITHUB_CORNER_URL %} - - - -{% endif %} diff --git a/templates/partial/gtm.html b/templates/partial/gtm.html index 8bc0135..f1b33a0 100644 --- a/templates/partial/gtm.html +++ b/templates/partial/gtm.html @@ -1,12 +1,9 @@ -{% if GOOGLE_TAG_MANAGER %} - -{% endif %} + + + + diff --git a/templates/partial/gtm_noscript.html b/templates/partial/gtm_noscript.html deleted file mode 100644 index 5cc4ec8..0000000 --- a/templates/partial/gtm_noscript.html +++ /dev/null @@ -1,5 +0,0 @@ -{% if GOOGLE_TAG_MANAGER %} - -{% endif %} diff --git a/templates/partial/guages.html b/templates/partial/guages.html index 5b77010..e7b0367 100644 --- a/templates/partial/guages.html +++ b/templates/partial/guages.html @@ -1,4 +1,4 @@ -{% if GUAGES %} + -{% endif %} - + diff --git a/templates/partial/icon.html b/templates/partial/icon.html deleted file mode 100644 index 414d516..0000000 --- a/templates/partial/icon.html +++ /dev/null @@ -1,4 +0,0 @@ -{% if FAVICON %} - - -{% endif %} diff --git a/templates/partial/isso.html b/templates/partial/isso.html deleted file mode 100644 index afc4692..0000000 --- a/templates/partial/isso.html +++ /dev/null @@ -1,23 +0,0 @@ -{% if ISSO_URL %} - -
      - - - -{% endif %} diff --git a/templates/partial/jsonld_article.html b/templates/partial/jsonld_article.html index c4ba80e..f0cd70e 100644 --- a/templates/partial/jsonld_article.html +++ b/templates/partial/jsonld_article.html @@ -1,25 +1,23 @@ -{% if not PLUGINS or 'seo' not in PLUGINS or 'pelican.plugins.seo' not in PLUGINS%} - {% if SITELOGO %} - {% set default_cover = SITELOGO %} - {% else %} - {% set default_cover = '{{ SITEURL }}/{{ THEME_STATIC_DIR }}/img/profile.png' %} - {% endif %} - +{% if SITELOGO %} + {% set default_cover = SITELOGO %} +{% else %} + {% set default_cover = '{{ SITEURL }}/{{ THEME_STATIC_DIR }}/img/profile.png' %} {% endif %} + diff --git a/templates/partial/matomo.html b/templates/partial/matomo.html deleted file mode 100644 index 3613173..0000000 --- a/templates/partial/matomo.html +++ /dev/null @@ -1,15 +0,0 @@ -{% if (PIWIK_URL and PIWIK_SITE_ID) or (MATOMO_URL and MATOMO_SITE_ID) %} - - -{% endif %} diff --git a/templates/partial/nav.html b/templates/partial/nav.html deleted file mode 100644 index 74031eb..0000000 --- a/templates/partial/nav.html +++ /dev/null @@ -1,17 +0,0 @@ -{% if MAIN_MENU %} - -{% endif %} diff --git a/templates/partial/neighbors.html b/templates/partial/neighbors.html deleted file mode 100644 index 65bfada..0000000 --- a/templates/partial/neighbors.html +++ /dev/null @@ -1,14 +0,0 @@ -{% if PLUGINS and ('neighbors' in PLUGINS or 'pelican.plugins.neighbors' in PLUGINS) %} -
      - {% if article.prev_article %} - - {{ _('Previous Post') }} - - {% endif %} - {% if article.next_article %} - - {{ _('Next Post') }} - - {% endif %} -
      -{% endif %} diff --git a/templates/partial/og.html b/templates/partial/og.html index 3fc5d67..41e0c8c 100644 --- a/templates/partial/og.html +++ b/templates/partial/og.html @@ -1,16 +1,14 @@ -{% if not PLUGINS or 'seo' not in PLUGINS or 'pelican.plugins.seo' not in PLUGINS %} - {% if OG_LOCALE %} - {% set default_locale = OG_LOCALE %} - {% else %} - {% set default_locale = 'en_US' %} - {% endif %} - - - - - - - {% if SITELOGO %} - - {% endif %} +{% if OG_LOCALE %} + {% set default_locale = OG_LOCALE %} +{% else %} + {% set default_locale = 'en_US' %} +{% endif %} + + + + + + +{% if SITELOGO %} + {% endif %} diff --git a/templates/partial/og_article.html b/templates/partial/og_article.html index 2039946..c2c1cef 100644 --- a/templates/partial/og_article.html +++ b/templates/partial/og_article.html @@ -1,25 +1,23 @@ -{% if not PLUGINS or 'seo' not in PLUGINS or 'pelican.plugins.seo' not in PLUGINS %} - {% if OG_LOCALE %} - {% set default_locale = OG_LOCALE %} - {% else %} - {% set default_locale = 'en_US' %} - {% endif %} - - - - - - - - - - - {% for tag in article.tags %} - - {% endfor %} - {% if 'cover' in article.metadata %} - - {% else %} - - {% endif %} +{% if OG_LOCALE %} + {% set default_locale = OG_LOCALE %} +{% else %} + {% set default_locale = 'en_US' %} +{% endif %} + + + + + + + + + + +{% for tag in article.tags %} + +{% endfor %} +{% if 'cover' in article.metadata %} + +{% else %} + {% endif %} diff --git a/templates/partial/pagination.html b/templates/partial/pagination.html index 3ec7fb1..4f7857f 100644 --- a/templates/partial/pagination.html +++ b/templates/partial/pagination.html @@ -1,7 +1,7 @@ {% if DEFAULT_PAGINATION %}