commit fa4dd0612a29def9606147010abdae9945769847 Author: Moe Date: Sat Sep 19 19:01:53 2020 +0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a1d3a3b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +"/public" \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a6f32d0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/LoveIt"] + path = themes/LoveIt + url = https://github.com/dillonzq/LoveIt.git diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..76be67b --- /dev/null +++ b/config.toml @@ -0,0 +1,568 @@ +baseURL = "http://example.org/" +# [en, zh-cn, fr, ...] determines default content language +defaultContentLanguage = "en" +# language code +languageCode = "en" +title = "Moepoi's Blog" + +# Change the default theme to be use when building the site with Hugo +theme = "LoveIt" + +[menu] + [[menu.main]] + identifier = "posts" + # you can add extra information before the name (HTML format is supported), such as icons + pre = "" + # you can add extra information after the name (HTML format is supported), such as icons + post = "" + name = "Posts" + url = "/posts" + # title will be shown when you hover on this menu link + title = "" + weight = 1 + [[menu.main]] + identifier = "categories" + pre = "" + post = "" + name = "Categories" + url = "/categories" + title = "" + weight = 2 + [[menu.main]] + identifier = "about" + pre = "" + post = "" + name = "About" + url = "https://moepoi.dev" + title = "" + weight = 3 + +[params] + # LoveIt theme version + version = "0.2.X" + # site description + description = "This is My New Hugo Site" + # site keywords + keywords = ["Moepoi", "Moe", "Anime"] + # site default theme ("light", "dark", "auto") + defaultTheme = "auto" + # public git repo url only then enableGitInfo is true + gitRepo = "" + # which hash function used for SRI, when empty, no SRI is used + # ("sha256", "sha384", "sha512", "md5") + fingerprint = "" + # date format + dateFormat = "2006-01-02" + # website images for Open Graph and Twitter Cards + images = ["/img/profile/profile.jpg"] + + # App icon config + [params.app] + # optional site title override for the app when added to an iOS home screen or Android launcher + title = "Moepoi's Blog" + # whether to omit favicon resource links + noFavicon = false + # modern SVG favicon to use in place of older style .png and .ico files + svgFavicon = "" + # Android browser theme color + themeColor = "#ffffff" + # Safari mask icon color + iconColor = "#5bbad5" + # Windows v8-10 tile color + tileColor = "#da532c" + + # Search config + [params.search] + enable = true + # type of search engine ("lunr", "algolia") + type = "lunr" + # max index length of the chunked content + contentLength = 4000 + # placeholder of the search bar + placeholder = "" + # max number of results length + maxResultLength = 10 + # snippet length of the result + snippetLength = 30 + # HTML tag name of the highlight part in results + highlightTag = "em" + # whether to use the absolute URL based on the baseURL in search index + absoluteURL = false + [params.search.algolia] + index = "" + appID = "" + searchKey = "" + + # Header config + [params.header] + # desktop header mode ("fixed", "normal", "auto") + desktopMode = "fixed" + # mobile header mode ("fixed", "normal", "auto") + mobileMode = "auto" + # Header title config + [params.header.title] + # URL of the LOGO + logo = "" + # title name + name = "Moepoi's Blog" + # you can add extra information before the name (HTML format is supported), such as icons + pre = "" + # you can add extra information after the name (HTML format is supported), such as icons + post = "" + # whether to use typeit animation for title name + typeit = true + + # Footer config + [params.footer] + enable = true + # Custom content (HTML format is supported) + custom = '' + # whether to show Hugo and theme info + hugo = false + # whether to show copyright info + copyright = true + # whether to show the author + author = true + # Site creation time + since = 2019 + # ICP info only in China (HTML format is supported) + icp = "" + # license info (HTML format is supported) + license = 'CC BY-NC 4.0' + + # Section (all posts) page config + [params.section] + # special amount of posts in each section page + paginate = 20 + # date format (month and day) + dateFormat = "01-02" + # amount of RSS pages + rss = 10 + + # List (category or tag) page config + [params.list] + # special amount of posts in each list page + paginate = 20 + # date format (month and day) + dateFormat = "01-02" + # amount of RSS pages + rss = 10 + + # Home page config + [params.home] + # amount of RSS pages + rss = 10 + # Home page profile + [params.home.profile] + enable = true + # Gravatar Email for preferred avatar in home page + gravatarEmail = "" + # URL of avatar shown in home page + avatarURL = "/img/profile/profile.jpg" + # title shown in home page (HTML format is supported) + title = "Moe Poi ~" + # subtitle shown in home page + subtitle = "Just Newbie :v" + # whether to use typeit animation for subtitle + typeit = true + # whether to show social links + social = true + # disclaimer (HTML format is supported) + disclaimer = "" + # Home page posts + [params.home.posts] + enable = true + # special amount of posts in each home posts page + paginate = 6 + # replaced with hiddenFromHomePage in params.page + # default behavior when you don't set "hiddenFromHomePage" in front matter + defaultHiddenFromHomePage = false + + # Social config about the author + [params.social] + GitHub = "moepoi" + Linkedin = "moepoi" + Twitter = "_moepoi" + Instagram = "" + Facebook = "moepoi.dev" + Telegram = "moepoi" + Medium = "" + Gitlab = "moepoi" + Youtubelegacy = "" + Youtubecustom = "" + Youtubechannel = "" + Tumblr = "" + Quora = "" + Keybase = "" + Pinterest = "" + Reddit = "" + Codepen = "" + FreeCodeCamp = "" + Bitbucket = "" + Stackoverflow = "" + Weibo = "" + Odnoklassniki = "" + VK = "" + Flickr = "" + Xing = "" + Snapchat = "" + Soundcloud = "" + Spotify = "" + Bandcamp = "" + Paypal = "" + Fivehundredpx = "" + Mix = "" + Goodreads = "" + Lastfm = "" + Foursquare = "" + Hackernews = "" + Kickstarter = "" + Patreon = "" + Steam = "" + Twitch = "" + Strava = "" + Skype = "" + Whatsapp = "" + Zhihu = "" + Douban = "" + Angellist = "" + Slidershare = "" + Jsfiddle = "" + Deviantart = "" + Behance = "" + Dribbble = "" + Wordpress = "" + Vine = "" + Googlescholar = "" + Researchgate = "" + Mastodon = "" + Thingiverse = "" + Devto = "" + Gitea = "" + XMPP = "" + Matrix = "" + Bilibili = "" + Email = "moe@chocola.dev" + RSS = false # + + # Page config + [params.page] + # whether to hide a page from home page + hiddenFromHomePage = false + # whether to hide a page from search results + hiddenFromSearch = false + # whether to enable twemoji + twemoji = false + # whether to enable lightgallery + lightgallery = false + # whether to enable the ruby extended syntax + ruby = true + # whether to enable the fraction extended syntax + fraction = true + # whether to enable the fontawesome extended syntax + fontawesome = true + # whether to show link to Raw Markdown content of the content + linkToMarkdown = false + # whether to show the full text content in RSS + rssFullText = false + # Table of the contents config + [params.page.toc] + # whether to enable the table of the contents + enable = false + # whether to keep the static table of the contents in front of the post + keepStatic = true + # whether to make the table of the contents in the sidebar automatically collapsed + auto = true + # KaTeX mathematical formulas + [params.page.math] + enable = true + # default block delimiter is $$ ... $$ and \\[ ... \\] + blockLeftDelimiter = "" + blockRightDelimiter = "" + # default inline delimiter is $ ... $ and \\( ... \\) + inlineLeftDelimiter = "" + inlineRightDelimiter = "" + # KaTeX extension copy_tex + copyTex = true + # KaTeX extension mhchem + mhchem = true + # Code config + [params.page.code] + # whether to show the copy button of the code block + copy = true + # the maximum number of lines of displayed code by default + maxShownLines = 10 + # Mapbox GL JS config + [params.page.mapbox] + # access token of Mapbox GL JS + accessToken = "" + # style for the light theme + lightStyle = "mapbox://styles/mapbox/light-v9" + # style for the dark theme + darkStyle = "mapbox://styles/mapbox/dark-v9" + # whether to add NavigationControl + navigation = true + # whether to add GeolocateControl + geolocate = true + # whether to add ScaleControl + scale = true + # whether to add FullscreenControl + fullscreen = true + # social share links in post page + [params.page.share] + enable = true + Twitter = true + Facebook = true + Linkedin = false + Whatsapp = false + Pinterest = false + Tumblr = false + HackerNews = false + Reddit = false + VK = false + Buffer = false + Xing = false + Line = false + Instapaper = false + Pocket = false + Digg = false + Stumbleupon = false + Flipboard = false + Weibo = false + Renren = false + Myspace = false + Blogger = false + Baidu = false + Odnoklassniki = false + Evernote = false + Skype = false + Trello = false + Mix = false + # Comment config + [params.page.comment] + enable = true + # Disqus comment config + [params.page.comment.disqus] + # + enable = false + # Disqus shortname to use Disqus in posts + shortname = "" + # Gitalk comment config + [params.page.comment.gitalk] + # + enable = false + owner = "" + repo = "" + clientId = "" + clientSecret = "" + # Valine comment config + [params.page.comment.valine] + enable = false + appId = "" + appKey = "" + placeholder = "" + avatar = "mp" + meta= "" + pageSize = 10 + lang = "" + visitor = true + recordIP = true + highlight = true + enableQQ = false + serverURLs = "" + # emoji data file name, default is "google.yml" + # ("apple.yml", "google.yml", "facebook.yml", "twitter.yml") + # located in "themes/LoveIt/assets/data/emoji/" directory + # you can store your own data files in the same path under your project: + # "assets/data/emoji/" + emoji = "" + # Facebook comment config + [params.page.comment.facebook] + enable = false + width = "100%" + numPosts = 10 + appId = "" + languageCode = "" + # Telegram comments config + [params.page.comment.telegram] + enable = true + siteID = "AatkodL9" + limit = 5 + height = "" + color = "" + colorful = true + dislikes = false + outlined = false + # Commento comment config + [params.page.comment.commento] + enable = false + # Utterances comment config + [params.page.comment.utterances] + enable = false + # owner/repo + repo = "" + issueTerm = "pathname" + label = "" + lightTheme = "github-light" + darkTheme = "github-dark" + # Third-party library config + [params.page.library] + [params.page.library.css] + # someCSS = "some.css" + # located in "assets/" + # Or + # someCSS = "https://cdn.example.com/some.css" + [params.page.library.js] + # someJavascript = "some.js" + # located in "assets/" + # Or + # someJavascript = "https://cdn.example.com/some.js" + # Page SEO config + [params.page.seo] + # image URL + images = [] + # Publisher info + [params.page.seo.publisher] + name = "" + logoUrl = "" + + # TypeIt config + [params.typeit] + # typing speed between each step (measured in milliseconds) + speed = 100 + # blinking speed of the cursor (measured in milliseconds) + cursorSpeed = 1000 + # character used for the cursor (HTML format is supported) + cursorChar = "|" + # cursor duration after typing finishing (measured in milliseconds, "-1" means unlimited) + duration = -1 + + # Site verification code config for Google/Bing/Yandex/Pinterest/Baidu + [params.verification] + google = "" + bing = "" + yandex = "" + pinterest = "" + baidu = "" + + # Site SEO config + [params.seo] + # image URL + image = "" + # thumbnail URL + thumbnailUrl = "" + + # Analytics config + [params.analytics] + enable = false + # Google Analytics + [params.analytics.google] + id = "" + # whether to anonymize IP + anonymizeIP = true + # Fathom Analytics + [params.analytics.fathom] + id = "" + # server url for your tracker if you're self hosting + server = "" + + # Cookie consent config + [params.cookieconsent] + enable = true + # text strings used for Cookie consent banner + [params.cookieconsent.content] + message = "" + dismiss = "" + link = "" + + # CDN config for third-party library files + [params.cdn] + # CDN data file name, disabled by default + # ("jsdelivr.yml") + # located in "themes/LoveIt/assets/data/cdn/" directory + # you can store your own data files in the same path under your project: + # "assets/data/cdn/" + data = "" + + # Compatibility config + [params.compatibility] + # whether to use Polyfill.io to be compatible with older browsers + polyfill = false + # whether to use object-fit-images to be compatible with older browsers + objectFit = false + +# Markup related config in Hugo +[markup] + # Syntax Highlighting + [markup.highlight] + codeFences = true + guessSyntax = true + lineNos = true + lineNumbersInTable = true + # false is a necessary configuration + # (https://github.com/dillonzq/LoveIt/issues/158) + noClasses = false + # Goldmark is from Hugo 0.60 the default library used for Markdown + [markup.goldmark] + [markup.goldmark.extensions] + definitionList = true + footnote = true + linkify = true + strikethrough = true + table = true + taskList = true + typographer = true + [markup.goldmark.renderer] + # whether to use HTML tags directly in the document + unsafe = true + # Table Of Contents settings + [markup.tableOfContents] + startLevel = 2 + endLevel = 6 + +# Author config +[author] + name = "Moepoi" + email = "moe@chocola.dev" + link = "https://moepoi.dev" + +# Sitemap config +[sitemap] + changefreq = "weekly" + filename = "sitemap.xml" + priority = 0.5 + +# Permalinks config +[Permalinks] + posts = ":year/:month/:day/:filename" + # posts = ":filename" + +# Privacy config +[privacy] + # privacy of the Google Analytics (replaced by params.analytics.google) + [privacy.googleAnalytics] + # ... + [privacy.twitter] + enableDNT = true + [privacy.youtube] + privacyEnhanced = true + +# Options to make output .md files +[mediaTypes] + [mediaTypes."text/plain"] + suffixes = ["md"] + +# Options to make output .md files +[outputFormats.MarkDown] + mediaType = "text/plain" + isPlainText = true + isHTML = false + +# Options to make hugo output files +[outputs] + # + home = ["HTML", "RSS", "JSON"] + page = ["HTML", "MarkDown"] + section = ["HTML", "RSS"] + taxonomy = ["HTML", "RSS"] + taxonomyTerm = ["HTML"] \ No newline at end of file diff --git a/content/posts/2019/cara-mengatasi-limit-pada-file-google-drive.md b/content/posts/2019/cara-mengatasi-limit-pada-file-google-drive.md new file mode 100644 index 0000000..6b5615c --- /dev/null +++ b/content/posts/2019/cara-mengatasi-limit-pada-file-google-drive.md @@ -0,0 +1,44 @@ +--- +title: "Cara Mengatasi Limit Pada File Google Drive" +date: 2019-10-04T20:59:32+00:00 +draft: false +tags: ["Tutorial", "Gdrive", "Bypass"] +categories: ["Tutorial"] +featuredImage: /img/featured/gdrive.jpg +--- + +

+ Pada artikel kali ini, Saya akan memberikan sebuah tutorial yaitu cara cepat mengatasi limit pada file Google Drive. File pada google drive jika di download berkali-kali dan diakses banyak orang akan membuat file menjadi limit (tidak bisa download). +

+ +
+ +

+ Hal itu dilakukan untuk membuat file tahan lama dan agar server tidak down. Google Drive adalah salah satu penyimpanan dari Google yang sangat bermanfaat bagi kita tentunya, dan dengan adanya Google Drive ini sangat membantu sekali untuk kita mendapatkan file yang kita inginkan yang berasal dari sebuah website. +

+ +

+ Google Drive ini banyak digunakan oleh orang-orang karena Google Drive ini memiliki kelebihan diantaranya yaitu tidak ada iklan dan mempunyai server yang cepat hal ini jauh dibandingkan dengan beberapa penyedia file hosting lain. +

+ +

+ File di Google Drive bisa di download setiap saat asalkan tidak mendapatkan batasan kuota. Karena itu, sekarang saya akan memberikan sebuah tutorial yaitu cara cara mengatasi Google Drive yang limit tanpa ribet. +

+ +
+ +#### Langkah-Langkah + + 1. Pertama siapkan link file Google Drive yang ingin di download. + 2. Buka situs **ini**. + 3. Silahkan login menggunakan akun Google Drive. + 4. Kemudian masukan link file Google Drive ke kolom URL. + 5. Klik tombol upload dan link file Google Drive yang baru (Tidak Limit) akan muncul dan bisa digunakan untuk download. + +
+

+ PENTING !!! +

+ + Tutorial ini membutuhkan space/ruang penyimpanan di Google Drive jadi pastikan ada space yang tersisa. +
\ No newline at end of file diff --git a/content/posts/2019/hello-world.md b/content/posts/2019/hello-world.md new file mode 100644 index 0000000..1e4a20a --- /dev/null +++ b/content/posts/2019/hello-world.md @@ -0,0 +1,9 @@ +--- +title: "Hello World" +date: 2019-08-08T17:51:59+00:00 +draft: false +categories: ["Important"] +featuredImage: /img/featured/misaki-aokana.jpg +--- + +First Launching 🙂 \ No newline at end of file diff --git a/content/posts/2019/rekomendasi-anime-fall-2019.md b/content/posts/2019/rekomendasi-anime-fall-2019.md new file mode 100644 index 0000000..6775bd6 --- /dev/null +++ b/content/posts/2019/rekomendasi-anime-fall-2019.md @@ -0,0 +1,106 @@ +--- +title: "Rekomendasi Anime Fall 2019" +date: 2019-09-15T07:02:37+00:00 +draft: false +tags: ["Anime", "Rekomendasi", "Fall 2019"] +categories: ["Anime", "Rekomendasi"] +featuredImage: /img/featured/natsuki.png +--- + +#### 1. Nanatsu no Taizai: Kamigami no Gekirin
+ +
+ +Ceritanya bakal kembali menghadirkan pertempuran dengan Ten Commandments, takdir diantara Meliodas dan Elizabeth, serta rahasia dunia yang bakal terungkap. + +Studio Deen bakal menggantikan A-1 Pictures dalam memproduksi musim ketiganya. Susumu Nishizawa menjadi sutradara baru, dengan Rintarou Ikeda menggarap komposisi seri. Rie Nishino diberikan kredit khusus untuk menggarap animasi karakter. Hiroyuki Sawano, Kohta Yamamoto, dan Takafumi Wada kembali berkolaborasi sebagai komposer. + +
+
+ +#### 2. Shokugeki no Souma: Shin no Sara
+ +
+ +Serial ini menceritakan Soma Yukihira yang bertekad untuk menjadi pemilik kedai “Yukihira” yang dimiliki oleh ayahnya Jouichirou Yukihira, namun banyak rintangan yang harus dihadapi sebelum mewariskan kedai tersebut. Soma akhirnya masuk ke Akademi Tootsuki yang dijuluki sekolah masak yang paling ketat agar dia bisa mempelajari masakan yang ada di seluruh dunia beserta teknik memasaknya.
+ +
+
+ +#### 3. Sword Art Online: Alicization – War of Underworld
+ +
+ +Cerita ini dimulai setelah kejadian di kisah Mother’s Rosario di mana Kirito dihubungi oleh pihak JSDF. Ia ditugaskan sebagai bagian dari Project Alicization untuk melakukan uji coba dari sistem Rath yang menggunakan perangkat Full Dive generasi baru bernama Soul Translator (STL). Dalam uji coba tersebut Kirito menjalani kehidupan di dunia virtual bernama Underworld. Di sanalah ia menjadi teman dekat dengan Eugeo dan Alice, dua kecerdasan buatan (AI) penghuni dunia virtual tersebut.
+ +
+
+ +#### 4. Bokutachi wa Benkyou ga Dekinai 2
+ +
+ +Merupakan lanjutan dari Bokutachi wa Benkyou ga Dekinai seri pertama.
+ +
+
+ +#### 5. Radiant 2
+ +
+ +Lanjutan dari Season Pertamanya. + +Seth adalah penyihir bercita-cita tinggi yang tinggal di desa pastoral di bawah pengawasan mentornya. Seperti semua penyihir, Seth merupakan satu dari banyak orang yang telah terkena infeksi namun selamat dari kontak langsung dengan Nemesis, mahluk yang jatuh dari langit dan mencemari apapun yang mereka sentuh. Perjumpaannya memberikan Seth kekuatan dan membawanya untuk memilih jalan yang tampaknya sangat sempurna yaitu menjadi seseorang yang memburu keberadaan Nemesis. + +Seth bertujuan untuk menemukan temapat asal mereka yaitu Radiant dan menghancurkannya. Bersama dengan penyihir lainnya, ia berkeliling dunia untuk mencari Radiant, di bawah mata jahat inkuisisi.
+ +
+
+ +#### 6. Ore wo Suki nano wa Omae dake ka yo
+ +
+ +Amatsuyu Kirasagi tiba-tiba diundang oleh gadis cantik, Cosmos dan teman masa kecilnya Himawari untuk mendengarkan pengakuan cinta mereka. Namun, ketika ia menemui mereka satu-persatu, Cosmos dan Himawari malah mengaku menyukai temannya. Sementara itu, gadis lain yang berkacamata dan berambut kepang memandanginya.
+ +
+ https://www.dailymotion.com/embed/video/x7hr05l +
+ +#### 7. Val x Love
+ +
+ +Takuma Akutsu, anak SMA biasa yang hanya ingin hidup tenang. Sayangnya hari-hari normalnya berubah ketika sembilan perempuan Valkyrie bersaudara datang menerobos ke rumahnya. Mereka menugaskannya untuk menaikkan level mereka untuk melawan monster yang mengancam manusia.
+ +
+
+ +#### 8. Assassins Pride
+ +
+ +Di dunia dalam seri ini, hanya orang-orang dari keluarga bangsawan lah yang memiliki _mana_ untuk bertarung melawan monster. Kufa adalah seorang yang dikirim untuk mengajar seorang gadis bernama Melida. Namun, jika gadis itu tak berbakat, ia diperintahkan untuk membunuhnya.
+ +
+ https://www.youtube.com/watch?v=j5paOgPW3h0 +
+ +#### 9. Hataage! Kemono Michi
+ +
+ +Pegulat profesional pecinta binatang, Genzo Shibata tiba-tiba dipanggil ke dunia lain. Di sana ia disambut oleh seorang putri. Shibata diminta untuk menyingkirkan binatang buas yang berkeliaran di dunia tersebut. Ia enggan menerima permintaan itu dan membujuk sang putri. Shibata yang tak dapat kembali, memutuskan untuk hidup damai dan mengelola toko “monster” peliharaan.
+ +
+
+ +#### 10. Azur Lane
+ +
+ +Musuh kuat bernama Siren tiba-tiba muncul di lautan. Untuk melawan mereka, dibentuklah kelompok tentara Azure Lane. Anime ini mengikuti kisah perjuangan para gadis dalam melawan musuh-musuh kuat yang sebelumnya belum pernah mereka hadapi.
+ +
+
\ No newline at end of file diff --git a/content/posts/2019/rekomendasi-anime-summer-2019.md b/content/posts/2019/rekomendasi-anime-summer-2019.md new file mode 100644 index 0000000..c941317 --- /dev/null +++ b/content/posts/2019/rekomendasi-anime-summer-2019.md @@ -0,0 +1,66 @@ +--- +title: "Rekomendasi Anime Summer 2019" +date: 2019-09-05T18:54:59+00:00 +draft: false +tags: ["Anime", "Rekomendasi", "Summer 2019"] +categories: ["Anime", "Rekomendasi"] +featuredImage: /img/featured/ao-chan.png +--- + +#### 1. Arifureta Shokugyou de Sekai Saikyou + +
+
+
+ +Nagumo Hajime adalah seorang otaku biasa yang kehidupan sederhananya mulai berubah setelah dirinya dan teman-teman kelasnya tiba-tiba terseret ke dunia fantasi. Mereka diperlakukan layaknya pahlawan dan ditugaskan untuk menyelamatkan umat manusia dari kepunahan. Apakah ini akan jadi awal dari kisah kepahlawanannya atau justru akan jadi mimpi buruknya di dunia yang penuh dengan monster dan iblis berbahaya? + +#### 2. Dr. STONE + +
+
+
+ +Anime fiksi ilmiah yang menceritakan perjuangan dua anak laki-laki untuk menghidupkan kembali umat manusia setelah fenomena misterius yang membuat semua orang di dunia berubah menjadi batu selama beberapa milenium. + +#### 3. Toaru Kagaku no Accelerator + +
+
+
+ +Para esper Kota Akademi diklasifikasikan dalam enam level, di mana level 0 adalah orang yang tidak memiliki kekuatan. Sementara level 5 memiliki kekuatan yang luar biasa. Dari beberapa juta esper yang ada di Kota Akademi, hanya tujuh dari mereka yang mencapai level 5, dan peringkat tertinggi di antara mereka dikenal sebagai Accelerator. + +#### 4. Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka 2 + +
+
+
+ +Anime ini mengisahkan Bell Cranel (disuarakan oleh Yoshitsugu Matsuoka), seorang petualang berlevel rendah yang hobi mendatangi sebuah Dungeon. Suatu hari, ia bertemu dengan Boss Monster dan terjebak dalam kondisi terdesak. Dalam kondisi tersebut, seorang petualang cantik berambut pirang, Aiz Wallenstein (Saori Ōnishi) datang dan menyelamatkan Bell. Akibat kejadian itu, Bell bersama sang dewi yang selalu menemaninya, Hestia (Inori Minase) berjuang untuk menjadi familia petualang yang kuat dalam dunia tersebut. + +#### 5. Enen no Shouboutai + +
+
+
+ +Tokyo dilanda teror oleh iblis yang membakar orang-orang. Dibentuklah tim pemadam kebakaran khusus. Kusakabe Shinra, seorang anak laki-laki yang memiliki kekuatan dapat berlari secepat roket. Ia bergabung dalam Pasukan Pemadam Kebakaran Khusus 8. Bisakah Pasukan Pemadam Kebakaran dapat menemukan sumber dari teror aneh ini dan menghentikannya? + +#### 6. Maou-sama, Retry!
+ +
+ +Akira Oono merupakan seorang pria biasa yang bekerja di sebuah perusahaan yang mengelola game online. Ia sendiri sering bermain dengan nama karakter Maou (Raja Kegelapan). Suatu hari, ketika login, ia terseret ke dunia fantasi dan benar-benar menjadi Maou. Di sana ia bertemu dengan seorang gadis, dan memulai petualangan bersamanya. Namun, karena kekuatannya yang luar biasa, ia diincar banyak pihak dan sering membawa masalah ke mana pun ia pergi. + +#### 7. Isekai Cheat Magician
+ +
+ +Siswa SMA biasa, Taichi Nishimura dan temannya, Rin tiba-tiba ditransfer ke dunia fantasi. Di dunia ini, Taichi dan Rin memiliki kemampuan fisik dan sihir yang luar biasa. Begitulah awal kisah keduanya dimulai… + +#### 8. Nakanohito Genome
+ +
+ +Setelah membuka konten tersembunyi dalam game Nakanohito Genome, Akatsuki Iride terlempar ke dunia game bersama dengan orang-orang lainnya yang menjadi timnya. Masing-masing dari mereka merupakan spesialis dalam game tertentu, seperti game pertarungan, game teka-teki, dan lain-lain. Setelah menyelesaikan level 1, seorang “pengajar” berkepala dingin mengumpulkan mereka dan menjelaskan bagaimana permainan akan berlanjut… \ No newline at end of file diff --git a/content/posts/2020/daftar-koleksi-anime.md b/content/posts/2020/daftar-koleksi-anime.md new file mode 100644 index 0000000..a07c00f --- /dev/null +++ b/content/posts/2020/daftar-koleksi-anime.md @@ -0,0 +1,16 @@ +--- +title: "Daftar Koleksi Anime" +date: 2020-07-28T21:00:37+00:00 +draft: false +tags: ["Anime", "Collection", "Telegram"] +categories: ["Anime", "Collection"] +featuredImage: /img/featured/enju-chan.jpg +--- + +
+

+ Support Streaming & Download (Wajib Download Telegram) +

+
+ + \ No newline at end of file diff --git a/content/posts/2020/new-simulcast-yang-saya-tonton-di-winter-2020.md b/content/posts/2020/new-simulcast-yang-saya-tonton-di-winter-2020.md new file mode 100644 index 0000000..d61c358 --- /dev/null +++ b/content/posts/2020/new-simulcast-yang-saya-tonton-di-winter-2020.md @@ -0,0 +1,102 @@ +--- +title: "New Simulcast Yang Saya Tonton Di Winter 2020" +date: 2020-01-24T05:42:18+00:00 +draft: false +tags: ["Anime", "Rekomendasi", "Winter 2020"] +categories: ["Anime", "Rekomendasi"] +featuredImage: /img/featured/misaki-toaru.jpg +--- + +## 1. Toaru Kagaku no Railgun T
+ +
+
+ +
+ +Kota Akademi adalah kota yang sangat maju dalam bidang teknologi dan 80% dari 2,3 juta penduduknya adalah pelajar. Fokus utama dalam studi di kota ini untuk mempelajari kekuatan esper. Misaka Mikoto adalah salah satu esper level atas yang tinggal di kota ini bersama teman sekamarnya, Shirai Kuroko yang juga esper level atas dan merupakan anggota dari _Judgement_. _Judgement_ adalah badan penegak hukum yang anggotanya adalah para pelajar. Misaka dan Shirai adalah murid SMP Tokiwadai, sebuah sekolah swasta untuk esper level tinggi dan murid kaya. Bersama dengan dua teman lainnya, Uiharu Kazari dan Saten Ruiko, mereka berempat menjalani kehidupan di Kota Akademi yang penuh dengan petualangan menarik. + +## 2. Darwin’s Game
+ +
+
+ +
+ +Kaname Sudou yang tak tahu apa-apa diundang untuk mencoba gim ponsel misterius yang disebut Darwin’s Game. Setelah mulai memainkannya ia menyadari dirinya tak bisa berhenti dari permainan itu. + +## 3. Plunderer
+ +
+
+ +
+ +Bilangan dapat digunakan untuk merepresentasikan banyak hal. Setiap manusia memiliki “Count” yang menunjukkan jumlah mengenai kehidupan mereka. Count bisa merepresentasikan jarak berjalan seseorang atau jumlah pujian yang diterimanya. Ketika Count nol, orang tersebut dalam bahaya. + +Tahun 305 kalender Alcian, Hina diminta ibunya untuk mencari Baron Merah Legendaris. Dalam perjalanannya, ia bertemu dengan Licht, seorang pendekar pedang bertopeng yang berusaha menyembunyikan identitasnya karena memiliki Count yang sangat rendah. + +## 4. Itai no wa Iya nano de Bougyoryoku ni Kyokufuri Shitai to Omoimasu
+ +
+
+ +
+ +Setelah menerima undangan dari temannya Risa Shiromine, Kaede Honjou mulai memainkan game VRMMO New World Online sebagai Maple. Karena kurangnya pengalaman bermain, ia menggunakan semua poinnya untuk pertahanan. Akibatnya, gerakannya lambat dan ia tak bisa menggunakan sihir. Namun, Maple mendapatkan kemampuan yang disebut “Pertahanan Absolut”. + +## 5. Nekopara
+ +
+
+ +
+ +Anime ini diadaptasi dari game Nekopara Vol. 4: Neko to Patisserie no Noel. Episode pertama akan ditayang di gelaran Anime Expo pada 6 Juli 2019. + +## 6. Kyokou Suiri
+ +
+
+ +
+ +Pada usia 11 tahun, Kotoko Iwanaga diculik oleh youkai (siluman) dan mendapatkan kemampuan untuk menjadi perantara antara roh dan dunia manusia. Namun, kemampuannya itu harus dibayar dengan mata kanan dan kaki kirinya. Sekarang, enam tahun setelah kejadian itu, youkai yang mengalami masalah datang berkonsultasi padanya. + +Suatu hari Kotoko bertemu dengan Kurou Sakuragawa, seorang mahasiswa yang memperoleh kemampuan spesial setelah insiden dengan youkai. Kotoko pun meminta Kurou untuk bekerja sama menangani berbagai masalah supernatural. + +## 7. Ishuzoku Reviewers
+ +
+
+ +
+ +Kecantikan seseorang tergantung orang yang melihatnya. Orang-orang terus memperdebatkan gadis paling ideal. Mulai dari elf, succubus, dan gadis monster lainnya. Anime ini menampilkan gadis-gadis cantik tersebut dengan berbagai kelebihan masing-masing yang menunjukkan pada kita bahwa dunia fantasi mungkin tak jauh berbeda dengan dunia kita. + +## 8. Overflow
+ +
+
+ +
+ +“Kakak, apakah kita benar-benar mandi bersama?” + +Maka, pengalaman mandi terlarang pun dimulai. Saya, saudara perempuan saya, dan teman masa kecil saya — satu pria dan dua wanita — berbagi satu kamar mandi. Setelah tanpa sadar “meluap,” cinta rahasia saudari itu keluar ?! + +Ini adalah komedi romantis muda yang tidak akan membiarkan Anda berkata, “sudah berakhir!” + +
+ +#### Detail + + * [MyAnimeList][1] + * [Anilist][2] + * [Kitsu][3] + * [Notify.Moe][4] + + [1]: https://myanimelist.net/profile/moepoi + [2]: https://anilist.co/user/moepoi/ + [3]: https://kitsu.io/users/moepoi + [4]: https://notify.moe/+Moepoi \ No newline at end of file diff --git a/gitlab-ci.yml b/gitlab-ci.yml new file mode 100644 index 0000000..4db7eca --- /dev/null +++ b/gitlab-ci.yml @@ -0,0 +1,13 @@ +image: monachus/hugo + +variables: + GIT_SUBMODULE_STRATEGY: recursive + +pages: + script: + - hugo + artifacts: + paths: + - public + only: + - master \ No newline at end of file diff --git a/public/2019/08/08/hello-world/index.html b/public/2019/08/08/hello-world/index.html new file mode 100644 index 0000000..e8e3f5d --- /dev/null +++ b/public/2019/08/08/hello-world/index.html @@ -0,0 +1,156 @@ + + + + + + + + Hello World - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+ + + + +
+ diff --git a/public/2019/08/08/hello-world/index.md b/public/2019/08/08/hello-world/index.md new file mode 100644 index 0000000..9798912 --- /dev/null +++ b/public/2019/08/08/hello-world/index.md @@ -0,0 +1,4 @@ +# Hello World + + +First Launching 🙂 diff --git a/public/2019/09/05/rekomendasi-anime-summer-2019/index.html b/public/2019/09/05/rekomendasi-anime-summer-2019/index.html new file mode 100644 index 0000000..8f2d250 --- /dev/null +++ b/public/2019/09/05/rekomendasi-anime-summer-2019/index.html @@ -0,0 +1,191 @@ + + + + + + + + Rekomendasi Anime Summer 2019 - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+

Rekomendasi Anime Summer 2019

1. Arifureta Shokugyou de Sekai Saikyou

+
+
+
+

Nagumo Hajime adalah seorang otaku biasa yang kehidupan sederhananya mulai berubah setelah dirinya dan teman-teman kelasnya tiba-tiba terseret ke dunia fantasi. Mereka diperlakukan layaknya pahlawan dan ditugaskan untuk menyelamatkan umat manusia dari kepunahan. Apakah ini akan jadi awal dari kisah kepahlawanannya atau justru akan jadi mimpi buruknya di dunia yang penuh dengan monster dan iblis berbahaya?

+

2. Dr. STONE

+
+
+
+

Anime fiksi ilmiah yang menceritakan perjuangan dua anak laki-laki untuk menghidupkan kembali umat manusia setelah fenomena misterius yang membuat semua orang di dunia berubah menjadi batu selama beberapa milenium.

+

3. Toaru Kagaku no Accelerator

+
+
+
+

Para esper Kota Akademi diklasifikasikan dalam enam level, di mana level 0 adalah orang yang tidak memiliki kekuatan. Sementara level 5 memiliki kekuatan yang luar biasa. Dari beberapa juta esper yang ada di Kota Akademi, hanya tujuh dari mereka yang mencapai level 5, dan peringkat tertinggi di antara mereka dikenal sebagai Accelerator.

+

4. Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka 2

+
+
+
+

Anime ini mengisahkan Bell Cranel (disuarakan oleh Yoshitsugu Matsuoka), seorang petualang berlevel rendah yang hobi mendatangi sebuah Dungeon. Suatu hari, ia bertemu dengan Boss Monster dan terjebak dalam kondisi terdesak. Dalam kondisi tersebut, seorang petualang cantik berambut pirang, Aiz Wallenstein (Saori Ōnishi) datang dan menyelamatkan Bell. Akibat kejadian itu, Bell bersama sang dewi yang selalu menemaninya, Hestia (Inori Minase) berjuang untuk menjadi familia petualang yang kuat dalam dunia tersebut.

+

5. Enen no Shouboutai

+
+
+
+

Tokyo dilanda teror oleh iblis yang membakar orang-orang. Dibentuklah tim pemadam kebakaran khusus. Kusakabe Shinra, seorang anak laki-laki yang memiliki kekuatan dapat berlari secepat roket. Ia bergabung dalam Pasukan Pemadam Kebakaran Khusus 8. Bisakah Pasukan Pemadam Kebakaran dapat menemukan sumber dari teror aneh ini dan menghentikannya?

+

6. Maou-sama, Retry!

+

+

Akira Oono merupakan seorang pria biasa yang bekerja di sebuah perusahaan yang mengelola game online. Ia sendiri sering bermain dengan nama karakter Maou (Raja Kegelapan). Suatu hari, ketika login, ia terseret ke dunia fantasi dan benar-benar menjadi Maou. Di sana ia bertemu dengan seorang gadis, dan memulai petualangan bersamanya. Namun, karena kekuatannya yang luar biasa, ia diincar banyak pihak dan sering membawa masalah ke mana pun ia pergi.

+

7. Isekai Cheat Magician

+

+

Siswa SMA biasa, Taichi Nishimura dan temannya, Rin tiba-tiba ditransfer ke dunia fantasi. Di dunia ini, Taichi dan Rin memiliki kemampuan fisik dan sihir yang luar biasa. Begitulah awal kisah keduanya dimulai…

+

8. Nakanohito Genome

+

+

Setelah membuka konten tersembunyi dalam game Nakanohito Genome, Akatsuki Iride terlempar ke dunia game bersama dengan orang-orang lainnya yang menjadi timnya. Masing-masing dari mereka merupakan spesialis dalam game tertentu, seperti game pertarungan, game teka-teki, dan lain-lain. Setelah menyelesaikan level 1, seorang “pengajar” berkepala dingin mengumpulkan mereka dan menjelaskan bagaimana permainan akan berlanjut…

+
+
+
+ +
+ + + + +
+ diff --git a/public/2019/09/05/rekomendasi-anime-summer-2019/index.md b/public/2019/09/05/rekomendasi-anime-summer-2019/index.md new file mode 100644 index 0000000..f257ddf --- /dev/null +++ b/public/2019/09/05/rekomendasi-anime-summer-2019/index.md @@ -0,0 +1,60 @@ +# Rekomendasi Anime Summer 2019 + + +#### 1. Arifureta Shokugyou de Sekai Saikyou + +
+
+
+ +Nagumo Hajime adalah seorang otaku biasa yang kehidupan sederhananya mulai berubah setelah dirinya dan teman-teman kelasnya tiba-tiba terseret ke dunia fantasi. Mereka diperlakukan layaknya pahlawan dan ditugaskan untuk menyelamatkan umat manusia dari kepunahan. Apakah ini akan jadi awal dari kisah kepahlawanannya atau justru akan jadi mimpi buruknya di dunia yang penuh dengan monster dan iblis berbahaya? + +#### 2. Dr. STONE + +
+
+
+ +Anime fiksi ilmiah yang menceritakan perjuangan dua anak laki-laki untuk menghidupkan kembali umat manusia setelah fenomena misterius yang membuat semua orang di dunia berubah menjadi batu selama beberapa milenium. + +#### 3. Toaru Kagaku no Accelerator + +
+
+
+ +Para esper Kota Akademi diklasifikasikan dalam enam level, di mana level 0 adalah orang yang tidak memiliki kekuatan. Sementara level 5 memiliki kekuatan yang luar biasa. Dari beberapa juta esper yang ada di Kota Akademi, hanya tujuh dari mereka yang mencapai level 5, dan peringkat tertinggi di antara mereka dikenal sebagai Accelerator. + +#### 4. Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka 2 + +
+
+
+ +Anime ini mengisahkan Bell Cranel (disuarakan oleh Yoshitsugu Matsuoka), seorang petualang berlevel rendah yang hobi mendatangi sebuah Dungeon. Suatu hari, ia bertemu dengan Boss Monster dan terjebak dalam kondisi terdesak. Dalam kondisi tersebut, seorang petualang cantik berambut pirang, Aiz Wallenstein (Saori Ōnishi) datang dan menyelamatkan Bell. Akibat kejadian itu, Bell bersama sang dewi yang selalu menemaninya, Hestia (Inori Minase) berjuang untuk menjadi familia petualang yang kuat dalam dunia tersebut. + +#### 5. Enen no Shouboutai + +
+
+
+ +Tokyo dilanda teror oleh iblis yang membakar orang-orang. Dibentuklah tim pemadam kebakaran khusus. Kusakabe Shinra, seorang anak laki-laki yang memiliki kekuatan dapat berlari secepat roket. Ia bergabung dalam Pasukan Pemadam Kebakaran Khusus 8. Bisakah Pasukan Pemadam Kebakaran dapat menemukan sumber dari teror aneh ini dan menghentikannya? + +#### 6. Maou-sama, Retry!
+ +
+ +Akira Oono merupakan seorang pria biasa yang bekerja di sebuah perusahaan yang mengelola game online. Ia sendiri sering bermain dengan nama karakter Maou (Raja Kegelapan). Suatu hari, ketika login, ia terseret ke dunia fantasi dan benar-benar menjadi Maou. Di sana ia bertemu dengan seorang gadis, dan memulai petualangan bersamanya. Namun, karena kekuatannya yang luar biasa, ia diincar banyak pihak dan sering membawa masalah ke mana pun ia pergi. + +#### 7. Isekai Cheat Magician
+ +
+ +Siswa SMA biasa, Taichi Nishimura dan temannya, Rin tiba-tiba ditransfer ke dunia fantasi. Di dunia ini, Taichi dan Rin memiliki kemampuan fisik dan sihir yang luar biasa. Begitulah awal kisah keduanya dimulai… + +#### 8. Nakanohito Genome
+ +
+ +Setelah membuka konten tersembunyi dalam game Nakanohito Genome, Akatsuki Iride terlempar ke dunia game bersama dengan orang-orang lainnya yang menjadi timnya. Masing-masing dari mereka merupakan spesialis dalam game tertentu, seperti game pertarungan, game teka-teki, dan lain-lain. Setelah menyelesaikan level 1, seorang “pengajar” berkepala dingin mengumpulkan mereka dan menjelaskan bagaimana permainan akan berlanjut… diff --git a/public/2019/09/15/rekomendasi-anime-fall-2019/index.html b/public/2019/09/15/rekomendasi-anime-fall-2019/index.html new file mode 100644 index 0000000..96efed6 --- /dev/null +++ b/public/2019/09/15/rekomendasi-anime-fall-2019/index.html @@ -0,0 +1,215 @@ + + + + + + + + Rekomendasi Anime Fall 2019 - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+

Rekomendasi Anime Fall 2019

1. Nanatsu no Taizai: Kamigami no Gekirin

+

+

Ceritanya bakal kembali menghadirkan pertempuran dengan Ten Commandments, takdir diantara Meliodas dan Elizabeth, serta rahasia dunia yang bakal terungkap.

+

Studio Deen bakal menggantikan A-1 Pictures dalam memproduksi musim ketiganya. Susumu Nishizawa menjadi sutradara baru, dengan Rintarou Ikeda menggarap komposisi seri. Rie Nishino diberikan kredit khusus untuk menggarap animasi karakter. Hiroyuki Sawano, Kohta Yamamoto, dan Takafumi Wada kembali berkolaborasi sebagai komposer.

+
+
+

2. Shokugeki no Souma: Shin no Sara

+

+

Serial ini menceritakan Soma Yukihira yang bertekad untuk menjadi pemilik kedai “Yukihira” yang dimiliki oleh ayahnya Jouichirou Yukihira, namun banyak rintangan yang harus dihadapi sebelum mewariskan kedai tersebut. Soma akhirnya masuk ke Akademi Tootsuki yang dijuluki sekolah masak yang paling ketat agar dia bisa mempelajari masakan yang ada di seluruh dunia beserta teknik memasaknya.

+
+
+

3. Sword Art Online: Alicization – War of Underworld

+

+

Cerita ini dimulai setelah kejadian di kisah Mother’s Rosario di mana Kirito dihubungi oleh pihak JSDF. Ia ditugaskan sebagai bagian dari Project Alicization untuk melakukan uji coba dari sistem Rath yang menggunakan perangkat Full Dive generasi baru bernama Soul Translator (STL). Dalam uji coba tersebut Kirito menjalani kehidupan di dunia virtual bernama Underworld. Di sanalah ia menjadi teman dekat dengan Eugeo dan Alice, dua kecerdasan buatan (AI) penghuni dunia virtual tersebut.

+
+
+

4. Bokutachi wa Benkyou ga Dekinai 2

+

+

Merupakan lanjutan dari Bokutachi wa Benkyou ga Dekinai seri pertama.

+
+
+

5. Radiant 2

+

+

Lanjutan dari Season Pertamanya.

+

Seth adalah penyihir bercita-cita tinggi yang tinggal di desa pastoral di bawah pengawasan mentornya. Seperti semua penyihir, Seth merupakan satu dari banyak orang yang telah terkena infeksi namun selamat dari kontak langsung dengan Nemesis, mahluk yang jatuh dari langit dan mencemari apapun yang mereka sentuh. Perjumpaannya memberikan Seth kekuatan dan membawanya untuk memilih jalan yang tampaknya sangat sempurna yaitu menjadi seseorang yang memburu keberadaan Nemesis.

+

Seth bertujuan untuk menemukan temapat asal mereka yaitu Radiant dan menghancurkannya. Bersama dengan penyihir lainnya, ia berkeliling dunia untuk mencari Radiant, di bawah mata jahat inkuisisi.

+
+
+

6. Ore wo Suki nano wa Omae dake ka yo

+

+

Amatsuyu Kirasagi tiba-tiba diundang oleh gadis cantik, Cosmos dan teman masa kecilnya Himawari untuk mendengarkan pengakuan cinta mereka. Namun, ketika ia menemui mereka satu-persatu, Cosmos dan Himawari malah mengaku menyukai temannya. Sementara itu, gadis lain yang berkacamata dan berambut kepang memandanginya.

+
+ https://www.dailymotion.com/embed/video/x7hr05l +
+

7. Val x Love

+

+

Takuma Akutsu, anak SMA biasa yang hanya ingin hidup tenang. Sayangnya hari-hari normalnya berubah ketika sembilan perempuan Valkyrie bersaudara datang menerobos ke rumahnya. Mereka menugaskannya untuk menaikkan level mereka untuk melawan monster yang mengancam manusia.

+
+
+

8. Assassins Pride

+

+

Di dunia dalam seri ini, hanya orang-orang dari keluarga bangsawan lah yang memiliki mana untuk bertarung melawan monster. Kufa adalah seorang yang dikirim untuk mengajar seorang gadis bernama Melida. Namun, jika gadis itu tak berbakat, ia diperintahkan untuk membunuhnya.

+
+ https://www.youtube.com/watch?v=j5paOgPW3h0 +
+

9. Hataage! Kemono Michi

+

+

Pegulat profesional pecinta binatang, Genzo Shibata tiba-tiba dipanggil ke dunia lain. Di sana ia disambut oleh seorang putri. Shibata diminta untuk menyingkirkan binatang buas yang berkeliaran di dunia tersebut. Ia enggan menerima permintaan itu dan membujuk sang putri. Shibata yang tak dapat kembali, memutuskan untuk hidup damai dan mengelola toko “monster” peliharaan.

+
+
+

10. Azur Lane

+

+

Musuh kuat bernama Siren tiba-tiba muncul di lautan. Untuk melawan mereka, dibentuklah kelompok tentara Azure Lane. Anime ini mengikuti kisah perjuangan para gadis dalam melawan musuh-musuh kuat yang sebelumnya belum pernah mereka hadapi.

+
+
+
+
+ +
+ + + + +
+ diff --git a/public/2019/09/15/rekomendasi-anime-fall-2019/index.md b/public/2019/09/15/rekomendasi-anime-fall-2019/index.md new file mode 100644 index 0000000..73585cc --- /dev/null +++ b/public/2019/09/15/rekomendasi-anime-fall-2019/index.md @@ -0,0 +1,100 @@ +# Rekomendasi Anime Fall 2019 + + +#### 1. Nanatsu no Taizai: Kamigami no Gekirin
+ +
+ +Ceritanya bakal kembali menghadirkan pertempuran dengan Ten Commandments, takdir diantara Meliodas dan Elizabeth, serta rahasia dunia yang bakal terungkap. + +Studio Deen bakal menggantikan A-1 Pictures dalam memproduksi musim ketiganya. Susumu Nishizawa menjadi sutradara baru, dengan Rintarou Ikeda menggarap komposisi seri. Rie Nishino diberikan kredit khusus untuk menggarap animasi karakter. Hiroyuki Sawano, Kohta Yamamoto, dan Takafumi Wada kembali berkolaborasi sebagai komposer. + +
+
+ +#### 2. Shokugeki no Souma: Shin no Sara
+ +
+ +Serial ini menceritakan Soma Yukihira yang bertekad untuk menjadi pemilik kedai “Yukihira” yang dimiliki oleh ayahnya Jouichirou Yukihira, namun banyak rintangan yang harus dihadapi sebelum mewariskan kedai tersebut. Soma akhirnya masuk ke Akademi Tootsuki yang dijuluki sekolah masak yang paling ketat agar dia bisa mempelajari masakan yang ada di seluruh dunia beserta teknik memasaknya.
+ +
+
+ +#### 3. Sword Art Online: Alicization – War of Underworld
+ +
+ +Cerita ini dimulai setelah kejadian di kisah Mother’s Rosario di mana Kirito dihubungi oleh pihak JSDF. Ia ditugaskan sebagai bagian dari Project Alicization untuk melakukan uji coba dari sistem Rath yang menggunakan perangkat Full Dive generasi baru bernama Soul Translator (STL). Dalam uji coba tersebut Kirito menjalani kehidupan di dunia virtual bernama Underworld. Di sanalah ia menjadi teman dekat dengan Eugeo dan Alice, dua kecerdasan buatan (AI) penghuni dunia virtual tersebut.
+ +
+
+ +#### 4. Bokutachi wa Benkyou ga Dekinai 2
+ +
+ +Merupakan lanjutan dari Bokutachi wa Benkyou ga Dekinai seri pertama.
+ +
+
+ +#### 5. Radiant 2
+ +
+ +Lanjutan dari Season Pertamanya. + +Seth adalah penyihir bercita-cita tinggi yang tinggal di desa pastoral di bawah pengawasan mentornya. Seperti semua penyihir, Seth merupakan satu dari banyak orang yang telah terkena infeksi namun selamat dari kontak langsung dengan Nemesis, mahluk yang jatuh dari langit dan mencemari apapun yang mereka sentuh. Perjumpaannya memberikan Seth kekuatan dan membawanya untuk memilih jalan yang tampaknya sangat sempurna yaitu menjadi seseorang yang memburu keberadaan Nemesis. + +Seth bertujuan untuk menemukan temapat asal mereka yaitu Radiant dan menghancurkannya. Bersama dengan penyihir lainnya, ia berkeliling dunia untuk mencari Radiant, di bawah mata jahat inkuisisi.
+ +
+
+ +#### 6. Ore wo Suki nano wa Omae dake ka yo
+ +
+ +Amatsuyu Kirasagi tiba-tiba diundang oleh gadis cantik, Cosmos dan teman masa kecilnya Himawari untuk mendengarkan pengakuan cinta mereka. Namun, ketika ia menemui mereka satu-persatu, Cosmos dan Himawari malah mengaku menyukai temannya. Sementara itu, gadis lain yang berkacamata dan berambut kepang memandanginya.
+ +
+ https://www.dailymotion.com/embed/video/x7hr05l +
+ +#### 7. Val x Love
+ +
+ +Takuma Akutsu, anak SMA biasa yang hanya ingin hidup tenang. Sayangnya hari-hari normalnya berubah ketika sembilan perempuan Valkyrie bersaudara datang menerobos ke rumahnya. Mereka menugaskannya untuk menaikkan level mereka untuk melawan monster yang mengancam manusia.
+ +
+
+ +#### 8. Assassins Pride
+ +
+ +Di dunia dalam seri ini, hanya orang-orang dari keluarga bangsawan lah yang memiliki _mana_ untuk bertarung melawan monster. Kufa adalah seorang yang dikirim untuk mengajar seorang gadis bernama Melida. Namun, jika gadis itu tak berbakat, ia diperintahkan untuk membunuhnya.
+ +
+ https://www.youtube.com/watch?v=j5paOgPW3h0 +
+ +#### 9. Hataage! Kemono Michi
+ +
+ +Pegulat profesional pecinta binatang, Genzo Shibata tiba-tiba dipanggil ke dunia lain. Di sana ia disambut oleh seorang putri. Shibata diminta untuk menyingkirkan binatang buas yang berkeliaran di dunia tersebut. Ia enggan menerima permintaan itu dan membujuk sang putri. Shibata yang tak dapat kembali, memutuskan untuk hidup damai dan mengelola toko “monster” peliharaan.
+ +
+
+ +#### 10. Azur Lane
+ +
+ +Musuh kuat bernama Siren tiba-tiba muncul di lautan. Untuk melawan mereka, dibentuklah kelompok tentara Azure Lane. Anime ini mengikuti kisah perjuangan para gadis dalam melawan musuh-musuh kuat yang sebelumnya belum pernah mereka hadapi.
+ +
+
diff --git a/public/2019/10/04/cara-mengatasi-limit-pada-file-google-drive/index.html b/public/2019/10/04/cara-mengatasi-limit-pada-file-google-drive/index.html new file mode 100644 index 0000000..841af28 --- /dev/null +++ b/public/2019/10/04/cara-mengatasi-limit-pada-file-google-drive/index.html @@ -0,0 +1,184 @@ + + + + + + + + Cara Mengatasi Limit Pada File Google Drive - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+

Cara Mengatasi Limit Pada File Google Drive

+ Pada artikel kali ini, Saya akan memberikan sebuah tutorial yaitu cara cepat mengatasi limit pada file Google Drive. File pada google drive jika di download berkali-kali dan diakses banyak orang akan membuat file menjadi limit (tidak bisa download). +

+

+

+ Hal itu dilakukan untuk membuat file tahan lama dan agar server tidak down. Google Drive adalah salah satu penyimpanan dari Google yang sangat bermanfaat bagi kita tentunya, dan dengan adanya Google Drive ini sangat membantu sekali untuk kita mendapatkan file yang kita inginkan yang berasal dari sebuah website. +

+

+ Google Drive ini banyak digunakan oleh orang-orang karena Google Drive ini memiliki kelebihan diantaranya yaitu tidak ada iklan dan mempunyai server yang cepat hal ini jauh dibandingkan dengan beberapa penyedia file hosting lain. +

+

+ File di Google Drive bisa di download setiap saat asalkan tidak mendapatkan batasan kuota. Karena itu, sekarang saya akan memberikan sebuah tutorial yaitu cara cara mengatasi Google Drive yang limit tanpa ribet. +

+

+

Langkah-Langkah

+
    +
  1. Pertama siapkan link file Google Drive yang ingin di download.
  2. +
  3. Buka situs ini.
  4. +
  5. Silahkan login menggunakan akun Google Drive.
  6. +
  7. Kemudian masukan link file Google Drive ke kolom URL.
  8. +
  9. Klik tombol upload dan link file Google Drive yang baru (Tidak Limit) akan muncul dan bisa digunakan untuk download.
  10. +
+
+

+ PENTING !!! +

+

Tutorial ini membutuhkan space/ruang penyimpanan di Google Drive jadi pastikan ada space yang tersisa.

+
+
+
+ +
+ + + + +
+ diff --git a/public/2019/10/04/cara-mengatasi-limit-pada-file-google-drive/index.md b/public/2019/10/04/cara-mengatasi-limit-pada-file-google-drive/index.md new file mode 100644 index 0000000..5284e79 --- /dev/null +++ b/public/2019/10/04/cara-mengatasi-limit-pada-file-google-drive/index.md @@ -0,0 +1,38 @@ +# Cara Mengatasi Limit Pada File Google Drive + + +

+ Pada artikel kali ini, Saya akan memberikan sebuah tutorial yaitu cara cepat mengatasi limit pada file Google Drive. File pada google drive jika di download berkali-kali dan diakses banyak orang akan membuat file menjadi limit (tidak bisa download). +

+ +
+ +

+ Hal itu dilakukan untuk membuat file tahan lama dan agar server tidak down. Google Drive adalah salah satu penyimpanan dari Google yang sangat bermanfaat bagi kita tentunya, dan dengan adanya Google Drive ini sangat membantu sekali untuk kita mendapatkan file yang kita inginkan yang berasal dari sebuah website. +

+ +

+ Google Drive ini banyak digunakan oleh orang-orang karena Google Drive ini memiliki kelebihan diantaranya yaitu tidak ada iklan dan mempunyai server yang cepat hal ini jauh dibandingkan dengan beberapa penyedia file hosting lain. +

+ +

+ File di Google Drive bisa di download setiap saat asalkan tidak mendapatkan batasan kuota. Karena itu, sekarang saya akan memberikan sebuah tutorial yaitu cara cara mengatasi Google Drive yang limit tanpa ribet. +

+ +
+ +#### Langkah-Langkah + + 1. Pertama siapkan link file Google Drive yang ingin di download. + 2. Buka situs **ini**. + 3. Silahkan login menggunakan akun Google Drive. + 4. Kemudian masukan link file Google Drive ke kolom URL. + 5. Klik tombol upload dan link file Google Drive yang baru (Tidak Limit) akan muncul dan bisa digunakan untuk download. + +
+

+ PENTING !!! +

+ + Tutorial ini membutuhkan space/ruang penyimpanan di Google Drive jadi pastikan ada space yang tersisa. +
diff --git a/public/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/index.html b/public/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/index.html new file mode 100644 index 0000000..9204708 --- /dev/null +++ b/public/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/index.html @@ -0,0 +1,207 @@ + + + + + + + + New Simulcast Yang Saya Tonton Di Winter 2020 - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+

New Simulcast Yang Saya Tonton Di Winter 2020

1. Toaru Kagaku no Railgun T

+
+
+
+

Kota Akademi adalah kota yang sangat maju dalam bidang teknologi dan 80% dari 2,3 juta penduduknya adalah pelajar. Fokus utama dalam studi di kota ini untuk mempelajari kekuatan esper. Misaka Mikoto adalah salah satu esper level atas yang tinggal di kota ini bersama teman sekamarnya, Shirai Kuroko yang juga esper level atas dan merupakan anggota dari Judgement. Judgement adalah badan penegak hukum yang anggotanya adalah para pelajar. Misaka dan Shirai adalah murid SMP Tokiwadai, sebuah sekolah swasta untuk esper level tinggi dan murid kaya. Bersama dengan dua teman lainnya, Uiharu Kazari dan Saten Ruiko, mereka berempat menjalani kehidupan di Kota Akademi yang penuh dengan petualangan menarik.

+

2. Darwin’s Game

+
+
+
+

Kaname Sudou yang tak tahu apa-apa diundang untuk mencoba gim ponsel misterius yang disebut Darwin’s Game. Setelah mulai memainkannya ia menyadari dirinya tak bisa berhenti dari permainan itu.

+

3. Plunderer

+
+
+
+

Bilangan dapat digunakan untuk merepresentasikan banyak hal. Setiap manusia memiliki “Count” yang menunjukkan jumlah mengenai kehidupan mereka. Count bisa merepresentasikan jarak berjalan seseorang atau jumlah pujian yang diterimanya. Ketika Count nol, orang tersebut dalam bahaya.

+

Tahun 305 kalender Alcian, Hina diminta ibunya untuk mencari Baron Merah Legendaris. Dalam perjalanannya, ia bertemu dengan Licht, seorang pendekar pedang bertopeng yang berusaha menyembunyikan identitasnya karena memiliki Count yang sangat rendah.

+

4. Itai no wa Iya nano de Bougyoryoku ni Kyokufuri Shitai to Omoimasu

+
+
+
+

Setelah menerima undangan dari temannya Risa Shiromine, Kaede Honjou mulai memainkan game VRMMO New World Online sebagai Maple. Karena kurangnya pengalaman bermain, ia menggunakan semua poinnya untuk pertahanan. Akibatnya, gerakannya lambat dan ia tak bisa menggunakan sihir. Namun, Maple mendapatkan kemampuan yang disebut “Pertahanan Absolut”.

+

5. Nekopara

+
+
+
+

Anime ini diadaptasi dari game Nekopara Vol. 4: Neko to Patisserie no Noel. Episode pertama akan ditayang di gelaran Anime Expo pada 6 Juli 2019.

+

6. Kyokou Suiri

+
+
+
+

Pada usia 11 tahun, Kotoko Iwanaga diculik oleh youkai (siluman) dan mendapatkan kemampuan untuk menjadi perantara antara roh dan dunia manusia. Namun, kemampuannya itu harus dibayar dengan mata kanan dan kaki kirinya. Sekarang, enam tahun setelah kejadian itu, youkai yang mengalami masalah datang berkonsultasi padanya.

+

Suatu hari Kotoko bertemu dengan Kurou Sakuragawa, seorang mahasiswa yang memperoleh kemampuan spesial setelah insiden dengan youkai. Kotoko pun meminta Kurou untuk bekerja sama menangani berbagai masalah supernatural.

+

7. Ishuzoku Reviewers

+
+
+
+

Kecantikan seseorang tergantung orang yang melihatnya. Orang-orang terus memperdebatkan gadis paling ideal. Mulai dari elf, succubus, dan gadis monster lainnya. Anime ini menampilkan gadis-gadis cantik tersebut dengan berbagai kelebihan masing-masing yang menunjukkan pada kita bahwa dunia fantasi mungkin tak jauh berbeda dengan dunia kita.

+

8. Overflow

+
+
+
+

“Kakak, apakah kita benar-benar mandi bersama?”

+

Maka, pengalaman mandi terlarang pun dimulai. Saya, saudara perempuan saya, dan teman masa kecil saya — satu pria dan dua wanita — berbagi satu kamar mandi. Setelah tanpa sadar “meluap,” cinta rahasia saudari itu keluar ?!

+

Ini adalah komedi romantis muda yang tidak akan membiarkan Anda berkata, “sudah berakhir!”

+
+

Detail

+ +
+
+
+ +
+ + + + +
+ diff --git a/public/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/index.md b/public/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/index.md new file mode 100644 index 0000000..10b5210 --- /dev/null +++ b/public/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/index.md @@ -0,0 +1,96 @@ +# New Simulcast Yang Saya Tonton Di Winter 2020 + + +## 1. Toaru Kagaku no Railgun T
+ +
+
+ +
+ +Kota Akademi adalah kota yang sangat maju dalam bidang teknologi dan 80% dari 2,3 juta penduduknya adalah pelajar. Fokus utama dalam studi di kota ini untuk mempelajari kekuatan esper. Misaka Mikoto adalah salah satu esper level atas yang tinggal di kota ini bersama teman sekamarnya, Shirai Kuroko yang juga esper level atas dan merupakan anggota dari _Judgement_. _Judgement_ adalah badan penegak hukum yang anggotanya adalah para pelajar. Misaka dan Shirai adalah murid SMP Tokiwadai, sebuah sekolah swasta untuk esper level tinggi dan murid kaya. Bersama dengan dua teman lainnya, Uiharu Kazari dan Saten Ruiko, mereka berempat menjalani kehidupan di Kota Akademi yang penuh dengan petualangan menarik. + +## 2. Darwin’s Game
+ +
+
+ +
+ +Kaname Sudou yang tak tahu apa-apa diundang untuk mencoba gim ponsel misterius yang disebut Darwin’s Game. Setelah mulai memainkannya ia menyadari dirinya tak bisa berhenti dari permainan itu. + +## 3. Plunderer
+ +
+
+ +
+ +Bilangan dapat digunakan untuk merepresentasikan banyak hal. Setiap manusia memiliki “Count” yang menunjukkan jumlah mengenai kehidupan mereka. Count bisa merepresentasikan jarak berjalan seseorang atau jumlah pujian yang diterimanya. Ketika Count nol, orang tersebut dalam bahaya. + +Tahun 305 kalender Alcian, Hina diminta ibunya untuk mencari Baron Merah Legendaris. Dalam perjalanannya, ia bertemu dengan Licht, seorang pendekar pedang bertopeng yang berusaha menyembunyikan identitasnya karena memiliki Count yang sangat rendah. + +## 4. Itai no wa Iya nano de Bougyoryoku ni Kyokufuri Shitai to Omoimasu
+ +
+
+ +
+ +Setelah menerima undangan dari temannya Risa Shiromine, Kaede Honjou mulai memainkan game VRMMO New World Online sebagai Maple. Karena kurangnya pengalaman bermain, ia menggunakan semua poinnya untuk pertahanan. Akibatnya, gerakannya lambat dan ia tak bisa menggunakan sihir. Namun, Maple mendapatkan kemampuan yang disebut “Pertahanan Absolut”. + +## 5. Nekopara
+ +
+
+ +
+ +Anime ini diadaptasi dari game Nekopara Vol. 4: Neko to Patisserie no Noel. Episode pertama akan ditayang di gelaran Anime Expo pada 6 Juli 2019. + +## 6. Kyokou Suiri
+ +
+
+ +
+ +Pada usia 11 tahun, Kotoko Iwanaga diculik oleh youkai (siluman) dan mendapatkan kemampuan untuk menjadi perantara antara roh dan dunia manusia. Namun, kemampuannya itu harus dibayar dengan mata kanan dan kaki kirinya. Sekarang, enam tahun setelah kejadian itu, youkai yang mengalami masalah datang berkonsultasi padanya. + +Suatu hari Kotoko bertemu dengan Kurou Sakuragawa, seorang mahasiswa yang memperoleh kemampuan spesial setelah insiden dengan youkai. Kotoko pun meminta Kurou untuk bekerja sama menangani berbagai masalah supernatural. + +## 7. Ishuzoku Reviewers
+ +
+
+ +
+ +Kecantikan seseorang tergantung orang yang melihatnya. Orang-orang terus memperdebatkan gadis paling ideal. Mulai dari elf, succubus, dan gadis monster lainnya. Anime ini menampilkan gadis-gadis cantik tersebut dengan berbagai kelebihan masing-masing yang menunjukkan pada kita bahwa dunia fantasi mungkin tak jauh berbeda dengan dunia kita. + +## 8. Overflow
+ +
+
+ +
+ +“Kakak, apakah kita benar-benar mandi bersama?” + +Maka, pengalaman mandi terlarang pun dimulai. Saya, saudara perempuan saya, dan teman masa kecil saya — satu pria dan dua wanita — berbagi satu kamar mandi. Setelah tanpa sadar “meluap,” cinta rahasia saudari itu keluar ?! + +Ini adalah komedi romantis muda yang tidak akan membiarkan Anda berkata, “sudah berakhir!” + +
+ +#### Detail + + * [MyAnimeList][1] + * [Anilist][2] + * [Kitsu][3] + * [Notify.Moe][4] + + [1]: https://myanimelist.net/profile/moepoi + [2]: https://anilist.co/user/moepoi/ + [3]: https://kitsu.io/users/moepoi + [4]: https://notify.moe/+Moepoi diff --git a/public/2020/07/28/daftar-koleksi-anime/index.html b/public/2020/07/28/daftar-koleksi-anime/index.html new file mode 100644 index 0000000..fa12322 --- /dev/null +++ b/public/2020/07/28/daftar-koleksi-anime/index.html @@ -0,0 +1,160 @@ + + + + + + + + Daftar Koleksi Anime - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+ + + + +
+ diff --git a/public/2020/07/28/daftar-koleksi-anime/index.md b/public/2020/07/28/daftar-koleksi-anime/index.md new file mode 100644 index 0000000..ed3c299 --- /dev/null +++ b/public/2020/07/28/daftar-koleksi-anime/index.md @@ -0,0 +1,10 @@ +# Daftar Koleksi Anime + + +
+

+ Support Streaming & Download (Wajib Download Telegram) +

+
+ + diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..169e25d --- /dev/null +++ b/public/404.html @@ -0,0 +1,109 @@ + + + + + + + + 404 Page not found - Moepoi's Blog + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+
+

+

The page you're looking for doesn't exist. Sorry.  + +

+
+
+
+ +
+ + + + +
+ diff --git a/public/categories/anime/index.html b/public/categories/anime/index.html new file mode 100644 index 0000000..9739495 --- /dev/null +++ b/public/categories/anime/index.html @@ -0,0 +1,111 @@ + + + + + + + + Anime - Category - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+ +
+ +
+ + + + +
+ diff --git a/public/categories/anime/index.xml b/public/categories/anime/index.xml new file mode 100644 index 0000000..3cba620 --- /dev/null +++ b/public/categories/anime/index.xml @@ -0,0 +1,48 @@ + + + Anime - Category - Moepoi's Blog + http://example.org/categories/anime/ + Anime - Category - Moepoi's Blog + Hugo -- gohugo.ioenmoe@chocola.dev (Moepoi) + moe@chocola.dev (Moepoi)Tue, 28 Jul 2020 21:00:37 +0000 + Daftar Koleksi Anime + http://example.org/2020/07/28/daftar-koleksi-anime/ + Tue, 28 Jul 2020 21:00:37 +0000 + Author + http://example.org/2020/07/28/daftar-koleksi-anime/ + + + Support Streaming & Download (Wajib Download Telegram) ]]> + + New Simulcast Yang Saya Tonton Di Winter 2020 + http://example.org/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/ + Fri, 24 Jan 2020 05:42:18 +0000 + Author + http://example.org/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/ + + + 1. Toaru Kagaku no Railgun T .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } Kota Akademi adalah kota yang sangat maju dalam bidang teknologi dan 80% dari 2,3 juta penduduknya adalah pelajar. Fokus utama dalam studi di kota ini untuk mempelajari kekuatan esper. Misaka Mikoto adalah salah satu esper level atas yang tinggal di kota ini bersama teman sekamarnya, Shirai Kuroko yang juga esper level atas dan merupakan anggota dari Judgement.]]> + + Rekomendasi Anime Fall 2019 + http://example.org/2019/09/15/rekomendasi-anime-fall-2019/ + Sun, 15 Sep 2019 07:02:37 +0000 + Author + http://example.org/2019/09/15/rekomendasi-anime-fall-2019/ + + + 1. Nanatsu no Taizai: Kamigami no Gekirin +Ceritanya bakal kembali menghadirkan pertempuran dengan Ten Commandments, takdir diantara Meliodas dan Elizabeth, serta rahasia dunia yang bakal terungkap. +Studio Deen bakal menggantikan A-1 Pictures dalam memproduksi musim ketiganya. Susumu Nishizawa menjadi sutradara baru, dengan Rintarou Ikeda menggarap komposisi seri. Rie Nishino diberikan kredit khusus untuk menggarap animasi karakter. Hiroyuki Sawano, Kohta Yamamoto, dan Takafumi Wada kembali berkolaborasi sebagai komposer. + 2.]]> + + Rekomendasi Anime Summer 2019 + http://example.org/2019/09/05/rekomendasi-anime-summer-2019/ + Thu, 05 Sep 2019 18:54:59 +0000 + Author + http://example.org/2019/09/05/rekomendasi-anime-summer-2019/ + + + 1. Arifureta Shokugyou de Sekai Saikyou Nagumo Hajime adalah seorang otaku biasa yang kehidupan sederhananya mulai berubah setelah dirinya dan teman-teman kelasnya tiba-tiba terseret ke dunia fantasi. Mereka diperlakukan layaknya pahlawan dan ditugaskan untuk menyelamatkan umat manusia dari kepunahan. Apakah ini akan jadi awal dari kisah kepahlawanannya atau justru akan jadi mimpi buruknya di dunia yang penuh dengan monster dan iblis berbahaya? +2. Dr. STONE Anime fiksi ilmiah yang menceritakan perjuangan dua anak laki-laki untuk menghidupkan kembali umat manusia setelah fenomena misterius yang membuat semua orang di dunia berubah menjadi batu selama beberapa milenium.]]> + + diff --git a/public/categories/anime/page/1/index.html b/public/categories/anime/page/1/index.html new file mode 100644 index 0000000..21bc93c --- /dev/null +++ b/public/categories/anime/page/1/index.html @@ -0,0 +1 @@ +http://example.org/categories/anime/ \ No newline at end of file diff --git a/public/categories/collection/index.html b/public/categories/collection/index.html new file mode 100644 index 0000000..2b6172b --- /dev/null +++ b/public/categories/collection/index.html @@ -0,0 +1,102 @@ + + + + + + + + Collection - Category - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+

 Collection

2020

+
+ +
+ + + + +
+ diff --git a/public/categories/collection/index.xml b/public/categories/collection/index.xml new file mode 100644 index 0000000..b4ba676 --- /dev/null +++ b/public/categories/collection/index.xml @@ -0,0 +1,17 @@ + + + Collection - Category - Moepoi's Blog + http://example.org/categories/collection/ + Collection - Category - Moepoi's Blog + Hugo -- gohugo.ioenmoe@chocola.dev (Moepoi) + moe@chocola.dev (Moepoi)Tue, 28 Jul 2020 21:00:37 +0000 + Daftar Koleksi Anime + http://example.org/2020/07/28/daftar-koleksi-anime/ + Tue, 28 Jul 2020 21:00:37 +0000 + Author + http://example.org/2020/07/28/daftar-koleksi-anime/ + + + Support Streaming & Download (Wajib Download Telegram) ]]> + + diff --git a/public/categories/collection/page/1/index.html b/public/categories/collection/page/1/index.html new file mode 100644 index 0000000..41a7f26 --- /dev/null +++ b/public/categories/collection/page/1/index.html @@ -0,0 +1 @@ +http://example.org/categories/collection/ \ No newline at end of file diff --git a/public/categories/important/index.html b/public/categories/important/index.html new file mode 100644 index 0000000..1598268 --- /dev/null +++ b/public/categories/important/index.html @@ -0,0 +1,102 @@ + + + + + + + + Important - Category - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+

 Important

2019

+
+ +
+ + + + +
+ diff --git a/public/categories/important/index.xml b/public/categories/important/index.xml new file mode 100644 index 0000000..49a33b2 --- /dev/null +++ b/public/categories/important/index.xml @@ -0,0 +1,17 @@ + + + Important - Category - Moepoi's Blog + http://example.org/categories/important/ + Important - Category - Moepoi's Blog + Hugo -- gohugo.ioenmoe@chocola.dev (Moepoi) + moe@chocola.dev (Moepoi)Thu, 08 Aug 2019 17:51:59 +0000 + Hello World + http://example.org/2019/08/08/hello-world/ + Thu, 08 Aug 2019 17:51:59 +0000 + Author + http://example.org/2019/08/08/hello-world/ + + + First Launching 🙂]]> + + diff --git a/public/categories/important/page/1/index.html b/public/categories/important/page/1/index.html new file mode 100644 index 0000000..4de55c1 --- /dev/null +++ b/public/categories/important/page/1/index.html @@ -0,0 +1 @@ +http://example.org/categories/important/ \ No newline at end of file diff --git a/public/categories/index.html b/public/categories/index.html new file mode 100644 index 0000000..f0b9e43 --- /dev/null +++ b/public/categories/index.html @@ -0,0 +1,153 @@ + + + + + + + + All Categories - Moepoi's Blog + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+ +
+ +
+ + + + +
+ diff --git a/public/categories/rekomendasi/index.html b/public/categories/rekomendasi/index.html new file mode 100644 index 0000000..10baa5a --- /dev/null +++ b/public/categories/rekomendasi/index.html @@ -0,0 +1,108 @@ + + + + + + + + Rekomendasi - Category - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+ +
+ +
+ + + + +
+ diff --git a/public/categories/rekomendasi/index.xml b/public/categories/rekomendasi/index.xml new file mode 100644 index 0000000..31ad951 --- /dev/null +++ b/public/categories/rekomendasi/index.xml @@ -0,0 +1,39 @@ + + + Rekomendasi - Category - Moepoi's Blog + http://example.org/categories/rekomendasi/ + Rekomendasi - Category - Moepoi's Blog + Hugo -- gohugo.ioenmoe@chocola.dev (Moepoi) + moe@chocola.dev (Moepoi)Fri, 24 Jan 2020 05:42:18 +0000 + New Simulcast Yang Saya Tonton Di Winter 2020 + http://example.org/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/ + Fri, 24 Jan 2020 05:42:18 +0000 + Author + http://example.org/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/ + + + 1. Toaru Kagaku no Railgun T .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } Kota Akademi adalah kota yang sangat maju dalam bidang teknologi dan 80% dari 2,3 juta penduduknya adalah pelajar. Fokus utama dalam studi di kota ini untuk mempelajari kekuatan esper. Misaka Mikoto adalah salah satu esper level atas yang tinggal di kota ini bersama teman sekamarnya, Shirai Kuroko yang juga esper level atas dan merupakan anggota dari Judgement.]]> + + Rekomendasi Anime Fall 2019 + http://example.org/2019/09/15/rekomendasi-anime-fall-2019/ + Sun, 15 Sep 2019 07:02:37 +0000 + Author + http://example.org/2019/09/15/rekomendasi-anime-fall-2019/ + + + 1. Nanatsu no Taizai: Kamigami no Gekirin +Ceritanya bakal kembali menghadirkan pertempuran dengan Ten Commandments, takdir diantara Meliodas dan Elizabeth, serta rahasia dunia yang bakal terungkap. +Studio Deen bakal menggantikan A-1 Pictures dalam memproduksi musim ketiganya. Susumu Nishizawa menjadi sutradara baru, dengan Rintarou Ikeda menggarap komposisi seri. Rie Nishino diberikan kredit khusus untuk menggarap animasi karakter. Hiroyuki Sawano, Kohta Yamamoto, dan Takafumi Wada kembali berkolaborasi sebagai komposer. + 2.]]> + + Rekomendasi Anime Summer 2019 + http://example.org/2019/09/05/rekomendasi-anime-summer-2019/ + Thu, 05 Sep 2019 18:54:59 +0000 + Author + http://example.org/2019/09/05/rekomendasi-anime-summer-2019/ + + + 1. Arifureta Shokugyou de Sekai Saikyou Nagumo Hajime adalah seorang otaku biasa yang kehidupan sederhananya mulai berubah setelah dirinya dan teman-teman kelasnya tiba-tiba terseret ke dunia fantasi. Mereka diperlakukan layaknya pahlawan dan ditugaskan untuk menyelamatkan umat manusia dari kepunahan. Apakah ini akan jadi awal dari kisah kepahlawanannya atau justru akan jadi mimpi buruknya di dunia yang penuh dengan monster dan iblis berbahaya? +2. Dr. STONE Anime fiksi ilmiah yang menceritakan perjuangan dua anak laki-laki untuk menghidupkan kembali umat manusia setelah fenomena misterius yang membuat semua orang di dunia berubah menjadi batu selama beberapa milenium.]]> + + diff --git a/public/categories/rekomendasi/page/1/index.html b/public/categories/rekomendasi/page/1/index.html new file mode 100644 index 0000000..a063660 --- /dev/null +++ b/public/categories/rekomendasi/page/1/index.html @@ -0,0 +1 @@ +http://example.org/categories/rekomendasi/ \ No newline at end of file diff --git a/public/categories/tutorial/index.html b/public/categories/tutorial/index.html new file mode 100644 index 0000000..704ca7c --- /dev/null +++ b/public/categories/tutorial/index.html @@ -0,0 +1,102 @@ + + + + + + + + Tutorial - Category - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+ +
+ +
+ + + + +
+ diff --git a/public/categories/tutorial/index.xml b/public/categories/tutorial/index.xml new file mode 100644 index 0000000..26b345f --- /dev/null +++ b/public/categories/tutorial/index.xml @@ -0,0 +1,18 @@ + + + Tutorial - Category - Moepoi's Blog + http://example.org/categories/tutorial/ + Tutorial - Category - Moepoi's Blog + Hugo -- gohugo.ioenmoe@chocola.dev (Moepoi) + moe@chocola.dev (Moepoi)Fri, 04 Oct 2019 20:59:32 +0000 + Cara Mengatasi Limit Pada File Google Drive + http://example.org/2019/10/04/cara-mengatasi-limit-pada-file-google-drive/ + Fri, 04 Oct 2019 20:59:32 +0000 + Author + http://example.org/2019/10/04/cara-mengatasi-limit-pada-file-google-drive/ + + + Pada artikel kali ini, Saya akan memberikan sebuah tutorial yaitu cara cepat mengatasi limit pada file Google Drive. File pada google drive jika di download berkali-kali dan diakses banyak orang akan membuat file menjadi limit (tidak bisa download). +Hal itu dilakukan untuk membuat file tahan lama dan agar server tidak down. Google Drive adalah salah satu penyimpanan dari Google yang sangat bermanfaat bagi kita tentunya, dan dengan adanya Google Drive ini sangat membantu sekali untuk kita mendapatkan file yang kita inginkan yang berasal dari sebuah website.]]> + + diff --git a/public/categories/tutorial/page/1/index.html b/public/categories/tutorial/page/1/index.html new file mode 100644 index 0000000..8717eb3 --- /dev/null +++ b/public/categories/tutorial/page/1/index.html @@ -0,0 +1 @@ +http://example.org/categories/tutorial/ \ No newline at end of file diff --git a/public/css/style.min.css b/public/css/style.min.css new file mode 100644 index 0000000..4b11855 --- /dev/null +++ b/public/css/style.min.css @@ -0,0 +1,3 @@ +html{font-family:system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei UI,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;font-display:swap;font-size:16px;line-height:1.5rem;width:100%}::-webkit-scrollbar{width:.5rem;height:.5rem}::-webkit-scrollbar-thumb{background-color:#87878d}::-webkit-scrollbar-thumb:hover{background-color:#a9a9b3}::selection{background-color:rgba(53,166,247,0.25)}[theme=dark] ::selection{background-color:rgba(50,112,194,0.4)}body{background-color:#fff;color:#161209;word-wrap:break-word;overflow-wrap:break-word;scrollbar-color:auto}body[theme=dark]{color:#a9a9b3;background-color:#292a2d}input::-ms-clear{display:none}a,a::before,a::after{text-decoration:none;color:#161209}[theme=dark] a,[theme=dark] a::before,[theme=dark] a::after{color:#a9a9b3}a:active,a:hover{color:#2d96bd}[theme=dark] a:active,[theme=dark] a:hover{color:#fff}#mask{background-repeat:no-repeat;background-position:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background-color:rgba(0,0,0,0)}.blur #mask{z-index:100;background-color:rgba(0,0,0,0.25)}svg.icon{display:inline-block;width:1.25em;height:1em;text-align:center}svg.icon path{fill:currentColor}img.emoji{height:1em;width:1em;margin:0 .05em 0 .1em;vertical-align:-.1em}.details .details-summary:hover{cursor:pointer}.details i.details-icon{color:#a9a9b3;-webkit-transition:transform 0.2s ease;-moz-transition:transform 0.2s ease;-o-transition:transform 0.2s ease;transition:transform 0.2s ease}[theme=dark] .details i.details-icon{color:#5d5d5f}.details .details-content{max-height:0;overflow-y:hidden;-webkit-transition:max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;-moz-transition:max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;-o-transition:max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;transition:max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s}.details.open i.details-icon{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.details.open .details-content{max-height:12000px;-webkit-transition:max-height 0.8s cubic-bezier(0.5, 0, 1, 0) 0s;-moz-transition:max-height 0.8s cubic-bezier(0.5, 0, 1, 0) 0s;-o-transition:max-height 0.8s cubic-bezier(0.5, 0, 1, 0) 0s;transition:max-height 0.8s cubic-bezier(0.5, 0, 1, 0) 0s}#fixed-buttons{display:none}.fixed-button{display:none;z-index:100;position:fixed;right:1.5rem;font-size:1rem;line-height:1.3rem;padding:.6rem .6rem;color:#a9a9b3;background:#f8f8f8;-webkit-border-radius:2rem;-moz-border-radius:2rem;border-radius:2rem;-webkit-transition:color 0.4s ease;-moz-transition:color 0.4s ease;-o-transition:color 0.4s ease;transition:color 0.4s ease}.blur .fixed-button{-webkit-filter:blur(1.5px);-moz-filter:blur(1.5px);-ms-filter:blur(1.5px);filter:blur(1.5px)}.fixed-button:hover,.fixed-button:active{color:#161209;cursor:pointer}.fixed-button:active,.fixed-button:focus,.fixed-button:hover{outline:none}[theme=dark] .fixed-button{color:#5d5d5f;background:#252627}[theme=dark] .fixed-button:hover,[theme=dark] .fixed-button:active{color:#a9a9b3}#back-to-top{display:block;bottom:1.5rem}#view-comments{bottom:4.5rem}.cc-window.cc-banner .cc-btn{color:#161209}.cc-window.cc-banner .cc-btn:hover,.cc-window.cc-banner .cc-btn:focus{background-color:#ccc}[theme=dark] .cc-window.cc-banner .cc-btn{color:#161209}[theme=dark] .cc-window.cc-banner .cc-btn:hover,[theme=dark] .cc-window.cc-banner .cc-btn:focus{background-color:#fff}img{-o-object-fit:contain;object-fit:contain;font-family:"object-fit: contain;"}.wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%}.wrapper main{flex:1 0 auto}.wrapper main .container{padding:0 1rem}.page{position:relative;max-width:800px;width:60%;margin:0 auto}[header-desktop] .page{padding-top:3.5rem}[header-desktop=normal] .page{padding-top:0}.blur .page{-webkit-filter:blur(1.5px);-moz-filter:blur(1.5px);-ms-filter:blur(1.5px);filter:blur(1.5px)}.toc .toc-title{font-size:1.2rem;font-weight:bold;text-transform:uppercase}.toc .toc-content{font-size:1rem}.toc .toc-content ul{text-indent:-0.85rem;padding-left:.8rem;list-style:none}.toc .toc-content ul a:first-child::before{content:"|";font-weight:bolder;margin-right:.5rem;color:#2d96bd}[theme=dark] .toc .toc-content ul a:first-child::before{color:#55bde2}.toc .toc-content ul ul{padding-left:1.5rem}.toc ruby{background:#f5f5f5}.toc ruby rt{color:#a9a9b3}[theme=dark] .toc ruby{background:#272C34}[theme=dark] .toc ruby rt{color:#5d5d5f}#toc-auto{display:block;position:absolute;width:12000px;max-width:0;padding:0 .8rem;border-left:4px solid #f0f0f0;word-wrap:break-word;overflow-wrap:break-word;box-sizing:border-box;top:10rem;left:0;visibility:hidden}[header-desktop=normal] #toc-auto{top:5rem}.blur #toc-auto{-webkit-filter:blur(1.5px);-moz-filter:blur(1.5px);-ms-filter:blur(1.5px);filter:blur(1.5px)}[theme=dark] #toc-auto{border-left-color:#363636}#toc-auto .toc-title{margin:.8rem 0}#toc-auto .toc-content.always-active ul{display:block}#toc-auto .toc-content>nav>ul{margin:.625rem 0}#toc-auto .toc-content ul ul{display:none}#toc-auto .toc-content ul .has-active>ul{display:block}#toc-auto .toc-content a.active{font-weight:bold;color:#2d96bd}[theme=dark] #toc-auto .toc-content a.active{color:#55bde2}#toc-auto .toc-content a.active::before{color:#ef3982}[theme=dark] #toc-auto .toc-content a.active::before{color:#bdebfc}#toc-static{display:none;margin:.8rem 0}#toc-static[kept=true]{display:block}#toc-static .toc-title{display:flex;justify-content:space-between;line-height:2em;padding:0 .75rem;background:#e6e6e6}[theme=dark] #toc-static .toc-title{background:#1a1d23}#toc-static .toc-content{background-color:#f5f5f5}#toc-static .toc-content>nav>ul{margin:0;padding:.4rem 1rem .4rem 1.8rem}[theme=dark] #toc-static .toc-content{background-color:#272C34}#toc-static.open .toc-title{background:#ededed}[theme=dark] #toc-static.open .toc-title{background:#20252b}.single .single-title{margin:1rem 0 .5rem;font-size:1.6rem;font-weight:bold;line-height:140%}.single .single-subtitle{margin:.4rem 0;font-size:1.2rem;font-weight:normal;font-style:italic;line-height:100%}.single .post-meta{font-size:.875rem;color:#a9a9b3}.single .post-meta span{display:inline-block}[theme=dark] .single .post-meta{color:#5d5d5f}.single .post-meta a,.single .post-meta a::before,.single .post-meta a::after{text-decoration:none;color:#2d96bd}[theme=dark] .single .post-meta a,[theme=dark] .single .post-meta a::before,[theme=dark] .single .post-meta a::after{color:#a9a9b3}.single .post-meta a:active,.single .post-meta a:hover{color:#ef3982}[theme=dark] .single .post-meta a:active,[theme=dark] .single .post-meta a:hover{color:#fff}.single .post-meta .author{font-size:1.05rem}.single .featured-image{margin:.5rem 0 1rem 0}.single .featured-image img{display:block;max-width:100%;height:auto;margin:0 auto;overflow:hidden}.single .featured-image img.lazyloaded{width:100%}.single .content>h2{font-size:1.5rem}.single .content>h2 code{font-size:1.25rem}.single .content>h3{font-size:1.375rem}.single .content>h3 code{font-size:1.125rem}.single .content>h4{font-size:1.25rem}.single .content>h4 code{font-size:1rem}.single .content>h5{font-size:1.125rem}.single .content>h6{font-size:1rem}.single .content h2,.single .content h3,.single .content h4,.single .content h5,.single .content h6{font-weight:bold;margin:1.2rem 0}[theme=dark] .single .content h2,[theme=dark] .single .content h3,[theme=dark] .single .content h4,[theme=dark] .single .content h5,[theme=dark] .single .content h6{font-weight:bolder}.single .content>h2>.header-mark::before,.single .content>h3>.header-mark::before,.single .content>h4>.header-mark::before,.single .content>h5>.header-mark::before,.single .content>h6>.header-mark::before{content:"|";margin-right:.3125rem;color:#2d96bd}[theme=dark] .single .content>h2>.header-mark::before,[theme=dark] .single .content>h3>.header-mark::before,[theme=dark] .single .content>h4>.header-mark::before,[theme=dark] .single .content>h5>.header-mark::before,[theme=dark] .single .content>h6>.header-mark::before{color:#55bde2}.single .content>h2>.header-mark::before{content:"#"}.single .content p{margin:.5rem 0}.single .content b,.single .content strong{font-weight:bold}[theme=dark] .single .content b,[theme=dark] .single .content strong{color:#ddd}.single .content a,.single .content a::before,.single .content a::after{text-decoration:none;color:#2d96bd}[theme=dark] .single .content a,[theme=dark] .single .content a::before,[theme=dark] .single .content a::after{color:#55bde2}.single .content a:active,.single .content a:hover{color:#ef3982}[theme=dark] .single .content a:active,[theme=dark] .single .content a:hover{color:#bdebfc}.single .content a{word-wrap:break-word;overflow-wrap:break-word}[theme=dark] .single .content a b,[theme=dark] .single .content a strong{color:#55bde2}.single .content [theme=dark] a:hover b,.single .content [theme=dark] a:hover strong{color:#bdebfc}.single .content ul,.single .content ol{margin:.5rem 0;padding-left:2.5rem}.single .content ul{list-style-type:disc}.single .content ruby{background:#f5f5f5}.single .content ruby rt{color:#a9a9b3}[theme=dark] .single .content ruby{background:#272C34}[theme=dark] .single .content ruby rt{color:#5d5d5f}.single .content .table-wrapper{overflow-x:auto}.single .content .table-wrapper::-webkit-scrollbar{background-color:#fff}[theme=dark] .single .content .table-wrapper::-webkit-scrollbar{background-color:#272c34}.single .content .table-wrapper>table{width:100%;max-width:100%;margin:.625rem 0;border-spacing:0;background:#fff;border-collapse:collapse}[theme=dark] .single .content .table-wrapper>table{background:#272c34}.single .content .table-wrapper>table thead{background:#ededed}[theme=dark] .single .content .table-wrapper>table thead{background-color:#20252b}.single .content .table-wrapper>table th,.single .content .table-wrapper>table td{padding:.3rem 1rem;border:1px solid #e8e8e8}[theme=dark] .single .content .table-wrapper>table th,[theme=dark] .single .content .table-wrapper>table td{border-color:#1c2025}.single .content img{max-width:100%;min-height:1em}.single .content figure{margin:.5rem;text-align:center}.single .content figure .image-caption:not(:empty){min-width:20%;max-width:80%;display:inline-block;padding:.5rem;margin:0 auto;font-size:.875rem;color:#969696}.single .content figure img{display:block;height:auto;margin:0 auto;overflow:hidden}.single .content .lazyloading{-o-object-fit:none;object-fit:none;font-family:"object-fit: none;"}.single .content blockquote{display:block;border-left:0.5rem solid #6bd6fd;background-color:rgba(107,214,253,0.2);padding:.25rem .75rem;margin:1rem 0}[theme=dark] .single .content blockquote{border-left-color:#59c5ec;background-color:rgba(89,197,236,0.2)}.single .content .footnotes{color:#a9a9b3}[theme=dark] .single .content .footnotes{color:#5d5d5f}.single .content .footnotes p{margin:.25rem 0}.single .content code{display:inline-block;max-width:100%;padding:0 .4rem;word-wrap:break-word;overflow-wrap:break-word;-webkit-line-break:anywhere;-ms-line-break:anywhere;line-break:anywhere;font-size:.875rem;font-family:Source Code Pro,Menlo,Consolas,Monaco,monospace,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei UI,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;color:#E74C3C}[theme=dark] .single .content code{color:#E5BF78}.single .content pre{margin:0;padding:.25rem 0 .25rem .5rem;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.single .content pre code{padding:0}.single .content pre img{min-height:1em;max-height:1.2em;vertical-align:text-bottom}.single .content code,.single .content pre,.single .content .highlight table,.single .content .highlight tr,.single .content .highlight td{background:#f5f5f5}[theme=dark] .single .content code,[theme=dark] .single .content pre,[theme=dark] .single .content .highlight table,[theme=dark] .single .content .highlight tr,[theme=dark] .single .content .highlight td{background:#272C34}.single .content .highlight,.single .content .gist{font-family:Source Code Pro,Menlo,Consolas,Monaco,monospace,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei UI,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.875rem}.single .content .highlight .table-wrapper>table,.single .content .highlight .table-wrapper>table thead,.single .content .highlight .table-wrapper>table tr,.single .content .highlight .table-wrapper>table td,.single .content .gist .table-wrapper>table,.single .content .gist .table-wrapper>table thead,.single .content .gist .table-wrapper>table tr,.single .content .gist .table-wrapper>table td{margin:0;padding:0;border:none !important;white-space:nowrap}.single .content .highlight{line-height:1.4em;margin:.5rem 0}.single .content .highlight>.chroma{position:relative}.single .content .highlight>.chroma .code-header{display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;width:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei UI,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:bold;color:#9c9c9c;background:#e1e1e1}[theme=dark] .single .content .highlight>.chroma .code-header{color:#b1b0b0;background:#1a1d23}.single .content .highlight>.chroma .code-header:hover{cursor:pointer}.single .content .highlight>.chroma .code-header .code-title{width:100%;padding:.4rem}.single .content .highlight>.chroma .code-header .code-title::after{padding-left:.2rem;content:'Code'}.single .content .highlight>.chroma .code-header.language-bash .code-title::after{content:"Bash"}.single .content .highlight>.chroma .code-header.language-c .code-title::after{content:"C"}.single .content .highlight>.chroma .code-header.language-cs .code-title::after{content:"C#"}.single .content .highlight>.chroma .code-header.language-cpp .code-title::after{content:"C++"}.single .content .highlight>.chroma .code-header.language-clojure .code-title::after{content:"Clojure"}.single .content .highlight>.chroma .code-header.language-coffeescript .code-title::after{content:"CoffeeScript"}.single .content .highlight>.chroma .code-header.language-css .code-title::after{content:"CSS"}.single .content .highlight>.chroma .code-header.language-dart .code-title::after{content:"Dart"}.single .content .highlight>.chroma .code-header.language-diff .code-title::after{content:"Diff"}.single .content .highlight>.chroma .code-header.language-erlang .code-title::after{content:"Erlang"}.single .content .highlight>.chroma .code-header.language-go .code-title::after{content:"Go"}.single .content .highlight>.chroma .code-header.language-go-html-template .code-title::after{content:"Go HTML Template"}.single .content .highlight>.chroma .code-header.language-groovy .code-title::after{content:"Groovy"}.single .content .highlight>.chroma .code-header.language-haskell .code-title::after{content:"Haskell"}.single .content .highlight>.chroma .code-header.language-html .code-title::after{content:"HTML"}.single .content .highlight>.chroma .code-header.language-http .code-title::after{content:"HTTP"}.single .content .highlight>.chroma .code-header.language-xml .code-title::after{content:"XML"}.single .content .highlight>.chroma .code-header.language-java .code-title::after{content:"Java"}.single .content .highlight>.chroma .code-header.language-js .code-title::after{content:"JavaScript"}.single .content .highlight>.chroma .code-header.language-javascript .code-title::after{content:"JavaScript"}.single .content .highlight>.chroma .code-header.language-json .code-title::after{content:"JSON"}.single .content .highlight>.chroma .code-header.language-kotlin .code-title::after{content:"Kotlin"}.single .content .highlight>.chroma .code-header.language-latex .code-title::after{content:"LaTeX"}.single .content .highlight>.chroma .code-header.language-less .code-title::after{content:"Less"}.single .content .highlight>.chroma .code-header.language-lisp .code-title::after{content:"Lisp"}.single .content .highlight>.chroma .code-header.language-lua .code-title::after{content:"Lua"}.single .content .highlight>.chroma .code-header.language-makefile .code-title::after{content:"Makefile"}.single .content .highlight>.chroma .code-header.language-markdown .code-title::after{content:"Markdown"}.single .content .highlight>.chroma .code-header.language-matlab .code-title::after{content:"Matlab"}.single .content .highlight>.chroma .code-header.language-objectivec .code-title::after{content:"Objective-C"}.single .content .highlight>.chroma .code-header.language-php .code-title::after{content:"PHP"}.single .content .highlight>.chroma .code-header.language-perl .code-title::after{content:"Perl"}.single .content .highlight>.chroma .code-header.language-python .code-title::after{content:"Python"}.single .content .highlight>.chroma .code-header.language-r .code-title::after{content:"R"}.single .content .highlight>.chroma .code-header.language-ruby .code-title::after{content:"Ruby"}.single .content .highlight>.chroma .code-header.language-rust .code-title::after{content:"Rust"}.single .content .highlight>.chroma .code-header.language-scala .code-title::after{content:"Scala"}.single .content .highlight>.chroma .code-header.language-scss .code-title::after{content:"Scss"}.single .content .highlight>.chroma .code-header.language-shell .code-title::after{content:"Shell"}.single .content .highlight>.chroma .code-header.language-sql .code-title::after{content:"SQL"}.single .content .highlight>.chroma .code-header.language-swift .code-title::after{content:"Swift"}.single .content .highlight>.chroma .code-header.language-tex .code-title::after{content:"TeX"}.single .content .highlight>.chroma .code-header.language-toml .code-title::after{content:"TOML"}.single .content .highlight>.chroma .code-header.language-ts .code-title::after{content:"TypeScript"}.single .content .highlight>.chroma .code-header.language-typescript .code-title::after{content:"TypeScript"}.single .content .highlight>.chroma .code-header.language-vue .code-title::after{content:"Vue"}.single .content .highlight>.chroma .code-header.language-yml .code-title::after{content:"YAML"}.single .content .highlight>.chroma .code-header.language-yaml .code-title::after{content:"YAML"}.single .content .highlight>.chroma .lntd:first-child{min-width:1.6rem;text-align:right}.single .content .highlight>.chroma .lntd:last-child{width:100%}.single .content .highlight>.chroma .lntd:last-child pre{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:intrinsic;min-width:max-content}.single .content .highlight>.chroma .ln{padding-right:.75rem}.single .content .highlight>.chroma .hl{display:block;background-color:#dcdcdc}[theme=dark] .single .content .highlight>.chroma .hl{background-color:#1c2025}.single .content .highlight>.chroma .ln,.single .content .highlight>.chroma .lnt{color:#a9a9b3}[theme=dark] .single .content .highlight>.chroma .ln,[theme=dark] .single .content .highlight>.chroma .lnt{color:#5d5d5f}.single .content .highlight>.chroma .arrow{padding:0 .2rem;-webkit-transition:transform 0.2s ease;-moz-transition:transform 0.2s ease;-o-transition:transform 0.2s ease;transition:transform 0.2s ease}.single .content .highlight>.chroma .ellipses{padding:.4rem}.single .content .highlight>.chroma .copy{display:none;padding:.4rem}.single .content .highlight>.chroma .copy:hover{cursor:pointer;color:#2d96bd}[theme=dark] .single .content .highlight>.chroma .copy:hover{color:#fff}.single .content .highlight>.chroma .table-wrapper{max-height:0;overflow-y:hidden;-webkit-transition:max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;-moz-transition:max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;-o-transition:max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;transition:max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s}.single .content .highlight>.chroma.open .code-header{background:#ededed}[theme=dark] .single .content .highlight>.chroma.open .code-header{background:#20252b}.single .content .highlight>.chroma.open .table-wrapper{max-height:12000px;-webkit-transition:max-height 0.8s cubic-bezier(0.5, 0, 1, 0) 0s;-moz-transition:max-height 0.8s cubic-bezier(0.5, 0, 1, 0) 0s;-o-transition:max-height 0.8s cubic-bezier(0.5, 0, 1, 0) 0s;transition:max-height 0.8s cubic-bezier(0.5, 0, 1, 0) 0s}.single .content .highlight>.chroma.open .arrow{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.single .content .highlight>.chroma.open .ellipses{display:none}.single .content .highlight>.chroma.open .copy{display:inline}.single .content .highlight .c,.single .content .highlight .ch,.single .content .highlight .cm,.single .content .highlight .c1,.single .content .highlight .cs,.single .content .highlight .cp,.single .content .highlight .cpf{font-style:italic}.single .content .highlight .gl{text-decoration:underline}.single .content .highlight .p{color:#a9a9b3}.single .content .highlight .k{color:#b501a9}.single .content .highlight .kc{color:#b501a9}.single .content .highlight .kd{color:#b501a9}.single .content .highlight .kn{color:#b501a9}.single .content .highlight .kp{color:#b501a9}.single .content .highlight .kr{color:#b501a9}.single .content .highlight .kt{color:#b501a9}.single .content .highlight .n{color:#333}.single .content .highlight .na{color:#2b77fa}.single .content .highlight .nb{color:#f74840}.single .content .highlight .bp{color:#f74840}.single .content .highlight .nc{color:#cb8100}.single .content .highlight .no{color:#2b77fa}.single .content .highlight .nd{color:#0086c1}.single .content .highlight .ni{color:#2b77fa}.single .content .highlight .ne{color:#2b77fa}.single .content .highlight .nf{color:#2b77fa}.single .content .highlight .fm{color:#1ccad6}.single .content .highlight .nl{color:#2b77fa}.single .content .highlight .nn{color:#2b77fa}.single .content .highlight .nx{color:#333}.single .content .highlight .py{color:#2b77fa}.single .content .highlight .nt{color:#2b77fa}.single .content .highlight .nv{color:#2b77fa}.single .content .highlight .vc{color:#2b77fa}.single .content .highlight .vg{color:#2b77fa}.single .content .highlight .vi{color:#2b77fa}.single .content .highlight .vm{color:#2b77fa}.single .content .highlight .l{color:#2aa198}.single .content .highlight .ld{color:#2aa198}.single .content .highlight .s{color:#24a443}.single .content .highlight .sa{color:#24a443}.single .content .highlight .sb{color:#24a443}.single .content .highlight .sc{color:#24a443}.single .content .highlight .dl{color:#24a443}.single .content .highlight .sd{color:#24a443}.single .content .highlight .s2{color:#24a443}.single .content .highlight .se{color:#24a443}.single .content .highlight .sh{color:#24a443}.single .content .highlight .si{color:#24a443}.single .content .highlight .sx{color:#24a443}.single .content .highlight .sr{color:#24a443}.single .content .highlight .s1{color:#24a443}.single .content .highlight .ss{color:#24a443}.single .content .highlight .m{color:#e2893c}.single .content .highlight .mb{color:#e2893c}.single .content .highlight .mf{color:#e2893c}.single .content .highlight .mh{color:#e2893c}.single .content .highlight .mi{color:#e2893c}.single .content .highlight .il{color:#e2893c}.single .content .highlight .mo{color:#e2893c}.single .content .highlight .o{color:#f19b04}.single .content .highlight .ow{color:#b501a9}.single .content .highlight .c{color:#a0a1a8}.single .content .highlight .ch{color:#a0a1a8}.single .content .highlight .cm{color:#a0a1a8}.single .content .highlight .c1{color:#a0a1a8}.single .content .highlight .cs{color:#a0a1a8}.single .content .highlight .cp{color:#a0a1a8}.single .content .highlight .cpf{color:#a0a1a8}.single .content .highlight .g{color:#e72d40}.single .content .highlight .gd{color:#e72d40}.single .content .highlight .ge{color:#e72d40}.single .content .highlight .gr{color:#e72d40}.single .content .highlight .gh{color:#e72d40}.single .content .highlight .gi{color:#e72d40}.single .content .highlight .go{color:#e72d40}.single .content .highlight .gp{color:#e72d40}.single .content .highlight .gs{color:#e72d40}.single .content .highlight .gu{color:#e72d40}.single .content .highlight .gt{color:#e72d40}.single .content .highlight .w{color:#bbb}[theme=dark] .single .content .highlight .p{color:#a9a9b3}[theme=dark] .single .content .highlight .k{color:#d371e3}[theme=dark] .single .content .highlight .kc{color:#d371e3}[theme=dark] .single .content .highlight .kd{color:#d371e3}[theme=dark] .single .content .highlight .kn{color:#d371e3}[theme=dark] .single .content .highlight .kp{color:#d371e3}[theme=dark] .single .content .highlight .kr{color:#d371e3}[theme=dark] .single .content .highlight .kt{color:#d371e3}[theme=dark] .single .content .highlight .n{color:#a9b2c0}[theme=dark] .single .content .highlight .na{color:#41b0f5}[theme=dark] .single .content .highlight .nb{color:#19b9c4}[theme=dark] .single .content .highlight .bp{color:#ecbf6f}[theme=dark] .single .content .highlight .nc{color:#ecbf6f}[theme=dark] .single .content .highlight .no{color:#41b0f5}[theme=dark] .single .content .highlight .nd{color:#ecbf6f}[theme=dark] .single .content .highlight .ni{color:#41b0f5}[theme=dark] .single .content .highlight .ne{color:#41b0f5}[theme=dark] .single .content .highlight .nf{color:#41b0f5}[theme=dark] .single .content .highlight .fm{color:#19b9c4}[theme=dark] .single .content .highlight .nl{color:#41b0f5}[theme=dark] .single .content .highlight .nn{color:#41b0f5}[theme=dark] .single .content .highlight .nx{color:#a9a9b3}[theme=dark] .single .content .highlight .py{color:#41b0f5}[theme=dark] .single .content .highlight .nt{color:#41b0f5}[theme=dark] .single .content .highlight .nv{color:#41b0f5}[theme=dark] .single .content .highlight .vc{color:#41b0f5}[theme=dark] .single .content .highlight .vg{color:#41b0f5}[theme=dark] .single .content .highlight .vi{color:#41b0f5}[theme=dark] .single .content .highlight .vm{color:#41b0f5}[theme=dark] .single .content .highlight .l{color:#2aa198}[theme=dark] .single .content .highlight .ld{color:#2aa198}[theme=dark] .single .content .highlight .s{color:#8cc570}[theme=dark] .single .content .highlight .sa{color:#8cc570}[theme=dark] .single .content .highlight .sb{color:#8cc570}[theme=dark] .single .content .highlight .sc{color:#8cc570}[theme=dark] .single .content .highlight .dl{color:#8cc570}[theme=dark] .single .content .highlight .sd{color:#8cc570}[theme=dark] .single .content .highlight .s2{color:#8cc570}[theme=dark] .single .content .highlight .se{color:#8cc570}[theme=dark] .single .content .highlight .sh{color:#8cc570}[theme=dark] .single .content .highlight .si{color:#8cc570}[theme=dark] .single .content .highlight .sx{color:#8cc570}[theme=dark] .single .content .highlight .sr{color:#8cc570}[theme=dark] .single .content .highlight .s1{color:#8cc570}[theme=dark] .single .content .highlight .ss{color:#8cc570}[theme=dark] .single .content .highlight .m{color:#db985c}[theme=dark] .single .content .highlight .mb{color:#db985c}[theme=dark] .single .content .highlight .mf{color:#db985c}[theme=dark] .single .content .highlight .mh{color:#db985c}[theme=dark] .single .content .highlight .mi{color:#db985c}[theme=dark] .single .content .highlight .il{color:#db985c}[theme=dark] .single .content .highlight .mo{color:#db985c}[theme=dark] .single .content .highlight .o{color:#ecbf6f}[theme=dark] .single .content .highlight .ow{color:#d371e3}[theme=dark] .single .content .highlight .c{color:#7e848f}[theme=dark] .single .content .highlight .ch{color:#7e848f}[theme=dark] .single .content .highlight .cm{color:#7e848f}[theme=dark] .single .content .highlight .c1{color:#7e848f}[theme=dark] .single .content .highlight .cs{color:#7e848f}[theme=dark] .single .content .highlight .cp{color:#7e848f}[theme=dark] .single .content .highlight .cpf{color:#7e848f}[theme=dark] .single .content .highlight .g{color:#f16372}[theme=dark] .single .content .highlight .gd{color:#f16372}[theme=dark] .single .content .highlight .ge{color:#f16372}[theme=dark] .single .content .highlight .gr{color:#f16372}[theme=dark] .single .content .highlight .gh{color:#f16372}[theme=dark] .single .content .highlight .gi{color:#f16372}[theme=dark] .single .content .highlight .go{color:#f16372}[theme=dark] .single .content .highlight .gp{color:#f16372}[theme=dark] .single .content .highlight .gs{color:#f16372}[theme=dark] .single .content .highlight .gu{color:#f16372}[theme=dark] .single .content .highlight .gt{color:#f16372}[theme=dark] .single .content .highlight .w{color:#bbb}.single .content .gist .gist-file,.single .content .gist .gist-data,.single .content .gist .gist-meta{border:none}.single .content .gist .gist-meta{padding:.4rem .8rem;background-color:#e8e8e8}.single .content .gist .gist-meta a,.single .content .gist .gist-meta a::before,.single .content .gist .gist-meta a::after{text-decoration:none;color:#2d96bd}[theme=dark] .single .content .gist .gist-meta a,[theme=dark] .single .content .gist .gist-meta a::before,[theme=dark] .single .content .gist .gist-meta a::after{color:#55bde2}.single .content .gist .gist-meta a:active,.single .content .gist .gist-meta a:hover{color:#ef3982}[theme=dark] .single .content .gist .gist-meta a:active,[theme=dark] .single .content .gist .gist-meta a:hover{color:#bdebfc}[theme=dark] .single .content .gist .gist-meta{background-color:#1c2025}[theme=dark] .single .content .gist .highlight{background:#141414}[theme=dark] .single .content .gist .blob-num,[theme=dark] .single .content .gist .blob-code-inner,[theme=dark] .single .content .gist .highlight,[theme=dark] .single .content .gist .pl-enm,[theme=dark] .single .content .gist .pl-ko,[theme=dark] .single .content .gist .pl-mo,[theme=dark] .single .content .gist .pl-mp1 .pl-sf,[theme=dark] .single .content .gist .pl-ms,[theme=dark] .single .content .gist .pl-pdc1,[theme=dark] .single .content .gist .pl-scp,[theme=dark] .single .content .gist .pl-smc,[theme=dark] .single .content .gist .pl-som,[theme=dark] .single .content .gist .pl-va,[theme=dark] .single .content .gist .pl-vpf,[theme=dark] .single .content .gist .pl-vpu,[theme=dark] .single .content .gist .pl-mdr{color:#aab1bf}[theme=dark] .single .content .gist .pl-mb,[theme=dark] .single .content .gist .pl-pdb{font-weight:700}[theme=dark] .single .content .gist .pl-c,[theme=dark] .single .content .gist .pl-c span,[theme=dark] .single .content .gist .pl-pdc{color:#5b6270;font-style:italic}[theme=dark] .single .content .gist .pl-sr .pl-cce{color:#56b5c2;font-weight:400}[theme=dark] .single .content .gist .pl-ef,[theme=dark] .single .content .gist .pl-en,[theme=dark] .single .content .gist .pl-enf,[theme=dark] .single .content .gist .pl-eoai,[theme=dark] .single .content .gist .pl-kos,[theme=dark] .single .content .gist .pl-mh .pl-pdh,[theme=dark] .single .content .gist .pl-mr{color:#61afef}[theme=dark] .single .content .gist .pl-ens,[theme=dark] .single .content .gist .pl-vi{color:#be5046}[theme=dark] .single .content .gist .pl-enti,[theme=dark] .single .content .gist .pl-mai .pl-sf,[theme=dark] .single .content .gist .pl-ml,[theme=dark] .single .content .gist .pl-sf,[theme=dark] .single .content .gist .pl-sr,[theme=dark] .single .content .gist .pl-sr .pl-sra,[theme=dark] .single .content .gist .pl-src,[theme=dark] .single .content .gist .pl-st,[theme=dark] .single .content .gist .pl-vo{color:#56b5c2}[theme=dark] .single .content .gist .pl-eoi,[theme=dark] .single .content .gist .pl-mri,[theme=dark] .single .content .gist .pl-pds,[theme=dark] .single .content .gist .pl-pse .pl-s1,[theme=dark] .single .content .gist .pl-s,[theme=dark] .single .content .gist .pl-s1{color:#97c279}[theme=dark] .single .content .gist .pl-k,[theme=dark] .single .content .gist .pl-kolp,[theme=dark] .single .content .gist .pl-mc,[theme=dark] .single .content .gist .pl-pde{color:#c578dd}[theme=dark] .single .content .gist .pl-mi,[theme=dark] .single .content .gist .pl-pdi{color:#c578dd;font-style:italic}[theme=dark] .single .content .gist .pl-mp,[theme=dark] .single .content .gist .pl-stp{color:#818896}[theme=dark] .single .content .gist .pl-mdh,[theme=dark] .single .content .gist .pl-mdi,[theme=dark] .single .content .gist .pl-mdr{font-weight:400}[theme=dark] .single .content .gist .pl-mdht,[theme=dark] .single .content .gist .pl-mi1{color:#97c279;background:#020}[theme=dark] .single .content .gist .pl-md,[theme=dark] .single .content .gist .pl-mdhf{color:#df6b75;background:#200}[theme=dark] .single .content .gist .pl-corl{color:#df6b75;text-decoration:underline}[theme=dark] .single .content .gist .pl-ib{background:#df6b75}[theme=dark] .single .content .gist .pl-ii{background:#e0c184;color:#fff}[theme=dark] .single .content .gist .pl-iu{background:#e05151}[theme=dark] .single .content .gist .pl-ms1{color:#aab1bf;background:#373b41}[theme=dark] .single .content .gist .pl-c1,[theme=dark] .single .content .gist .pl-cn,[theme=dark] .single .content .gist .pl-e,[theme=dark] .single .content .gist .pl-eoa,[theme=dark] .single .content .gist .pl-eoac,[theme=dark] .single .content .gist .pl-eoac .pl-pde,[theme=dark] .single .content .gist .pl-kou,[theme=dark] .single .content .gist .pl-mm,[theme=dark] .single .content .gist .pl-mp .pl-s3,[theme=dark] .single .content .gist .pl-mq,[theme=dark] .single .content .gist .pl-s3,[theme=dark] .single .content .gist .pl-sok,[theme=dark] .single .content .gist .pl-sv,[theme=dark] .single .content .gist .pl-mb{color:#d19965}[theme=dark] .single .content .gist .pl-enc,[theme=dark] .single .content .gist .pl-entc,[theme=dark] .single .content .gist .pl-pse .pl-s2,[theme=dark] .single .content .gist .pl-s2,[theme=dark] .single .content .gist .pl-sc,[theme=dark] .single .content .gist .pl-smp,[theme=dark] .single .content .gist .pl-sr .pl-sre,[theme=dark] .single .content .gist .pl-stj,[theme=dark] .single .content .gist .pl-v,[theme=dark] .single .content .gist .pl-pdb{color:#e4bf7a}[theme=dark] .single .content .gist .pl-ent,[theme=dark] .single .content .gist .pl-entl,[theme=dark] .single .content .gist .pl-entm,[theme=dark] .single .content .gist .pl-mh,[theme=dark] .single .content .gist .pl-pdv,[theme=dark] .single .content .gist .pl-smi,[theme=dark] .single .content .gist .pl-sol,[theme=dark] .single .content .gist .pl-mdh,[theme=dark] .single .content .gist .pl-mdi{color:#df6b75}[theme=dark] .single .content iframe.instagram-media{border:none !important}.single .content .admonition{position:relative;margin:1rem 0;padding:0 .75rem;background-color:rgba(68,138,255,0.1);border-left:0.25rem solid #448aff;overflow:auto}.single .content .admonition .admonition-title{font-weight:bold;margin:0 -0.75rem;padding:.25rem 1.8rem;border-bottom:1px solid rgba(68,138,255,0.1);background-color:rgba(68,138,255,0.25)}.single .content .admonition.open .admonition-title{background-color:rgba(68,138,255,0.1)}.single .content .admonition .admonition-content{padding:.5rem 0}.single .content .admonition i.icon{font-size:0.85rem;color:#448aff;position:absolute;top:.6rem;left:.4rem}.single .content .admonition i.details-icon{position:absolute;top:.6rem;right:.3rem}.single .content .admonition.note{border-left-color:#448aff}.single .content .admonition.note i.icon{color:#448aff}.single .content .admonition.abstract{border-left-color:#00b0ff}.single .content .admonition.abstract i.icon{color:#00b0ff}.single .content .admonition.info{border-left-color:#00b8d4}.single .content .admonition.info i.icon{color:#00b8d4}.single .content .admonition.tip{border-left-color:#00bfa5}.single .content .admonition.tip i.icon{color:#00bfa5}.single .content .admonition.success{border-left-color:#00c853}.single .content .admonition.success i.icon{color:#00c853}.single .content .admonition.question{border-left-color:#64dd17}.single .content .admonition.question i.icon{color:#64dd17}.single .content .admonition.warning{border-left-color:#ff9100}.single .content .admonition.warning i.icon{color:#ff9100}.single .content .admonition.failure{border-left-color:#ff5252}.single .content .admonition.failure i.icon{color:#ff5252}.single .content .admonition.danger{border-left-color:#ff1744}.single .content .admonition.danger i.icon{color:#ff1744}.single .content .admonition.bug{border-left-color:#f50057}.single .content .admonition.bug i.icon{color:#f50057}.single .content .admonition.example{border-left-color:#651fff}.single .content .admonition.example i.icon{color:#651fff}.single .content .admonition.quote{border-left-color:#9e9e9e}.single .content .admonition.quote i.icon{color:#9e9e9e}.single .content .admonition.note{background-color:rgba(68,138,255,0.1)}.single .content .admonition.note .admonition-title{border-bottom-color:rgba(68,138,255,0.1);background-color:rgba(68,138,255,0.25)}.single .content .admonition.note.open .admonition-title{background-color:rgba(68,138,255,0.1)}.single .content .admonition.abstract{background-color:rgba(0,176,255,0.1)}.single .content .admonition.abstract .admonition-title{border-bottom-color:rgba(0,176,255,0.1);background-color:rgba(0,176,255,0.25)}.single .content .admonition.abstract.open .admonition-title{background-color:rgba(0,176,255,0.1)}.single .content .admonition.info{background-color:rgba(0,184,212,0.1)}.single .content .admonition.info .admonition-title{border-bottom-color:rgba(0,184,212,0.1);background-color:rgba(0,184,212,0.25)}.single .content .admonition.info.open .admonition-title{background-color:rgba(0,184,212,0.1)}.single .content .admonition.tip{background-color:rgba(0,191,165,0.1)}.single .content .admonition.tip .admonition-title{border-bottom-color:rgba(0,191,165,0.1);background-color:rgba(0,191,165,0.25)}.single .content .admonition.tip.open .admonition-title{background-color:rgba(0,191,165,0.1)}.single .content .admonition.success{background-color:rgba(0,200,83,0.1)}.single .content .admonition.success .admonition-title{border-bottom-color:rgba(0,200,83,0.1);background-color:rgba(0,200,83,0.25)}.single .content .admonition.success.open .admonition-title{background-color:rgba(0,200,83,0.1)}.single .content .admonition.question{background-color:rgba(100,221,23,0.1)}.single .content .admonition.question .admonition-title{border-bottom-color:rgba(100,221,23,0.1);background-color:rgba(100,221,23,0.25)}.single .content .admonition.question.open .admonition-title{background-color:rgba(100,221,23,0.1)}.single .content .admonition.warning{background-color:rgba(255,145,0,0.1)}.single .content .admonition.warning .admonition-title{border-bottom-color:rgba(255,145,0,0.1);background-color:rgba(255,145,0,0.25)}.single .content .admonition.warning.open .admonition-title{background-color:rgba(255,145,0,0.1)}.single .content .admonition.failure{background-color:rgba(255,82,82,0.1)}.single .content .admonition.failure .admonition-title{border-bottom-color:rgba(255,82,82,0.1);background-color:rgba(255,82,82,0.25)}.single .content .admonition.failure.open .admonition-title{background-color:rgba(255,82,82,0.1)}.single .content .admonition.danger{background-color:rgba(255,23,68,0.1)}.single .content .admonition.danger .admonition-title{border-bottom-color:rgba(255,23,68,0.1);background-color:rgba(255,23,68,0.25)}.single .content .admonition.danger.open .admonition-title{background-color:rgba(255,23,68,0.1)}.single .content .admonition.bug{background-color:rgba(245,0,87,0.1)}.single .content .admonition.bug .admonition-title{border-bottom-color:rgba(245,0,87,0.1);background-color:rgba(245,0,87,0.25)}.single .content .admonition.bug.open .admonition-title{background-color:rgba(245,0,87,0.1)}.single .content .admonition.example{background-color:rgba(101,31,255,0.1)}.single .content .admonition.example .admonition-title{border-bottom-color:rgba(101,31,255,0.1);background-color:rgba(101,31,255,0.25)}.single .content .admonition.example.open .admonition-title{background-color:rgba(101,31,255,0.1)}.single .content .admonition.quote{background-color:rgba(159,159,159,0.1)}.single .content .admonition.quote .admonition-title{border-bottom-color:rgba(159,159,159,0.1);background-color:rgba(159,159,159,0.25)}.single .content .admonition.quote.open .admonition-title{background-color:rgba(159,159,159,0.1)}.single .content .admonition:last-child{margin-bottom:.75rem}.single .content .echarts{margin:.5rem 0;text-align:center}.single .content .mapbox{margin:.5rem 0;padding:.5rem 0}.single .content meting-js{margin:.5rem 0}.single .content .bilibili{position:relative;width:100%;height:0;padding-bottom:75%;margin:3% auto;text-align:center}.single .content .bilibili iframe{position:absolute;width:100%;height:100%;left:0;top:0}.single .content hr{margin:1rem 0;position:relative;border-top:1px dashed #f0f0f0;border-bottom:none}[theme=dark] .single .content hr{border-top:1px dashed #363636}.single .content kbd{display:inline-block;padding:.25rem;background-color:#fff;border:1px solid #f0f0f0;border-bottom-color:#f0f0f0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 #f0f0f0;box-shadow:inset 0 -1px 0 #f0f0f0;font-size:.8rem;font-family:Source Code Pro,Menlo,Consolas,Monaco,monospace,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei UI,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;color:#E74C3C}[theme=dark] .single .content kbd{background-color:#292a2d;border:1px solid #363636;border-bottom-color:#363636;-webkit-box-shadow:inset 0 -1px 0 #363636;box-shadow:inset 0 -1px 0 #363636;color:#E5BF78}.single .content .typeit .code{padding:.375rem;font-size:.875rem;font-family:Source Code Pro,Menlo,Consolas,Monaco,monospace,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei UI,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:bold;word-break:break-all}.single .content .version{height:1.25em;vertical-align:text-bottom}.single .post-footer{margin-top:3rem}.single .post-footer .post-info{border-bottom:1px solid #f0f0f0;padding:1rem 0 0.3rem}[theme=dark] .single .post-footer .post-info{border-bottom:1px solid #363636}.single .post-footer .post-info .post-info-line{display:flex;justify-content:space-between}.single .post-footer .post-info .post-info-line .post-info-mod{font-size:0.8em;color:#a9a9b3}[theme=dark] .single .post-footer .post-info .post-info-line .post-info-mod{color:#5d5d5f}.single .post-footer .post-info .post-info-line .post-info-mod a,.single .post-footer .post-info .post-info-line .post-info-mod a::before,.single .post-footer .post-info .post-info-line .post-info-mod a::after{text-decoration:none;color:#2d96bd}[theme=dark] .single .post-footer .post-info .post-info-line .post-info-mod a,[theme=dark] .single .post-footer .post-info .post-info-line .post-info-mod a::before,[theme=dark] .single .post-footer .post-info .post-info-line .post-info-mod a::after{color:#55bde2}.single .post-footer .post-info .post-info-line .post-info-mod a:active,.single .post-footer .post-info .post-info-line .post-info-mod a:hover{color:#ef3982}[theme=dark] .single .post-footer .post-info .post-info-line .post-info-mod a:active,[theme=dark] .single .post-footer .post-info .post-info-line .post-info-mod a:hover{color:#bdebfc}.single .post-footer .post-info .post-info-line .post-info-license{font-size:0.8em;color:#a9a9b3}[theme=dark] .single .post-footer .post-info .post-info-line .post-info-license{color:#5d5d5f}.single .post-footer .post-info .post-info-line .post-info-license a,.single .post-footer .post-info .post-info-line .post-info-license a::before,.single .post-footer .post-info .post-info-line .post-info-license a::after{text-decoration:none;color:#2d96bd}[theme=dark] .single .post-footer .post-info .post-info-line .post-info-license a,[theme=dark] .single .post-footer .post-info .post-info-line .post-info-license a::before,[theme=dark] .single .post-footer .post-info .post-info-line .post-info-license a::after{color:#55bde2}.single .post-footer .post-info .post-info-line .post-info-license a:active,.single .post-footer .post-info .post-info-line .post-info-license a:hover{color:#ef3982}[theme=dark] .single .post-footer .post-info .post-info-line .post-info-license a:active,[theme=dark] .single .post-footer .post-info .post-info-line .post-info-license a:hover{color:#bdebfc}.single .post-footer .post-info .post-info-line .post-info-md{font-size:0.8rem;width:8rem}.single .post-footer .post-info .post-info-line .post-info-md a,.single .post-footer .post-info .post-info-line .post-info-md a::before,.single .post-footer .post-info .post-info-line .post-info-md a::after{text-decoration:none;color:#2d96bd}[theme=dark] .single .post-footer .post-info .post-info-line .post-info-md a,[theme=dark] .single .post-footer .post-info .post-info-line .post-info-md a::before,[theme=dark] .single .post-footer .post-info .post-info-line .post-info-md a::after{color:#55bde2}.single .post-footer .post-info .post-info-line .post-info-md a:active,.single .post-footer .post-info .post-info-line .post-info-md a:hover{color:#ef3982}[theme=dark] .single .post-footer .post-info .post-info-line .post-info-md a:active,[theme=dark] .single .post-footer .post-info .post-info-line .post-info-md a:hover{color:#bdebfc}.single .post-footer .post-info .post-info-line .post-info-share a *{vertical-align:text-bottom}.single .post-footer .post-info-more{padding:0.3rem 0 1rem;display:flex;justify-content:space-between;font-size:0.9rem}.single .post-footer .post-tags{max-width:65%}.single .post-footer .post-tags *{display:inline}.single .post-footer .post-nav::before,.single .post-footer .post-nav::after{content:' ';display:table}.single .post-footer .post-nav a.prev,.single .post-footer .post-nav a.next{font-size:1rem;font-weight:600;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.single .post-footer .post-nav a.prev{float:left}.single .post-footer .post-nav a.prev:hover{-webkit-transform:translateX(-4px);-moz-transform:translateX(-4px);-ms-transform:translateX(-4px);-o-transform:translateX(-4px);transform:translateX(-4px)}.single .post-footer .post-nav a.next{float:right}.single .post-footer .post-nav a.next:hover{-webkit-transform:translateX(4px);-moz-transform:translateX(4px);-ms-transform:translateX(4px);-o-transform:translateX(4px);transform:translateX(4px)}.single #comments{padding:8rem 0 2rem}.lg-toolbar .lg-icon::after{color:#999}.special .single-title,.special .single-subtitle{text-align:right}.archive .single-title{text-align:right}.archive .group-title{margin-top:1.5rem;margin-bottom:1rem}.archive .categories-card{margin:0 auto;margin-top:3rem;display:flex;align-items:center;justify-content:space-between;flex-direction:row;flex-wrap:wrap;line-height:1.6rem}.archive .categories-card .card-item{font-size:.875rem;text-align:left;width:45%;display:flex;align-items:flex-start;margin-top:2rem;min-height:10rem;padding:0 2%;position:relative}.archive .categories-card .card-item .card-item-wrapper{width:100%;overflow:hidden}.archive .categories-card .card-item .card-item-wrapper .card-item-title{font-size:1.2rem;font-weight:bold;display:inline-block;margin-top:1rem;margin-bottom:.75rem}.archive .categories-card .card-item .card-item-wrapper span{float:right;padding-right:1rem}.archive .archive-item{display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;margin:.25rem 0 .25rem 1.5rem}.archive .archive-item-link{min-width:10%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.archive .archive-item-link:hover{color:#2d96bd;background-color:transparent}[theme=dark] .archive .archive-item-link{color:#a9a9b3}[theme=dark] .archive .archive-item-link:hover{color:#fff}.archive .archive-item-date{width:4em;text-align:right;color:#a9a9b3}[theme=dark] .archive .archive-item-date{color:#5d5d5f}.archive .more-post{text-align:right}.archive .tag-cloud-tags{margin:10px 0}.archive .tag-cloud-tags a,.archive .tag-cloud-tags a::before,.archive .tag-cloud-tags a::after{text-decoration:none;color:#161209}[theme=dark] .archive .tag-cloud-tags a,[theme=dark] .archive .tag-cloud-tags a::before,[theme=dark] .archive .tag-cloud-tags a::after{color:#a9a9b3}.archive .tag-cloud-tags a:active,.archive .tag-cloud-tags a:hover{color:#2d96bd}[theme=dark] .archive .tag-cloud-tags a:active,[theme=dark] .archive .tag-cloud-tags a:hover{color:#fff}.archive .tag-cloud-tags a{display:inline-block;position:relative;margin:5px 10px;word-wrap:break-word;overflow-wrap:break-word;-webkit-transition:all ease-out 0.3s;-moz-transition:all ease-out 0.3s;-o-transition:all ease-out 0.3s;transition:all ease-out 0.3s}.archive .tag-cloud-tags a:active,.archive .tag-cloud-tags a:focus,.archive .tag-cloud-tags a:hover{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.archive .tag-cloud-tags a sup{color:#a9a9b3}[theme=dark] .archive .tag-cloud-tags a sup{color:#5d5d5f}.home .home-profile{-webkit-transform:translateY(16vh);-moz-transform:translateY(16vh);-ms-transform:translateY(16vh);-o-transform:translateY(16vh);transform:translateY(16vh);padding:0 0 .5rem;text-align:center}.home .home-profile .home-avatar{padding:.5rem}.home .home-profile .home-avatar img{display:inline-block;width:8rem;height:auto;margin:0 auto;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-webkit-box-shadow:0 0 0 0.3618em rgba(0,0,0,0.05);box-shadow:0 0 0 0.3618em rgba(0,0,0,0.05);-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease}.home .home-profile .home-avatar img:hover{position:relative;-webkit-transform:translateY(-0.75rem);-moz-transform:translateY(-0.75rem);-ms-transform:translateY(-0.75rem);-o-transform:translateY(-0.75rem);transform:translateY(-0.75rem)}.home .home-profile .home-title{font-size:1.25rem;font-weight:bold;margin:0;padding:.5rem}.home .home-profile .home-subtitle{font-size:1rem;font-weight:normal;margin:0;padding:.5rem}.home .home-profile .links{padding:.5rem;font-size:1.5rem}.home .home-profile .links a *{vertical-align:text-bottom}.home .home-profile .links img{height:1.5rem;padding:0 .25rem}.home .home-profile .home-disclaimer{font-size:1rem;line-height:1.5rem;font-weight:normal;margin:0;padding:.5rem;color:#a9a9b3}[theme=dark] .home .home-profile .home-disclaimer{color:#5d5d5f}.home[posts] .home-profile{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);padding-top:2rem}.home[posts] .home-avatar img{width:6rem}.home[posts] .summary{padding-top:1rem;padding-bottom:.8rem;color:#161209;border-bottom:1px dashed #f0f0f0}[theme=dark] .home[posts] .summary{color:#a9a9b3;border-bottom:1px dashed #363636}.home[posts] .summary .featured-image-preview{width:100%;padding:30% 0 0;position:relative;margin:0.6rem auto;-webkit-transition:transform 0.4s ease;-moz-transition:transform 0.4s ease;-o-transition:transform 0.4s ease;transition:transform 0.4s ease}.home[posts] .summary .featured-image-preview img{position:absolute;width:100%;height:100%;left:0;top:0;-o-object-fit:none;object-fit:none;font-family:"object-fit: none;"}.home[posts] .summary .featured-image-preview img.lazyloaded{-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;"}.home[posts] .summary .featured-image-preview:hover{-webkit-transform:scale(1.01);-moz-transform:scale(1.01);-ms-transform:scale(1.01);-o-transform:scale(1.01);transform:scale(1.01)}.home[posts] .summary .single-title{font-size:1.25rem;line-height:140%;margin:0.4rem 0}.home[posts] .summary .content{display:-moz-box;display:-webkit-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-line-clamp:3;margin-top:.3rem;width:100%;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;overflow-wrap:break-word;color:#a9a9b3}[theme=dark] .home[posts] .summary .content{color:#5d5d5f}.home[posts] .summary .content h2,.home[posts] .summary .content h3,.home[posts] .summary .content h4,.home[posts] .summary .content h5,.home[posts] .summary .content h6,.home[posts] .summary .content p{font-size:1rem;line-height:1.5;display:inline}.home[posts] .summary .content h2::after,.home[posts] .summary .content h3::after,.home[posts] .summary .content h4::after,.home[posts] .summary .content h5::after,.home[posts] .summary .content h6::after,.home[posts] .summary .content p::after{content:"\A";white-space:pre}.home[posts] .summary .content h2{font-size:1.125rem}.home[posts] .summary .content a,.home[posts] .summary .content a::before,.home[posts] .summary .content a::after{text-decoration:none;color:#2d96bd}[theme=dark] .home[posts] .summary .content a,[theme=dark] .home[posts] .summary .content a::before,[theme=dark] .home[posts] .summary .content a::after{color:#a9a9b3}.home[posts] .summary .content a:active,.home[posts] .summary .content a:hover{color:#ef3982}[theme=dark] .home[posts] .summary .content a:active,[theme=dark] .home[posts] .summary .content a:hover{color:#fff}.home[posts] .summary .content b,.home[posts] .summary .content strong{color:#a9a9b3}[theme=dark] .home[posts] .summary .content b,[theme=dark] .home[posts] .summary .content strong{color:#5d5d5f}.home[posts] .summary .post-footer{margin-top:.4rem;display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.home[posts] .summary .post-footer a,.home[posts] .summary .post-footer a::before,.home[posts] .summary .post-footer a::after{text-decoration:none;color:#2d96bd}[theme=dark] .home[posts] .summary .post-footer a,[theme=dark] .home[posts] .summary .post-footer a::before,[theme=dark] .home[posts] .summary .post-footer a::after{color:#55bde2}.home[posts] .summary .post-footer a:active,.home[posts] .summary .post-footer a:hover{color:#ef3982}[theme=dark] .home[posts] .summary .post-footer a:active,[theme=dark] .home[posts] .summary .post-footer a:hover{color:#bdebfc}.home[posts] .summary .post-footer .post-tags{padding:0}.home[posts] .summary .post-footer .post-tags a,.home[posts] .summary .post-footer .post-tags a::before,.home[posts] .summary .post-footer .post-tags a::after{text-decoration:none;color:#161209}[theme=dark] .home[posts] .summary .post-footer .post-tags a,[theme=dark] .home[posts] .summary .post-footer .post-tags a::before,[theme=dark] .home[posts] .summary .post-footer .post-tags a::after{color:#a9a9b3}.home[posts] .summary .post-footer .post-tags a:active,.home[posts] .summary .post-footer .post-tags a:hover{color:#2d96bd}[theme=dark] .home[posts] .summary .post-footer .post-tags a:active,[theme=dark] .home[posts] .summary .post-footer .post-tags a:hover{color:#fff}#content-404{font-size:1.8rem;line-height:3rem;-webkit-transform:translateY(30vh);-moz-transform:translateY(30vh);-ms-transform:translateY(30vh);-o-transform:translateY(30vh);transform:translateY(30vh);text-align:center}header{width:100%;z-index:150;background-color:#f8f8f8;-webkit-transition:box-shadow 0.3s ease;-moz-transition:box-shadow 0.3s ease;-o-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease}[theme=dark] header{background-color:#252627}header .logo{min-height:1.5em;height:1.5em;vertical-align:text-bottom}header .logo,header .header-title-pre{padding-right:.25rem}header .header-title-post{padding-left:.25rem}header:hover{-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.1);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.1)}.header-wrapper{display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;width:100%}.header-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei UI,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:bold;margin-right:.5rem;min-width:10%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-flex:10;flex:10}.menu .menu-item{position:relative}.language-select{position:absolute;opacity:0;left:0;top:0;width:100%;height:100%}.language-select:hover{cursor:pointer}.search{position:relative}.search input{color:transparent;box-sizing:border-box;height:2.5rem;width:2.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;border:none;outline:none;background-color:#f8f8f8;vertical-align:baseline !important;-webkit-transition:width 0.3s ease;-moz-transition:width 0.3s ease;-o-transition:width 0.3s ease;transition:width 0.3s ease}[theme=dark] .search input{background-color:#252627}.search input::-webkit-input-placeholder{color:rgba(0,0,0,0)}.search input:-moz-placeholder{color:rgba(0,0,0,0)}.search input::-moz-placeholder{color:rgba(0,0,0,0)}.search input:-ms-input-placeholder{color:rgba(0,0,0,0)}.search input::placeholder{color:rgba(0,0,0,0)}.search .search-button{margin:0;position:absolute;left:auto;right:1rem}.search .search-toggle{left:.5rem;right:auto}.search .search-loading{display:none}.search .search-clear{display:none}.open .search input,.search.mobile input{color:#161209;background-color:#e9e9e9;padding:0 2rem 0 2rem}[theme=dark] .open .search input,[theme=dark] .search.mobile input{color:#a9a9b3;background-color:#363636}[theme=dark] .open .search input::-webkit-input-placeholder,[theme=dark] .search.mobile input::-webkit-input-placeholder{color:#5d5d5f}[theme=dark] .open .search input:-moz-placeholder,[theme=dark] .search.mobile input:-moz-placeholder{color:#5d5d5f}[theme=dark] .open .search input::-moz-placeholder,[theme=dark] .search.mobile input::-moz-placeholder{color:#5d5d5f}[theme=dark] .open .search input:-ms-input-placeholder,[theme=dark] .search.mobile input:-ms-input-placeholder{color:#5d5d5f}[theme=dark] .open .search input::placeholder,[theme=dark] .search.mobile input::placeholder{color:#5d5d5f}.open .search input::-webkit-input-placeholder,.search.mobile input::-webkit-input-placeholder{color:#a9a9b3}.open .search input:-moz-placeholder,.search.mobile input:-moz-placeholder{color:#a9a9b3}.open .search input::-moz-placeholder,.search.mobile input::-moz-placeholder{color:#a9a9b3}.open .search input:-ms-input-placeholder,.search.mobile input:-ms-input-placeholder{color:#a9a9b3}.open .search input::placeholder,.search.mobile input::placeholder{color:#a9a9b3}.open .search .search-button,.search.mobile .search-button{color:#a9a9b3}[theme=dark] .open .search .search-button,[theme=dark] .search.mobile .search-button{color:#5d5d5f}.open .search .search-clear:hover,.search.mobile .search-clear:hover{color:#ff6b6b}.open .search .search-toggle:hover,.search.mobile .search-toggle:hover{cursor:default}.theme-switch i{-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);-o-transform:rotate(225deg);transform:rotate(225deg)}#header-desktop{display:block;position:fixed;height:3.5rem;line-height:3.5rem}[header-desktop=normal] #header-desktop{position:static}#header-desktop .header-wrapper{padding:0 2rem 0 10vh}#header-desktop .header-wrapper .header-title{font-size:1.5rem}#header-desktop .header-wrapper .menu{overflow:hidden;white-space:nowrap}#header-desktop .header-wrapper .menu .menu-inner{float:right}#header-desktop .header-wrapper .menu .menu-item{margin:0 .5rem}#header-desktop .header-wrapper .menu .menu-item.delimiter{border-left:1.5px solid #161209}[theme=dark] #header-desktop .header-wrapper .menu .menu-item.delimiter{border-left-color:#363636}#header-desktop .header-wrapper .menu .menu-item.language{margin-right:0}#header-desktop .header-wrapper .menu .menu-item.search{margin:0 -.5rem 0 0}#header-desktop .header-wrapper .menu a.active{font-weight:900;color:#161209}[theme=dark] #header-desktop .header-wrapper .menu a.active{color:#fff}#header-desktop.open .header-wrapper .menu .menu-item.search{margin:0 .25rem 0 .5rem}#header-desktop.open .header-wrapper .menu .menu-item.search input{width:24rem}#header-mobile{display:none;position:fixed;height:3.5rem;line-height:3.5rem}[header-mobile=normal] #header-mobile{position:static}#header-mobile .header-container{padding:0;margin:0}#header-mobile .header-container .header-wrapper{padding:0 1rem;font-size:1.125rem;-webkit-transition:margin-top 0.3s ease;-moz-transition:margin-top 0.3s ease;-o-transition:margin-top 0.3s ease;transition:margin-top 0.3s ease}#header-mobile .header-container .header-wrapper .header-title{font-size:1.5rem;max-width:80%}#header-mobile .header-container .header-wrapper .menu-toggle{line-height:4rem;cursor:pointer;-webkit-transition:width 0.3s ease;-moz-transition:width 0.3s ease;-o-transition:width 0.3s ease;transition:width 0.3s ease}#header-mobile .header-container .header-wrapper .menu-toggle span{display:block;background:#161209;width:1.5rem;height:2px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}[theme=dark] #header-mobile .header-container .header-wrapper .menu-toggle span{background:#a9a9b3}#header-mobile .header-container .header-wrapper .menu-toggle span:nth-child(1){margin-bottom:.5rem}#header-mobile .header-container .header-wrapper .menu-toggle span:nth-child(3){margin-top:.5rem}#header-mobile .header-container .header-wrapper .menu-toggle.active span:nth-child(1){-webkit-transform:rotate(45deg) translate(0.4rem, 0.5rem);-moz-transform:rotate(45deg) translate(0.4rem, 0.5rem);-ms-transform:rotate(45deg) translate(0.4rem, 0.5rem);-o-transform:rotate(45deg) translate(0.4rem, 0.5rem);transform:rotate(45deg) translate(0.4rem, 0.5rem)}#header-mobile .header-container .header-wrapper .menu-toggle.active span:nth-child(2){opacity:0}#header-mobile .header-container .header-wrapper .menu-toggle.active span:nth-child(3){-webkit-transform:rotate(-45deg) translate(0.4rem, -0.5rem);-moz-transform:rotate(-45deg) translate(0.4rem, -0.5rem);-ms-transform:rotate(-45deg) translate(0.4rem, -0.5rem);-o-transform:rotate(-45deg) translate(0.4rem, -0.5rem);transform:rotate(-45deg) translate(0.4rem, -0.5rem)}#header-mobile .header-container .menu{text-align:center;background:#f8f8f8;border-top:2px solid #f0f0f0;display:none;padding-top:.5rem;-webkit-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.1);box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.1)}#header-mobile .header-container .menu .search-wrapper{display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;padding:.5rem 1rem;line-height:2.5rem}#header-mobile .header-container .menu .search{flex-grow:10}#header-mobile .header-container .menu .search .algolia-autocomplete,#header-mobile .header-container .menu .search input{width:100%}#header-mobile .header-container .menu .search-button{top:0}#header-mobile .header-container .menu .search-cancel{display:none;margin-left:.75rem}#header-mobile .header-container .menu .menu-item{display:block;line-height:2.5rem}#header-mobile .header-container .menu.active{display:block}[theme=dark] #header-mobile .header-container .menu{background:#252627;border-top-color:#363636}#header-mobile.open .header-wrapper{margin-top:-3.5rem}#header-mobile.open .menu{padding-top:0;border-top:none}#header-mobile.open .menu .menu-item{display:none}#header-mobile.open .menu .search-cancel{display:inline}.search-dropdown{position:fixed;z-index:200;top:3.5rem;-webkit-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.1);box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.1)}.search-dropdown.desktop{right:2rem;width:30rem}.search-dropdown.mobile{right:0;width:100%}.search-dropdown .dropdown-menu{right:0 !important;background-color:#fff}[theme=dark] .search-dropdown .dropdown-menu{background-color:#292a2d}.search-dropdown .dropdown-menu .suggestions{overflow-y:auto;max-height:calc(100vh - 3.5rem)}.search-dropdown .dropdown-menu .suggestions .suggestion{padding:.75rem 1rem}.search-dropdown .dropdown-menu .suggestions .suggestion .suggestion-title{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;font-weight:bold;max-width:75%}.search-dropdown .dropdown-menu .suggestions .suggestion .suggestion-date{font-size:.875rem;float:right;text-align:right;color:#a9a9b3}[theme=dark] .search-dropdown .dropdown-menu .suggestions .suggestion .suggestion-date{color:#5d5d5f}.search-dropdown .dropdown-menu .suggestions .suggestion .suggestion-context{line-height:1.25rem;display:-moz-box;display:-webkit-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;overflow-wrap:break-word;color:#a9a9b3}[theme=dark] .search-dropdown .dropdown-menu .suggestions .suggestion .suggestion-context{color:#5d5d5f}.search-dropdown .dropdown-menu .suggestions .suggestion em{font-style:normal;background-color:rgba(53,166,247,0.25)}[theme=dark] .search-dropdown .dropdown-menu .suggestions .suggestion em{background-color:rgba(50,112,194,0.4)}.search-dropdown .dropdown-menu .suggestions .suggestion.cursor{background:#e8e8e8}[theme=dark] .search-dropdown .dropdown-menu .suggestions .suggestion.cursor{background:#323843}.search-dropdown .dropdown-menu .suggestions .suggestion:hover{cursor:pointer}.search-dropdown .dropdown-menu .search-empty{padding:1rem;text-align:center}.search-dropdown .dropdown-menu .search-empty .search-query{font-weight:bold}[theme=dark] .search-dropdown .dropdown-menu .search-empty .search-query{color:#ddd}.search-dropdown .dropdown-menu .search-footer{padding:.5rem 1rem;float:right;font-size:.8rem;color:#a9a9b3}.search-dropdown .dropdown-menu .search-footer [theme=dark]{color:#5d5d5f}.search-dropdown .dropdown-menu .search-footer a,.search-dropdown .dropdown-menu .search-footer a::before,.search-dropdown .dropdown-menu .search-footer a::after{text-decoration:none;color:#2d96bd}[theme=dark] .search-dropdown .dropdown-menu .search-footer a,[theme=dark] .search-dropdown .dropdown-menu .search-footer a::before,[theme=dark] .search-dropdown .dropdown-menu .search-footer a::after{color:#55bde2}.search-dropdown .dropdown-menu .search-footer a:active,.search-dropdown .dropdown-menu .search-footer a:hover{color:#ef3982}[theme=dark] .search-dropdown .dropdown-menu .search-footer a:active,[theme=dark] .search-dropdown .dropdown-menu .search-footer a:hover{color:#bdebfc}.search-dropdown .dropdown-menu .search-footer a{font-size:1rem}footer{height:2rem;width:100%;text-align:center;line-height:1.25rem;padding:1rem 0}footer .footer-container{font-size:.875rem}footer .footer-container .footer-line{width:100%}footer .footer-container .footer-line .icp-br{display:none}.blur footer{-webkit-filter:blur(1.5px);-moz-filter:blur(1.5px);-ms-filter:blur(1.5px);filter:blur(1.5px)}.pagination{display:flex;flex-direction:row;justify-content:center;list-style:none;white-space:nowrap;width:100%;padding:1rem 0 0}.pagination a{font-size:.8rem;color:#bfbfbf;letter-spacing:.1rem;font-weight:700;padding:5px 5px;text-decoration:none;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s}.pagination li{padding-bottom:3px;margin:0 20px;box-sizing:border-box;position:relative;display:inline}.pagination li.disabled{display:none}.pagination li:hover a{color:#000}[theme=dark] .pagination li:hover a{color:#fff}.pagination li:before,.pagination li:after{position:absolute;content:"";width:0;height:3px;background:#000;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s;bottom:0px}[theme=dark] .pagination li:before,[theme=dark] .pagination li:after{background:#fff}.pagination li:before .active,.pagination li:after .active{width:100%}.pagination li:before{left:50%}.pagination li:after{right:50%}.pagination li:hover:before,.pagination li:hover:after{width:50%}.pagination li.active a{color:#000}[theme=dark] .pagination li.active a{color:#fff}.pagination li.active:before,.pagination li.active:after{width:60%}@media only screen and (max-width: 1440px){.page{width:56%}}@media only screen and (max-width: 1200px){.page{width:52%}#header-desktop .header-wrapper{padding-right:1rem}.search-dropdown.desktop{right:1rem}}@media only screen and (max-width: 960px){#toc-auto{display:none}#toc-static{display:block}.page{width:80%}#header-desktop .header-wrapper{padding-left:1rem}}@media only screen and (max-width: 680px){#header-desktop{display:none}#header-mobile{display:block}body.blur{overflow:hidden}.page{width:100%}[header-mobile] .page{padding-top:3.5rem}[header-mobile=normal] .page{padding-top:0}.page .categories-card .card-item{width:100%}.copyright .copyright-line .icp-splitter{display:none}.copyright .copyright-line .icp-br{display:block}} + +/*# sourceMappingURL=style.min.css.map */ \ No newline at end of file diff --git a/public/css/style.min.css.map b/public/css/style.min.css.map new file mode 100644 index 0000000..6635287 --- /dev/null +++ b/public/css/style.min.css.map @@ -0,0 +1,87 @@ +{ + "version": 3, + "file": "style.min.css", + "sourceRoot": "D:/Project/moepoi_blog", + "sources": [ + "themes/LoveIt/assets/css/style.scss", + "themes/LoveIt/assets/css/_variables.scss", + "themes/LoveIt/assets/css/_override.scss", + "themes/LoveIt/assets/css/_mixin/_index.scss", + "themes/LoveIt/assets/css/_mixin/_compatibility.scss", + "themes/LoveIt/assets/css/_mixin/_link.scss", + "themes/LoveIt/assets/css/_mixin/_blur.scss", + "themes/LoveIt/assets/css/_mixin/_details.scss", + "themes/LoveIt/assets/css/_core/_base.scss", + "themes/LoveIt/assets/css/_partial/_mask.scss", + "themes/LoveIt/assets/css/_partial/_icon.scss", + "themes/LoveIt/assets/css/_partial/_details.scss", + "themes/LoveIt/assets/css/_partial/_fixed-button.scss", + "themes/LoveIt/assets/css/_partial/_cookieconsent.scss", + "themes/LoveIt/assets/css/_core/_layout.scss", + "themes/LoveIt/assets/css/_page/_index.scss", + "themes/LoveIt/assets/css/_page/_single.scss", + "themes/LoveIt/assets/css/_partial/_single/_toc.scss", + "themes/LoveIt/assets/css/_partial/_single/_code.scss", + "themes/LoveIt/assets/css/_partial/_single/_instagram.scss", + "themes/LoveIt/assets/css/_partial/_single/_admonition.scss", + "themes/LoveIt/assets/css/_partial/_single/_echarts.scss", + "themes/LoveIt/assets/css/_partial/_single/_mapbox.scss", + "themes/LoveIt/assets/css/_partial/_single/_music.scss", + "themes/LoveIt/assets/css/_partial/_single/_bilibili.scss", + "themes/LoveIt/assets/css/_partial/_single/_footer.scss", + "themes/LoveIt/assets/css/_partial/_single/_comment.scss", + "themes/LoveIt/assets/css/_page/_special.scss", + "themes/LoveIt/assets/css/_page/_archive.scss", + "themes/LoveIt/assets/css/_partial/_archive/_terms.scss", + "themes/LoveIt/assets/css/_partial/_archive/_tags.scss", + "themes/LoveIt/assets/css/_page/_home.scss", + "themes/LoveIt/assets/css/_page/_404.scss", + "themes/LoveIt/assets/css/_partial/_header.scss", + "themes/LoveIt/assets/css/_partial/_footer.scss", + "themes/LoveIt/assets/css/_partial/_pagination.scss", + "themes/LoveIt/assets/css/_core/_media.scss", + "themes/LoveIt/assets/css/_custom.scss" + ], + "sourcesContent": [ + "@charset \"utf-8\";\r\n\r\n@import \"_variables\";\r\n@import \"_override\";\r\n\r\n@import \"_mixin/index\";\r\n\r\n@import \"_core/base\";\r\n@import \"_core/layout\";\r\n\r\n@import \"_page/index\";\r\n\r\n@import \"_partial/header\";\r\n@import \"_partial/footer\";\r\n@import \"_partial/pagination\";\r\n\r\n@import \"_core/media\";\r\n\r\n@import \"_custom\";\r\n", + "// ==============================\r\n// Variables\r\n// ==============================\r\n\r\n// ========== Global ========== //\r\n// Font and Line Height\r\n$global-font-family: system-ui, -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei UI, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif !default;\r\n$global-font-size: 16px;\r\n$global-font-weight: 400;\r\n$global-line-height: 1.5rem;\r\n\r\n// Color of the background\r\n$global-background-color: #fff !default;\r\n$global-background-color-dark: #292a2d !default;\r\n\r\n// Color of the text\r\n$global-font-color: #161209 !default;\r\n$global-font-color-dark: #a9a9b3 !default;\r\n\r\n// Color of the secondary text\r\n$global-font-secondary-color: #a9a9b3 !default;\r\n$global-font-secondary-color-dark: #5d5d5f !default;\r\n\r\n// Color of the link\r\n$global-link-color: #161209 !default;\r\n$global-link-color-dark: #a9a9b3 !default;\r\n\r\n// Color of the hover link\r\n$global-link-hover-color: #2d96bd !default;\r\n$global-link-hover-color-dark: #fff !default;\r\n\r\n// Color of the border\r\n$global-border-color: #f0f0f0 !default;\r\n$global-border-color-dark: #363636 !default;\r\n// ========== Global ========== //\r\n\r\n// ========== Scrollbar ========== //\r\n// Color of the scrollbar\r\n$scrollbar-color: #87878d !default;\r\n\r\n// Color of the hover scrollbar\r\n$scrollbar-hover-color: #a9a9b3 !default;\r\n// ========== Scrollbar ========== //\r\n\r\n// ========== Selection ========== //\r\n// Color of the selected text\r\n$selection-color: rgba(53, 166, 247, 0.25) !default;\r\n$selection-color-dark: rgba(50, 112, 194, 0.4) !default;\r\n// ========== Selection ========== //\r\n\r\n// ========== Header ========== //\r\n// Height of the header\r\n$header-height: 3.5rem !default;\r\n\r\n// Color of the header background\r\n$header-background-color: #f8f8f8 !default;\r\n$header-background-color-dark: #252627 !default;\r\n\r\n// Font style of the header title\r\n$header-title-font-family: $global-font-family !default;\r\n$header-title-font-size: 1.5rem !default;\r\n\r\n// Color of the hover header item\r\n$header-hover-color: #161209 !default;\r\n$header-hover-color-dark: #fff !default;\r\n\r\n// Color of the search background\r\n$search-background-color: #e9e9e9 !default;\r\n$search-background-color-dark: #363636 !default;\r\n// ========== Header ========== //\r\n\r\n// ========== Single Content ========== //\r\n// Font size of the TOC\r\n$toc-title-font-size: 1.2rem !default;\r\n$toc-content-font-size: 1rem !default;\r\n\r\n// Color of the single link\r\n$single-link-color: #2d96bd !default;\r\n$single-link-color-dark: #55bde2 !default;\r\n\r\n// Color of the hover single link\r\n$single-link-hover-color: #ef3982 !default;\r\n$single-link-hover-color-dark: #bdebfc !default;\r\n\r\n// Color of the table background\r\n$table-background-color: #fff !default;\r\n$table-background-color-dark: #272c34 !default;\r\n\r\n// Color of the table thead\r\n$table-thead-color: #ededed !default;\r\n$table-thead-color-dark: #20252b !default;\r\n\r\n// Color of the blockquote\r\n$blockquote-color: #6bd6fd !default;\r\n$blockquote-color-dark: #59c5ec !default;\r\n// ========== Single Content ========== //\r\n\r\n// ========== Pagination ========== //\r\n// Color of the link in pagination\r\n$pagination-link-color: #2d96bd !default;\r\n$pagination-link-color-dark: #a9a9b3 !default;\r\n\r\n// Color of the hover link in pagination\r\n$pagination-link-hover-color: #000 !default;\r\n$pagination-link-hover-color-dark: #fff !default;\r\n// ========== Pagination ========== //\r\n\r\n// ========== Code ========== //\r\n// Color of the code\r\n$code-color: #E74C3C !default;\r\n$code-color-dark: #E5BF78 !default;\r\n\r\n// Color of the code background\r\n$code-background-color: #f5f5f5 !default;\r\n$code-background-color-dark: #272C34 !default;\r\n\r\n$code-info-color: #9c9c9c !default;\r\n$code-info-color-dark: #b1b0b0 !default;\r\n\r\n// Font size of the code\r\n$code-font-size: .875rem !default;\r\n\r\n// Font family of the code\r\n$code-font-family: Source Code Pro, Menlo, Consolas, Monaco, monospace, $global-font-family !default;\r\n\r\n// Code type map\r\n$code-type-map: (\r\n // Custom code type\r\n language-bash: 'Bash',\r\n language-c: 'C',\r\n language-cs: 'C#',\r\n language-cpp: 'C++',\r\n language-clojure: 'Clojure',\r\n language-coffeescript: 'CoffeeScript',\r\n language-css: 'CSS',\r\n language-dart: 'Dart',\r\n language-diff: 'Diff',\r\n language-erlang: 'Erlang',\r\n language-go: 'Go',\r\n language-go-html-template: 'Go HTML Template',\r\n language-groovy: 'Groovy',\r\n language-haskell: 'Haskell',\r\n language-html: 'HTML',\r\n language-http: 'HTTP',\r\n language-xml: 'XML',\r\n language-java: 'Java',\r\n language-js: 'JavaScript',\r\n language-javascript: 'JavaScript',\r\n language-json: 'JSON',\r\n language-kotlin: 'Kotlin',\r\n language-latex: 'LaTeX',\r\n language-less: 'Less',\r\n language-lisp: 'Lisp',\r\n language-lua: 'Lua',\r\n language-makefile: 'Makefile',\r\n language-markdown: 'Markdown',\r\n language-matlab: 'Matlab',\r\n language-objectivec: 'Objective-C',\r\n language-php: 'PHP',\r\n language-perl: 'Perl',\r\n language-python: 'Python',\r\n language-r: 'R',\r\n language-ruby: 'Ruby',\r\n language-rust: 'Rust',\r\n language-scala: 'Scala',\r\n language-scss: 'Scss',\r\n language-shell: 'Shell',\r\n language-sql: 'SQL',\r\n language-swift: 'Swift',\r\n language-tex: 'TeX',\r\n language-toml: 'TOML',\r\n language-ts: 'TypeScript',\r\n language-typescript: 'TypeScript',\r\n language-vue: 'Vue',\r\n language-yml: 'YAML',\r\n language-yaml: 'YAML',\r\n) !default;\r\n\r\n// Color map of the code highlight\r\n$code-highlight-color-map: (\r\n /* Parentheses */ 'p': #a9a9b3,\r\n /* Keyword */ 'k': #b501a9,\r\n /* KeywordConstant */ 'kc': #b501a9,\r\n /* KeywordDeclaration */ 'kd': #b501a9,\r\n /* KeywordNamespace */ 'kn': #b501a9,\r\n /* KeywordPseudo */ 'kp': #b501a9,\r\n /* KeywordReserved */ 'kr': #b501a9,\r\n /* KeywordType */ 'kt': #b501a9,\r\n /* Name */ 'n': #333333,\r\n /* NameAttribute */ 'na': #2b77fa,\r\n /* NameBuiltin */ 'nb': #f74840,\r\n /* NameBuiltinPseudo */ 'bp': #f74840,\r\n /* NameClass */ 'nc': #cb8100,\r\n /* NameConstant */ 'no': #2b77fa,\r\n /* NameDecorator */ 'nd': #0086c1,\r\n /* NameEntity */ 'ni': #2b77fa,\r\n /* NameException */ 'ne': #2b77fa,\r\n /* NameFunction */ 'nf': #2b77fa,\r\n /* NameFunctionMagic */ 'fm': #1ccad6,\r\n /* NameLabel */ 'nl': #2b77fa,\r\n /* NameNamespace */ 'nn': #2b77fa,\r\n /* NameOther */ 'nx': #333333,\r\n /* NameProperty */ 'py': #2b77fa,\r\n /* NameTag */ 'nt': #2b77fa,\r\n /* NameVariable */ 'nv': #2b77fa,\r\n /* NameVariableClass */ 'vc': #2b77fa,\r\n /* NameVariableGlobal */ 'vg': #2b77fa,\r\n /* NameVariableInstance */ 'vi': #2b77fa,\r\n /* NameVariableMagic */ 'vm': #2b77fa,\r\n /* Literal */ 'l': #2aa198,\r\n /* LiteralDate */ 'ld': #2aa198,\r\n /* LiteralString */ 's': #24a443,\r\n /* LiteralStringAffix */ 'sa': #24a443,\r\n /* LiteralStringBacktick */ 'sb': #24a443,\r\n /* LiteralStringChar */ 'sc': #24a443,\r\n /* LiteralStringDelimiter */ 'dl': #24a443,\r\n /* LiteralStringDoc */ 'sd': #24a443,\r\n /* LiteralStringDouble */ 's2': #24a443,\r\n /* LiteralStringEscape */ 'se': #24a443,\r\n /* LiteralStringHeredoc */ 'sh': #24a443,\r\n /* LiteralStringInterpol */ 'si': #24a443,\r\n /* LiteralStringOther */ 'sx': #24a443,\r\n /* LiteralStringRegex */ 'sr': #24a443,\r\n /* LiteralStringSingle */ 's1': #24a443,\r\n /* LiteralStringSymbol */ 'ss': #24a443,\r\n /* LiteralNumber */ 'm': #e2893c,\r\n /* LiteralNumberBin */ 'mb': #e2893c,\r\n /* LiteralNumberFloat */ 'mf': #e2893c,\r\n /* LiteralNumberHex */ 'mh': #e2893c,\r\n /* LiteralNumberInteger */ 'mi': #e2893c,\r\n /* LiteralNumberIntegerLong */ 'il': #e2893c,\r\n /* LiteralNumberOct */ 'mo': #e2893c,\r\n /* Operator */ 'o': #f19b04,\r\n /* OperatorWord */ 'ow': #b501a9,\r\n /* Comment */ 'c': #a0a1a8,\r\n /* CommentHashbang */ 'ch': #a0a1a8,\r\n /* CommentMultiline */ 'cm': #a0a1a8,\r\n /* CommentSingle */ 'c1': #a0a1a8,\r\n /* CommentSpecial */ 'cs': #a0a1a8,\r\n /* CommentPreproc */ 'cp': #a0a1a8,\r\n /* CommentPreprocFile */ 'cpf': #a0a1a8,\r\n /* Generic */ 'g': #e72d40,\r\n /* GenericDeleted */ 'gd': #e72d40,\r\n /* GenericEmph */ 'ge': #e72d40,\r\n /* GenericError */ 'gr': #e72d40,\r\n /* GenericHeading */ 'gh': #e72d40,\r\n /* GenericInserted */ 'gi': #e72d40,\r\n /* GenericOutput */ 'go': #e72d40,\r\n /* GenericPrompt */ 'gp': #e72d40,\r\n /* GenericStrong */ 'gs': #e72d40,\r\n /* GenericSubheading */ 'gu': #e72d40,\r\n /* GenericTraceback */ 'gt': #e72d40,\r\n /* TextWhitespace */ 'w': #bbbbbb,\r\n) !default;\r\n$code-highlight-color-map-dark: (\r\n /* Parentheses */ 'p': #a9a9b3,\r\n /* Keyword */ 'k': #d371e3,\r\n /* KeywordConstant */ 'kc': #d371e3,\r\n /* KeywordDeclaration */ 'kd': #d371e3,\r\n /* KeywordNamespace */ 'kn': #d371e3,\r\n /* KeywordPseudo */ 'kp': #d371e3,\r\n /* KeywordReserved */ 'kr': #d371e3,\r\n /* KeywordType */ 'kt': #d371e3,\r\n /* Name */ 'n': #a9b2c0,\r\n /* NameAttribute */ 'na': #41b0f5,\r\n /* NameBuiltin */ 'nb': #19b9c4,\r\n /* NameBuiltinPseudo */ 'bp': #ecbf6f,\r\n /* NameClass */ 'nc': #ecbf6f,\r\n /* NameConstant */ 'no': #41b0f5,\r\n /* NameDecorator */ 'nd': #ecbf6f,\r\n /* NameEntity */ 'ni': #41b0f5,\r\n /* NameException */ 'ne': #41b0f5,\r\n /* NameFunction */ 'nf': #41b0f5,\r\n /* NameFunctionMagic */ 'fm': #19b9c4,\r\n /* NameLabel */ 'nl': #41b0f5,\r\n /* NameNamespace */ 'nn': #41b0f5,\r\n /* NameOther */ 'nx': #a9a9b3,\r\n /* NameProperty */ 'py': #41b0f5,\r\n /* NameTag */ 'nt': #41b0f5,\r\n /* NameVariable */ 'nv': #41b0f5,\r\n /* NameVariableClass */ 'vc': #41b0f5,\r\n /* NameVariableGlobal */ 'vg': #41b0f5,\r\n /* NameVariableInstance */ 'vi': #41b0f5,\r\n /* NameVariableMagic */ 'vm': #41b0f5,\r\n /* Literal */ 'l': #2aa198,\r\n /* LiteralDate */ 'ld': #2aa198,\r\n /* LiteralString */ 's': #8cc570,\r\n /* LiteralStringAffix */ 'sa': #8cc570,\r\n /* LiteralStringBacktick */ 'sb': #8cc570,\r\n /* LiteralStringChar */ 'sc': #8cc570,\r\n /* LiteralStringDelimiter */ 'dl': #8cc570,\r\n /* LiteralStringDoc */ 'sd': #8cc570,\r\n /* LiteralStringDouble */ 's2': #8cc570,\r\n /* LiteralStringEscape */ 'se': #8cc570,\r\n /* LiteralStringHeredoc */ 'sh': #8cc570,\r\n /* LiteralStringInterpol */ 'si': #8cc570,\r\n /* LiteralStringOther */ 'sx': #8cc570,\r\n /* LiteralStringRegex */ 'sr': #8cc570,\r\n /* LiteralStringSingle */ 's1': #8cc570,\r\n /* LiteralStringSymbol */ 'ss': #8cc570,\r\n /* LiteralNumber */ 'm': #db985c,\r\n /* LiteralNumberBin */ 'mb': #db985c,\r\n /* LiteralNumberFloat */ 'mf': #db985c,\r\n /* LiteralNumberHex */ 'mh': #db985c,\r\n /* LiteralNumberInteger */ 'mi': #db985c,\r\n /* LiteralNumberIntegerLong */ 'il': #db985c,\r\n /* LiteralNumberOct */ 'mo': #db985c,\r\n /* Operator */ 'o': #ecbf6f,\r\n /* OperatorWord */ 'ow': #d371e3,\r\n /* Comment */ 'c': #7e848f,\r\n /* CommentHashbang */ 'ch': #7e848f,\r\n /* CommentMultiline */ 'cm': #7e848f,\r\n /* CommentSingle */ 'c1': #7e848f,\r\n /* CommentSpecial */ 'cs': #7e848f,\r\n /* CommentPreproc */ 'cp': #7e848f,\r\n /* CommentPreprocFile */ 'cpf': #7e848f,\r\n /* Generic */ 'g': #f16372,\r\n /* GenericDeleted */ 'gd': #f16372,\r\n /* GenericEmph */ 'ge': #f16372,\r\n /* GenericError */ 'gr': #f16372,\r\n /* GenericHeading */ 'gh': #f16372,\r\n /* GenericInserted */ 'gi': #f16372,\r\n /* GenericOutput */ 'go': #f16372,\r\n /* GenericPrompt */ 'gp': #f16372,\r\n /* GenericStrong */ 'gs': #f16372,\r\n /* GenericSubheading */ 'gu': #f16372,\r\n /* GenericTraceback */ 'gt': #f16372,\r\n /* TextWhitespace */ 'w': #bbbbbb,\r\n) !default;\r\n// ========== Code ========== //\r\n\r\n// ========== Admonition ========== //\r\n// Color map of the admonition\r\n$admonition-color-map: (\r\n 'note': #448aff,\r\n 'abstract': #00b0ff,\r\n 'info': #00b8d4,\r\n 'tip': #00bfa5,\r\n 'success': #00c853,\r\n 'question': #64dd17,\r\n 'warning': #ff9100,\r\n 'failure': #ff5252,\r\n 'danger': #ff1744,\r\n 'bug': #f50057,\r\n 'example': #651fff,\r\n 'quote': #9e9e9e,\r\n) !default;\r\n\r\n// Color map of the admonition background\r\n$admonition-background-color-map: (\r\n 'note': rgba(68, 138, 255, 0.1),\r\n 'abstract': rgba(0, 176, 255, 0.1),\r\n 'info': rgba(0, 184, 212, 0.1),\r\n 'tip': rgba(0, 191, 165, 0.1),\r\n 'success': rgba(0, 200, 83, 0.1),\r\n 'question': rgba(100, 221, 23, 0.1),\r\n 'warning': rgba(255, 145, 0, 0.1),\r\n 'failure': rgba(255, 82, 82, 0.1),\r\n 'danger': rgba(255, 23, 68, 0.1),\r\n 'bug': rgba(245, 0, 87, 0.1),\r\n 'example': rgba(101, 31, 255, 0.1),\r\n 'quote': rgba(159, 159, 159, 0.1),\r\n) !default;\r\n// ========== Admonition ========== //\r\n\r\n$MAX_LENGTH: 12000px;\r\n", + "// ==============================\r\n// Override Variables\r\n// 覆盖变量\r\n// ==============================\r\n", + "@import \"_compatibility\";\r\n@import \"_link\";\r\n@import \"_blur\";\r\n@import \"_details\";\r\n", + "@mixin border-radius($value) {\r\n -webkit-border-radius: $value;\r\n -moz-border-radius: $value;\r\n border-radius: $value;\r\n}\r\n\r\n@mixin box-shadow($values...) {\r\n -webkit-box-shadow: $values;\r\n box-shadow: $values;\r\n}\r\n\r\n@mixin transition($values...) {\r\n -webkit-transition: $values;\r\n -moz-transition: $values;\r\n -o-transition: $values;\r\n transition: $values;\r\n}\r\n\r\n@mixin transform($value) {\r\n -webkit-transform: $value;\r\n -moz-transform: $value;\r\n -ms-transform: $value;\r\n -o-transform: $value;\r\n transform: $value;\r\n}\r\n\r\n@mixin filter($value) {\r\n -webkit-filter: $value;\r\n -moz-filter: $value;\r\n -ms-filter: $value;\r\n filter: $value;\r\n}\r\n\r\n@mixin flex($value) {\r\n -webkit-flex: $value;\r\n flex: $value;\r\n}\r\n\r\n@mixin box($orient) {\r\n display: -moz-box;\r\n display: -webkit-box;\r\n display: box;\r\n\r\n -webkit-box-orient: $orient;\r\n -moz-box-orient: $orient;\r\n box-orient: $orient;\r\n}\r\n\r\n@mixin placeholder($color) {\r\n input::-webkit-input-placeholder{\r\n color: $color;\r\n }\r\n\r\n input:-moz-placeholder{\r\n color: $color;\r\n }\r\n\r\n input::-moz-placeholder{\r\n color: $color;\r\n }\r\n\r\n input:-ms-input-placeholder{\r\n color: $color;\r\n }\r\n\r\n input::placeholder {\r\n color: $color;\r\n }\r\n}\r\n\r\n@mixin max-content($property) {\r\n #{$property}: -webkit-max-content;\r\n #{$property}: -moz-max-content;\r\n #{$property}: intrinsic;\r\n #{$property}: max-content;\r\n}\r\n\r\n@mixin tab-size($value) {\r\n -moz-tab-size: $value;\r\n -o-tab-size: $value;\r\n tab-size: $value;\r\n}\r\n\r\n@mixin appearance($value) {\r\n -moz-appearance: $value;\r\n -webkit-appearance: $value;\r\n}\r\n\r\n@mixin overflow-wrap($value) {\r\n word-wrap: $value;\r\n overflow-wrap: $value;\r\n}\r\n\r\n@mixin line-break($value) {\r\n -webkit-line-break: $value;\r\n -ms-line-break: $value;\r\n line-break: $value;\r\n}\r\n\r\n@mixin ms {\r\n input::-ms-clear {\r\n display: none;\r\n }\r\n}\r\n\r\n@mixin object-fit($value) {\r\n -o-object-fit: $value;\r\n object-fit: $value;\r\n font-family: 'object-fit: #{$value};';\r\n}\r\n", + "@mixin link($light, $dark) {\r\n a, a::before, a::after {\r\n text-decoration: none;\r\n\r\n color: if($light, $global-link-color, $single-link-color);\r\n\r\n [theme=dark] & {\r\n color: if($dark, $global-link-color-dark, $single-link-color-dark);\r\n }\r\n }\r\n\r\n a:active,\r\n a:hover {\r\n color: if($light, $global-link-hover-color, $single-link-hover-color);\r\n\r\n [theme=dark] & {\r\n color: if($dark, $global-link-hover-color-dark, $single-link-hover-color-dark);\r\n }\r\n }\r\n}\r\n", + "@mixin blur {\r\n .blur & {\r\n @include filter(blur(1.5px));\r\n }\r\n}\r\n", + "@mixin details-transition-open {\r\n @include transition(max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s);\r\n}\r\n\r\n@mixin details-transition-close {\r\n @include transition(max-height 0.8s cubic-bezier(0.5, 0, 1, 0) 0s);\r\n}\r\n", + "html {\r\n font-family: $global-font-family;\r\n font-weight: $global-font-weight;\r\n font-display: swap;\r\n font-size: $global-font-size;\r\n line-height: $global-line-height;\r\n width:100%;\r\n}\r\n\r\n/* scrollbar, only support webkit */\r\n::-webkit-scrollbar {\r\n width: .5rem;\r\n height: .5rem;\r\n}\r\n\r\n::-webkit-scrollbar-thumb {\r\n background-color: $scrollbar-color;\r\n\r\n &:hover {\r\n background-color: $scrollbar-hover-color;\r\n }\r\n}\r\n\r\n::selection {\r\n background-color: $selection-color;\r\n\r\n [theme=dark] & {\r\n background-color: $selection-color-dark;\r\n }\r\n}\r\n\r\nbody {\r\n background-color: $global-background-color;\r\n color: $global-font-color;\r\n @include overflow-wrap(break-word);\r\n scrollbar-color: auto;\r\n\r\n &[theme=dark] {\r\n color: $global-font-color-dark;\r\n background-color: $global-background-color-dark;\r\n }\r\n}\r\n\r\n@include ms;\r\n@include link(true, true);\r\n\r\n@import \"../_partial/mask\";\r\n@import \"../_partial/icon\";\r\n@import \"../_partial/details\";\r\n@import \"../_partial/fixed-button\";\r\n@import \"../_partial/cookieconsent\";\r\n\r\nimg {\r\n @include object-fit(contain);\r\n}\r\n", + "#mask {\r\n background-repeat: no-repeat;\r\n background-position: center;\r\n position: fixed;\r\n top: 0;\r\n left: 0;\r\n width: 100%;\r\n height: 100%;\r\n z-index: -1;\r\n background-color: rgba(0, 0, 0, 0);\r\n\r\n .blur & {\r\n z-index: 100;\r\n background-color: rgba(0, 0, 0, .25);\r\n }\r\n}\r\n", + "svg.icon {\r\n display: inline-block;\r\n width: 1.25em;\r\n height: 1em;\r\n text-align: center;\r\n\r\n path {\r\n fill: currentColor;\r\n }\r\n}\r\n\r\nimg.emoji {\r\n height: 1em;\r\n width: 1em;\r\n margin: 0 .05em 0 .1em;\r\n vertical-align: -.1em;\r\n}\r\n", + ".details {\r\n .details-summary {\r\n &:hover {\r\n cursor: pointer;\r\n }\r\n }\r\n\r\n i.details-icon {\r\n color: $global-font-secondary-color;\r\n @include transition(transform 0.2s ease);\r\n\r\n [theme=dark] & {\r\n color: $global-font-secondary-color-dark;\r\n }\r\n }\r\n\r\n .details-content {\r\n max-height: 0;\r\n overflow-y: hidden;\r\n @include details-transition-open;\r\n }\r\n\r\n &.open {\r\n i.details-icon {\r\n @include transform(rotate(90deg));\r\n }\r\n\r\n .details-content {\r\n max-height: $MAX_LENGTH;\r\n @include details-transition-close;\r\n }\r\n }\r\n}\r\n", + "#fixed-buttons {\r\n display: none;\r\n}\r\n\r\n.fixed-button {\r\n display: none;\r\n z-index: 100;\r\n position: fixed;\r\n right: 1.5rem;\r\n font-size: 1rem;\r\n line-height: 1.3rem;\r\n padding: .6rem .6rem;\r\n color: $global-font-secondary-color;\r\n background: $header-background-color;\r\n @include border-radius(2rem);\r\n @include transition(color 0.4s ease);\r\n\r\n @include blur;\r\n\r\n &:hover, &:active {\r\n color: $global-font-color;\r\n cursor: pointer;\r\n }\r\n\r\n &:active, &:focus, &:hover {\r\n outline: none;\r\n }\r\n\r\n [theme=dark] & {\r\n color: $global-font-secondary-color-dark;\r\n background: $header-background-color-dark;\r\n\r\n &:hover, &:active {\r\n color: $global-font-color-dark;\r\n }\r\n }\r\n}\r\n\r\n#back-to-top {\r\n display: block;\r\n bottom: 1.5rem;\r\n}\r\n\r\n#view-comments {\r\n bottom: 4.5rem;\r\n}\r\n", + ".cc-window.cc-banner {\r\n .cc-btn {\r\n color: $global-font-color;\r\n\r\n &:hover, &:focus {\r\n background-color: #ccc;\r\n }\r\n\r\n [theme=dark] & {\r\n color: $global-font-color;\r\n\r\n &:hover, &:focus {\r\n background-color: #fff;\r\n }\r\n }\r\n }\r\n}\r\n", + "/** Layout **/\r\n.wrapper {\r\n display: flex;\r\n flex-direction: column;\r\n min-height: 100vh;\r\n width: 100%;\r\n\r\n main {\r\n flex: 1 0 auto;\r\n\r\n .container {\r\n padding: 0 1rem;\r\n }\r\n }\r\n}\r\n", + ".page {\r\n position: relative;\r\n max-width: 800px;\r\n width: 60%;\r\n margin: 0 auto;\r\n\r\n [header-desktop] & {\r\n padding-top: $header-height;\r\n }\r\n\r\n [header-desktop=normal] & {\r\n padding-top: 0;\r\n }\r\n\r\n @include blur;\r\n}\r\n\r\n@import \"_single\";\r\n@import \"_special\";\r\n@import \"_archive\";\r\n@import \"_home\";\r\n@import \"_404\";\r\n", + "@import \"../_partial/_single/toc\";\r\n\r\n.single {\r\n .single-title {\r\n margin: 1rem 0 .5rem;\r\n font-size: 1.6rem;\r\n font-weight: bold;\r\n line-height: 140%;\r\n }\r\n\r\n .single-subtitle {\r\n margin: .4rem 0;\r\n font-size: 1.2rem;\r\n font-weight: normal;\r\n font-style: italic;\r\n line-height: 100%;\r\n }\r\n\r\n .post-meta {\r\n font-size: .875rem;\r\n color: $global-font-secondary-color;\r\n\r\n span {\r\n display: inline-block;\r\n }\r\n\r\n [theme=dark] & {\r\n color: $global-font-secondary-color-dark;\r\n }\r\n\r\n @include link(false, true);\r\n\r\n .author {\r\n font-size: 1.05rem;\r\n }\r\n }\r\n\r\n .featured-image {\r\n margin: .5rem 0 1rem 0;\r\n\r\n img {\r\n display: block;\r\n max-width: 100%;\r\n height: auto;\r\n margin: 0 auto;\r\n overflow: hidden;\r\n }\r\n\r\n img.lazyloaded {\r\n width: 100%;\r\n }\r\n }\r\n\r\n .content {\r\n > h2 {\r\n font-size: 1.5rem;\r\n\r\n & code {\r\n font-size: 1.25rem;\r\n }\r\n }\r\n\r\n > h3 {\r\n font-size: 1.375rem;\r\n\r\n & code {\r\n font-size: 1.125rem;\r\n }\r\n }\r\n\r\n > h4 {\r\n font-size: 1.25rem;\r\n\r\n & code {\r\n font-size: 1rem;\r\n }\r\n }\r\n\r\n > h5 {\r\n font-size: 1.125rem;\r\n }\r\n\r\n > h6 {\r\n font-size: 1rem;\r\n }\r\n\r\n h2,\r\n h3,\r\n h4,\r\n h5,\r\n h6 {\r\n font-weight: bold;\r\n margin: 1.2rem 0;\r\n\r\n [theme=dark] & {\r\n font-weight: bolder;\r\n }\r\n }\r\n\r\n > h2,\r\n > h3,\r\n > h4,\r\n > h5,\r\n > h6 {\r\n > .header-mark::before {\r\n content: \"|\";\r\n margin-right: .3125rem;\r\n color: $single-link-color;\r\n\r\n [theme=dark] & {\r\n color: $single-link-color-dark;\r\n }\r\n }\r\n }\r\n\r\n > h2 > .header-mark::before {\r\n content: \"#\";\r\n }\r\n\r\n p {\r\n margin: .5rem 0;\r\n }\r\n\r\n b, strong {\r\n font-weight: bold;\r\n\r\n [theme=dark] & {\r\n color: #ddd;\r\n }\r\n }\r\n\r\n @include link(false, false);\r\n\r\n a {\r\n @include overflow-wrap(break-word);\r\n\r\n [theme=dark] & b, [theme=dark] & strong {\r\n color: $single-link-color-dark;\r\n }\r\n }\r\n\r\n [theme=dark] a:hover b, [theme=dark] a:hover strong {\r\n color: $single-link-hover-color-dark;\r\n }\r\n\r\n ul, ol {\r\n margin: .5rem 0;\r\n padding-left: 2.5rem;\r\n }\r\n\r\n ul {\r\n list-style-type: disc;\r\n }\r\n\r\n ruby {\r\n background: $code-background-color;\r\n\r\n rt {\r\n color: $global-font-secondary-color;\r\n }\r\n\r\n [theme=dark] & {\r\n background: $code-background-color-dark;\r\n\r\n rt {\r\n color: $global-font-secondary-color-dark;\r\n }\r\n }\r\n }\r\n\r\n .table-wrapper {\r\n overflow-x: auto;\r\n\r\n &::-webkit-scrollbar {\r\n background-color: $table-background-color;\r\n\r\n [theme=dark] & {\r\n background-color: $table-background-color-dark;\r\n }\r\n }\r\n\r\n > table {\r\n width: 100%;\r\n max-width: 100%;\r\n margin: .625rem 0;\r\n border-spacing: 0;\r\n background: $table-background-color;\r\n border-collapse: collapse;\r\n\r\n [theme=dark] & {\r\n background: $table-background-color-dark;\r\n }\r\n\r\n thead {\r\n background: $table-thead-color;\r\n\r\n [theme=dark] & {\r\n background-color: $table-thead-color-dark;\r\n }\r\n }\r\n\r\n th, td {\r\n padding: .3rem 1rem;\r\n border: 1px solid darken($table-thead-color, 2%);\r\n\r\n [theme=dark] & {\r\n border-color: darken($table-thead-color-dark, 2%);\r\n }\r\n }\r\n }\r\n }\r\n\r\n img {\r\n max-width: 100%;\r\n min-height: 1em;\r\n }\r\n\r\n figure {\r\n margin: .5rem;\r\n text-align: center;\r\n\r\n .image-caption:not(:empty) {\r\n min-width: 20%;\r\n max-width: 80%;\r\n display: inline-block;\r\n padding: .5rem;\r\n margin: 0 auto;\r\n font-size: .875rem;\r\n color: #969696;\r\n }\r\n\r\n img {\r\n display: block;\r\n height: auto;\r\n margin: 0 auto;\r\n overflow: hidden;\r\n }\r\n }\r\n\r\n .lazyloading {\r\n @include object-fit(none);\r\n }\r\n\r\n blockquote {\r\n display: block;\r\n border-left: .5rem solid $blockquote-color;\r\n background-color: rgba($blockquote-color, .2);\r\n padding: .25rem .75rem;\r\n margin: 1rem 0;\r\n\r\n [theme=dark] & {\r\n border-left-color: $blockquote-color-dark;\r\n background-color: rgba($blockquote-color-dark, .2);\r\n }\r\n }\r\n\r\n .footnotes {\r\n color: $global-font-secondary-color;\r\n\r\n [theme=dark] & {\r\n color: $global-font-secondary-color-dark;\r\n }\r\n\r\n p {\r\n margin: .25rem 0;\r\n }\r\n }\r\n\r\n @import \"../_partial/_single/code\";\r\n @import \"../_partial/_single/instagram\";\r\n @import \"../_partial/_single/admonition\";\r\n @import \"../_partial/_single/echarts\";\r\n @import \"../_partial/_single/mapbox\";\r\n @import \"../_partial/_single/music\";\r\n @import \"../_partial/_single/bilibili\";\r\n\r\n hr {\r\n margin: 1rem 0;\r\n position: relative;\r\n border-top: 1px dashed $global-border-color;\r\n border-bottom: none;\r\n\r\n [theme=dark] & {\r\n border-top: 1px dashed $global-border-color-dark;\r\n }\r\n }\r\n\r\n kbd {\r\n display: inline-block;\r\n padding: .25rem;\r\n background-color: $global-background-color;\r\n border: 1px solid $global-border-color;\r\n border-bottom-color: $global-border-color;\r\n @include border-radius(3px);\r\n @include box-shadow(inset 0 -1px 0 $global-border-color);\r\n font-size: .8rem;\r\n font-family: $code-font-family;\r\n color: $code-color;\r\n\r\n [theme=dark] & {\r\n background-color: $global-background-color-dark;\r\n border: 1px solid $global-border-color-dark;\r\n border-bottom-color: $global-border-color-dark;\r\n @include box-shadow(inset 0 -1px 0 $global-border-color-dark);\r\n color: $code-color-dark;\r\n }\r\n }\r\n\r\n .typeit {\r\n .code {\r\n padding: .375rem;\r\n font-size: .875rem;\r\n font-family: $code-font-family;\r\n font-weight: bold;\r\n word-break: break-all;\r\n }\r\n }\r\n\r\n .version {\r\n height: 1.25em;\r\n vertical-align: text-bottom;\r\n }\r\n }\r\n\r\n @import \"../_partial/_single/footer\";\r\n @import \"../_partial/_single/comment\";\r\n}\r\n\r\n.lg-toolbar .lg-icon::after {\r\n color: #999;\r\n}\r\n", + ".toc {\r\n .toc-title {\r\n font-size: $toc-title-font-size;\r\n font-weight: bold;\r\n text-transform: uppercase;\r\n }\r\n\r\n .toc-content {\r\n font-size: $toc-content-font-size;\r\n\r\n ul {\r\n text-indent: -0.85rem;\r\n padding-left: .8rem;\r\n list-style: none;\r\n\r\n a:first-child::before {\r\n content: \"|\";\r\n font-weight: bolder;\r\n margin-right: .5rem;\r\n color: $single-link-color;\r\n\r\n [theme=dark] & {\r\n color: $single-link-color-dark;\r\n }\r\n }\r\n\r\n ul {\r\n padding-left: 1.5rem;\r\n }\r\n }\r\n }\r\n\r\n ruby {\r\n background: $code-background-color;\r\n\r\n rt {\r\n color: $global-font-secondary-color;\r\n }\r\n\r\n [theme=dark] & {\r\n background: $code-background-color-dark;\r\n\r\n rt {\r\n color: $global-font-secondary-color-dark;\r\n }\r\n }\r\n }\r\n}\r\n\r\n#toc-auto {\r\n display: block;\r\n position: absolute;\r\n width: $MAX_LENGTH;\r\n max-width: 0;\r\n padding: 0 .8rem;\r\n border-left: 4px solid $global-border-color;\r\n @include overflow-wrap(break-word);\r\n box-sizing: border-box;\r\n top: 10rem;\r\n left: 0;\r\n visibility: hidden;\r\n\r\n [header-desktop=normal] & {\r\n top: 5rem;\r\n }\r\n\r\n @include blur;\r\n\r\n [theme=dark] & {\r\n border-left-color: $global-border-color-dark;\r\n }\r\n\r\n .toc-title {\r\n margin: .8rem 0;\r\n }\r\n\r\n .toc-content {\r\n &.always-active ul {\r\n display: block;\r\n }\r\n\r\n > nav > ul {\r\n margin: .625rem 0;\r\n }\r\n\r\n ul {\r\n ul {\r\n display: none;\r\n }\r\n\r\n .has-active > ul {\r\n display: block;\r\n }\r\n }\r\n\r\n a.active {\r\n font-weight: bold;\r\n color: $single-link-color;\r\n\r\n [theme=dark] & {\r\n color: $single-link-color-dark;\r\n }\r\n\r\n &::before {\r\n color: $single-link-hover-color;\r\n\r\n [theme=dark] & {\r\n color: $single-link-hover-color-dark;\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n#toc-static {\r\n display: none;\r\n margin: .8rem 0;\r\n\r\n &[kept=true] {\r\n display: block;\r\n }\r\n\r\n .toc-title {\r\n display: flex;\r\n justify-content: space-between;\r\n line-height: 2em;\r\n padding: 0 .75rem;\r\n background: darken($code-background-color, 6%);\r\n\r\n [theme=dark] & {\r\n background: darken($code-background-color-dark, 6%);\r\n }\r\n }\r\n\r\n .toc-content {\r\n background-color: $code-background-color;\r\n\r\n > nav > ul {\r\n margin: 0;\r\n padding: .4rem 1rem .4rem 1.8rem;\r\n }\r\n\r\n [theme=dark] & {\r\n background-color: $code-background-color-dark;\r\n }\r\n }\r\n\r\n &.open {\r\n .toc-title {\r\n background: darken($code-background-color, 3%);\r\n\r\n [theme=dark] & {\r\n background: darken($code-background-color-dark, 3%);\r\n }\r\n }\r\n }\r\n}\r\n", + "code {\r\n display:inline-block;\r\n max-width: 100%;\r\n padding: 0 .4rem;\r\n @include overflow-wrap(break-word);\r\n @include line-break(anywhere);\r\n font-size: $code-font-size;\r\n font-family: $code-font-family;\r\n color: $code-color;\r\n\r\n [theme=dark] & {\r\n color: $code-color-dark;\r\n }\r\n}\r\n\r\npre {\r\n margin: 0;\r\n padding: .25rem 0 .25rem .5rem;\r\n @include tab-size(4);\r\n\r\n code {\r\n padding: 0;\r\n }\r\n\r\n img {\r\n min-height: 1em;\r\n max-height: 1.2em;\r\n vertical-align: text-bottom;\r\n }\r\n}\r\n\r\ncode, pre, .highlight table, .highlight tr, .highlight td {\r\n background: $code-background-color;\r\n\r\n [theme=dark] & {\r\n background: $code-background-color-dark;\r\n }\r\n}\r\n\r\n.highlight, .gist {\r\n font-family: $code-font-family;\r\n font-size: $code-font-size;\r\n\r\n .table-wrapper {\r\n > table,\r\n > table thead,\r\n > table tr,\r\n > table td {\r\n margin: 0;\r\n padding: 0;\r\n border: none !important;\r\n white-space: nowrap;\r\n }\r\n }\r\n}\r\n\r\n.highlight {\r\n line-height: 1.4em;\r\n margin: .5rem 0;\r\n\r\n > .chroma {\r\n position: relative;\r\n\r\n .code-header {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n box-sizing: border-box;\r\n width: 100%;\r\n font-family: $global-font-family;\r\n font-weight: bold;\r\n color: $code-info-color;\r\n background: darken($code-background-color, 8%);\r\n\r\n [theme=dark] & {\r\n color: $code-info-color-dark;\r\n background: darken($code-background-color-dark, 6%);\r\n }\r\n\r\n &:hover {\r\n cursor: pointer;\r\n }\r\n\r\n .code-title {\r\n width: 100%;\r\n padding: .4rem;\r\n }\r\n\r\n .code-title::after {\r\n padding-left: .2rem;\r\n content: 'Code';\r\n }\r\n\r\n @each $type, $text in $code-type-map {\r\n &.#{$type} .code-title::after {\r\n content: $text;\r\n }\r\n }\r\n }\r\n\r\n .lntd:first-child {\r\n min-width: 1.6rem;\r\n text-align: right;\r\n }\r\n\r\n .lntd:last-child {\r\n width: 100%;\r\n\r\n pre {\r\n @include max-content(min-width);\r\n }\r\n }\r\n\r\n .ln {\r\n padding-right: .75rem;\r\n }\r\n\r\n .hl {\r\n display: block;\r\n background-color: darken($code-background-color, 10%);\r\n\r\n [theme=dark] & {\r\n background-color: darken($code-background-color-dark, 5%);\r\n }\r\n }\r\n\r\n .ln, .lnt {\r\n color: $global-font-secondary-color;\r\n\r\n [theme=dark] & {\r\n color: $global-font-secondary-color-dark;\r\n }\r\n }\r\n\r\n .arrow {\r\n padding: 0 .2rem;\r\n @include transition(transform 0.2s ease);\r\n }\r\n\r\n .ellipses {\r\n padding: .4rem;\r\n }\r\n\r\n .copy {\r\n display: none;\r\n padding: .4rem;\r\n\r\n &:hover {\r\n cursor: pointer;\r\n color: $global-link-hover-color;\r\n\r\n [theme=dark] & {\r\n color: $global-link-hover-color-dark;\r\n }\r\n }\r\n }\r\n\r\n .table-wrapper {\r\n max-height: 0;\r\n overflow-y: hidden;\r\n @include details-transition-open;\r\n }\r\n\r\n &.open {\r\n .code-header {\r\n background: darken($code-background-color, 3%);\r\n\r\n [theme=dark] & {\r\n background: darken($code-background-color-dark, 3%);\r\n }\r\n }\r\n\r\n .table-wrapper {\r\n max-height: $MAX_LENGTH;\r\n @include details-transition-close;\r\n }\r\n\r\n .arrow {\r\n @include transform(rotate(90deg));\r\n }\r\n\r\n .ellipses {\r\n display: none;\r\n }\r\n\r\n .copy {\r\n display: inline;\r\n }\r\n }\r\n }\r\n\r\n /* Comment */ .c,\r\n /* CommentHashbang */ .ch,\r\n /* CommentMultiline */ .cm,\r\n /* CommentSingle */ .c1,\r\n /* CommentSpecial */ .cs,\r\n /* CommentPreproc */ .cp,\r\n /* CommentPreprocFile */ .cpf { font-style: italic }\r\n /* GenericUnderline */ .gl { text-decoration: underline }\r\n\r\n @each $class, $color in $code-highlight-color-map {\r\n .#{$class} { color: $color; }\r\n }\r\n\r\n [theme=dark] & {\r\n @each $class, $color in $code-highlight-color-map-dark {\r\n .#{$class} { color: $color; }\r\n }\r\n }\r\n}\r\n\r\n.gist {\r\n .gist-file, .gist-data, .gist-meta {\r\n border: none;\r\n }\r\n\r\n .gist-meta {\r\n padding: .4rem .8rem;\r\n background-color: darken($code-background-color, 5%);\r\n\r\n @include link(false, false);\r\n\r\n [theme=dark] & {\r\n background-color: darken($code-background-color-dark, 5%);\r\n }\r\n }\r\n\r\n [theme=dark] & {\r\n // imported from https://github.com/lonekorean/gist-syntax-themes/blob/master/stylesheets/one-dark.css\r\n .highlight {\r\n background: #141414;\r\n }\r\n .blob-num,\r\n .blob-code-inner,\r\n .highlight,\r\n .pl-enm,\r\n .pl-ko,\r\n .pl-mo,\r\n .pl-mp1 .pl-sf,\r\n .pl-ms,\r\n .pl-pdc1,\r\n .pl-scp,\r\n .pl-smc,\r\n .pl-som,\r\n .pl-va,\r\n .pl-vpf,\r\n .pl-vpu,\r\n .pl-mdr {\r\n color: #aab1bf;\r\n }\r\n .pl-mb,\r\n .pl-pdb {\r\n font-weight: 700;\r\n }\r\n .pl-c,\r\n .pl-c span,\r\n .pl-pdc {\r\n color: #5b6270;\r\n font-style: italic;\r\n }\r\n .pl-sr .pl-cce {\r\n color: #56b5c2;\r\n font-weight: 400;\r\n }\r\n .pl-ef,\r\n .pl-en,\r\n .pl-enf,\r\n .pl-eoai,\r\n .pl-kos,\r\n .pl-mh .pl-pdh,\r\n .pl-mr {\r\n color: #61afef;\r\n }\r\n .pl-ens,\r\n .pl-vi {\r\n color: #be5046;\r\n }\r\n .pl-enti,\r\n .pl-mai .pl-sf,\r\n .pl-ml,\r\n .pl-sf,\r\n .pl-sr,\r\n .pl-sr .pl-sra,\r\n .pl-src,\r\n .pl-st,\r\n .pl-vo {\r\n color: #56b5c2;\r\n }\r\n .pl-eoi,\r\n .pl-mri,\r\n .pl-pds,\r\n .pl-pse .pl-s1,\r\n .pl-s,\r\n .pl-s1 {\r\n color: #97c279;\r\n }\r\n .pl-k,\r\n .pl-kolp,\r\n .pl-mc,\r\n .pl-pde {\r\n color: #c578dd;\r\n }\r\n .pl-mi,\r\n .pl-pdi {\r\n color: #c578dd;\r\n font-style: italic;\r\n }\r\n .pl-mp,\r\n .pl-stp {\r\n color: #818896;\r\n }\r\n .pl-mdh,\r\n .pl-mdi,\r\n .pl-mdr {\r\n font-weight: 400;\r\n }\r\n .pl-mdht,\r\n .pl-mi1 {\r\n color: #97c279;\r\n background: #020;\r\n }\r\n .pl-md,\r\n .pl-mdhf {\r\n color: #df6b75;\r\n background: #200;\r\n }\r\n .pl-corl {\r\n color: #df6b75;\r\n text-decoration: underline;\r\n }\r\n .pl-ib {\r\n background: #df6b75;\r\n }\r\n .pl-ii {\r\n background: #e0c184;\r\n color: #fff;\r\n }\r\n .pl-iu {\r\n background: #e05151;\r\n }\r\n .pl-ms1 {\r\n color: #aab1bf;\r\n background: #373b41;\r\n }\r\n .pl-c1,\r\n .pl-cn,\r\n .pl-e,\r\n .pl-eoa,\r\n .pl-eoac,\r\n .pl-eoac .pl-pde,\r\n .pl-kou,\r\n .pl-mm,\r\n .pl-mp .pl-s3,\r\n .pl-mq,\r\n .pl-s3,\r\n .pl-sok,\r\n .pl-sv,\r\n .pl-mb {\r\n color: #d19965;\r\n }\r\n .pl-enc,\r\n .pl-entc,\r\n .pl-pse .pl-s2,\r\n .pl-s2,\r\n .pl-sc,\r\n .pl-smp,\r\n .pl-sr .pl-sre,\r\n .pl-stj,\r\n .pl-v,\r\n .pl-pdb {\r\n color: #e4bf7a;\r\n }\r\n .pl-ent,\r\n .pl-entl,\r\n .pl-entm,\r\n .pl-mh,\r\n .pl-pdv,\r\n .pl-smi,\r\n .pl-sol,\r\n .pl-mdh,\r\n .pl-mdi {\r\n color: #df6b75;\r\n }\r\n }\r\n}\r\n", + "iframe.instagram-media {\r\n [theme=dark] & {\r\n border: none !important;\r\n }\r\n}\r\n", + ".admonition {\r\n position: relative;\r\n margin: 1rem 0;\r\n padding: 0 .75rem;\r\n background-color: map-get($admonition-background-color-map, 'note');\r\n border-left: .25rem solid map-get($admonition-color-map, 'note');\r\n overflow: auto;\r\n\r\n .admonition-title {\r\n font-weight: bold;\r\n margin: 0 -0.75rem;\r\n padding: .25rem 1.8rem;\r\n border-bottom: 1px solid map-get($admonition-background-color-map, 'note');\r\n background-color: opacify(map-get($admonition-background-color-map, 'note'), 0.15);\r\n }\r\n\r\n &.open .admonition-title {\r\n background-color: map-get($admonition-background-color-map, 'note');\r\n }\r\n\r\n .admonition-content {\r\n padding: .5rem 0;\r\n }\r\n\r\n i.icon {\r\n font-size: 0.85rem;\r\n color: map-get($admonition-color-map, 'note');\r\n position: absolute;\r\n top: .6rem;\r\n left: .4rem;\r\n }\r\n\r\n i.details-icon {\r\n position: absolute;\r\n top: .6rem;\r\n right: .3rem;\r\n }\r\n\r\n @each $type, $color in $admonition-color-map {\r\n &.#{$type} {\r\n border-left-color: $color;\r\n\r\n i.icon {\r\n color: $color;\r\n }\r\n }\r\n }\r\n\r\n @each $type, $color in $admonition-background-color-map {\r\n &.#{$type} {\r\n background-color: $color;\r\n\r\n .admonition-title {\r\n border-bottom-color: $color;\r\n background-color: opacify($color, 0.15);\r\n }\r\n\r\n &.open .admonition-title {\r\n background-color: $color;\r\n }\r\n }\r\n }\r\n\r\n &:last-child {\r\n margin-bottom: .75rem;\r\n }\r\n}\r\n", + ".echarts {\r\n margin: .5rem 0;\r\n text-align: center;\r\n}\r\n", + ".mapbox {\r\n margin: .5rem 0;\r\n padding: .5rem 0;\r\n}\r\n", + "meting-js {\r\n margin: .5rem 0;\r\n}\r\n", + ".bilibili {\r\n position: relative;\r\n width: 100%;\r\n height: 0;\r\n padding-bottom: 75%;\r\n margin: 3% auto;\r\n text-align: center;\r\n\r\n iframe {\r\n position: absolute;\r\n width: 100%;\r\n height: 100%;\r\n left: 0;\r\n top: 0;\r\n }\r\n}\r\n", + ".post-footer {\r\n margin-top: 3rem;\r\n\r\n .post-info {\r\n border-bottom: 1px solid $global-border-color;\r\n padding: 1rem 0 0.3rem;\r\n\r\n [theme=dark] & {\r\n border-bottom: 1px solid $global-border-color-dark;\r\n }\r\n\r\n .post-info-line {\r\n display: flex;\r\n justify-content: space-between;\r\n\r\n .post-info-mod {\r\n font-size: 0.8em;\r\n color: $global-font-secondary-color;\r\n\r\n [theme=dark] & {\r\n color: $global-font-secondary-color-dark;\r\n }\r\n\r\n @include link(false, false);\r\n }\r\n\r\n .post-info-license {\r\n font-size: 0.8em;\r\n color: $global-font-secondary-color;\r\n\r\n [theme=dark] & {\r\n color: $global-font-secondary-color-dark;\r\n }\r\n\r\n @include link(false, false);\r\n }\r\n\r\n .post-info-md {\r\n font-size: 0.8rem;\r\n width: 8rem;\r\n\r\n @include link(false, false);\r\n }\r\n\r\n .post-info-share {\r\n a * {\r\n vertical-align: text-bottom;\r\n }\r\n }\r\n }\r\n }\r\n\r\n .post-info-more {\r\n padding: 0.3rem 0 1rem;\r\n display: flex;\r\n justify-content: space-between;\r\n font-size: 0.9rem;\r\n }\r\n\r\n .post-tags {\r\n max-width: 65%;\r\n\r\n * {\r\n display: inline;\r\n }\r\n }\r\n\r\n .post-nav {\r\n &::before,\r\n &::after {\r\n content: ' ';\r\n display: table;\r\n }\r\n\r\n & a.prev,\r\n & a.next {\r\n font-size: 1rem;\r\n font-weight: 600;\r\n @include transition(all 0.3s ease-out);\r\n }\r\n\r\n & a.prev {\r\n float: left;\r\n }\r\n\r\n & a.prev:hover {\r\n @include transform(translateX(-4px));\r\n }\r\n\r\n & a.next {\r\n float: right;\r\n }\r\n\r\n & a.next:hover {\r\n @include transform(translateX(4px));\r\n }\r\n }\r\n}\r\n", + "#comments {\r\n padding: 8rem 0 2rem;\r\n}\r\n", + ".special {\r\n .single-title, .single-subtitle {\r\n text-align: right;\r\n }\r\n}\r\n", + ".archive {\r\n .single-title {\r\n text-align: right;\r\n }\r\n\r\n .group-title {\r\n margin-top: 1.5rem;\r\n margin-bottom: 1rem;\r\n }\r\n\r\n @import \"../_partial/_archive/terms\";\r\n @import \"../_partial/_archive/tags\";\r\n}\r\n", + ".categories-card {\r\n margin: 0 auto;\r\n margin-top: 3rem;\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n flex-direction: row;\r\n flex-wrap: wrap;\r\n line-height: 1.6rem;\r\n\r\n .card-item {\r\n font-size: .875rem;\r\n text-align: left;\r\n width: 45%;\r\n display: flex;\r\n align-items: flex-start;\r\n margin-top: 2rem;\r\n min-height: 10rem;\r\n padding: 0 2%;\r\n position: relative;\r\n\r\n .card-item-wrapper {\r\n width: 100%;\r\n overflow: hidden;\r\n\r\n .card-item-title {\r\n font-size: 1.2rem;\r\n font-weight: bold;\r\n display: inline-block;\r\n margin-top: 1rem;\r\n margin-bottom: .75rem;\r\n }\r\n\r\n span {\r\n float: right;\r\n padding-right: 1rem;\r\n }\r\n }\r\n }\r\n}\r\n\r\n.archive-item {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n box-sizing: border-box;\r\n margin: .25rem 0 .25rem 1.5rem;\r\n}\r\n\r\n.archive-item-link {\r\n min-width: 10%;\r\n overflow: hidden;\r\n white-space: nowrap;\r\n text-overflow: ellipsis;\r\n\r\n &:hover {\r\n color: $global-link-hover-color;\r\n background-color: transparent;\r\n }\r\n\r\n [theme=dark] & {\r\n color: $global-link-color-dark;\r\n\r\n &:hover {\r\n color: $global-link-hover-color-dark;\r\n }\r\n }\r\n}\r\n\r\n.archive-item-date {\r\n width: 4em;\r\n text-align: right;\r\n color: $global-font-secondary-color;\r\n\r\n [theme=dark] & {\r\n color: $global-font-secondary-color-dark;\r\n }\r\n}\r\n\r\n.more-post {\r\n text-align: right;\r\n}\r\n", + ".tag-cloud-tags {\r\n margin: 10px 0;\r\n\r\n @include link(true, true);\r\n\r\n a {\r\n display: inline-block;\r\n position: relative;\r\n margin: 5px 10px;\r\n @include overflow-wrap(break-word);\r\n @include transition(all ease-out 0.3s);\r\n\r\n &:active,\r\n &:focus,\r\n &:hover {\r\n @include transform(scale(1.2));\r\n }\r\n\r\n sup {\r\n color: $global-font-secondary-color;\r\n\r\n [theme=dark] & {\r\n color: $global-font-secondary-color-dark;\r\n }\r\n }\r\n }\r\n}\r\n", + ".home {\r\n .home-profile {\r\n @include transform(translateY( 16vh));\r\n padding: 0 0 .5rem;\r\n text-align: center;\r\n\r\n .home-avatar {\r\n padding: .5rem;\r\n\r\n img {\r\n display: inline-block;\r\n width: 8rem;\r\n height: auto;\r\n margin: 0 auto;\r\n @include border-radius(100%);\r\n @include box-shadow(0 0 0 .3618em rgba(0, 0, 0, .05));\r\n @include transition(all 0.4s ease);\r\n\r\n &:hover {\r\n position: relative;\r\n @include transform(translateY(-.75rem));\r\n }\r\n }\r\n }\r\n\r\n .home-title {\r\n font-size: 1.25rem;\r\n font-weight: bold;\r\n margin: 0;\r\n padding: .5rem;\r\n }\r\n\r\n .home-subtitle {\r\n font-size: 1rem;\r\n font-weight: normal;\r\n margin: 0;\r\n padding: .5rem;\r\n }\r\n\r\n .links {\r\n padding: .5rem;\r\n font-size: 1.5rem;\r\n\r\n a * {\r\n vertical-align: text-bottom;\r\n }\r\n\r\n img {\r\n height: 1.5rem;\r\n padding: 0 .25rem;\r\n }\r\n }\r\n\r\n .home-disclaimer {\r\n font-size: 1rem;\r\n line-height: 1.5rem;\r\n font-weight: normal;\r\n margin: 0;\r\n padding: .5rem;\r\n color: $global-font-secondary-color;\r\n\r\n [theme=dark] & {\r\n color: $global-font-secondary-color-dark;\r\n }\r\n }\r\n }\r\n}\r\n\r\n.home[posts] {\r\n .home-profile {\r\n @include transform(translateY(0));\r\n padding-top: 2rem;\r\n }\r\n\r\n .home-avatar img {\r\n width: 6rem;\r\n }\r\n\r\n .summary {\r\n padding-top: 1rem;\r\n padding-bottom: .8rem;\r\n color: $global-font-color;\r\n border-bottom: 1px dashed $global-border-color;\r\n\r\n [theme=dark] & {\r\n color: $global-font-color-dark;\r\n border-bottom: 1px dashed $global-border-color-dark;\r\n }\r\n\r\n .featured-image-preview {\r\n width: 100%;\r\n padding: 30% 0 0;\r\n position: relative;\r\n margin: 0.6rem auto;\r\n @include transition(transform 0.4s ease);\r\n\r\n img {\r\n position: absolute;\r\n width: 100%;\r\n height: 100%;\r\n left: 0;\r\n top: 0;\r\n @include object-fit(none);\r\n }\r\n\r\n img.lazyloaded {\r\n @include object-fit(cover);\r\n }\r\n\r\n &:hover {\r\n @include transform(scale(1.01));\r\n }\r\n }\r\n\r\n .single-title {\r\n font-size: 1.25rem;\r\n line-height: 140%;\r\n margin: 0.4rem 0;\r\n }\r\n\r\n .content {\r\n @include box(vertical);\r\n -webkit-line-clamp: 3;\r\n margin-top: .3rem;\r\n width: 100%;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n @include overflow-wrap(break-word);\r\n color: $global-font-secondary-color;\r\n\r\n [theme=dark] & {\r\n color: $global-font-secondary-color-dark;\r\n }\r\n\r\n h2,\r\n h3,\r\n h4,\r\n h5,\r\n h6,\r\n p {\r\n font-size: 1rem;\r\n line-height: 1.5;\r\n display: inline;\r\n\r\n &::after {\r\n content: \"\\A\";\r\n white-space: pre;\r\n }\r\n }\r\n\r\n h2 {\r\n font-size: 1.125rem;\r\n }\r\n\r\n @include link(false, true);\r\n\r\n b, strong {\r\n color: $global-font-secondary-color;\r\n\r\n [theme=dark] & {\r\n color: $global-font-secondary-color-dark;\r\n }\r\n }\r\n }\r\n\r\n .post-footer {\r\n margin-top: .4rem;\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n font-size: .875rem;\r\n\r\n @include link(false, false);\r\n\r\n .post-tags {\r\n padding: 0;\r\n\r\n @include link(true, true);\r\n }\r\n }\r\n }\r\n}\r\n", + "#content-404 {\r\n font-size: 1.8rem;\r\n line-height: 3rem;\r\n @include transform(translateY(30vh));\r\n text-align: center;\r\n}\r\n", + "header {\r\n width: 100%;\r\n z-index: 150;\r\n background-color: $header-background-color;\r\n @include transition(box-shadow 0.3s ease);\r\n\r\n [theme=dark] & {\r\n background-color: $header-background-color-dark;\r\n }\r\n\r\n .logo {\r\n min-height: 1.5em;\r\n height: 1.5em;\r\n vertical-align: text-bottom;\r\n }\r\n\r\n .logo, .header-title-pre {\r\n padding-right: .25rem;\r\n }\r\n\r\n .header-title-post {\r\n padding-left: .25rem;\r\n }\r\n\r\n &:hover {\r\n @include box-shadow(0 0 1.5rem 0 rgba(0, 0, 0, .1));\r\n }\r\n}\r\n\r\n.header-wrapper {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n box-sizing: border-box;\r\n width: 100%;\r\n}\r\n\r\n.header-title {\r\n font-family: $header-title-font-family;\r\n font-weight: bold;\r\n margin-right: .5rem;\r\n min-width: 10%;\r\n overflow: hidden;\r\n white-space: nowrap;\r\n text-overflow: ellipsis;\r\n @include flex(10);\r\n}\r\n\r\n.menu .menu-item {\r\n position: relative;\r\n}\r\n\r\n.language-select {\r\n position: absolute;\r\n opacity: 0;\r\n left: 0;\r\n top: 0;\r\n width: 100%;\r\n height: 100%;\r\n\r\n &:hover {\r\n cursor: pointer;\r\n }\r\n}\r\n\r\n.search {\r\n position: relative;\r\n\r\n input {\r\n color: transparent;\r\n box-sizing: border-box;\r\n height: 2.5rem;\r\n width: 2.5rem;\r\n @include border-radius(.5rem);\r\n border: none;\r\n outline: none;\r\n background-color: $header-background-color;\r\n vertical-align: baseline !important;\r\n @include transition(width 0.3s ease);\r\n\r\n [theme=dark] & {\r\n background-color: $header-background-color-dark;\r\n }\r\n }\r\n\r\n @include placeholder(transparent);\r\n\r\n .search-button {\r\n margin: 0;\r\n position: absolute;\r\n left: auto;\r\n right: 1rem;\r\n }\r\n\r\n .search-toggle {\r\n left: .5rem;\r\n right: auto;\r\n }\r\n\r\n .search-loading {\r\n display: none;\r\n }\r\n\r\n .search-clear {\r\n display: none;\r\n }\r\n\r\n .open &, &.mobile {\r\n input {\r\n color: $global-font-color;\r\n background-color: $search-background-color;\r\n padding: 0 2rem 0 2rem;\r\n }\r\n\r\n [theme=dark] & {\r\n input {\r\n color: $global-font-color-dark;\r\n background-color: $search-background-color-dark;\r\n }\r\n\r\n @include placeholder($global-font-secondary-color-dark);\r\n }\r\n\r\n @include placeholder($global-font-secondary-color);\r\n\r\n .search-button {\r\n color: $global-font-secondary-color;\r\n\r\n [theme=dark] & {\r\n color: $global-font-secondary-color-dark;\r\n }\r\n }\r\n\r\n .search-clear:hover {\r\n color: #ff6b6b;\r\n }\r\n\r\n .search-toggle:hover {\r\n cursor: default;\r\n }\r\n }\r\n}\r\n\r\n.theme-switch i {\r\n @include transform(rotate(225deg));\r\n}\r\n\r\n#header-desktop {\r\n display: block;\r\n position: fixed;\r\n height: $header-height;\r\n line-height: $header-height;\r\n\r\n [header-desktop=normal] & {\r\n position: static;\r\n }\r\n\r\n .header-wrapper {\r\n padding: 0 2rem 0 10vh;\r\n\r\n .header-title {\r\n font-size: $header-title-font-size;\r\n }\r\n\r\n .menu {\r\n overflow: hidden;\r\n white-space: nowrap;\r\n\r\n .menu-inner {\r\n float: right;\r\n }\r\n\r\n .menu-item {\r\n margin: 0 .5rem;\r\n\r\n &.delimiter {\r\n border-left: 1.5px solid $global-font-color;\r\n\r\n [theme=dark] & {\r\n border-left-color: $global-border-color-dark;\r\n }\r\n }\r\n\r\n &.language {\r\n margin-right: 0;\r\n }\r\n\r\n &.search {\r\n margin: 0 -.5rem 0 0;\r\n }\r\n }\r\n\r\n a.active {\r\n font-weight: 900;\r\n color: $header-hover-color;\r\n\r\n [theme=dark] & {\r\n color: $header-hover-color-dark;\r\n }\r\n }\r\n }\r\n }\r\n\r\n &.open .header-wrapper .menu .menu-item.search {\r\n margin: 0 .25rem 0 .5rem;\r\n\r\n input {\r\n width: 24rem;\r\n }\r\n }\r\n}\r\n\r\n#header-mobile {\r\n display: none;\r\n position: fixed;\r\n height: $header-height;\r\n line-height: $header-height;\r\n\r\n [header-mobile=normal] & {\r\n position: static;\r\n }\r\n\r\n .header-container {\r\n padding: 0;\r\n margin: 0;\r\n\r\n .header-wrapper {\r\n padding: 0 1rem;\r\n font-size: 1.125rem;\r\n @include transition(margin-top 0.3s ease);\r\n\r\n .header-title {\r\n font-size: $header-title-font-size;\r\n max-width: 80%;\r\n }\r\n\r\n .menu-toggle {\r\n line-height: 4rem;\r\n cursor: pointer;\r\n @include transition(width 0.3s ease);\r\n\r\n span {\r\n display: block;\r\n background: $global-font-color;\r\n width: 1.5rem;\r\n height: 2px;\r\n @include border-radius(3px);\r\n @include transition(all 0.3s ease-in-out);\r\n\r\n [theme=dark] & {\r\n background: $global-font-color-dark;\r\n }\r\n }\r\n\r\n span:nth-child(1) {\r\n margin-bottom: .5rem;\r\n }\r\n\r\n span:nth-child(3) {\r\n margin-top: .5rem;\r\n }\r\n\r\n &.active {\r\n span:nth-child(1) {\r\n @include transform(rotate(45deg) translate(.4rem, .5rem));\r\n }\r\n\r\n span:nth-child(2) {\r\n opacity: 0\r\n }\r\n\r\n span:nth-child(3) {\r\n @include transform(rotate(-45deg) translate(.4rem, -.5rem));\r\n }\r\n }\r\n }\r\n }\r\n\r\n .menu {\r\n text-align: center;\r\n background: $header-background-color;\r\n border-top: 2px solid $global-border-color;\r\n display: none;\r\n padding-top: .5rem;\r\n @include box-shadow(0 .125rem .25rem rgba(0, 0, 0, .1));\r\n\r\n .search-wrapper {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n box-sizing: border-box;\r\n padding: ($header-height - 2.5rem) / 2 1rem;\r\n line-height: 2.5rem;\r\n }\r\n\r\n .search {\r\n flex-grow: 10;\r\n\r\n .algolia-autocomplete, input {\r\n width: 100%;\r\n }\r\n }\r\n\r\n .search-button {\r\n top: 0;\r\n }\r\n\r\n .search-cancel {\r\n display: none;\r\n margin-left: .75rem;\r\n }\r\n\r\n .menu-item {\r\n display: block;\r\n line-height: 2.5rem;\r\n }\r\n\r\n &.active {\r\n display: block;\r\n }\r\n\r\n [theme=dark] & {\r\n background: $header-background-color-dark;\r\n border-top-color: $global-border-color-dark;\r\n }\r\n }\r\n }\r\n\r\n &.open {\r\n .header-wrapper {\r\n margin-top: -$header-height;\r\n }\r\n\r\n .menu {\r\n padding-top: 0;\r\n border-top: none;\r\n\r\n .menu-item {\r\n display: none;\r\n }\r\n\r\n .search-cancel {\r\n display: inline;\r\n }\r\n }\r\n }\r\n}\r\n\r\n.search-dropdown {\r\n position: fixed;\r\n z-index: 200;\r\n top: $header-height;\r\n @include box-shadow(0 .125rem .25rem rgba(0, 0, 0, .1));\r\n\r\n &.desktop {\r\n right: 2rem;\r\n width: 30rem;\r\n }\r\n\r\n &.mobile {\r\n right: 0;\r\n width: 100%;\r\n }\r\n\r\n .dropdown-menu {\r\n right: 0 !important;\r\n background-color: $global-background-color;\r\n\r\n [theme=dark] & {\r\n background-color: $global-background-color-dark;\r\n }\r\n\r\n .suggestions {\r\n overflow-y: auto;\r\n max-height: calc(100vh - #{$header-height});\r\n\r\n .suggestion {\r\n padding: .75rem 1rem;\r\n\r\n .suggestion-title {\r\n display: inline-block;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n white-space: nowrap;\r\n font-size: 1rem;\r\n font-weight: bold;\r\n max-width: 75%;\r\n }\r\n\r\n .suggestion-date {\r\n font-size: .875rem;\r\n float: right;\r\n text-align: right;\r\n color: $global-font-secondary-color;\r\n\r\n [theme=dark] & {\r\n color: $global-font-secondary-color-dark;\r\n }\r\n }\r\n\r\n .suggestion-context {\r\n line-height: 1.25rem;\r\n @include box(vertical);\r\n -webkit-line-clamp: 2;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n @include overflow-wrap(break-word);\r\n color: $global-font-secondary-color;\r\n\r\n [theme=dark] & {\r\n color: $global-font-secondary-color-dark;\r\n }\r\n }\r\n\r\n em {\r\n font-style: normal;\r\n background-color: $selection-color;\r\n\r\n [theme=dark] & {\r\n background-color: $selection-color-dark;\r\n }\r\n }\r\n\r\n &.cursor {\r\n background: darken($code-background-color, 5%);\r\n\r\n [theme=dark] & {\r\n background: lighten($code-background-color-dark, 5%);\r\n }\r\n }\r\n\r\n &:hover {\r\n cursor: pointer;\r\n }\r\n }\r\n }\r\n\r\n .search-empty {\r\n padding: 1rem;\r\n text-align: center;\r\n\r\n .search-query {\r\n font-weight: bold;\r\n\r\n [theme=dark] & {\r\n color: #ddd;\r\n }\r\n }\r\n }\r\n\r\n .search-footer {\r\n padding: .5rem 1rem;\r\n float: right;\r\n font-size: .8rem;\r\n color: $global-font-secondary-color;\r\n\r\n [theme=dark] {\r\n color: $global-font-secondary-color-dark;\r\n }\r\n\r\n @include link(false, false);\r\n\r\n a {\r\n font-size: 1rem;\r\n }\r\n }\r\n }\r\n}\r\n", + "footer {\r\n height: 2rem;\r\n width: 100%;\r\n text-align: center;\r\n line-height: 1.25rem;\r\n padding: 1rem 0;\r\n\r\n .footer-container {\r\n font-size: .875rem;\r\n\r\n .footer-line {\r\n width: 100%;\r\n\r\n .icp-br {\r\n display: none;\r\n }\r\n }\r\n }\r\n\r\n @include blur;\r\n}\r\n", + ".pagination {\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n list-style: none;\r\n white-space: nowrap;\r\n width: 100%;\r\n padding: 1rem 0 0;\r\n\r\n a {\r\n font-size: .8rem;\r\n color: #bfbfbf;\r\n letter-spacing: .1rem;\r\n font-weight: 700;\r\n padding: 5px 5px;\r\n text-decoration: none;\r\n @include transition(0.3s);\r\n }\r\n\r\n li {\r\n padding-bottom: 3px;\r\n margin: 0 20px;\r\n box-sizing: border-box;\r\n position: relative;\r\n display: inline;\r\n\r\n &.disabled {\r\n display: none;\r\n }\r\n\r\n &:hover a {\r\n color: $pagination-link-hover-color;\r\n }\r\n\r\n [theme=dark] &:hover a {\r\n color: $pagination-link-hover-color-dark;\r\n }\r\n\r\n &:before,\r\n &:after {\r\n position: absolute;\r\n content: \"\";\r\n width: 0;\r\n height: 3px;\r\n background: $pagination-link-hover-color;\r\n @include transition(0.3s);\r\n bottom: 0px;\r\n }\r\n\r\n [theme=dark] &:before,\r\n [theme=dark] &:after {\r\n background: $pagination-link-hover-color-dark;\r\n }\r\n\r\n &:before .active,\r\n &:after .active {\r\n width: 100%;\r\n }\r\n\r\n &:before {\r\n left: 50%;\r\n }\r\n\r\n &:after {\r\n right: 50%;\r\n }\r\n\r\n &:hover {\r\n\r\n &:before,\r\n &:after {\r\n width: 50%;\r\n }\r\n }\r\n\r\n &.active {\r\n a {\r\n color: $pagination-link-hover-color;\r\n }\r\n\r\n [theme=dark] & a {\r\n color: $pagination-link-hover-color-dark;\r\n }\r\n\r\n &:before,\r\n &:after {\r\n width: 60%;\r\n }\r\n }\r\n }\r\n}\r\n", + "@media only screen and (max-width: 1440px) {\r\n .page {\r\n width: 56%;\r\n }\r\n}\r\n\r\n@media only screen and (max-width: 1200px) {\r\n .page {\r\n width: 52%;\r\n }\r\n\r\n #header-desktop .header-wrapper {\r\n padding-right: 1rem;\r\n }\r\n\r\n .search-dropdown.desktop {\r\n right: 1rem;\r\n }\r\n}\r\n\r\n@media only screen and (max-width: 960px) {\r\n #toc-auto {\r\n display: none;\r\n }\r\n\r\n #toc-static {\r\n display: block;\r\n }\r\n\r\n .page {\r\n width: 80%;\r\n }\r\n\r\n #header-desktop .header-wrapper {\r\n padding-left: 1rem;\r\n }\r\n}\r\n\r\n@media only screen and (max-width: 680px) {\r\n #header-desktop {\r\n display: none;\r\n }\r\n\r\n #header-mobile {\r\n display: block;\r\n }\r\n\r\n body.blur {\r\n overflow: hidden;\r\n }\r\n\r\n .page {\r\n width: 100%;\r\n\r\n [header-mobile] & {\r\n padding-top: $header-height;\r\n }\r\n\r\n [header-mobile=normal] & {\r\n padding-top: 0;\r\n }\r\n\r\n .categories-card {\r\n .card-item {\r\n width: 100%;\r\n }\r\n }\r\n }\r\n\r\n .copyright {\r\n .copyright-line {\r\n .icp-splitter {\r\n display: none;\r\n }\r\n .icp-br {\r\n display: block;\r\n }\r\n }\r\n }\r\n}\r\n", + "// ==============================\r\n// Custom style\r\n// 自定义样式\r\n// ==============================\r\n" + ], + "names": [], + "mappings": "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" +} \ No newline at end of file diff --git a/public/img/content/2019/7013722_ext_col_03_og_6.jpg b/public/img/content/2019/7013722_ext_col_03_og_6.jpg new file mode 100644 index 0000000..33e7695 Binary files /dev/null and b/public/img/content/2019/7013722_ext_col_03_og_6.jpg differ diff --git a/public/img/content/2019/Screenshot-121.png b/public/img/content/2019/Screenshot-121.png new file mode 100644 index 0000000..38d7d42 Binary files /dev/null and b/public/img/content/2019/Screenshot-121.png differ diff --git a/public/img/content/2019/Screenshot-123.png b/public/img/content/2019/Screenshot-123.png new file mode 100644 index 0000000..516ce8e Binary files /dev/null and b/public/img/content/2019/Screenshot-123.png differ diff --git a/public/img/content/2019/Screenshot-124.png b/public/img/content/2019/Screenshot-124.png new file mode 100644 index 0000000..95ef3b6 Binary files /dev/null and b/public/img/content/2019/Screenshot-124.png differ diff --git a/public/img/content/2019/Screenshot-126.png b/public/img/content/2019/Screenshot-126.png new file mode 100644 index 0000000..159f452 Binary files /dev/null and b/public/img/content/2019/Screenshot-126.png differ diff --git a/public/img/content/2019/Screenshot-129.png b/public/img/content/2019/Screenshot-129.png new file mode 100644 index 0000000..7e74b36 Binary files /dev/null and b/public/img/content/2019/Screenshot-129.png differ diff --git a/public/img/content/2019/Screenshot-132.png b/public/img/content/2019/Screenshot-132.png new file mode 100644 index 0000000..6c9b529 Binary files /dev/null and b/public/img/content/2019/Screenshot-132.png differ diff --git a/public/img/content/2019/Screenshot-135.png b/public/img/content/2019/Screenshot-135.png new file mode 100644 index 0000000..a965bbc Binary files /dev/null and b/public/img/content/2019/Screenshot-135.png differ diff --git a/public/img/content/2019/Screenshot-142.png b/public/img/content/2019/Screenshot-142.png new file mode 100644 index 0000000..a9482ae Binary files /dev/null and b/public/img/content/2019/Screenshot-142.png differ diff --git a/public/img/content/2019/Screenshot-149.png b/public/img/content/2019/Screenshot-149.png new file mode 100644 index 0000000..f8b28be Binary files /dev/null and b/public/img/content/2019/Screenshot-149.png differ diff --git a/public/img/content/2019/Screenshot-150.png b/public/img/content/2019/Screenshot-150.png new file mode 100644 index 0000000..db83317 Binary files /dev/null and b/public/img/content/2019/Screenshot-150.png differ diff --git a/public/img/content/2019/Screenshot-200.png b/public/img/content/2019/Screenshot-200.png new file mode 100644 index 0000000..bf6f90a Binary files /dev/null and b/public/img/content/2019/Screenshot-200.png differ diff --git a/public/img/content/2019/Screenshot-201.png b/public/img/content/2019/Screenshot-201.png new file mode 100644 index 0000000..5e912fa Binary files /dev/null and b/public/img/content/2019/Screenshot-201.png differ diff --git a/public/img/content/2019/Screenshot_20190714-023650_MX_Player_Pro.png b/public/img/content/2019/Screenshot_20190714-023650_MX_Player_Pro.png new file mode 100644 index 0000000..cb6f2d1 Binary files /dev/null and b/public/img/content/2019/Screenshot_20190714-023650_MX_Player_Pro.png differ diff --git a/public/img/content/2019/Screenshot_20190714-030814_MX_Player_Pro.png b/public/img/content/2019/Screenshot_20190714-030814_MX_Player_Pro.png new file mode 100644 index 0000000..1e93e47 Binary files /dev/null and b/public/img/content/2019/Screenshot_20190714-030814_MX_Player_Pro.png differ diff --git a/public/img/content/2019/Screenshot_20190716-202504_MX_Player_Pro.png b/public/img/content/2019/Screenshot_20190716-202504_MX_Player_Pro.png new file mode 100644 index 0000000..37cef0b Binary files /dev/null and b/public/img/content/2019/Screenshot_20190716-202504_MX_Player_Pro.png differ diff --git a/public/img/content/2019/dr-stone.jpg b/public/img/content/2019/dr-stone.jpg new file mode 100644 index 0000000..299f12d Binary files /dev/null and b/public/img/content/2019/dr-stone.jpg differ diff --git a/public/img/content/2019/hOqwhdlsyIE4A7MWfuxEcOaP19w.jpg b/public/img/content/2019/hOqwhdlsyIE4A7MWfuxEcOaP19w.jpg new file mode 100644 index 0000000..71fb444 Binary files /dev/null and b/public/img/content/2019/hOqwhdlsyIE4A7MWfuxEcOaP19w.jpg differ diff --git a/public/img/content/2019/maxresdefault.jpg b/public/img/content/2019/maxresdefault.jpg new file mode 100644 index 0000000..a732f22 Binary files /dev/null and b/public/img/content/2019/maxresdefault.jpg differ diff --git a/public/img/content/2019/maxresdefaultx.jpg b/public/img/content/2019/maxresdefaultx.jpg new file mode 100644 index 0000000..2c14c8f Binary files /dev/null and b/public/img/content/2019/maxresdefaultx.jpg differ diff --git a/public/img/featured/ao-chan.png b/public/img/featured/ao-chan.png new file mode 100644 index 0000000..e3ce3cd Binary files /dev/null and b/public/img/featured/ao-chan.png differ diff --git a/public/img/featured/enju-chan.jpg b/public/img/featured/enju-chan.jpg new file mode 100644 index 0000000..797659e Binary files /dev/null and b/public/img/featured/enju-chan.jpg differ diff --git a/public/img/featured/gdrive.jpg b/public/img/featured/gdrive.jpg new file mode 100644 index 0000000..32a56ad Binary files /dev/null and b/public/img/featured/gdrive.jpg differ diff --git a/public/img/featured/misaki-aokana.jpg b/public/img/featured/misaki-aokana.jpg new file mode 100644 index 0000000..12c42cc Binary files /dev/null and b/public/img/featured/misaki-aokana.jpg differ diff --git a/public/img/featured/misaki-toaru.jpg b/public/img/featured/misaki-toaru.jpg new file mode 100644 index 0000000..73d328c Binary files /dev/null and b/public/img/featured/misaki-toaru.jpg differ diff --git a/public/img/featured/natsuki.png b/public/img/featured/natsuki.png new file mode 100644 index 0000000..721b5c7 Binary files /dev/null and b/public/img/featured/natsuki.png differ diff --git a/public/img/profile/profile.jpg b/public/img/profile/profile.jpg new file mode 100644 index 0000000..5b30082 Binary files /dev/null and b/public/img/profile/profile.jpg differ diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..d2892cf --- /dev/null +++ b/public/index.html @@ -0,0 +1,205 @@ + + + + + + + + + Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+
/img/profile/profile.jpg

Moe Poi ~

+

+ New Simulcast Yang Saya Tonton Di Winter 2020 +

1. Toaru Kagaku no Railgun T .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } Kota Akademi adalah kota yang sangat maju dalam bidang teknologi dan 80% dari 2,3 juta penduduknya adalah pelajar. Fokus utama dalam studi di kota ini untuk mempelajari kekuatan esper. Misaka Mikoto adalah salah satu esper level atas yang tinggal di kota ini bersama teman sekamarnya, Shirai Kuroko yang juga esper level atas dan merupakan anggota dari Judgement.
+

+ Cara Mengatasi Limit Pada File Google Drive +

Pada artikel kali ini, Saya akan memberikan sebuah tutorial yaitu cara cepat mengatasi limit pada file Google Drive. File pada google drive jika di download berkali-kali dan diakses banyak orang akan membuat file menjadi limit (tidak bisa download). +Hal itu dilakukan untuk membuat file tahan lama dan agar server tidak down. Google Drive adalah salah satu penyimpanan dari Google yang sangat bermanfaat bagi kita tentunya, dan dengan adanya Google Drive ini sangat membantu sekali untuk kita mendapatkan file yang kita inginkan yang berasal dari sebuah website.
+

+ Rekomendasi Anime Fall 2019 +

1. Nanatsu no Taizai: Kamigami no Gekirin +Ceritanya bakal kembali menghadirkan pertempuran dengan Ten Commandments, takdir diantara Meliodas dan Elizabeth, serta rahasia dunia yang bakal terungkap. +Studio Deen bakal menggantikan A-1 Pictures dalam memproduksi musim ketiganya. Susumu Nishizawa menjadi sutradara baru, dengan Rintarou Ikeda menggarap komposisi seri. Rie Nishino diberikan kredit khusus untuk menggarap animasi karakter. Hiroyuki Sawano, Kohta Yamamoto, dan Takafumi Wada kembali berkolaborasi sebagai komposer. + 2.
+

+ Rekomendasi Anime Summer 2019 +

1. Arifureta Shokugyou de Sekai Saikyou Nagumo Hajime adalah seorang otaku biasa yang kehidupan sederhananya mulai berubah setelah dirinya dan teman-teman kelasnya tiba-tiba terseret ke dunia fantasi. Mereka diperlakukan layaknya pahlawan dan ditugaskan untuk menyelamatkan umat manusia dari kepunahan. Apakah ini akan jadi awal dari kisah kepahlawanannya atau justru akan jadi mimpi buruknya di dunia yang penuh dengan monster dan iblis berbahaya? +2. Dr. STONE Anime fiksi ilmiah yang menceritakan perjuangan dua anak laki-laki untuk menghidupkan kembali umat manusia setelah fenomena misterius yang membuat semua orang di dunia berubah menjadi batu selama beberapa milenium.
+
+
+ +
+ + + + +
+ diff --git a/public/index.json b/public/index.json new file mode 100644 index 0000000..5a90121 --- /dev/null +++ b/public/index.json @@ -0,0 +1 @@ +[{"categories":["Anime","Collection"],"content":" Support Streaming \u0026 Download (Wajib Download Telegram) ","date":"2020-07-28","objectID":"/2020/07/28/daftar-koleksi-anime/:0:0","tags":["Anime","Collection","Telegram"],"title":"Daftar Koleksi Anime","uri":"/2020/07/28/daftar-koleksi-anime/"},{"categories":["Anime","Rekomendasi"],"content":"1. Toaru Kagaku no Railgun T .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } Kota Akademi adalah kota yang sangat maju dalam bidang teknologi dan 80% dari 2,3 juta penduduknya adalah pelajar. Fokus utama dalam studi di kota ini untuk mempelajari kekuatan esper. Misaka Mikoto adalah salah satu esper level atas yang tinggal di kota ini bersama teman sekamarnya, Shirai Kuroko yang juga esper level atas dan merupakan anggota dari Judgement. Judgement adalah badan penegak hukum yang anggotanya adalah para pelajar. Misaka dan Shirai adalah murid SMP Tokiwadai, sebuah sekolah swasta untuk esper level tinggi dan murid kaya. Bersama dengan dua teman lainnya, Uiharu Kazari dan Saten Ruiko, mereka berempat menjalani kehidupan di Kota Akademi yang penuh dengan petualangan menarik. ","date":"2020-01-24","objectID":"/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/:1:0","tags":["Anime","Rekomendasi","Winter 2020"],"title":"New Simulcast Yang Saya Tonton Di Winter 2020","uri":"/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/"},{"categories":["Anime","Rekomendasi"],"content":"2. Darwin’s Game .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } Kaname Sudou yang tak tahu apa-apa diundang untuk mencoba gim ponsel misterius yang disebut Darwin’s Game. Setelah mulai memainkannya ia menyadari dirinya tak bisa berhenti dari permainan itu. ","date":"2020-01-24","objectID":"/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/:2:0","tags":["Anime","Rekomendasi","Winter 2020"],"title":"New Simulcast Yang Saya Tonton Di Winter 2020","uri":"/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/"},{"categories":["Anime","Rekomendasi"],"content":"3. Plunderer .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } Bilangan dapat digunakan untuk merepresentasikan banyak hal. Setiap manusia memiliki “Count” yang menunjukkan jumlah mengenai kehidupan mereka. Count bisa merepresentasikan jarak berjalan seseorang atau jumlah pujian yang diterimanya. Ketika Count nol, orang tersebut dalam bahaya. Tahun 305 kalender Alcian, Hina diminta ibunya untuk mencari Baron Merah Legendaris. Dalam perjalanannya, ia bertemu dengan Licht, seorang pendekar pedang bertopeng yang berusaha menyembunyikan identitasnya karena memiliki Count yang sangat rendah. ","date":"2020-01-24","objectID":"/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/:3:0","tags":["Anime","Rekomendasi","Winter 2020"],"title":"New Simulcast Yang Saya Tonton Di Winter 2020","uri":"/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/"},{"categories":["Anime","Rekomendasi"],"content":"4. Itai no wa Iya nano de Bougyoryoku ni Kyokufuri Shitai to Omoimasu .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } Setelah menerima undangan dari temannya Risa Shiromine, Kaede Honjou mulai memainkan game VRMMO New World Online sebagai Maple. Karena kurangnya pengalaman bermain, ia menggunakan semua poinnya untuk pertahanan. Akibatnya, gerakannya lambat dan ia tak bisa menggunakan sihir. Namun, Maple mendapatkan kemampuan yang disebut “Pertahanan Absolut”. ","date":"2020-01-24","objectID":"/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/:4:0","tags":["Anime","Rekomendasi","Winter 2020"],"title":"New Simulcast Yang Saya Tonton Di Winter 2020","uri":"/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/"},{"categories":["Anime","Rekomendasi"],"content":"5. Nekopara .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } Anime ini diadaptasi dari game Nekopara Vol. 4: Neko to Patisserie no Noel. Episode pertama akan ditayang di gelaran Anime Expo pada 6 Juli 2019. ","date":"2020-01-24","objectID":"/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/:5:0","tags":["Anime","Rekomendasi","Winter 2020"],"title":"New Simulcast Yang Saya Tonton Di Winter 2020","uri":"/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/"},{"categories":["Anime","Rekomendasi"],"content":"6. Kyokou Suiri .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } Pada usia 11 tahun, Kotoko Iwanaga diculik oleh youkai (siluman) dan mendapatkan kemampuan untuk menjadi perantara antara roh dan dunia manusia. Namun, kemampuannya itu harus dibayar dengan mata kanan dan kaki kirinya. Sekarang, enam tahun setelah kejadian itu, youkai yang mengalami masalah datang berkonsultasi padanya. Suatu hari Kotoko bertemu dengan Kurou Sakuragawa, seorang mahasiswa yang memperoleh kemampuan spesial setelah insiden dengan youkai. Kotoko pun meminta Kurou untuk bekerja sama menangani berbagai masalah supernatural. ","date":"2020-01-24","objectID":"/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/:6:0","tags":["Anime","Rekomendasi","Winter 2020"],"title":"New Simulcast Yang Saya Tonton Di Winter 2020","uri":"/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/"},{"categories":["Anime","Rekomendasi"],"content":"7. Ishuzoku Reviewers .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } Kecantikan seseorang tergantung orang yang melihatnya. Orang-orang terus memperdebatkan gadis paling ideal. Mulai dari elf, succubus, dan gadis monster lainnya. Anime ini menampilkan gadis-gadis cantik tersebut dengan berbagai kelebihan masing-masing yang menunjukkan pada kita bahwa dunia fantasi mungkin tak jauh berbeda dengan dunia kita. ","date":"2020-01-24","objectID":"/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/:7:0","tags":["Anime","Rekomendasi","Winter 2020"],"title":"New Simulcast Yang Saya Tonton Di Winter 2020","uri":"/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/"},{"categories":["Anime","Rekomendasi"],"content":"8. Overflow .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } “Kakak, apakah kita benar-benar mandi bersama?” Maka, pengalaman mandi terlarang pun dimulai. Saya, saudara perempuan saya, dan teman masa kecil saya — satu pria dan dua wanita — berbagi satu kamar mandi. Setelah tanpa sadar “meluap,” cinta rahasia saudari itu keluar ?! Ini adalah komedi romantis muda yang tidak akan membiarkan Anda berkata, “sudah berakhir!” Detail MyAnimeList Anilist Kitsu Notify.Moe ","date":"2020-01-24","objectID":"/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/:8:0","tags":["Anime","Rekomendasi","Winter 2020"],"title":"New Simulcast Yang Saya Tonton Di Winter 2020","uri":"/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/"},{"categories":["Tutorial"],"content":"Pada artikel kali ini, Saya akan memberikan sebuah tutorial yaitu cara cepat mengatasi limit pada file Google Drive. File pada google drive jika di download berkali-kali dan diakses banyak orang akan membuat file menjadi limit (tidak bisa download). Hal itu dilakukan untuk membuat file tahan lama dan agar server tidak down. Google Drive adalah salah satu penyimpanan dari Google yang sangat bermanfaat bagi kita tentunya, dan dengan adanya Google Drive ini sangat membantu sekali untuk kita mendapatkan file yang kita inginkan yang berasal dari sebuah website. Google Drive ini banyak digunakan oleh orang-orang karena Google Drive ini memiliki kelebihan diantaranya yaitu tidak ada iklan dan mempunyai server yang cepat hal ini jauh dibandingkan dengan beberapa penyedia file hosting lain. File di Google Drive bisa di download setiap saat asalkan tidak mendapatkan batasan kuota. Karena itu, sekarang saya akan memberikan sebuah tutorial yaitu cara cara mengatasi Google Drive yang limit tanpa ribet. Langkah-Langkah Pertama siapkan link file Google Drive yang ingin di download. Buka situs ini. Silahkan login menggunakan akun Google Drive. Kemudian masukan link file Google Drive ke kolom URL. Klik tombol upload dan link file Google Drive yang baru (Tidak Limit) akan muncul dan bisa digunakan untuk download. PENTING !!! Tutorial ini membutuhkan space/ruang penyimpanan di Google Drive jadi pastikan ada space yang tersisa. ","date":"2019-10-04","objectID":"/2019/10/04/cara-mengatasi-limit-pada-file-google-drive/:0:0","tags":["Tutorial","Gdrive","Bypass"],"title":"Cara Mengatasi Limit Pada File Google Drive","uri":"/2019/10/04/cara-mengatasi-limit-pada-file-google-drive/"},{"categories":["Anime","Rekomendasi"],"content":"1. Nanatsu no Taizai: Kamigami no Gekirin Ceritanya bakal kembali menghadirkan pertempuran dengan Ten Commandments, takdir diantara Meliodas dan Elizabeth, serta rahasia dunia yang bakal terungkap. Studio Deen bakal menggantikan A-1 Pictures dalam memproduksi musim ketiganya. Susumu Nishizawa menjadi sutradara baru, dengan Rintarou Ikeda menggarap komposisi seri. Rie Nishino diberikan kredit khusus untuk menggarap animasi karakter. Hiroyuki Sawano, Kohta Yamamoto, dan Takafumi Wada kembali berkolaborasi sebagai komposer. 2. Shokugeki no Souma: Shin no Sara Serial ini menceritakan Soma Yukihira yang bertekad untuk menjadi pemilik kedai “Yukihira” yang dimiliki oleh ayahnya Jouichirou Yukihira, namun banyak rintangan yang harus dihadapi sebelum mewariskan kedai tersebut. Soma akhirnya masuk ke Akademi Tootsuki yang dijuluki sekolah masak yang paling ketat agar dia bisa mempelajari masakan yang ada di seluruh dunia beserta teknik memasaknya. 3. Sword Art Online: Alicization – War of Underworld Cerita ini dimulai setelah kejadian di kisah Mother’s Rosario di mana Kirito dihubungi oleh pihak JSDF. Ia ditugaskan sebagai bagian dari Project Alicization untuk melakukan uji coba dari sistem Rath yang menggunakan perangkat Full Dive generasi baru bernama Soul Translator (STL). Dalam uji coba tersebut Kirito menjalani kehidupan di dunia virtual bernama Underworld. Di sanalah ia menjadi teman dekat dengan Eugeo dan Alice, dua kecerdasan buatan (AI) penghuni dunia virtual tersebut. 4. Bokutachi wa Benkyou ga Dekinai 2 Merupakan lanjutan dari Bokutachi wa Benkyou ga Dekinai seri pertama. 5. Radiant 2 Lanjutan dari Season Pertamanya. Seth adalah penyihir bercita-cita tinggi yang tinggal di desa pastoral di bawah pengawasan mentornya. Seperti semua penyihir, Seth merupakan satu dari banyak orang yang telah terkena infeksi namun selamat dari kontak langsung dengan Nemesis, mahluk yang jatuh dari langit dan mencemari apapun yang mereka sentuh. Perjumpaannya memberikan Seth kekuatan dan membawanya untuk memilih jalan yang tampaknya sangat sempurna yaitu menjadi seseorang yang memburu keberadaan Nemesis. Seth bertujuan untuk menemukan temapat asal mereka yaitu Radiant dan menghancurkannya. Bersama dengan penyihir lainnya, ia berkeliling dunia untuk mencari Radiant, di bawah mata jahat inkuisisi. 6. Ore wo Suki nano wa Omae dake ka yo Amatsuyu Kirasagi tiba-tiba diundang oleh gadis cantik, Cosmos dan teman masa kecilnya Himawari untuk mendengarkan pengakuan cinta mereka. Namun, ketika ia menemui mereka satu-persatu, Cosmos dan Himawari malah mengaku menyukai temannya. Sementara itu, gadis lain yang berkacamata dan berambut kepang memandanginya. https://www.dailymotion.com/embed/video/x7hr05l 7. Val x Love Takuma Akutsu, anak SMA biasa yang hanya ingin hidup tenang. Sayangnya hari-hari normalnya berubah ketika sembilan perempuan Valkyrie bersaudara datang menerobos ke rumahnya. Mereka menugaskannya untuk menaikkan level mereka untuk melawan monster yang mengancam manusia. 8. Assassins Pride Di dunia dalam seri ini, hanya orang-orang dari keluarga bangsawan lah yang memiliki mana untuk bertarung melawan monster. Kufa adalah seorang yang dikirim untuk mengajar seorang gadis bernama Melida. Namun, jika gadis itu tak berbakat, ia diperintahkan untuk membunuhnya. https://www.youtube.com/watch?v=j5paOgPW3h0 9. Hataage! Kemono Michi Pegulat profesional pecinta binatang, Genzo Shibata tiba-tiba dipanggil ke dunia lain. Di sana ia disambut oleh seorang putri. Shibata diminta untuk menyingkirkan binatang buas yang berkeliaran di dunia tersebut. Ia enggan menerima permintaan itu dan membujuk sang putri. Shibata yang tak dapat kembali, memutuskan untuk hidup damai dan mengelola toko “monster” peliharaan. 10. Azur Lane Musuh kuat bernama Siren tiba-tiba muncul di lautan. Untuk melawan mereka, dibentuklah kelompok tentara Azure Lane. Anime ini mengikuti kisah perjuangan para gadis dalam melawan musuh-musuh kuat yang sebelumnya belum pernah mereka hadapi. ","date":"2019-09-15","objectID":"/2019/09/15/rekomendasi-anime-fall-2019/:0:0","tags":["Anime","Rekomendasi","Fall 2019"],"title":"Rekomendasi Anime Fall 2019","uri":"/2019/09/15/rekomendasi-anime-fall-2019/"},{"categories":["Anime","Rekomendasi"],"content":"1. Arifureta Shokugyou de Sekai Saikyou Nagumo Hajime adalah seorang otaku biasa yang kehidupan sederhananya mulai berubah setelah dirinya dan teman-teman kelasnya tiba-tiba terseret ke dunia fantasi. Mereka diperlakukan layaknya pahlawan dan ditugaskan untuk menyelamatkan umat manusia dari kepunahan. Apakah ini akan jadi awal dari kisah kepahlawanannya atau justru akan jadi mimpi buruknya di dunia yang penuh dengan monster dan iblis berbahaya? 2. Dr. STONE Anime fiksi ilmiah yang menceritakan perjuangan dua anak laki-laki untuk menghidupkan kembali umat manusia setelah fenomena misterius yang membuat semua orang di dunia berubah menjadi batu selama beberapa milenium. 3. Toaru Kagaku no Accelerator Para esper Kota Akademi diklasifikasikan dalam enam level, di mana level 0 adalah orang yang tidak memiliki kekuatan. Sementara level 5 memiliki kekuatan yang luar biasa. Dari beberapa juta esper yang ada di Kota Akademi, hanya tujuh dari mereka yang mencapai level 5, dan peringkat tertinggi di antara mereka dikenal sebagai Accelerator. 4. Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka 2 Anime ini mengisahkan Bell Cranel (disuarakan oleh Yoshitsugu Matsuoka), seorang petualang berlevel rendah yang hobi mendatangi sebuah Dungeon. Suatu hari, ia bertemu dengan Boss Monster dan terjebak dalam kondisi terdesak. Dalam kondisi tersebut, seorang petualang cantik berambut pirang, Aiz Wallenstein (Saori Ōnishi) datang dan menyelamatkan Bell. Akibat kejadian itu, Bell bersama sang dewi yang selalu menemaninya, Hestia (Inori Minase) berjuang untuk menjadi familia petualang yang kuat dalam dunia tersebut. 5. Enen no Shouboutai Tokyo dilanda teror oleh iblis yang membakar orang-orang. Dibentuklah tim pemadam kebakaran khusus. Kusakabe Shinra, seorang anak laki-laki yang memiliki kekuatan dapat berlari secepat roket. Ia bergabung dalam Pasukan Pemadam Kebakaran Khusus 8. Bisakah Pasukan Pemadam Kebakaran dapat menemukan sumber dari teror aneh ini dan menghentikannya? 6. Maou-sama, Retry! Akira Oono merupakan seorang pria biasa yang bekerja di sebuah perusahaan yang mengelola game online. Ia sendiri sering bermain dengan nama karakter Maou (Raja Kegelapan). Suatu hari, ketika login, ia terseret ke dunia fantasi dan benar-benar menjadi Maou. Di sana ia bertemu dengan seorang gadis, dan memulai petualangan bersamanya. Namun, karena kekuatannya yang luar biasa, ia diincar banyak pihak dan sering membawa masalah ke mana pun ia pergi. 7. Isekai Cheat Magician Siswa SMA biasa, Taichi Nishimura dan temannya, Rin tiba-tiba ditransfer ke dunia fantasi. Di dunia ini, Taichi dan Rin memiliki kemampuan fisik dan sihir yang luar biasa. Begitulah awal kisah keduanya dimulai… 8. Nakanohito Genome Setelah membuka konten tersembunyi dalam game Nakanohito Genome, Akatsuki Iride terlempar ke dunia game bersama dengan orang-orang lainnya yang menjadi timnya. Masing-masing dari mereka merupakan spesialis dalam game tertentu, seperti game pertarungan, game teka-teki, dan lain-lain. Setelah menyelesaikan level 1, seorang “pengajar” berkepala dingin mengumpulkan mereka dan menjelaskan bagaimana permainan akan berlanjut… ","date":"2019-09-05","objectID":"/2019/09/05/rekomendasi-anime-summer-2019/:0:0","tags":["Anime","Rekomendasi","Summer 2019"],"title":"Rekomendasi Anime Summer 2019","uri":"/2019/09/05/rekomendasi-anime-summer-2019/"},{"categories":["Important"],"content":"First Launching 🙂 ","date":"2019-08-08","objectID":"/2019/08/08/hello-world/:0:0","tags":null,"title":"Hello World","uri":"/2019/08/08/hello-world/"}] \ No newline at end of file diff --git a/public/index.xml b/public/index.xml new file mode 100644 index 0000000..2e528aa --- /dev/null +++ b/public/index.xml @@ -0,0 +1,69 @@ + + + Moepoi's Blog + http://example.org/ + This is My New Hugo Site + Hugo -- gohugo.ioenmoe@chocola.dev (Moepoi) + moe@chocola.dev (Moepoi)Tue, 28 Jul 2020 21:00:37 +0000 + + + Daftar Koleksi Anime + http://example.org/2020/07/28/daftar-koleksi-anime/ + Tue, 28 Jul 2020 21:00:37 +0000 + Author + http://example.org/2020/07/28/daftar-koleksi-anime/ + + + Support Streaming & Download (Wajib Download Telegram) ]]> + + New Simulcast Yang Saya Tonton Di Winter 2020 + http://example.org/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/ + Fri, 24 Jan 2020 05:42:18 +0000 + Author + http://example.org/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/ + + + 1. Toaru Kagaku no Railgun T .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } Kota Akademi adalah kota yang sangat maju dalam bidang teknologi dan 80% dari 2,3 juta penduduknya adalah pelajar. Fokus utama dalam studi di kota ini untuk mempelajari kekuatan esper. Misaka Mikoto adalah salah satu esper level atas yang tinggal di kota ini bersama teman sekamarnya, Shirai Kuroko yang juga esper level atas dan merupakan anggota dari Judgement.]]> + + Cara Mengatasi Limit Pada File Google Drive + http://example.org/2019/10/04/cara-mengatasi-limit-pada-file-google-drive/ + Fri, 04 Oct 2019 20:59:32 +0000 + Author + http://example.org/2019/10/04/cara-mengatasi-limit-pada-file-google-drive/ + + + Pada artikel kali ini, Saya akan memberikan sebuah tutorial yaitu cara cepat mengatasi limit pada file Google Drive. File pada google drive jika di download berkali-kali dan diakses banyak orang akan membuat file menjadi limit (tidak bisa download). +Hal itu dilakukan untuk membuat file tahan lama dan agar server tidak down. Google Drive adalah salah satu penyimpanan dari Google yang sangat bermanfaat bagi kita tentunya, dan dengan adanya Google Drive ini sangat membantu sekali untuk kita mendapatkan file yang kita inginkan yang berasal dari sebuah website.]]> + + Rekomendasi Anime Fall 2019 + http://example.org/2019/09/15/rekomendasi-anime-fall-2019/ + Sun, 15 Sep 2019 07:02:37 +0000 + Author + http://example.org/2019/09/15/rekomendasi-anime-fall-2019/ + + + 1. Nanatsu no Taizai: Kamigami no Gekirin +Ceritanya bakal kembali menghadirkan pertempuran dengan Ten Commandments, takdir diantara Meliodas dan Elizabeth, serta rahasia dunia yang bakal terungkap. +Studio Deen bakal menggantikan A-1 Pictures dalam memproduksi musim ketiganya. Susumu Nishizawa menjadi sutradara baru, dengan Rintarou Ikeda menggarap komposisi seri. Rie Nishino diberikan kredit khusus untuk menggarap animasi karakter. Hiroyuki Sawano, Kohta Yamamoto, dan Takafumi Wada kembali berkolaborasi sebagai komposer. + 2.]]> + + Rekomendasi Anime Summer 2019 + http://example.org/2019/09/05/rekomendasi-anime-summer-2019/ + Thu, 05 Sep 2019 18:54:59 +0000 + Author + http://example.org/2019/09/05/rekomendasi-anime-summer-2019/ + + + 1. Arifureta Shokugyou de Sekai Saikyou Nagumo Hajime adalah seorang otaku biasa yang kehidupan sederhananya mulai berubah setelah dirinya dan teman-teman kelasnya tiba-tiba terseret ke dunia fantasi. Mereka diperlakukan layaknya pahlawan dan ditugaskan untuk menyelamatkan umat manusia dari kepunahan. Apakah ini akan jadi awal dari kisah kepahlawanannya atau justru akan jadi mimpi buruknya di dunia yang penuh dengan monster dan iblis berbahaya? +2. Dr. STONE Anime fiksi ilmiah yang menceritakan perjuangan dua anak laki-laki untuk menghidupkan kembali umat manusia setelah fenomena misterius yang membuat semua orang di dunia berubah menjadi batu selama beberapa milenium.]]> + + Hello World + http://example.org/2019/08/08/hello-world/ + Thu, 08 Aug 2019 17:51:59 +0000 + Author + http://example.org/2019/08/08/hello-world/ + + + First Launching 🙂]]> + + diff --git a/public/js/theme.min.js b/public/js/theme.min.js new file mode 100644 index 0000000..800c925 --- /dev/null +++ b/public/js/theme.min.js @@ -0,0 +1,3 @@ +"use strict";function _objectDestructuringEmpty(a){if(null==a)throw new TypeError("Cannot destructure undefined")}function _createForOfIteratorHelper(a){if("undefined"==typeof Symbol||null==a[Symbol.iterator]){if(Array.isArray(a)||(a=_unsupportedIterableToArray(a))){var b=0,c=function(){};return{s:c,n:function n(){return b>=a.length?{done:!0}:{done:!1,value:a[b++]}},e:function e(a){throw a},f:c}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var d,e,f=!0,g=!1;return{s:function s(){d=a[Symbol.iterator]()},n:function n(){var a=d.next();return f=a.done,a},e:function e(a){g=!0,e=a},f:function f(){try{f||null==d.return||d.return()}finally{if(g)throw e}}}}function _toConsumableArray(a){return _arrayWithoutHoles(a)||_iterableToArray(a)||_unsupportedIterableToArray(a)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(a,b){if(a){if("string"==typeof a)return _arrayLikeToArray(a,b);var c=Object.prototype.toString.call(a).slice(8,-1);return"Object"===c&&a.constructor&&(c=a.constructor.name),"Map"===c||"Set"===c?Array.from(c):"Arguments"===c||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(c)?_arrayLikeToArray(a,b):void 0}}function _iterableToArray(a){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(a))return Array.from(a)}function _arrayWithoutHoles(a){if(Array.isArray(a))return _arrayLikeToArray(a)}function _arrayLikeToArray(a,b){(null==b||b>a.length)&&(b=a.length);for(var c=0,d=Array(b);c$1")),k=k.replace(new RegExp("(".concat(a,")"),"gi"),"<".concat(f,">$1"))}),b[i]={uri:i,title:j,date:h.date,context:k}}}),Object.values(b).slice(0,d)};a._index?h(i()):fetch(b.lunrIndexURL).then(function(a){return a.json()}).then(function(c){var d={};a._index=lunr(function(){var a=this;b.lunrLanguageCode&&this.use(lunr[b.lunrLanguageCode]),this.ref("objectID"),this.field("title",{boost:50}),this.field("tags",{boost:20}),this.field("categories",{boost:20}),this.field("content",{boost:10}),this.metadataWhitelist=["position"],c.forEach(function(b){d[b.objectID]=b,a.add(b)})}),a._indexData=d,h(i())}).catch(function(a){console.error(a),h([])})}else"algolia"===b.type&&(a._algoliaIndex=a._algoliaIndex||algoliasearch(b.algoliaAppID,b.algoliaSearchKey).initIndex(b.algoliaIndex),a._algoliaIndex.search(c,{offset:0,length:8*d,attributesToHighlight:["title"],attributesToSnippet:["content:".concat(e)],highlightPreTag:"<".concat(f,">"),highlightPostTag:"")}).then(function(a){var b=a.hits,c={};b.forEach(function(a){var b=a.uri,d=a.date,e=a._highlightResult.title,f=a._snippetResult.content;c[b]&&c[b].context.length>f.value||(c[b]={uri:b,title:e.value,date:d,context:f.value})}),h(Object.values(c).slice(0,d))}).catch(function(a){console.error(a),h([])}))},templates:{suggestion:function suggestion(a){var b=a.title,c=a.date,d=a.context;return"
".concat(b,"").concat(c,"
").concat(d,"
")},empty:function empty(a){var c=a.query;return"
".concat(b.noResultsFound,": \"").concat(c,"\"
")},footer:function footer(a){_objectDestructuringEmpty(a);var c="algolia"===b.type?{searchType:"algolia",icon:"",href:"https://www.algolia.com/"}:{searchType:"Lunr.js",icon:"",href:"https://lunrjs.com/"},d=c.searchType,e=c.icon,f=c.href;return"")}}});h.on("autocomplete:selected",function(a,b){window.location.assign(b.uri)}),c?a._searchMobile=h:a._searchDesktop=h};if(b.lunrSegmentitURL&&!document.getElementById("lunr-segmentit")){var n=document.createElement("script");n.id="lunr-segmentit",n.type="text/javascript",n.src=b.lunrSegmentitURL,n.async=!0,n.readyState?n.onreadystatechange=function(){("loaded"==n.readyState||"complete"==n.readyState)&&(n.onreadystatechange=null,m())}:n.onload=function(){m()},document.body.appendChild(n)}else m()}}},{key:"initDetails",value:function initDetails(){this.util.forEach(document.getElementsByClassName("details"),function(a){var b=a.getElementsByClassName("details-summary")[0];b.addEventListener("click",function(){a.classList.toggle("open")},!1)})}},{key:"initLightGallery",value:function initLightGallery(){this.config.lightGallery&&lightGallery(document.getElementById("content"),this.config.lightGallery)}},{key:"initHighlight",value:function initHighlight(){var a=this;this.util.forEach(document.querySelectorAll(".highlight > pre.chroma"),function(a){var b=document.createElement("div");b.className=a.className;var c=document.createElement("table");b.appendChild(c);var d=document.createElement("tbody");c.appendChild(d);var e=document.createElement("tr");d.appendChild(e);var f=document.createElement("td");e.appendChild(f),a.parentElement.replaceChild(b,a),f.appendChild(a)}),this.util.forEach(document.querySelectorAll(".highlight > .chroma"),function(b){var c=b.querySelectorAll("pre.chroma > code");if(c.length){var d=c[c.length-1],e=document.createElement("div");e.className="code-header "+d.className.toLowerCase();var f=document.createElement("span");f.classList.add("code-title"),f.insertAdjacentHTML("afterbegin",""),f.addEventListener("click",function(){b.classList.toggle("open")},!1),e.appendChild(f);var g=document.createElement("span");g.insertAdjacentHTML("afterbegin",""),g.classList.add("ellipses"),g.addEventListener("click",function(){b.classList.add("open")},!1),e.appendChild(g);var h=document.createElement("span");h.insertAdjacentHTML("afterbegin",""),h.classList.add("copy");var i=d.innerText;if((0>a.config.code.maxShownLines||i.split("\n").length=a;a++)this.util.forEach(document.querySelectorAll(".single .content > h"+a),function(a){a.classList.add("headerLink"),a.insertAdjacentHTML("afterbegin",""))})}},{key:"initToc",value:function initToc(){var a=this,b=document.getElementById("TableOfContents");if(null!==b)if(document.getElementById("toc-static").getAttribute("kept")||this.util.isTocStatic()){var o=document.getElementById("toc-content-static");b.parentElement!==o&&(b.parentElement.removeChild(b),o.appendChild(b)),this._tocOnScroll&&this.scrollEventSet.delete(this._tocOnScroll)}else{var p=document.getElementById("toc-content-auto");b.parentElement!==p&&(b.parentElement.removeChild(b),p.appendChild(b));var c=document.getElementById("toc-auto"),d=document.getElementsByClassName("page")[0],e=d.getBoundingClientRect();c.style.left="".concat(e.left+e.width+20,"px"),c.style.maxWidth="".concat(d.getBoundingClientRect().left-20,"px"),c.style.visibility="visible";var f=b.querySelectorAll("a:first-child"),g=b.getElementsByTagName("li"),h=document.getElementsByClassName("headerLink"),j="normal"!==document.body.getAttribute("header-desktop"),k=document.getElementById("header-desktop").offsetHeight,l=20+(j?k:0),m=c.offsetTop,n=m-l+(j?0:k);this._tocOnScroll=this._tocOnScroll||function(){var d=document.getElementById("post-footer").offsetTop,e=d-c.getBoundingClientRect().height,o=e-l+(j?0:k);a.newScrollTopo?(c.style.position="absolute",c.style.top="".concat(e,"px")):(c.style.position="fixed",c.style.top="".concat(l,"px")),a.util.forEach(f,function(a){a.classList.remove("active")}),a.util.forEach(g,function(a){a.classList.remove("has-active")});for(var p=20+(j?k:0),q=h.length-1,r=0;rp||s<=p&&t>p){q=r;break}}if(-1!==q){f[q].classList.add("active");for(var u=f[q].parentElement;u!==b;)u.classList.add("has-active"),u=u.parentElement.parentElement}},this._tocOnScroll(),this.scrollEventSet.add(this._tocOnScroll)}}},{key:"initMath",value:function initMath(){this.config.math&&renderMathInElement(document.body,this.config.math)}},{key:"initMermaid",value:function initMermaid(){var a=this,b=document.getElementsByClassName("mermaid");b.length&&(mermaid.initialize({startOnLoad:!1,theme:"null"}),this.util.forEach(b,function(b){mermaid.mermaidAPI.render("svg-"+b.id,a.data[b.id],function(a){b.insertAdjacentHTML("afterbegin",a)},b)}))}},{key:"initEcharts",value:function initEcharts(){var a=this;this._echartsOnSwitchTheme=this._echartsOnSwitchTheme||function(){a._echartsArr=a._echartsArr||[];for(var b=0;bd?(b.classList.remove("fadeInDown"),a.util.animateCSS(b,["fadeOutUp","faster"],!0)):e<-d&&(b.classList.remove("fadeOutUp"),a.util.animateCSS(b,["fadeInDown","faster"],!0))}),a.newScrollTop>100?f&&e>d?(c.classList.remove("fadeIn"),a.util.animateCSS(c,["fadeOut","faster"],!0)):(!f||e<-d)&&(c.style.display="block",c.classList.remove("fadeOut"),a.util.animateCSS(c,["fadeIn","faster"],!0)):(!f&&(c.classList.remove("fadeIn"),a.util.animateCSS(c,["fadeOut","faster"],!0)),c.style.display="none");var g,h=_createForOfIteratorHelper(a.scrollEventSet);try{for(h.s();!(g=h.n()).done;){var i=g.value;i()}}catch(a){h.e(a)}finally{h.f()}a.oldScrollTop=a.newScrollTop},!1)}},{key:"onResize",value:function onResize(){var a=this;window.addEventListener("resize",function(){a._resizeTimeout||(a._resizeTimeout=window.setTimeout(function(){a._resizeTimeout=null;var b,c=_createForOfIteratorHelper(a.resizeEventSet);try{for(c.s();!(b=c.n()).done;){var d=b.value;d()}}catch(a){c.e(a)}finally{c.f()}a.initToc(),a.initMermaid(),a.initSearch()},100))},!1)}},{key:"onClickMask",value:function onClickMask(){var a=this;document.getElementById("mask").addEventListener("click",function(){var b,c=_createForOfIteratorHelper(a.clickMaskEventSet);try{for(c.s();!(b=c.n()).done;){var d=b.value;d()}}catch(a){c.e(a)}finally{c.f()}document.body.classList.remove("blur")},!1)}},{key:"init",value:function init(){var a=this;try{this.initSVGIcon(),this.initTwemoji(),this.initMenuMobile(),this.initSwitchTheme(),this.initSearch(),this.initDetails(),this.initLightGallery(),this.initHighlight(),this.initTable(),this.initHeaderLink(),this.initSmoothScroll(),this.initMath(),this.initMermaid(),this.initEcharts(),this.initTypeit(),this.initMapbox(),this.initCookieconsent()}catch(a){console.error(a)}window.setTimeout(function(){a.initToc(),a.initComment(),a.onScroll(),a.onResize(),a.onClickMask()},100)}}]),a}(),themeInit=function(){var a=new Theme;a.init()};"loading"===document.readyState?document.addEventListener("DOMContentLoaded",themeInit,!1):themeInit(); + +//# sourceMappingURL=theme.min.js.map \ No newline at end of file diff --git a/public/js/theme.min.js.map b/public/js/theme.min.js.map new file mode 100644 index 0000000..98d6562 --- /dev/null +++ b/public/js/theme.min.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../src/js/theme.js"],"names":[],"mappings":"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","file":"theme.min.js","sourcesContent":["class Util {\n forEach(elements, handler) {\n elements = elements || [];\n for (let i = 0; i < elements.length; i++) handler(elements[i]);\n }\n\n getScrollTop() {\n return (document.documentElement && document.documentElement.scrollTop) || document.body.scrollTop;\n }\n\n isMobile() {\n return window.matchMedia('only screen and (max-width: 680px)').matches;\n }\n\n isTocStatic() {\n return window.matchMedia('only screen and (max-width: 960px)').matches;\n }\n\n animateCSS(element, animation, reserved, callback) {\n if (!Array.isArray(animation)) animation = [animation];\n element.classList.add('animated', ...animation);\n const handler = () => {\n element.classList.remove('animated', ...animation);\n element.removeEventListener('animationend', handler);\n if (typeof callback === 'function') callback();\n };\n if (!reserved) element.addEventListener('animationend', handler, false);\n }\n}\n\nclass Theme {\n constructor() {\n this.config = window.config;\n this.data = this.config.data;\n this.isDark = document.body.getAttribute('theme') === 'dark';\n this.util = new Util();\n this.newScrollTop = this.util.getScrollTop();\n this.oldScrollTop = this.newScrollTop;\n this.scrollEventSet = new Set();\n this.resizeEventSet = new Set();\n this.switchThemeEventSet = new Set();\n this.clickMaskEventSet = new Set();\n if (window.objectFitImages) objectFitImages();\n }\n\n initSVGIcon() {\n this.util.forEach(document.querySelectorAll('[data-svg-src]'), $icon => {\n fetch($icon.getAttribute('data-svg-src'))\n .then(response => response.text())\n .then(svg => {\n const $temp = document.createElement('div');\n $temp.insertAdjacentHTML('afterbegin', svg);\n const $svg = $temp.firstChild;\n $svg.setAttribute('data-svg-src', $icon.getAttribute('data-svg-src'));\n $svg.classList.add('icon');\n const $titleElements = $svg.getElementsByTagName('title');\n if ($titleElements.length) $svg.removeChild($titleElements[0]);\n $icon.parentElement.replaceChild($svg, $icon);\n })\n .catch(err => { console.error(err); });\n });\n }\n\n initTwemoji() {\n if (this.config.twemoji) twemoji.parse(document.body);\n }\n\n initMenuMobile() {\n const $menuToggleMobile = document.getElementById('menu-toggle-mobile');\n const $menuMobile = document.getElementById('menu-mobile');\n $menuToggleMobile.addEventListener('click', () => {\n document.body.classList.toggle('blur');\n $menuToggleMobile.classList.toggle('active');\n $menuMobile.classList.toggle('active');\n }, false);\n this._menuMobileOnClickMask = this._menuMobileOnClickMask || (() => {\n $menuToggleMobile.classList.remove('active');\n $menuMobile.classList.remove('active');\n });\n this.clickMaskEventSet.add(this._menuMobileOnClickMask);\n }\n\n initSwitchTheme() {\n this.util.forEach(document.getElementsByClassName('theme-switch'), $themeSwitch => {\n $themeSwitch.addEventListener('click', () => {\n if (document.body.getAttribute('theme') === 'dark') document.body.setAttribute('theme', 'light');\n else document.body.setAttribute('theme', 'dark');\n this.isDark = !this.isDark;\n window.localStorage && localStorage.setItem('theme', this.isDark ? 'dark' : 'light');\n for (let event of this.switchThemeEventSet) event();\n }, false);\n });\n }\n\n initSearch() {\n const searchConfig = this.config.search;\n const isMobile = this.util.isMobile();\n if (!searchConfig || isMobile && this._searchMobileOnce || !isMobile && this._searchDesktopOnce) return;\n\n const maxResultLength = searchConfig.maxResultLength ? searchConfig.maxResultLength : 10;\n const snippetLength = searchConfig.snippetLength ? searchConfig.snippetLength : 50;\n const highlightTag = searchConfig.highlightTag ? searchConfig.highlightTag : 'em';\n\n const suffix = isMobile ? 'mobile' : 'desktop';\n const $header = document.getElementById(`header-${suffix}`);\n const $searchInput = document.getElementById(`search-input-${suffix}`);\n const $searchToggle = document.getElementById(`search-toggle-${suffix}`);\n const $searchLoading = document.getElementById(`search-loading-${suffix}`);\n const $searchClear = document.getElementById(`search-clear-${suffix}`);\n if (isMobile) {\n this._searchMobileOnce = true;\n $searchInput.addEventListener('focus', () => {\n document.body.classList.add('blur');\n $header.classList.add('open');\n }, false);\n document.getElementById('search-cancel-mobile').addEventListener('click', () => {\n $header.classList.remove('open');\n document.body.classList.remove('blur');\n document.getElementById('menu-toggle-mobile').classList.remove('active');\n document.getElementById('menu-mobile').classList.remove('active');\n $searchLoading.style.display = 'none';\n $searchClear.style.display = 'none';\n this._searchMobile && this._searchMobile.autocomplete.setVal('');\n }, false);\n $searchClear.addEventListener('click', () => {\n $searchClear.style.display = 'none';\n this._searchMobile && this._searchMobile.autocomplete.setVal('');\n }, false);\n this._searchMobileOnClickMask = this._searchMobileOnClickMask || (() => {\n $header.classList.remove('open');\n $searchLoading.style.display = 'none';\n $searchClear.style.display = 'none';\n this._searchMobile && this._searchMobile.autocomplete.setVal('');\n });\n this.clickMaskEventSet.add(this._searchMobileOnClickMask);\n } else {\n this._searchDesktopOnce = true;\n $searchToggle.addEventListener('click', () => {\n document.body.classList.add('blur');\n $header.classList.add('open');\n $searchInput.focus();\n }, false);\n $searchClear.addEventListener('click', () => {\n $searchClear.style.display = 'none';\n this._searchDesktop && this._searchDesktop.autocomplete.setVal('');\n }, false);\n this._searchDesktopOnClickMask = this._searchDesktopOnClickMask || (() => {\n $header.classList.remove('open');\n $searchLoading.style.display = 'none';\n $searchClear.style.display = 'none';\n this._searchDesktop && this._searchDesktop.autocomplete.setVal('');\n });\n this.clickMaskEventSet.add(this._searchDesktopOnClickMask);\n }\n $searchInput.addEventListener('input', () => {\n if ($searchInput.value === '') $searchClear.style.display = 'none';\n else $searchClear.style.display = 'inline';\n }, false);\n\n const initAutosearch = () => {\n const autosearch = autocomplete(`#search-input-${suffix}`, {\n hint: false,\n autoselect: true,\n dropdownMenuContainer: `#search-dropdown-${suffix}`,\n clearOnSelected: true,\n cssClasses: { noPrefix: true },\n debug: true,\n }, {\n name: 'search',\n source: (query, callback) => {\n $searchLoading.style.display = 'inline';\n $searchClear.style.display = 'none';\n const finish = (results) => {\n $searchLoading.style.display = 'none';\n $searchClear.style.display = 'inline';\n callback(results);\n };\n if (searchConfig.type === 'lunr') {\n const search = () => {\n if (lunr.queryHandler) query = lunr.queryHandler(query);\n const results = {};\n this._index.search(query).forEach(({ ref, matchData: { metadata } }) => {\n const matchData = this._indexData[ref];\n let { uri, title, content: context } = matchData;\n if (results[uri]) return;\n let position = 0;\n Object.values(metadata).forEach(({ content }) => {\n if (content) {\n const matchPosition = content.position[0][0];\n if (matchPosition < position || position === 0) position = matchPosition;\n }\n });\n position -= snippetLength / 5;\n if (position > 0) {\n position += context.substr(position, 20).lastIndexOf(' ') + 1;\n context = '...' + context.substr(position, snippetLength);\n } else {\n context = context.substr(0, snippetLength);\n }\n Object.keys(metadata).forEach(key => {\n title = title.replace(new RegExp(`(${key})`, 'gi'), `<${highlightTag}>$1`);\n context = context.replace(new RegExp(`(${key})`, 'gi'), `<${highlightTag}>$1`);\n });\n results[uri] = {\n 'uri': uri,\n 'title' : title,\n 'date' : matchData.date,\n 'context' : context,\n };\n });\n return Object.values(results).slice(0, maxResultLength);\n }\n if (!this._index) {\n fetch(searchConfig.lunrIndexURL)\n .then(response => response.json())\n .then(data => {\n const indexData = {};\n this._index = lunr(function () {\n if (searchConfig.lunrLanguageCode) this.use(lunr[searchConfig.lunrLanguageCode]);\n this.ref('objectID');\n this.field('title', { boost: 50 });\n this.field('tags', { boost: 20 });\n this.field('categories', { boost: 20 });\n this.field('content', { boost: 10 });\n this.metadataWhitelist = ['position'];\n data.forEach((record) => {\n indexData[record.objectID] = record;\n this.add(record);\n });\n });\n this._indexData = indexData;\n finish(search());\n }).catch(err => {\n console.error(err);\n finish([]);\n });\n } else finish(search());\n } else if (searchConfig.type === 'algolia') {\n this._algoliaIndex = this._algoliaIndex || algoliasearch(searchConfig.algoliaAppID, searchConfig.algoliaSearchKey).initIndex(searchConfig.algoliaIndex);\n this._algoliaIndex\n .search(query, {\n offset: 0,\n length: maxResultLength * 8,\n attributesToHighlight: ['title'],\n attributesToSnippet: [`content:${snippetLength}`],\n highlightPreTag: `<${highlightTag}>`,\n highlightPostTag: ``,\n })\n .then(({ hits }) => {\n const results = {};\n hits.forEach(({ uri, date, _highlightResult: { title }, _snippetResult: { content } }) => {\n if (results[uri] && results[uri].context.length > content.value) return;\n results[uri] = {\n uri: uri,\n title: title.value,\n date: date,\n context: content.value,\n };\n });\n finish(Object.values(results).slice(0, maxResultLength));\n })\n .catch(err => {\n console.error(err);\n finish([]);\n });\n }\n },\n templates: {\n suggestion: ({ title, date, context }) => `
${title}${date}
${context}
`,\n empty: ({ query }) => `
${searchConfig.noResultsFound}: \"${query}\"
`,\n footer: ({}) => {\n const { searchType, icon, href } = searchConfig.type === 'algolia' ? {\n searchType: 'algolia',\n icon: '',\n href: 'https://www.algolia.com/',\n } : {\n searchType: 'Lunr.js',\n icon: '',\n href: 'https://lunrjs.com/',\n };\n return ``;},\n },\n });\n autosearch.on('autocomplete:selected', (_event, suggestion, _dataset, _context) => {\n window.location.assign(suggestion.uri);\n });\n if (isMobile) this._searchMobile = autosearch;\n else this._searchDesktop = autosearch;\n };\n if (searchConfig.lunrSegmentitURL && !document.getElementById('lunr-segmentit')) {\n const script = document.createElement('script');\n script.id = 'lunr-segmentit';\n script.type = 'text/javascript';\n script.src = searchConfig.lunrSegmentitURL;\n script.async = true;\n if (script.readyState) {\n script.onreadystatechange = () => {\n if (script.readyState == 'loaded' || script.readyState == 'complete'){\n script.onreadystatechange = null;\n initAutosearch();\n }\n };\n } else {\n script.onload = () => {\n initAutosearch();\n };\n }\n document.body.appendChild(script);\n } else initAutosearch();\n }\n\n initDetails() {\n this.util.forEach(document.getElementsByClassName('details'), $details => {\n const $summary = $details.getElementsByClassName('details-summary')[0];\n $summary.addEventListener('click', () => {\n $details.classList.toggle('open');\n }, false);\n });\n }\n\n initLightGallery() {\n if (this.config.lightGallery) lightGallery(document.getElementById('content'), this.config.lightGallery);\n }\n\n initHighlight() {\n this.util.forEach(document.querySelectorAll('.highlight > pre.chroma'), $preChroma => {\n const $chroma = document.createElement('div');\n $chroma.className = $preChroma.className;\n const $table = document.createElement('table');\n $chroma.appendChild($table);\n const $tbody = document.createElement('tbody');\n $table.appendChild($tbody);\n const $tr = document.createElement('tr');\n $tbody.appendChild($tr);\n const $td = document.createElement('td');\n $tr.appendChild($td);\n $preChroma.parentElement.replaceChild($chroma, $preChroma);\n $td.appendChild($preChroma);\n });\n this.util.forEach(document.querySelectorAll('.highlight > .chroma'), $chroma => {\n const $codeElements = $chroma.querySelectorAll('pre.chroma > code');\n if ($codeElements.length) {\n const $code = $codeElements[$codeElements.length - 1];\n const $header = document.createElement('div');\n $header.className = 'code-header ' + $code.className.toLowerCase();\n const $title = document.createElement('span');\n $title.classList.add('code-title');\n $title.insertAdjacentHTML('afterbegin', '');\n $title.addEventListener('click', () => {\n $chroma.classList.toggle('open');\n }, false);\n $header.appendChild($title);\n const $ellipses = document.createElement('span');\n $ellipses.insertAdjacentHTML('afterbegin', '');\n $ellipses.classList.add('ellipses');\n $ellipses.addEventListener('click', () => {\n $chroma.classList.add('open');\n }, false);\n $header.appendChild($ellipses);\n const $copy = document.createElement('span');\n $copy.insertAdjacentHTML('afterbegin', '');\n $copy.classList.add('copy');\n const code = $code.innerText;\n if (this.config.code.maxShownLines < 0 || code.split('\\n').length < this.config.code.maxShownLines + 2) $chroma.classList.add('open');\n if (this.config.code.copyTitle) {\n $copy.setAttribute('data-clipboard-text', code);\n $copy.title = this.config.code.copyTitle;\n const clipboard = new ClipboardJS($copy);\n clipboard.on('success', _e => {\n this.util.animateCSS($code, 'flash');\n });\n $header.appendChild($copy);\n }\n $chroma.insertBefore($header, $chroma.firstChild);\n }\n });\n }\n\n initTable() {\n this.util.forEach(document.querySelectorAll('.content table'), $table => {\n const $wrapper = document.createElement('div');\n $wrapper.className = 'table-wrapper';\n $table.parentElement.replaceChild($wrapper, $table);\n $wrapper.appendChild($table);\n });\n }\n\n initHeaderLink() {\n for (let num = 1; num <= 6; num++) {\n this.util.forEach(document.querySelectorAll('.single .content > h' + num), $header => {\n $header.classList.add('headerLink');\n $header.insertAdjacentHTML('afterbegin', ``);\n });\n }\n }\n\n initToc() {\n const $tocCore = document.getElementById('TableOfContents');\n if ($tocCore === null) return;\n if (document.getElementById('toc-static').getAttribute('kept') || this.util.isTocStatic()) {\n const $tocContentStatic = document.getElementById('toc-content-static');\n if ($tocCore.parentElement !== $tocContentStatic) {\n $tocCore.parentElement.removeChild($tocCore);\n $tocContentStatic.appendChild($tocCore);\n }\n if (this._tocOnScroll) this.scrollEventSet.delete(this._tocOnScroll);\n } else {\n const $tocContentAuto = document.getElementById('toc-content-auto');\n if ($tocCore.parentElement !== $tocContentAuto) {\n $tocCore.parentElement.removeChild($tocCore);\n $tocContentAuto.appendChild($tocCore);\n }\n const $toc = document.getElementById('toc-auto');\n const $page = document.getElementsByClassName('page')[0];\n const rect = $page.getBoundingClientRect();\n $toc.style.left = `${rect.left + rect.width + 20}px`;\n $toc.style.maxWidth = `${$page.getBoundingClientRect().left - 20}px`;\n $toc.style.visibility = 'visible';\n const $tocLinkElements = $tocCore.querySelectorAll('a:first-child');\n const $tocLiElements = $tocCore.getElementsByTagName('li');\n const $headerLinkElements = document.getElementsByClassName('headerLink');\n const headerIsFixed = document.body.getAttribute('header-desktop') !== 'normal';\n const headerHeight = document.getElementById('header-desktop').offsetHeight;\n const TOP_SPACING = 20 + (headerIsFixed ? headerHeight : 0);\n const minTocTop = $toc.offsetTop;\n const minScrollTop = minTocTop - TOP_SPACING + (headerIsFixed ? 0 : headerHeight);\n this._tocOnScroll = this._tocOnScroll || (() => {\n const footerTop = document.getElementById('post-footer').offsetTop;\n const maxTocTop = footerTop - $toc.getBoundingClientRect().height;\n const maxScrollTop = maxTocTop - TOP_SPACING + (headerIsFixed ? 0 : headerHeight);\n if (this.newScrollTop < minScrollTop) {\n $toc.style.position = 'absolute';\n $toc.style.top = `${minTocTop}px`;\n } else if (this.newScrollTop > maxScrollTop) {\n $toc.style.position = 'absolute';\n $toc.style.top = `${maxTocTop}px`;\n } else {\n $toc.style.position = 'fixed';\n $toc.style.top = `${TOP_SPACING}px`;\n }\n\n this.util.forEach($tocLinkElements, $tocLink => { $tocLink.classList.remove('active'); });\n this.util.forEach($tocLiElements, $tocLi => { $tocLi.classList.remove('has-active'); });\n const INDEX_SPACING = 20 + (headerIsFixed ? headerHeight : 0);\n let activeTocIndex = $headerLinkElements.length - 1;\n for (let i = 0; i < $headerLinkElements.length - 1; i++) {\n const thisTop = $headerLinkElements[i].getBoundingClientRect().top;\n const nextTop = $headerLinkElements[i + 1].getBoundingClientRect().top;\n if ((i == 0 && thisTop > INDEX_SPACING)\n || (thisTop <= INDEX_SPACING && nextTop > INDEX_SPACING)) {\n activeTocIndex = i;\n break;\n }\n }\n if (activeTocIndex !== -1) {\n $tocLinkElements[activeTocIndex].classList.add('active');\n let $parent = $tocLinkElements[activeTocIndex].parentElement;\n while ($parent !== $tocCore) {\n $parent.classList.add('has-active');\n $parent = $parent.parentElement.parentElement;\n }\n }\n });\n this._tocOnScroll();\n this.scrollEventSet.add(this._tocOnScroll);\n }\n }\n\n initMath() {\n if (this.config.math) renderMathInElement(document.body, this.config.math);\n }\n\n initMermaid() {\n const $mermaidElements = document.getElementsByClassName('mermaid');\n if ($mermaidElements.length) {\n mermaid.initialize({startOnLoad: false, theme: 'null'});\n this.util.forEach($mermaidElements, $mermaid => {\n mermaid.mermaidAPI.render('svg-' + $mermaid.id, this.data[$mermaid.id], svgCode => {\n $mermaid.insertAdjacentHTML('afterbegin', svgCode);\n }, $mermaid);\n });\n }\n }\n\n initEcharts() {\n this._echartsOnSwitchTheme = this._echartsOnSwitchTheme || (() => {\n this._echartsArr = this._echartsArr || [];\n for (let i = 0; i < this._echartsArr.length; i++) {\n this._echartsArr[i].dispose();\n }\n this._echartsArr = [];\n this.util.forEach(document.getElementsByClassName('echarts'), $echarts => {\n const chart = echarts.init($echarts, this.isDark ? 'dark' : 'macarons', {renderer: 'svg'});\n chart.setOption(JSON.parse(this.data[$echarts.id]));\n this._echartsArr.push(chart);\n });\n });\n this.switchThemeEventSet.add(this._echartsOnSwitchTheme);\n this._echartsOnSwitchTheme();\n this._echartsOnResize = this._echartsOnResize || (() => {\n for (let i = 0; i < this._echartsArr.length; i++) {\n this._echartsArr[i].resize();\n }\n });\n this.resizeEventSet.add(this._echartsOnResize);\n }\n\n initMapbox() {\n if (this.config.mapbox) {\n mapboxgl.accessToken = this.config.mapbox.accessToken;\n mapboxgl.setRTLTextPlugin(this.config.mapbox.RTLTextPlugin);\n this._mapboxArr = this._mapboxArr || [];\n this.util.forEach(document.getElementsByClassName('mapbox'), $mapbox => {\n const { lng, lat, zoom, lightStyle, darkStyle, marked, navigation, geolocate, scale, fullscreen } = this.data[$mapbox.id];\n const mapbox = new mapboxgl.Map({\n container: $mapbox,\n center: [lng, lat],\n zoom: zoom,\n minZoom: .2,\n style: this.isDark ? darkStyle : lightStyle,\n attributionControl: false,\n });\n if (marked) {\n new mapboxgl.Marker().setLngLat([lng, lat]).addTo(mapbox);\n }\n if (navigation) {\n mapbox.addControl(new mapboxgl.NavigationControl(), 'bottom-right');\n }\n if (geolocate) {\n mapbox.addControl(new mapboxgl.GeolocateControl({\n positionOptions: {\n enableHighAccuracy: true,\n },\n showUserLocation: true,\n trackUserLocation: true,\n }), 'bottom-right');\n }\n if (scale) {\n mapbox.addControl(new mapboxgl.ScaleControl());\n }\n if (fullscreen) {\n mapbox.addControl(new mapboxgl.FullscreenControl());\n }\n mapbox.addControl(new MapboxLanguage());\n this._mapboxArr.push(mapbox);\n });\n this._mapboxOnSwitchTheme = this._mapboxOnSwitchTheme || (() => {\n this.util.forEach(this._mapboxArr, mapbox => {\n const $mapbox = mapbox.getContainer();\n const { lightStyle, darkStyle } = this.data[$mapbox.id];\n mapbox.setStyle(this.isDark ? darkStyle : lightStyle);\n mapbox.addControl(new MapboxLanguage());\n });\n });\n this.switchThemeEventSet.add(this._mapboxOnSwitchTheme);\n }\n }\n\n initTypeit() {\n if (this.config.typeit) {\n const typeitConfig = this.config.typeit;\n const speed = typeitConfig.speed ? typeitConfig.speed : 100;\n const cursorSpeed = typeitConfig.cursorSpeed ? typeitConfig.cursorSpeed : 1000;\n const cursorChar = typeitConfig.cursorChar ? typeitConfig.cursorChar : '|';\n Object.values(typeitConfig.data).forEach(group => {\n const typeone = (i) => {\n const id = group[i];\n const instance = new TypeIt(`#${id}`, {\n strings: this.data[id],\n speed: speed,\n lifeLike: true,\n cursorSpeed: cursorSpeed,\n cursorChar: cursorChar,\n waitUntilVisible: true,\n afterComplete: () => {\n if (i === group.length - 1) {\n if (typeitConfig.duration >= 0) window.setTimeout(() => {\n instance.destroy();\n }, typeitConfig.duration);\n return;\n }\n instance.destroy();\n typeone(i + 1);\n },\n }).go();\n };\n typeone(0);\n });\n }\n }\n\n initComment() {\n if (this.config.comment) {\n if (this.config.comment.gitalk) {\n this.config.comment.gitalk.body = decodeURI(window.location.href);\n const gitalk = new Gitalk(this.config.comment.gitalk);\n gitalk.render('gitalk');\n }\n if (this.config.comment.valine) new Valine(this.config.comment.valine);\n if (this.config.comment.utterances) {\n const utterancesConfig = this.config.comment.utterances;\n const script = document.createElement('script');\n script.src = 'https://utteranc.es/client.js';\n script.type = 'text/javascript';\n script.setAttribute('repo', utterancesConfig.repo);\n script.setAttribute('issue-term', utterancesConfig.issueTerm);\n if (utterancesConfig.label) script.setAttribute('label', utterancesConfig.label);\n script.setAttribute('theme', this.isDark ? utterancesConfig.darkTheme : utterancesConfig.lightTheme);\n script.crossOrigin = 'anonymous';\n script.async = true;\n document.getElementById('utterances').appendChild(script);\n this._utterancesOnSwitchTheme = this._utterancesOnSwitchTheme || (() => {\n const message = {\n type: 'set-theme',\n theme: this.isDark ? utterancesConfig.darkTheme : utterancesConfig.lightTheme,\n };\n const iframe = document.querySelector('.utterances-frame');\n iframe.contentWindow.postMessage(message, 'https://utteranc.es');\n });\n this.switchThemeEventSet.add(this._utterancesOnSwitchTheme);\n }\n }\n }\n\n initSmoothScroll() {\n if (SmoothScroll) new SmoothScroll('[href^=\"#\"]', { speed: 300, speedAsDuration: true, header: '#header-desktop' });\n }\n\n initCookieconsent() {\n if (this.config.cookieconsent) cookieconsent.initialise(this.config.cookieconsent);\n }\n\n onScroll() {\n const $headers = [];\n if (document.body.getAttribute('header-desktop') === 'auto') $headers.push(document.getElementById('header-desktop'));\n if (document.body.getAttribute('header-mobile') === 'auto') $headers.push(document.getElementById('header-mobile'));\n if (document.getElementById('comments')) {\n const $viewComments = document.getElementById('view-comments');\n $viewComments.href = `#comments`;\n $viewComments.style.display = 'block';\n }\n const $fixedButtons = document.getElementById('fixed-buttons');\n const ACCURACY = 20, MINIMUM = 100;\n window.addEventListener('scroll', () => {\n this.newScrollTop = this.util.getScrollTop();\n const scroll = this.newScrollTop - this.oldScrollTop;\n const isMobile = this.util.isMobile();\n this.util.forEach($headers, $header => {\n if (scroll > ACCURACY) {\n $header.classList.remove('fadeInDown');\n this.util.animateCSS($header, ['fadeOutUp', 'faster'], true);\n } else if (scroll < - ACCURACY) {\n $header.classList.remove('fadeOutUp');\n this.util.animateCSS($header, ['fadeInDown', 'faster'], true);\n }\n });\n if (this.newScrollTop > MINIMUM) {\n if (isMobile && scroll > ACCURACY) {\n $fixedButtons.classList.remove('fadeIn');\n this.util.animateCSS($fixedButtons, ['fadeOut', 'faster'], true);\n } else if (!isMobile || scroll < - ACCURACY) {\n $fixedButtons.style.display = 'block';\n $fixedButtons.classList.remove('fadeOut');\n this.util.animateCSS($fixedButtons, ['fadeIn', 'faster'], true);\n }\n } else {\n if (!isMobile) {\n $fixedButtons.classList.remove('fadeIn');\n this.util.animateCSS($fixedButtons, ['fadeOut', 'faster'], true);\n }\n $fixedButtons.style.display = 'none';\n }\n for (let event of this.scrollEventSet) event();\n this.oldScrollTop = this.newScrollTop;\n }, false);\n }\n\n onResize() {\n window.addEventListener('resize', () => {\n if (!this._resizeTimeout) {\n this._resizeTimeout = window.setTimeout(() => {\n this._resizeTimeout = null;\n for (let event of this.resizeEventSet) event();\n this.initToc();\n this.initMermaid();\n this.initSearch();\n }, 100);\n }\n }, false);\n }\n\n onClickMask() {\n document.getElementById('mask').addEventListener('click', () => {\n for (let event of this.clickMaskEventSet) event();\n document.body.classList.remove('blur');\n }, false);\n }\n\n init() {\n try {\n this.initSVGIcon();\n this.initTwemoji();\n this.initMenuMobile();\n this.initSwitchTheme();\n this.initSearch();\n this.initDetails();\n this.initLightGallery();\n this.initHighlight();\n this.initTable();\n this.initHeaderLink();\n this.initSmoothScroll();\n this.initMath();\n this.initMermaid();\n this.initEcharts();\n this.initTypeit();\n this.initMapbox();\n this.initCookieconsent();\n } catch (err) {\n console.error(err);\n }\n\n window.setTimeout(() => {\n this.initToc();\n this.initComment();\n\n this.onScroll();\n this.onResize();\n this.onClickMask();\n }, 100);\n }\n}\n\nconst themeInit = () => {\n const theme = new Theme();\n theme.init();\n};\n\nif (document.readyState !== 'loading') {\n themeInit();\n} else {\n document.addEventListener('DOMContentLoaded', themeInit, false);\n}\n"]} \ No newline at end of file diff --git a/public/lib/animate/animate.min.css b/public/lib/animate/animate.min.css new file mode 100644 index 0000000..f3f1068 --- /dev/null +++ b/public/lib/animate/animate.min.css @@ -0,0 +1,11 @@ +@charset "UTF-8"; + +/*! + * animate.css -https://daneden.github.io/animate.css/ + * Version - 3.7.2 + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * + * Copyright (c) 2019 Daniel Eden + */ + +@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}} \ No newline at end of file diff --git a/public/lib/autocomplete/autocomplete.min.js b/public/lib/autocomplete/autocomplete.min.js new file mode 100644 index 0000000..e115402 --- /dev/null +++ b/public/lib/autocomplete/autocomplete.min.js @@ -0,0 +1,7 @@ +/*! + * autocomplete.js 0.37.1 + * https://github.com/algolia/autocomplete.js + * Copyright 2020 Algolia, Inc. and other contributors; Licensed MIT + */ +!function(a,b){"object"==typeof exports&&"object"==typeof module?module.exports=b():"function"==typeof define&&define.amd?define([],b):"object"==typeof exports?exports.autocomplete=b():a.autocomplete=b()}(this,function(){return function(a){function b(d){if(c[d])return c[d].exports;var e=c[d]={exports:{},id:d,loaded:!1};return a[d].call(e.exports,e,e.exports,b),e.loaded=!0,e.exports}var c={};return b.m=a,b.c=c,b.p="",b(0)}([function(a,b,c){"use strict";a.exports=c(1)},function(a,b,c){"use strict";function d(a,b,c,d){c=f.isArray(c)?c:[].slice.call(arguments,2);var j=e(a).each(function(a,f){var j=e(f),k=new i({el:j}),l=d||new h({input:j,eventBus:k,dropdownMenuContainer:b.dropdownMenuContainer,hint:void 0===b.hint||!!b.hint,minLength:b.minLength,autoselect:b.autoselect,autoselectOnBlur:b.autoselectOnBlur,tabAutocomplete:b.tabAutocomplete,openOnFocus:b.openOnFocus,templates:b.templates,debug:b.debug,clearOnSelected:b.clearOnSelected,cssClasses:b.cssClasses,datasets:c,keyboardShortcuts:b.keyboardShortcuts,appendTo:b.appendTo,autoWidth:b.autoWidth,ariaLabel:b.ariaLabel||f.getAttribute("aria-label")});j.data(g,l)});return j.autocomplete={},f.each(["open","close","getVal","setVal","destroy","getWrapper"],function(a){j.autocomplete[a]=function(){var b,c=arguments;return j.each(function(d,f){var h=e(f).data(g);b=h[a].apply(h,c)}),b}}),j}var e=c(2);c(3).element=e;var f=c(4);f.isArray=e.isArray,f.isFunction=e.isFunction,f.isObject=e.isPlainObject,f.bind=e.proxy,f.each=function(a,b){function c(a,c){return b(c,a)}e.each(a,c)},f.map=e.map,f.mixin=e.extend,f.Event=e.Event;var g="aaAutocomplete",h=c(5),i=c(6);d.sources=h.sources,d.escapeHighlightedString=f.escapeHighlightedString;var j="autocomplete"in window,k=window.autocomplete;d.noConflict=function(){return j?window.autocomplete=k:delete window.autocomplete,d},a.exports=d},function(a,b){!function(b,c){a.exports=function(a){var b=function(){function b(a){return null==a?String(a):V[W.call(a)]||"object"}function c(a){return"function"==b(a)}function d(a){return null!=a&&a==a.window}function e(a){return null!=a&&a.nodeType==a.DOCUMENT_NODE}function f(a){return"object"==b(a)}function g(a){return f(a)&&!d(a)&&Object.getPrototypeOf(a)==Object.prototype}function h(a){var b=!!a&&"length"in a&&a.length,c=z.type(a);return"function"!=c&&!d(a)&&("array"==c||0===b||"number"==typeof b&&b>0&&b-1 in a)}function i(a){return F.call(a,function(a){return null!=a})}function j(a){return a.length>0?z.fn.concat.apply([],a):a}function k(a){return a.replace(/::/g,"/").replace(/([A-Z]+)([A-Z][a-z])/g,"$1_$2").replace(/([a-z\d])([A-Z])/g,"$1_$2").replace(/_/g,"-").toLowerCase()}function l(a){return a in J?J[a]:J[a]=new RegExp("(^|\\s)"+a+"(\\s|$)")}function m(a,b){return"number"!=typeof b||K[k(a)]?b:b+"px"}function n(a){var b,c;return I[a]||(b=H.createElement(a),H.body.appendChild(b),c=getComputedStyle(b,"").getPropertyValue("display"),b.parentNode.removeChild(b),"none"==c&&(c="block"),I[a]=c),I[a]}function o(a){return"children"in a?G.call(a.children):z.map(a.childNodes,function(a){if(1==a.nodeType)return a})}function p(a,b){var c,d=a?a.length:0;for(c=0;c]*>/,M=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,N=/^(?:body|html)$/i,O=["val","css","html","text","data","width","height","offset"],P=["after","prepend","before","append"],Q=H.createElement("table"),R=H.createElement("tr"),S={tr:H.createElement("tbody"),tbody:Q,thead:Q,tfoot:Q,td:R,th:R,"*":H.createElement("div")},T=/complete|loaded|interactive/,U=/^[\w-]*$/,V={},W=V.toString,X={},Y=H.createElement("div"),Z={tabindex:"tabIndex",readonly:"readOnly",for:"htmlFor",class:"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},$=Array.isArray||function(a){return a instanceof Array};return X.matches=function(a,b){if(!b||!a||1!==a.nodeType)return!1;var c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.matchesSelector;if(c)return c.call(a,b);var d,e=a.parentNode,f=!e;return f&&(e=Y).appendChild(a),d=~X.qsa(e,b).indexOf(a),f&&Y.removeChild(a),d},B=function(a){return a.replace(/-+(.)?/g,function(a,b){return b?b.toUpperCase():""})},C=function(a){return F.call(a,function(b,c){return a.indexOf(b)==c})},X.fragment=function(a,b,c){var d,e,f;return M.test(a)&&(d=z(H.createElement(RegExp.$1))),d||(a.replace&&(a=a.replace(/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,"<$1>")),b===x&&(b=L.test(a)&&RegExp.$1),b in S||(b="*"),f=S[b],f.innerHTML=""+a,d=z.each(G.call(f.childNodes),function(){f.removeChild(this)})),g(c)&&(e=z(d),z.each(c,function(a,b){O.indexOf(a)>-1?e[a](b):e.attr(a,b)})),d},X.Z=function(a,b){return new p(a,b)},X.isZ=function(a){return a instanceof X.Z},X.init=function(a,b){var d;if(!a)return X.Z();if("string"==typeof a)if(a=a.trim(),"<"==a[0]&&L.test(a))d=X.fragment(a,RegExp.$1,b),a=null;else{if(b!==x)return z(b).find(a);d=X.qsa(H,a)}else{if(c(a))return z(H).ready(a);if(X.isZ(a))return a;if($(a))d=i(a);else if(f(a))d=[a],a=null;else if(L.test(a))d=X.fragment(a.trim(),RegExp.$1,b),a=null;else{if(b!==x)return z(b).find(a);d=X.qsa(H,a)}}return X.Z(d,a)},z=function(a,b){return X.init(a,b)},z.extend=function(a){var b,c=G.call(arguments,1);return"boolean"==typeof a&&(b=a,a=c.shift()),c.forEach(function(c){q(a,c,b)}),a},X.qsa=function(a,b){var c,d="#"==b[0],e=!d&&"."==b[0],f=d||e?b.slice(1):b,g=U.test(f);return a.getElementById&&g&&d?(c=a.getElementById(f))?[c]:[]:1!==a.nodeType&&9!==a.nodeType&&11!==a.nodeType?[]:G.call(g&&!d&&a.getElementsByClassName?e?a.getElementsByClassName(f):a.getElementsByTagName(b):a.querySelectorAll(b))},z.contains=H.documentElement.contains?function(a,b){return a!==b&&a.contains(b)}:function(a,b){for(;b&&(b=b.parentNode);)if(b===a)return!0;return!1},z.type=b,z.isFunction=c,z.isWindow=d,z.isArray=$,z.isPlainObject=g,z.isEmptyObject=function(a){var b;for(b in a)return!1;return!0},z.isNumeric=function(a){var b=Number(a),c=typeof a;return null!=a&&"boolean"!=c&&("string"!=c||a.length)&&!isNaN(b)&&isFinite(b)||!1},z.inArray=function(a,b,c){return D.indexOf.call(b,a,c)},z.camelCase=B,z.trim=function(a){return null==a?"":String.prototype.trim.call(a)},z.uuid=0,z.support={},z.expr={},z.noop=function(){},z.map=function(a,b){var c,d,e,f=[];if(h(a))for(d=0;d=0?a:a+this.length]},toArray:function(){return this.get()},size:function(){return this.length},remove:function(){return this.each(function(){null!=this.parentNode&&this.parentNode.removeChild(this)})},each:function(a){return D.every.call(this,function(b,c){return a.call(b,c,b)!==!1}),this},filter:function(a){return c(a)?this.not(this.not(a)):z(F.call(this,function(b){return X.matches(b,a)}))},add:function(a,b){return z(C(this.concat(z(a,b))))},is:function(a){return this.length>0&&X.matches(this[0],a)},not:function(a){var b=[];if(c(a)&&a.call!==x)this.each(function(c){a.call(this,c)||b.push(this)});else{var d="string"==typeof a?this.filter(a):h(a)&&c(a.item)?G.call(a):z(a);this.forEach(function(a){d.indexOf(a)<0&&b.push(a)})}return z(b)},has:function(a){return this.filter(function(){return f(a)?z.contains(this,a):z(this).find(a).size()})},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){var a=this[0];return a&&!f(a)?a:z(a)},last:function(){var a=this[this.length-1];return a&&!f(a)?a:z(a)},find:function(a){var b=this;return a?"object"==typeof a?z(a).filter(function(){var a=this;return D.some.call(b,function(b){return z.contains(b,a)})}):1==this.length?z(X.qsa(this[0],a)):this.map(function(){return X.qsa(this,a)}):z()},closest:function(a,b){var c=[],d="object"==typeof a&&z(a);return this.each(function(f,g){for(;g&&!(d?d.indexOf(g)>=0:X.matches(g,a));)g=g!==b&&!e(g)&&g.parentNode;g&&c.indexOf(g)<0&&c.push(g)}),z(c)},parents:function(a){for(var b=[],c=this;c.length>0;)c=z.map(c,function(a){if((a=a.parentNode)&&!e(a)&&b.indexOf(a)<0)return b.push(a),a});return r(b,a)},parent:function(a){return r(C(this.pluck("parentNode")),a)},children:function(a){return r(this.map(function(){return o(this)}),a)},contents:function(){return this.map(function(){return this.contentDocument||G.call(this.childNodes)})},siblings:function(a){return r(this.map(function(a,b){return F.call(o(b.parentNode),function(a){return a!==b})}),a)},empty:function(){return this.each(function(){this.innerHTML=""})},pluck:function(a){return z.map(this,function(b){return b[a]})},show:function(){return this.each(function(){"none"==this.style.display&&(this.style.display=""),"none"==getComputedStyle(this,"").getPropertyValue("display")&&(this.style.display=n(this.nodeName))})},replaceWith:function(a){return this.before(a).remove()},wrap:function(a){var b=c(a);if(this[0]&&!b)var d=z(a).get(0),e=d.parentNode||this.length>1;return this.each(function(c){z(this).wrapAll(b?a.call(this,c):e?d.cloneNode(!0):d)})},wrapAll:function(a){if(this[0]){z(this[0]).before(a=z(a));for(var b;(b=a.children()).length;)a=b.first();z(a).append(this)}return this},wrapInner:function(a){var b=c(a);return this.each(function(c){var d=z(this),e=d.contents(),f=b?a.call(this,c):a;e.length?e.wrapAll(f):d.append(f)})},unwrap:function(){return this.parent().each(function(){z(this).replaceWith(z(this).children())}),this},clone:function(){return this.map(function(){return this.cloneNode(!0)})},hide:function(){return this.css("display","none")},toggle:function(a){return this.each(function(){var b=z(this);(a===x?"none"==b.css("display"):a)?b.show():b.hide()})},prev:function(a){return z(this.pluck("previousElementSibling")).filter(a||"*")},next:function(a){return z(this.pluck("nextElementSibling")).filter(a||"*")},html:function(a){return 0 in arguments?this.each(function(b){var c=this.innerHTML;z(this).empty().append(s(this,a,b,c))}):0 in this?this[0].innerHTML:null},text:function(a){return 0 in arguments?this.each(function(b){var c=s(this,a,b,this.textContent);this.textContent=null==c?"":""+c}):0 in this?this.pluck("textContent").join(""):null},attr:function(a,b){var c;return"string"!=typeof a||1 in arguments?this.each(function(c){if(1===this.nodeType)if(f(a))for(y in a)t(this,y,a[y]);else t(this,a,s(this,b,c,this.getAttribute(a)))}):0 in this&&1==this[0].nodeType&&null!=(c=this[0].getAttribute(a))?c:x},removeAttr:function(a){return this.each(function(){1===this.nodeType&&a.split(" ").forEach(function(a){t(this,a)},this)})},prop:function(a,b){return a=Z[a]||a,1 in arguments?this.each(function(c){this[a]=s(this,b,c,this[a])}):this[0]&&this[0][a]},removeProp:function(a){return a=Z[a]||a,this.each(function(){delete this[a]})},data:function(a,b){var c="data-"+a.replace(/([A-Z])/g,"-$1").toLowerCase(),d=1 in arguments?this.attr(c,b):this.attr(c);return null!==d?v(d):x},val:function(a){return 0 in arguments?(null==a&&(a=""),this.each(function(b){this.value=s(this,a,b,this.value)})):this[0]&&(this[0].multiple?z(this[0]).find("option").filter(function(){return this.selected}).pluck("value"):this[0].value)},offset:function(b){if(b)return this.each(function(a){var c=z(this),d=s(this,b,a,c.offset()),e=c.offsetParent().offset(),f={top:d.top-e.top,left:d.left-e.left};"static"==c.css("position")&&(f.position="relative"),c.css(f)});if(!this.length)return null;if(H.documentElement!==this[0]&&!z.contains(H.documentElement,this[0]))return{top:0,left:0};var c=this[0].getBoundingClientRect();return{left:c.left+a.pageXOffset,top:c.top+a.pageYOffset,width:Math.round(c.width),height:Math.round(c.height)}},css:function(a,c){if(arguments.length<2){var d=this[0];if("string"==typeof a){if(!d)return;return d.style[B(a)]||getComputedStyle(d,"").getPropertyValue(a)}if($(a)){if(!d)return;var e={},f=getComputedStyle(d,"");return z.each(a,function(a,b){e[b]=d.style[B(b)]||f.getPropertyValue(b)}),e}}var g="";if("string"==b(a))c||0===c?g=k(a)+":"+m(a,c):this.each(function(){this.style.removeProperty(k(a))});else for(y in a)a[y]||0===a[y]?g+=k(y)+":"+m(y,a[y])+";":this.each(function(){this.style.removeProperty(k(y))});return this.each(function(){this.style.cssText+=";"+g})},index:function(a){return a?this.indexOf(z(a)[0]):this.parent().children().indexOf(this[0])},hasClass:function(a){return!!a&&D.some.call(this,function(a){return this.test(u(a))},l(a))},addClass:function(a){return a?this.each(function(b){if("className"in this){A=[];var c=u(this);s(this,a,b,c).split(/\s+/g).forEach(function(a){z(this).hasClass(a)||A.push(a)},this),A.length&&u(this,c+(c?" ":"")+A.join(" "))}}):this},removeClass:function(a){return this.each(function(b){if("className"in this){if(a===x)return u(this,"");A=u(this),s(this,a,b,A).split(/\s+/g).forEach(function(a){A=A.replace(l(a)," ")}),u(this,A.trim())}})},toggleClass:function(a,b){return a?this.each(function(c){var d=z(this);s(this,a,c,u(this)).split(/\s+/g).forEach(function(a){(b===x?!d.hasClass(a):b)?d.addClass(a):d.removeClass(a)})}):this},scrollTop:function(a){if(this.length){var b="scrollTop"in this[0];return a===x?b?this[0].scrollTop:this[0].pageYOffset:this.each(b?function(){this.scrollTop=a}:function(){this.scrollTo(this.scrollX,a)})}},scrollLeft:function(a){if(this.length){var b="scrollLeft"in this[0];return a===x?b?this[0].scrollLeft:this[0].pageXOffset:this.each(b?function(){this.scrollLeft=a}:function(){this.scrollTo(a,this.scrollY)})}},position:function(){if(this.length){var a=this[0],b=this.offsetParent(),c=this.offset(),d=N.test(b[0].nodeName)?{top:0,left:0}:b.offset();return c.top-=parseFloat(z(a).css("margin-top"))||0,c.left-=parseFloat(z(a).css("margin-left"))||0,d.top+=parseFloat(z(b[0]).css("border-top-width"))||0,d.left+=parseFloat(z(b[0]).css("border-left-width"))||0,{top:c.top-d.top,left:c.left-d.left}}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||H.body;a&&!N.test(a.nodeName)&&"static"==z(a).css("position");)a=a.offsetParent;return a})}},z.fn.detach=z.fn.remove,["width","height"].forEach(function(a){var b=a.replace(/./,function(a){return a[0].toUpperCase()});z.fn[a]=function(c){var f,g=this[0];return c===x?d(g)?g["inner"+b]:e(g)?g.documentElement["scroll"+b]:(f=this.offset())&&f[a]:this.each(function(b){g=z(this),g.css(a,s(this,c,b,g[a]()))})}}),P.forEach(function(c,d){var e=d%2;z.fn[c]=function(){var c,f,g=z.map(arguments,function(a){var d=[];return c=b(a),"array"==c?(a.forEach(function(a){return a.nodeType!==x?d.push(a):z.zepto.isZ(a)?d=d.concat(a.get()):void(d=d.concat(X.fragment(a)))}),d):"object"==c||null==a?a:X.fragment(a)}),h=this.length>1;return g.length<1?this:this.each(function(b,c){f=e?c:c.parentNode,c=0==d?c.nextSibling:1==d?c.firstChild:2==d?c:null;var i=z.contains(H.documentElement,f);g.forEach(function(b){if(h)b=b.cloneNode(!0);else if(!f)return z(b).remove();f.insertBefore(b,c),i&&w(b,function(b){if(!(null==b.nodeName||"SCRIPT"!==b.nodeName.toUpperCase()||b.type&&"text/javascript"!==b.type||b.src)){var c=b.ownerDocument?b.ownerDocument.defaultView:a;c.eval.call(c,b.innerHTML)}})})})},z.fn[e?c+"To":"insert"+(d?"Before":"After")]=function(a){return z(a)[c](this),this}}),X.Z.prototype=p.prototype=z.fn,X.uniq=C,X.deserializeValue=v,z.zepto=X,z}();return function(b){function c(a){return a._zid||(a._zid=n++)}function d(a,b,d,g){if(b=e(b),b.ns)var h=f(b.ns);return(r[c(a)]||[]).filter(function(a){return a&&(!b.e||a.e==b.e)&&(!b.ns||h.test(a.ns))&&(!d||c(a.fn)===c(d))&&(!g||a.sel==g)})}function e(a){var b=(""+a).split(".");return{e:b[0],ns:b.slice(1).sort().join(" ")}}function f(a){return new RegExp("(?:^| )"+a.replace(" "," .* ?")+"(?: |$)")}function g(a,b){return a.del&&!t&&a.e in u||!!b}function h(a){return v[a]||t&&u[a]||a}function i(a,d,f,i,j,l,n){var o=c(a),p=r[o]||(r[o]=[]);d.split(/\s/).forEach(function(c){if("ready"==c)return b(document).ready(f);var d=e(c);d.fn=f,d.sel=j,d.e in v&&(f=function(a){var c=a.relatedTarget;if(!c||c!==this&&!b.contains(this,c))return d.fn.apply(this,arguments)}),d.del=l;var o=l||f;d.proxy=function(b){if(b=k(b),!b.isImmediatePropagationStopped()){try{var c=Object.getOwnPropertyDescriptor(b,"data");c&&!c.writable||(b.data=i)}catch(b){}var d=o.apply(a,b._args==m?[b]:[b].concat(b._args));return d===!1&&(b.preventDefault(),b.stopPropagation()),d}},d.i=p.length,p.push(d),"addEventListener"in a&&a.addEventListener(h(d.e),d.proxy,g(d,n))})}function j(a,b,e,f,i){var j=c(a);(b||"").split(/\s/).forEach(function(b){d(a,b,e,f).forEach(function(b){delete r[j][b.i],"removeEventListener"in a&&a.removeEventListener(h(b.e),b.proxy,g(b,i))})})}function k(a,c){if(c||!a.isDefaultPrevented){c||(c=a),b.each(z,function(b,d){var e=c[b];a[b]=function(){return this[d]=w,e&&e.apply(c,arguments)},a[d]=x});try{a.timeStamp||(a.timeStamp=Date.now())}catch(a){}(c.defaultPrevented!==m?c.defaultPrevented:"returnValue"in c?c.returnValue===!1:c.getPreventDefault&&c.getPreventDefault())&&(a.isDefaultPrevented=w)}return a}function l(a){var b,c={originalEvent:a};for(b in a)y.test(b)||a[b]===m||(c[b]=a[b]);return k(c,a)}var m,n=1,o=Array.prototype.slice,p=b.isFunction,q=function(a){return"string"==typeof a},r={},s={},t="onfocusin"in a,u={focus:"focusin",blur:"focusout"},v={mouseenter:"mouseover",mouseleave:"mouseout"};s.click=s.mousedown=s.mouseup=s.mousemove="MouseEvents",b.event={add:i,remove:j},b.proxy=function(a,d){var e=2 in arguments&&o.call(arguments,2);if(p(a)){var f=function(){return a.apply(d,e?e.concat(o.call(arguments)):arguments)};return f._zid=c(a),f}if(q(d))return e?(e.unshift(a[d],a),b.proxy.apply(null,e)):b.proxy(a[d],a);throw new TypeError("expected function")},b.fn.bind=function(a,b,c){return this.on(a,b,c)},b.fn.unbind=function(a,b){return this.off(a,b)},b.fn.one=function(a,b,c,d){return this.on(a,b,c,d,1)};var w=function(){return!0},x=function(){return!1},y=/^([A-Z]|returnValue$|layer[XY]$|webkitMovement[XY]$)/,z={preventDefault:"isDefaultPrevented",stopImmediatePropagation:"isImmediatePropagationStopped",stopPropagation:"isPropagationStopped"};b.fn.delegate=function(a,b,c){return this.on(b,a,c)},b.fn.undelegate=function(a,b,c){return this.off(b,a,c)},b.fn.live=function(a,c){return b(document.body).delegate(this.selector,a,c),this},b.fn.die=function(a,c){return b(document.body).undelegate(this.selector,a,c),this},b.fn.on=function(a,c,d,e,f){var g,h,k=this;return a&&!q(a)?(b.each(a,function(a,b){k.on(a,c,d,b,f)}),k):(q(c)||p(e)||e===!1||(e=d,d=c,c=m),e!==m&&d!==!1||(e=d,d=m),e===!1&&(e=x),k.each(function(k,m){f&&(g=function(a){return j(m,a.type,e),e.apply(this,arguments)}),c&&(h=function(a){var d,f=b(a.target).closest(c,m).get(0);if(f&&f!==m)return d=b.extend(l(a),{currentTarget:f,liveFired:m}),(g||e).apply(f,[d].concat(o.call(arguments,1)))}),i(m,a,e,d,c,h||g)}))},b.fn.off=function(a,c,d){var e=this;return a&&!q(a)?(b.each(a,function(a,b){e.off(a,c,b)}),e):(q(c)||p(d)||d===!1||(d=c,c=m),d===!1&&(d=x),e.each(function(){j(this,a,d,c)}))},b.fn.trigger=function(a,c){return a=q(a)||b.isPlainObject(a)?b.Event(a):k(a),a._args=c,this.each(function(){a.type in u&&"function"==typeof this[a.type]?this[a.type]():"dispatchEvent"in this?this.dispatchEvent(a):b(this).triggerHandler(a,c)})},b.fn.triggerHandler=function(a,c){var e,f;return this.each(function(g,h){e=l(q(a)?b.Event(a):a),e._args=c,e.target=h,b.each(d(h,a.type||a),function(a,b){if(f=b.proxy(e),e.isImmediatePropagationStopped())return!1})}),f},"focusin focusout focus blur load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select keydown keypress keyup error".split(" ").forEach(function(a){b.fn[a]=function(b){return 0 in arguments?this.bind(a,b):this.trigger(a)}}),b.Event=function(a,b){q(a)||(b=a,a=b.type);var c=document.createEvent(s[a]||"Events"),d=!0;if(b)for(var e in b)"bubbles"==e?d=!!b[e]:c[e]=b[e];return c.initEvent(a,d,!0),k(c)}}(b),function(a){var b,c=[];a.fn.remove=function(){return this.each(function(){this.parentNode&&("IMG"===this.tagName&&(c.push(this),this.src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=",b&&clearTimeout(b),b=setTimeout(function(){c=[]},6e4)),this.parentNode.removeChild(this))})}}(b),function(a){function b(b,d){var i=b[h],j=i&&e[i];if(void 0===d)return j||c(b);if(j){if(d in j)return j[d];var k=g(d);if(k in j)return j[k]}return f.call(a(b),d)}function c(b,c,f){var i=b[h]||(b[h]=++a.uuid),j=e[i]||(e[i]=d(b));return void 0!==c&&(j[g(c)]=f),j}function d(b){var c={};return a.each(b.attributes||i,function(b,d){0==d.name.indexOf("data-")&&(c[g(d.name.replace("data-",""))]=a.zepto.deserializeValue(d.value))}),c}var e={},f=a.fn.data,g=a.camelCase,h=a.expando="Zepto"+ +new Date,i=[];a.fn.data=function(d,e){return void 0===e?a.isPlainObject(d)?this.each(function(b,e){a.each(d,function(a,b){c(e,a,b)})}):0 in this?b(this[0],d):void 0:this.each(function(){c(this,d,e)})},a.data=function(b,c,d){return a(b).data(c,d)},a.hasData=function(b){var c=b[h],d=c&&e[c];return!!d&&!a.isEmptyObject(d)},a.fn.removeData=function(b){return"string"==typeof b&&(b=b.split(/\s+/)),this.each(function(){var c=this[h],d=c&&e[c];d&&a.each(b||d,function(a){delete d[b?g(this):a]})})},["remove","empty"].forEach(function(b){var c=a.fn[b];a.fn[b]=function(){var a=this.find("*");return"remove"===b&&(a=a.add(this)),a.removeData(),c.call(this)}})}(b),b}(b)}(window)},function(a,b){"use strict";a.exports={element:null}},function(a,b,c){"use strict";function d(a){return a.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var e=c(3);a.exports={isArray:null,isFunction:null,isObject:null,bind:null,each:null,map:null,mixin:null,isMsie:function(a){if(void 0===a&&(a=navigator.userAgent),/(msie|trident)/i.test(a)){var b=a.match(/(msie |rv:)(\d+(.\d+)?)/i);if(b)return b[2]}return!1},escapeRegExChars:function(a){return a.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")},isNumber:function(a){return"number"==typeof a},toStr:function(a){return void 0===a||null===a?"":a+""},cloneDeep:function(a){var b=this.mixin({},a),c=this;return this.each(b,function(a,d){a&&(c.isArray(a)?b[d]=[].concat(a):c.isObject(a)&&(b[d]=c.cloneDeep(a)))}),b},error:function(a){throw new Error(a)},every:function(a,b){var c=!0;return a?(this.each(a,function(d,e){c&&(c=b.call(null,d,e,a)&&c)}),!!c):c},any:function(a,b){var c=!1;return a?(this.each(a,function(d,e){if(b.call(null,d,e,a))return c=!0,!1}),c):c},getUniqueId:function(){var a=0;return function(){return a++}}(),templatify:function(a){if(this.isFunction(a))return a;var b=e.element(a);return"SCRIPT"===b.prop("tagName")?function(){return b.text()}:function(){return String(a)}},defer:function(a){setTimeout(a,0)},noop:function(){},formatPrefix:function(a,b){return b?"":a+"-"},className:function(a,b,c){return(c?"":".")+a+b},escapeHighlightedString:function(a,b,c){b=b||"";var e=document.createElement("div");e.appendChild(document.createTextNode(b)),c=c||"";var f=document.createElement("div");f.appendChild(document.createTextNode(c));var g=document.createElement("div");return g.appendChild(document.createTextNode(a)),g.innerHTML.replace(RegExp(d(e.innerHTML),"g"),b).replace(RegExp(d(f.innerHTML),"g"),c)}}},function(a,b,c){"use strict";function d(a){var b,c;if(a=a||{},a.input||i.error("missing input"),this.isActivated=!1,this.debug=!!a.debug,this.autoselect=!!a.autoselect,this.autoselectOnBlur=!!a.autoselectOnBlur,this.openOnFocus=!!a.openOnFocus,this.minLength=i.isNumber(a.minLength)?a.minLength:1,this.autoWidth=void 0===a.autoWidth||!!a.autoWidth,this.clearOnSelected=!!a.clearOnSelected,this.tabAutocomplete=void 0===a.tabAutocomplete||!!a.tabAutocomplete,a.hint=!!a.hint,a.hint&&a.appendTo)throw new Error("[autocomplete.js] hint and appendTo options can't be used at the same time");this.css=a.css=i.mixin({},o,a.appendTo?o.appendTo:{}),this.cssClasses=a.cssClasses=i.mixin({},o.defaultClasses,a.cssClasses||{}),this.cssClasses.prefix=a.cssClasses.formattedPrefix=i.formatPrefix(this.cssClasses.prefix,this.cssClasses.noPrefix),this.listboxId=a.listboxId=[this.cssClasses.root,"listbox",i.getUniqueId()].join("-");var f=e(a);this.$node=f.wrapper;var g=this.$input=f.input;b=f.menu,c=f.hint,a.dropdownMenuContainer&&j.element(a.dropdownMenuContainer).css("position","relative").append(b.css("top","0")),g.on("blur.aa",function(a){var c=document.activeElement;i.isMsie()&&(b[0]===c||b[0].contains(c))&&(a.preventDefault(),a.stopImmediatePropagation(),i.defer(function(){g.focus()}))}),b.on("mousedown.aa",function(a){a.preventDefault()}),this.eventBus=a.eventBus||new k({el:g}),this.dropdown=new d.Dropdown({appendTo:a.appendTo,wrapper:this.$node,menu:b,datasets:a.datasets,templates:a.templates,cssClasses:a.cssClasses,minLength:this.minLength}).onSync("suggestionClicked",this._onSuggestionClicked,this).onSync("cursorMoved",this._onCursorMoved,this).onSync("cursorRemoved",this._onCursorRemoved,this).onSync("opened",this._onOpened,this).onSync("closed",this._onClosed,this).onSync("shown",this._onShown,this).onSync("empty",this._onEmpty,this).onSync("redrawn",this._onRedrawn,this).onAsync("datasetRendered",this._onDatasetRendered,this),this.input=new d.Input({input:g,hint:c}).onSync("focused",this._onFocused,this).onSync("blurred",this._onBlurred,this).onSync("enterKeyed",this._onEnterKeyed,this).onSync("tabKeyed",this._onTabKeyed,this).onSync("escKeyed",this._onEscKeyed,this).onSync("upKeyed",this._onUpKeyed,this).onSync("downKeyed",this._onDownKeyed,this).onSync("leftKeyed",this._onLeftKeyed,this).onSync("rightKeyed",this._onRightKeyed,this).onSync("queryChanged",this._onQueryChanged,this).onSync("whitespaceChanged",this._onWhitespaceChanged,this),this._bindKeyboardShortcuts(a),this._setLanguageDirection()}function e(a){var b,c,d,e;b=j.element(a.input),c=j.element(n.wrapper.replace("%ROOT%",a.cssClasses.root)).css(a.css.wrapper),a.appendTo||"block"!==b.css("display")||"table"!==b.parent().css("display")||c.css("display","table-cell");var g=n.dropdown.replace("%PREFIX%",a.cssClasses.prefix).replace("%DROPDOWN_MENU%",a.cssClasses.dropdownMenu);d=j.element(g).css(a.css.dropdown).attr({role:"listbox",id:a.listboxId}),a.templates&&a.templates.dropdownMenu&&d.html(i.templatify(a.templates.dropdownMenu)()),e=b.clone().css(a.css.hint).css(f(b)),e.val("").addClass(i.className(a.cssClasses.prefix,a.cssClasses.hint,!0)).removeAttr("id name placeholder required").prop("readonly",!0).attr({"aria-hidden":"true",autocomplete:"off",spellcheck:"false",tabindex:-1}),e.removeData&&e.removeData(),b.data(h,{"aria-autocomplete":b.attr("aria-autocomplete"),"aria-expanded":b.attr("aria-expanded"),"aria-owns":b.attr("aria-owns"),autocomplete:b.attr("autocomplete"),dir:b.attr("dir"),role:b.attr("role"),spellcheck:b.attr("spellcheck"),style:b.attr("style"),type:b.attr("type")}),b.addClass(i.className(a.cssClasses.prefix,a.cssClasses.input,!0)).attr({autocomplete:"off",spellcheck:!1,role:"combobox","aria-autocomplete":a.datasets&&a.datasets[0]&&a.datasets[0].displayKey?"both":"list","aria-expanded":"false","aria-label":a.ariaLabel,"aria-owns":a.listboxId}).css(a.hint?a.css.input:a.css.inputWithNoHint);try{b.attr("dir")||b.attr("dir","auto")}catch(a){}return c=a.appendTo?c.appendTo(j.element(a.appendTo).eq(0)).eq(0):b.wrap(c).parent(),c.prepend(a.hint?e:null).append(d),{wrapper:c,input:b,hint:e,menu:d}}function f(a){return{backgroundAttachment:a.css("background-attachment"),backgroundClip:a.css("background-clip"),backgroundColor:a.css("background-color"),backgroundImage:a.css("background-image"),backgroundOrigin:a.css("background-origin"),backgroundPosition:a.css("background-position"),backgroundRepeat:a.css("background-repeat"),backgroundSize:a.css("background-size")}}function g(a,b){var c=a.find(i.className(b.prefix,b.input));i.each(c.data(h),function(a,b){void 0===a?c.removeAttr(b):c.attr(b,a)}),c.detach().removeClass(i.className(b.prefix,b.input,!0)).insertAfter(a),c.removeData&&c.removeData(h),a.remove()}var h="aaAttrs",i=c(4),j=c(3),k=c(6),l=c(7),m=c(16),n=c(18),o=c(19);i.mixin(d.prototype,{_bindKeyboardShortcuts:function(a){if(a.keyboardShortcuts){var b=this.$input,c=[];i.each(a.keyboardShortcuts,function(a){"string"==typeof a&&(a=a.toUpperCase().charCodeAt(0)),c.push(a)}),j.element(document).keydown(function(a){var d=a.target||a.srcElement,e=d.tagName;if(!d.isContentEditable&&"INPUT"!==e&&"SELECT"!==e&&"TEXTAREA"!==e){var f=a.which||a.keyCode;c.indexOf(f)!==-1&&(b.focus(),a.stopPropagation(),a.preventDefault())}})}},_onSuggestionClicked:function(a,b){var c,d={selectionMethod:"click"};(c=this.dropdown.getDatumForSuggestion(b))&&this._select(c,d)},_onCursorMoved:function(a,b){var c=this.dropdown.getDatumForCursor(),d=this.dropdown.getCurrentCursor().attr("id");this.input.setActiveDescendant(d),c&&(b&&this.input.setInputValue(c.value,!0),this.eventBus.trigger("cursorchanged",c.raw,c.datasetName))},_onCursorRemoved:function(){this.input.resetInputValue(),this._updateHint(),this.eventBus.trigger("cursorremoved")},_onDatasetRendered:function(){this._updateHint(),this.eventBus.trigger("updated")},_onOpened:function(){this._updateHint(),this.input.expand(),this.eventBus.trigger("opened")},_onEmpty:function(){this.eventBus.trigger("empty")},_onRedrawn:function(){this.$node.css("top","0px"),this.$node.css("left","0px");var a=this.$input[0].getBoundingClientRect();this.autoWidth&&this.$node.css("width",a.width+"px");var b=this.$node[0].getBoundingClientRect(),c=a.bottom-b.top;this.$node.css("top",c+"px");var d=a.left-b.left;this.$node.css("left",d+"px"),this.eventBus.trigger("redrawn")},_onShown:function(){this.eventBus.trigger("shown"),this.autoselect&&this.dropdown.cursorTopSuggestion()},_onClosed:function(){this.input.clearHint(),this.input.removeActiveDescendant(),this.input.collapse(),this.eventBus.trigger("closed")},_onFocused:function(){if(this.isActivated=!0,this.openOnFocus){var a=this.input.getQuery();a.length>=this.minLength?this.dropdown.update(a):this.dropdown.empty(),this.dropdown.open()}},_onBlurred:function(){var a,b;a=this.dropdown.getDatumForCursor(),b=this.dropdown.getDatumForTopSuggestion();var c={selectionMethod:"blur"};this.debug||(this.autoselectOnBlur&&a?this._select(a,c):this.autoselectOnBlur&&b?this._select(b,c):(this.isActivated=!1,this.dropdown.empty(),this.dropdown.close()))},_onEnterKeyed:function(a,b){var c,d +;c=this.dropdown.getDatumForCursor(),d=this.dropdown.getDatumForTopSuggestion();var e={selectionMethod:"enterKey"};c?(this._select(c,e),b.preventDefault()):this.autoselect&&d&&(this._select(d,e),b.preventDefault())},_onTabKeyed:function(a,b){if(!this.tabAutocomplete)return void this.dropdown.close();var c,d={selectionMethod:"tabKey"};(c=this.dropdown.getDatumForCursor())?(this._select(c,d),b.preventDefault()):this._autocomplete(!0)},_onEscKeyed:function(){this.dropdown.close(),this.input.resetInputValue()},_onUpKeyed:function(){var a=this.input.getQuery();this.dropdown.isEmpty&&a.length>=this.minLength?this.dropdown.update(a):this.dropdown.moveCursorUp(),this.dropdown.open()},_onDownKeyed:function(){var a=this.input.getQuery();this.dropdown.isEmpty&&a.length>=this.minLength?this.dropdown.update(a):this.dropdown.moveCursorDown(),this.dropdown.open()},_onLeftKeyed:function(){"rtl"===this.dir&&this._autocomplete()},_onRightKeyed:function(){"ltr"===this.dir&&this._autocomplete()},_onQueryChanged:function(a,b){this.input.clearHintIfInvalid(),b.length>=this.minLength?this.dropdown.update(b):this.dropdown.empty(),this.dropdown.open(),this._setLanguageDirection()},_onWhitespaceChanged:function(){this._updateHint(),this.dropdown.open()},_setLanguageDirection:function(){var a=this.input.getLanguageDirection();this.dir!==a&&(this.dir=a,this.$node.css("direction",a),this.dropdown.setLanguageDirection(a))},_updateHint:function(){var a,b,c,d,e,f;a=this.dropdown.getDatumForTopSuggestion(),a&&this.dropdown.isVisible()&&!this.input.hasOverflow()?(b=this.input.getInputValue(),c=l.normalizeQuery(b),d=i.escapeRegExChars(c),e=new RegExp("^(?:"+d+")(.+$)","i"),f=e.exec(a.value),f?this.input.setHint(b+f[1]):this.input.clearHint()):this.input.clearHint()},_autocomplete:function(a){var b,c,d,e;b=this.input.getHint(),c=this.input.getQuery(),d=a||this.input.isCursorAtEnd(),b&&c!==b&&d&&(e=this.dropdown.getDatumForTopSuggestion(),e&&this.input.setInputValue(e.value),this.eventBus.trigger("autocompleted",e.raw,e.datasetName))},_select:function(a,b){void 0!==a.value&&this.input.setQuery(a.value),this.clearOnSelected?this.setVal(""):this.input.setInputValue(a.value,!0),this._setLanguageDirection(),this.eventBus.trigger("selected",a.raw,a.datasetName,b).isDefaultPrevented()===!1&&(this.dropdown.close(),i.defer(i.bind(this.dropdown.empty,this.dropdown)))},open:function(){if(!this.isActivated){var a=this.input.getInputValue();a.length>=this.minLength?this.dropdown.update(a):this.dropdown.empty()}this.dropdown.open()},close:function(){this.dropdown.close()},setVal:function(a){a=i.toStr(a),this.isActivated?this.input.setInputValue(a):(this.input.setQuery(a),this.input.setInputValue(a,!0)),this._setLanguageDirection()},getVal:function(){return this.input.getQuery()},destroy:function(){this.input.destroy(),this.dropdown.destroy(),g(this.$node,this.cssClasses),this.$node=null},getWrapper:function(){return this.dropdown.$container[0]}}),d.Dropdown=m,d.Input=l,d.sources=c(20),a.exports=d},function(a,b,c){"use strict";function d(a){a&&a.el||e.error("EventBus initialized without el"),this.$el=f.element(a.el)}var e=c(4),f=c(3);e.mixin(d.prototype,{trigger:function(a,b,c,d){var f=e.Event("autocomplete:"+a);return this.$el.trigger(f,[b,c,d]),f}}),a.exports=d},function(a,b,c){"use strict";function d(a){var b,c,d,f,g=this;a=a||{},a.input||i.error("input is missing"),b=i.bind(this._onBlur,this),c=i.bind(this._onFocus,this),d=i.bind(this._onKeydown,this),f=i.bind(this._onInput,this),this.$hint=j.element(a.hint),this.$input=j.element(a.input).on("blur.aa",b).on("focus.aa",c).on("keydown.aa",d),0===this.$hint.length&&(this.setHint=this.getHint=this.clearHint=this.clearHintIfInvalid=i.noop),i.isMsie()?this.$input.on("keydown.aa keypress.aa cut.aa paste.aa",function(a){h[a.which||a.keyCode]||i.defer(i.bind(g._onInput,g,a))}):this.$input.on("input.aa",f),this.query=this.$input.val(),this.$overflowHelper=e(this.$input)}function e(a){return j.element('').css({position:"absolute",visibility:"hidden",whiteSpace:"pre",fontFamily:a.css("font-family"),fontSize:a.css("font-size"),fontStyle:a.css("font-style"),fontVariant:a.css("font-variant"),fontWeight:a.css("font-weight"),wordSpacing:a.css("word-spacing"),letterSpacing:a.css("letter-spacing"),textIndent:a.css("text-indent"),textRendering:a.css("text-rendering"),textTransform:a.css("text-transform")}).insertAfter(a)}function f(a,b){return d.normalizeQuery(a)===d.normalizeQuery(b)}function g(a){return a.altKey||a.ctrlKey||a.metaKey||a.shiftKey}var h;h={9:"tab",27:"esc",37:"left",39:"right",13:"enter",38:"up",40:"down"};var i=c(4),j=c(3),k=c(8);d.normalizeQuery=function(a){return(a||"").replace(/^\s*/g,"").replace(/\s{2,}/g," ")},i.mixin(d.prototype,k,{_onBlur:function(){this.resetInputValue(),this.$input.removeAttr("aria-activedescendant"),this.trigger("blurred")},_onFocus:function(){this.trigger("focused")},_onKeydown:function(a){var b=h[a.which||a.keyCode];this._managePreventDefault(b,a),b&&this._shouldTrigger(b,a)&&this.trigger(b+"Keyed",a)},_onInput:function(){this._checkInputValue()},_managePreventDefault:function(a,b){var c,d,e;switch(a){case"tab":d=this.getHint(),e=this.getInputValue(),c=d&&d!==e&&!g(b);break;case"up":case"down":c=!g(b);break;default:c=!1}c&&b.preventDefault()},_shouldTrigger:function(a,b){var c;switch(a){case"tab":c=!g(b);break;default:c=!0}return c},_checkInputValue:function(){var a,b,c;a=this.getInputValue(),b=f(a,this.query),c=!(!b||!this.query)&&this.query.length!==a.length,this.query=a,b?c&&this.trigger("whitespaceChanged",this.query):this.trigger("queryChanged",this.query)},focus:function(){this.$input.focus()},blur:function(){this.$input.blur()},getQuery:function(){return this.query},setQuery:function(a){this.query=a},getInputValue:function(){return this.$input.val()},setInputValue:function(a,b){void 0===a&&(a=this.query),this.$input.val(a),b?this.clearHint():this._checkInputValue()},expand:function(){this.$input.attr("aria-expanded","true")},collapse:function(){this.$input.attr("aria-expanded","false")},setActiveDescendant:function(a){this.$input.attr("aria-activedescendant",a)},removeActiveDescendant:function(){this.$input.removeAttr("aria-activedescendant")},resetInputValue:function(){this.setInputValue(this.query,!0)},getHint:function(){return this.$hint.val()},setHint:function(a){this.$hint.val(a)},clearHint:function(){this.setHint("")},clearHintIfInvalid:function(){var a,b,c,d;a=this.getInputValue(),b=this.getHint(),c=a!==b&&0===b.indexOf(a),(d=""!==a&&c&&!this.hasOverflow())||this.clearHint()},getLanguageDirection:function(){return(this.$input.css("direction")||"ltr").toLowerCase()},hasOverflow:function(){var a=this.$input.width()-2;return this.$overflowHelper.text(this.getInputValue()),this.$overflowHelper.width()>=a},isCursorAtEnd:function(){var a,b,c;return a=this.$input.val().length,b=this.$input[0].selectionStart,i.isNumber(b)?b===a:!document.selection||(c=document.selection.createRange(),c.moveStart("character",-a),a===c.text.length)},destroy:function(){this.$hint.off(".aa"),this.$input.off(".aa"),this.$hint=this.$input=this.$overflowHelper=null}}),a.exports=d},function(a,b,c){"use strict";function d(a,b,c,d){var e;if(!c)return this;for(b=b.split(l),c=d?j(c,d):c,this._callbacks=this._callbacks||{};e=b.shift();)this._callbacks[e]=this._callbacks[e]||{sync:[],async:[]},this._callbacks[e][a].push(c);return this}function e(a,b,c){return d.call(this,"async",a,b,c)}function f(a,b,c){return d.call(this,"sync",a,b,c)}function g(a){var b;if(!this._callbacks)return this;for(a=a.split(l);b=a.shift();)delete this._callbacks[b];return this}function h(a){var b,c,d,e,f;if(!this._callbacks)return this;for(a=a.split(l),d=[].slice.call(arguments,1);(b=a.shift())&&(c=this._callbacks[b]);)e=i(c.sync,this,[b].concat(d)),f=i(c.async,this,[b].concat(d)),e()&&k(f);return this}function i(a,b,c){function d(){for(var d,e=0,f=a.length;!d&&e1)for(var c=1;c1)for(var c=1;c'),this.$menu.append(this.$empty),this.$empty.hide()),this.datasets=f.map(a.datasets,function(b){return e(h.$menu,b,a.cssClasses)}),f.each(this.datasets,function(a){var b=a.getRoot();b&&0===b.parent().length&&h.$menu.append(b),a.onSync("rendered",h._onRendered,h)}),a.templates&&a.templates.footer&&(this.templates.footer=f.templatify(a.templates.footer),this.$menu.append(this.templates.footer()));var k=this;g.element(window).resize(function(){k._redraw()})}function e(a,b,c){return new d.Dataset(f.mixin({$menu:a,cssClasses:c},b))}var f=c(4),g=c(3),h=c(8),i=c(17),j=c(19);f.mixin(d.prototype,h,{_onSuggestionClick:function(a){this.trigger("suggestionClicked",g.element(a.currentTarget))},_onSuggestionMouseEnter:function(a){var b=g.element(a.currentTarget);if(!b.hasClass(f.className(this.cssClasses.prefix,this.cssClasses.cursor,!0))){this._removeCursor();var c=this;setTimeout(function(){c._setCursor(b,!1)},0)}},_onSuggestionMouseLeave:function(a){if(a.relatedTarget){if(g.element(a.relatedTarget).closest("."+f.className(this.cssClasses.prefix,this.cssClasses.cursor,!0)).length>0)return}this._removeCursor(),this.trigger("cursorRemoved")},_onRendered:function(a,b){function c(a){return a.isEmpty()}function d(a){return a.templates&&a.templates.empty}if(this.isEmpty=f.every(this.datasets,c),this.isEmpty)if(b.length>=this.minLength&&this.trigger("empty"),this.$empty)if(b.length=this.minLength?this._show():this._hide());this.trigger("datasetRendered")},_hide:function(){this.$container.hide()},_show:function(){this.$container.css("display","block"),this._redraw(),this.trigger("shown")},_redraw:function(){this.isOpen&&this.appendTo&&this.trigger("redrawn")},_getSuggestions:function(){return this.$menu.find(f.className(this.cssClasses.prefix,this.cssClasses.suggestion))},_getCursor:function(){return this.$menu.find(f.className(this.cssClasses.prefix,this.cssClasses.cursor)).first()},_setCursor:function(a,b){a.first().addClass(f.className(this.cssClasses.prefix,this.cssClasses.cursor,!0)).attr("aria-selected","true"),this.trigger("cursorMoved",b)},_removeCursor:function(){this._getCursor().removeClass(f.className(this.cssClasses.prefix,this.cssClasses.cursor,!0)).removeAttr("aria-selected")},_moveCursor:function(a){var b,c,d,e;if(this.isOpen){if(c=this._getCursor(),b=this._getSuggestions(),this._removeCursor(),d=b.index(c)+a,(d=(d+1)%(b.length+1)-1)===-1)return void this.trigger("cursorRemoved");d<-1&&(d=b.length-1),this._setCursor(e=b.eq(d),!0),this._ensureVisible(e)}},_ensureVisible:function(a){var b,c,d,e;b=a.position().top,c=b+a.height()+parseInt(a.css("margin-top"),10)+parseInt(a.css("margin-bottom"),10),d=this.$menu.scrollTop(),e=this.$menu.height()+parseInt(this.$menu.css("padding-top"),10)+parseInt(this.$menu.css("padding-bottom"),10),b<0?this.$menu.scrollTop(d+b):e0?l.element(a.$menu.find(b+"-"+this.name)[0]):l.element(m.dataset.replace("%CLASS%",this.name).replace("%PREFIX%",this.cssClasses.prefix).replace("%DATASET%",this.cssClasses.dataset)),this.$menu=a.$menu,this.clearCachedSuggestions()}function e(a){function b(b){return b[a]}return a=a||"value",k.isFunction(a)?a:b}function f(a,b){function c(a){return"

"+b(a)+"

"}return{empty:a.empty&&k.templatify(a.empty),header:a.header&&k.templatify(a.header),footer:a.footer&&k.templatify(a.footer),suggestion:a.suggestion||c}}function g(a){return/^[_a-zA-Z0-9-]+$/.test(a)}var h="aaDataset",i="aaValue",j="aaDatum",k=c(4),l=c(3),m=c(18),n=c(19),o=c(8);d.extractDatasetName=function(a){return l.element(a).data(h)},d.extractValue=function(a){return l.element(a).data(i)},d.extractDatum=function(a){var b=l.element(a).data(j);return"string"==typeof b&&(b=JSON.parse(b)),b},k.mixin(d.prototype,o,{_render:function(a,b){function c(){var b=[].slice.call(arguments,0);return b=[{query:a,isEmpty:!0}].concat(b),n.templates.empty.apply(this,b)}function d(){function a(a){var b,c=m.suggestion.replace("%PREFIX%",f.cssClasses.prefix).replace("%SUGGESTION%",f.cssClasses.suggestion);return b=l.element(c).attr({role:"option",id:["option",Math.floor(1e8*Math.random())].join("-")}).append(n.templates.suggestion.apply(this,[a].concat(e))),b.data(h,n.name),b.data(i,n.displayFn(a)||void 0),b.data(j,JSON.stringify(a)),b.children().each(function(){l.element(this).css(f.css.suggestionChild)}),b}var c,d,e=[].slice.call(arguments,0),f=this,g=m.suggestions.replace("%PREFIX%",this.cssClasses.prefix).replace("%SUGGESTIONS%",this.cssClasses.suggestions);return c=l.element(g).css(this.css.suggestions),d=k.map(b,a),c.append.apply(c,d),c}function e(){var b=[].slice.call(arguments,0);return b=[{query:a,isEmpty:!g}].concat(b),n.templates.header.apply(this,b)}function f(){var b=[].slice.call(arguments,0);return b=[{query:a,isEmpty:!g}].concat(b),n.templates.footer.apply(this,b)}if(this.$el){var g,n=this,o=[].slice.call(arguments,2);if(this.$el.empty(),g=b&&b.length,this._isEmpty=!g,!g&&this.templates.empty)this.$el.html(c.apply(this,o)).prepend(n.templates.header?e.apply(this,o):null).append(n.templates.footer?f.apply(this,o):null);else if(g)this.$el.html(d.apply(this,o)).prepend(n.templates.header?e.apply(this,o):null).append(n.templates.footer?f.apply(this,o):null);else if(b&&!Array.isArray(b))throw new TypeError("suggestions must be an array");this.$menu&&this.$menu.addClass(this.cssClasses.prefix+(g?"with":"without")+"-"+this.name).removeClass(this.cssClasses.prefix+(g?"without":"with")+"-"+this.name),this.trigger("rendered",a)}},getRoot:function(){return this.$el},update:function(a){function b(b){if(!this.canceled&&a===this.query){var c=[].slice.call(arguments,1);this.cacheSuggestions(a,b,c),this._render.apply(this,[a,b].concat(c))}}if(this.query=a,this.canceled=!1,this.shouldFetchFromCache(a))b.apply(this,[this.cachedSuggestions].concat(this.cachedRenderExtraArgs));else{var c=this,d=function(){c.canceled||c.source(a,b.bind(c))};if(this.debounce){var e=function(){c.debounceTimeout=null,d()};clearTimeout(this.debounceTimeout),this.debounceTimeout=setTimeout(e,this.debounce)}else d()}},cacheSuggestions:function(a,b,c){this.cachedQuery=a,this.cachedSuggestions=b,this.cachedRenderExtraArgs=c},shouldFetchFromCache:function(a){return this.cache&&this.cachedQuery===a&&this.cachedSuggestions&&this.cachedSuggestions.length},clearCachedSuggestions:function(){delete this.cachedQuery,delete this.cachedSuggestions,delete this.cachedRenderExtraArgs},cancel:function(){this.canceled=!0},clear:function(){this.$el&&(this.cancel(),this.$el.empty(),this.trigger("rendered",""))},isEmpty:function(){return this._isEmpty},destroy:function(){this.clearCachedSuggestions(),this.$el=null}}),a.exports=d},function(a,b){"use strict";a.exports={wrapper:'',dropdown:'',dataset:'
',suggestions:'',suggestion:'
'}},function(a,b,c){"use strict";var d=c(4),e={wrapper:{position:"relative",display:"inline-block"},hint:{position:"absolute",top:"0",left:"0",borderColor:"transparent",boxShadow:"none",opacity:"1"},input:{position:"relative",verticalAlign:"top",backgroundColor:"transparent"},inputWithNoHint:{position:"relative",verticalAlign:"top"},dropdown:{position:"absolute",top:"100%",left:"0",zIndex:"100",display:"none"},suggestions:{display:"block"},suggestion:{whiteSpace:"nowrap",cursor:"pointer"},suggestionChild:{whiteSpace:"normal"},ltr:{left:"0",right:"auto"},rtl:{left:"auto",right:"0"},defaultClasses:{root:"algolia-autocomplete",prefix:"aa",noPrefix:!1,dropdownMenu:"dropdown-menu",input:"input",hint:"hint",suggestions:"suggestions",suggestion:"suggestion",cursor:"cursor",dataset:"dataset",empty:"empty"},appendTo:{wrapper:{position:"absolute",zIndex:"100",display:"none"},input:{},inputWithNoHint:{},dropdown:{display:"block"}}};d.isMsie()&&d.mixin(e.input,{backgroundImage:"url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)"}),d.isMsie()&&d.isMsie()<=7&&d.mixin(e.input,{marginTop:"-1px"}),a.exports=e},function(a,b,c){"use strict";a.exports={hits:c(21),popularIn:c(24)}},function(a,b,c){"use strict";var d=c(4),e=c(22),f=c(23);a.exports=function(a,b){function c(c,e){a.search(c,b,function(a,b){if(a)return void d.error(a.message);e(b.hits,b)})}var g=f(a.as._ua);return g&&g[0]>=3&&g[1]>20&&(b=b||{},b.additionalUA="autocomplete.js "+e),c}},function(a,b){a.exports="0.37.1"},function(a,b){"use strict";a.exports=function(a){var b=a.match(/Algolia for JavaScript \((\d+\.)(\d+\.)(\d+)\)/)||a.match(/Algolia for vanilla JavaScript (\d+\.)(\d+\.)(\d+)/);if(b)return[b[1],b[2],b[3]]}},function(a,b,c){"use strict";var d=c(4),e=c(22),f=c(23);a.exports=function(a,b,c,g){function h(h,i){a.search(h,b,function(a,h){if(a)return void d.error(a.message);if(h.hits.length>0){var l=h.hits[0],m=d.mixin({hitsPerPage:0},c);delete m.source,delete m.index;var n=f(k.as._ua);return n&&n[0]>=3&&n[1]>20&&(b.additionalUA="autocomplete.js "+e),void k.search(j(l),m,function(a,b){if(a)return void d.error(a.message);var c=[];if(g.includeAll){var e=g.allTitle||"All departments";c.push(d.mixin({facet:{value:e,count:b.nbHits}},d.cloneDeep(l)))}d.each(b.facets,function(a,b){d.each(a,function(a,e){c.push(d.mixin({facet:{facet:b,value:e,count:a}},d.cloneDeep(l)))})});for(var f=1;f=3&&i[1]>20&&(b=b||{},b.additionalUA="autocomplete.js "+e),!c.source)return d.error("Missing 'source' key");var j=d.isFunction(c.source)?c.source:function(a){return a[c.source]};if(!c.index)return d.error("Missing 'index' key");var k=c.index;return g=g||{},h}}])}); \ No newline at end of file diff --git a/public/lib/clipboard/clipboard.min.js b/public/lib/clipboard/clipboard.min.js new file mode 100644 index 0000000..28650f3 --- /dev/null +++ b/public/lib/clipboard/clipboard.min.js @@ -0,0 +1,7 @@ +/*! + * clipboard.js v2.0.6 + * https://clipboardjs.com/ + * + * Licensed MIT © Zeno Rocha + */ +!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.ClipboardJS=e():t.ClipboardJS=e()}(this,function(){return o={},r.m=n=[function(t,e){t.exports=function(t){var e;if("SELECT"===t.nodeName)t.focus(),e=t.value;else if("INPUT"===t.nodeName||"TEXTAREA"===t.nodeName){var n=t.hasAttribute("readonly");n||t.setAttribute("readonly",""),t.select(),t.setSelectionRange(0,t.value.length),n||t.removeAttribute("readonly"),e=t.value}else{t.hasAttribute("contenteditable")&&t.focus();var o=window.getSelection(),r=document.createRange();r.selectNodeContents(t),o.removeAllRanges(),o.addRange(r),e=o.toString()}return e}},function(t,e){function n(){}n.prototype={on:function(t,e,n){var o=this.e||(this.e={});return(o[t]||(o[t]=[])).push({fn:e,ctx:n}),this},once:function(t,e,n){var o=this;function r(){o.off(t,r),e.apply(n,arguments)}return r._=e,this.on(t,r,n)},emit:function(t){for(var e=[].slice.call(arguments,1),n=((this.e||(this.e={}))[t]||[]).slice(),o=0,r=n.length;o.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em} +@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}} +.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block} +.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0} \ No newline at end of file diff --git a/public/lib/cookieconsent/cookieconsent.min.js b/public/lib/cookieconsent/cookieconsent.min.js new file mode 100644 index 0000000..1e3dccf --- /dev/null +++ b/public/lib/cookieconsent/cookieconsent.min.js @@ -0,0 +1 @@ +!function(e){if(!e.hasInitialised){var t={escapeRegExp:function(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")},hasClass:function(e,t){var i=" ";return 1===e.nodeType&&(i+e.className+i).replace(/[\n\t]/g,i).indexOf(i+t+i)>=0},addClass:function(e,t){e.className+=" "+t},removeClass:function(e,t){var i=new RegExp("\\b"+this.escapeRegExp(t)+"\\b");e.className=e.className.replace(i,"")},interpolateString:function(e,t){return e.replace(/{{([a-z][a-z0-9\-_]*)}}/gi,function(e){return t(arguments[1])||""})},getCookie:function(e){var t=("; "+document.cookie).split("; "+e+"=");return t.length<2?void 0:t.pop().split(";").shift()},setCookie:function(e,t,i,n,o,s){var r=new Date;r.setHours(r.getHours()+24*(i||365));var a=[e+"="+t,"expires="+r.toUTCString(),"path="+(o||"/")];n&&a.push("domain="+n),s&&a.push("secure"),document.cookie=a.join(";")},deepExtend:function(e,t){for(var i in t)t.hasOwnProperty(i)&&(i in e&&this.isPlainObject(e[i])&&this.isPlainObject(t[i])?this.deepExtend(e[i],t[i]):e[i]=t[i]);return e},throttle:function(e,t){var i=!1;return function(){i||(e.apply(this,arguments),i=!0,setTimeout(function(){i=!1},t))}},hash:function(e){var t,i,n=0;if(0===e.length)return n;for(t=0,i=e.length;t=128?"#000":"#fff"},getLuminance:function(e){var t=parseInt(this.normaliseHex(e),16),i=38+(t>>16),n=38+(t>>8&255),o=38+(255&t);return"#"+(16777216+65536*(i<255?i<1?0:i:255)+256*(n<255?n<1?0:n:255)+(o<255?o<1?0:o:255)).toString(16).slice(1)},isMobile:function(){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)},isPlainObject:function(e){return"object"==typeof e&&null!==e&&e.constructor==Object},traverseDOMPath:function(e,i){return e&&e.parentNode?t.hasClass(e,i)?e:this.traverseDOMPath(e.parentNode,i):null}};e.status={deny:"deny",allow:"allow",dismiss:"dismiss"},e.transitionEnd=function(){var e=document.createElement("div"),t={t:"transitionend",OT:"oTransitionEnd",msT:"MSTransitionEnd",MozT:"transitionend",WebkitT:"webkitTransitionEnd"};for(var i in t)if(t.hasOwnProperty(i)&&void 0!==e.style[i+"ransition"])return t[i];return""}(),e.hasTransition=!!e.transitionEnd;var i=Object.keys(e.status).map(t.escapeRegExp);e.customStyles={},e.Popup=function(){var n={enabled:!0,container:null,cookie:{name:"cookieconsent_status",path:"/",domain:"",expiryDays:365,secure:!1},onPopupOpen:function(){},onPopupClose:function(){},onInitialise:function(e){},onStatusChange:function(e,t){},onRevokeChoice:function(){},onNoCookieLaw:function(e,t){},content:{header:"Cookies used on the website!",message:"This website uses cookies to ensure you get the best experience on our website.",dismiss:"Got it!",allow:"Allow cookies",deny:"Decline",link:"Learn more",href:"https://www.cookiesandyou.com",close:"❌",target:"_blank",policy:"Cookie Policy"},elements:{header:'{{header}} ',message:'{{message}}',messagelink:'{{message}} {{link}}',dismiss:'{{dismiss}}',allow:'{{allow}}',deny:'{{deny}}',link:'{{link}}',close:'{{close}}'},window:'',revokeBtn:'
{{policy}}
',compliance:{info:'
{{dismiss}}
',"opt-in":'
{{deny}}{{allow}}
',"opt-out":'
{{deny}}{{allow}}
'},type:"info",layouts:{basic:"{{messagelink}}{{compliance}}","basic-close":"{{messagelink}}{{compliance}}{{close}}","basic-header":"{{header}}{{message}}{{link}}{{compliance}}"},layout:"basic",position:"bottom",theme:"block",static:!1,palette:null,revokable:!1,animateRevokable:!0,showLink:!0,dismissOnScroll:!1,dismissOnTimeout:!1,dismissOnWindowClick:!1,ignoreClicksFrom:["cc-revoke","cc-btn"],autoOpen:!0,autoAttach:!0,whitelistPage:[],blacklistPage:[],overrideHTML:null};function o(){this.initialise.apply(this,arguments)}function s(e){this.openingTimeout=null,t.removeClass(e,"cc-invisible")}function r(t){t.style.display="none",t.removeEventListener(e.transitionEnd,this.afterTransition),this.afterTransition=null}function a(){var e=this.options.position.split("-"),t=[];return e.forEach(function(e){t.push("cc-"+e)}),t}function c(n){var o=this.options,s=document.createElement("div"),r=o.container&&1===o.container.nodeType?o.container:document.body;s.innerHTML=n;var a=s.children[0];return a.style.display="none",t.hasClass(a,"cc-window")&&e.hasTransition&&t.addClass(a,"cc-invisible"),this.onButtonClick=function(n){var o=t.traverseDOMPath(n.target,"cc-btn")||n.target;if(t.hasClass(o,"cc-btn")){var s=o.className.match(new RegExp("\\bcc-("+i.join("|")+")\\b")),r=s&&s[1]||!1;r&&(this.setStatus(r),this.close(!0))}t.hasClass(o,"cc-close")&&(this.setStatus(e.status.dismiss),this.close(!0));t.hasClass(o,"cc-revoke")&&this.revokeChoice()}.bind(this),a.addEventListener("click",this.onButtonClick),o.autoAttach&&(r.firstChild?r.insertBefore(a,r.firstChild):r.appendChild(a)),a}function l(e){return"000000"==(e=t.normaliseHex(e))?"#222":t.getLuminance(e)}function u(e,t){for(var i=0,n=e.length;i=0;o&&t(n);return o}.call(this)&&(this.options.enabled=!1),u(this.options.blacklistPage,location.pathname)&&(this.options.enabled=!1),u(this.options.whitelistPage,location.pathname)&&(this.options.enabled=!0);var o=this.options.window.replace("{{classes}}",function(){var i=this.options,n="top"==i.position||"bottom"==i.position?"banner":"floating";t.isMobile()&&(n="floating");var o=["cc-"+n,"cc-type-"+i.type,"cc-theme-"+i.theme];i.static&&o.push("cc-static");o.push.apply(o,a.call(this));(function(i){var n=t.hash(JSON.stringify(i)),o="cc-color-override-"+n,s=t.isPlainObject(i);this.customStyleSelector=s?o:null,s&&function(i,n,o){if(e.customStyles[i])return void++e.customStyles[i].references;var s={},r=n.popup,a=n.button,c=n.highlight;r&&(r.text=r.text?r.text:t.getContrast(r.background),r.link=r.link?r.link:r.text,s[o+".cc-window"]=["color: "+r.text,"background-color: "+r.background],s[o+".cc-revoke"]=["color: "+r.text,"background-color: "+r.background],s[o+" .cc-link,"+o+" .cc-link:active,"+o+" .cc-link:visited"]=["color: "+r.link],a&&(a.text=a.text?a.text:t.getContrast(a.background),a.border=a.border?a.border:"transparent",s[o+" .cc-btn"]=["color: "+a.text,"border-color: "+a.border,"background-color: "+a.background],a.padding&&s[o+" .cc-btn"].push("padding: "+a.padding),"transparent"!=a.background&&(s[o+" .cc-btn:hover, "+o+" .cc-btn:focus"]=["background-color: "+(a.hover||l(a.background))]),c?(c.text=c.text?c.text:t.getContrast(c.background),c.border=c.border?c.border:"transparent",s[o+" .cc-highlight .cc-btn:first-child"]=["color: "+c.text,"border-color: "+c.border,"background-color: "+c.background]):s[o+" .cc-highlight .cc-btn:first-child"]=["color: "+r.text]));var u=document.createElement("style");document.head.appendChild(u),e.customStyles[i]={references:1,element:u.sheet};var h=-1;for(var p in s)s.hasOwnProperty(p)&&u.sheet.insertRule(p+"{"+s[p].join(";")+"}",++h)}(n,i,"."+o);return s}).call(this,this.options.palette);this.customStyleSelector&&o.push(this.customStyleSelector);return o}.call(this).join(" ")).replace("{{children}}",function(){var e={},i=this.options;i.showLink||(i.elements.link="",i.elements.messagelink=i.elements.message);Object.keys(i.elements).forEach(function(n){e[n]=t.interpolateString(i.elements[n],function(e){var t=i.content[e];return e&&"string"==typeof t&&t.length?t:""})});var n=i.compliance[i.type];n||(n=i.compliance.info);e.compliance=t.interpolateString(n,function(t){return e[t]});var o=i.layouts[i.layout];o||(o=i.layouts.basic);return t.interpolateString(o,function(t){return e[t]})}.call(this)),s=this.options.overrideHTML;if("string"==typeof s&&s.length&&(o=s),this.options.static){var r=c.call(this,'
'+o+"
");r.style.display="",this.element=r.firstChild,this.element.style.display="none",t.addClass(this.element,"cc-invisible")}else this.element=c.call(this,o);(function(){var i=this.setStatus.bind(this),n=this.close.bind(this),o=this.options.dismissOnTimeout;"number"==typeof o&&o>=0&&(this.dismissTimeout=window.setTimeout(function(){i(e.status.dismiss),n(!0)},Math.floor(o)));var s=this.options.dismissOnScroll;if("number"==typeof s&&s>=0){var r=function(t){window.pageYOffset>Math.floor(s)&&(i(e.status.dismiss),n(!0),window.removeEventListener("scroll",r),this.onWindowScroll=null)};this.options.enabled&&(this.onWindowScroll=r,window.addEventListener("scroll",r))}var a=this.options.dismissOnWindowClick,c=this.options.ignoreClicksFrom;if(a){var l=function(o){for(var s=!1,r=o.path.length,a=c.length,u=0;uo&&(i=!0),i?t.hasClass(n,"cc-active")||t.addClass(n,"cc-active"):t.hasClass(n,"cc-active")&&t.removeClass(n,"cc-active")},200);this.onMouseMove=o,window.addEventListener("mousemove",o)}}}.call(this),this.options.autoOpen&&this.autoOpen()},o.prototype.destroy=function(){this.onButtonClick&&this.element&&(this.element.removeEventListener("click",this.onButtonClick),this.onButtonClick=null),this.dismissTimeout&&(clearTimeout(this.dismissTimeout),this.dismissTimeout=null),this.onWindowScroll&&(window.removeEventListener("scroll",this.onWindowScroll),this.onWindowScroll=null),this.onWindowClick&&(window.removeEventListener("click",this.onWindowClick),this.onWindowClick=null),this.onMouseMove&&(window.removeEventListener("mousemove",this.onMouseMove),this.onMouseMove=null),this.element&&this.element.parentNode&&this.element.parentNode.removeChild(this.element),this.element=null,this.revokeBtn&&this.revokeBtn.parentNode&&this.revokeBtn.parentNode.removeChild(this.revokeBtn),this.revokeBtn=null,function(i){if(t.isPlainObject(i)){var n=t.hash(JSON.stringify(i)),o=e.customStyles[n];if(o&&!--o.references){var s=o.element.ownerNode;s&&s.parentNode&&s.parentNode.removeChild(s),e.customStyles[n]=null}}}(this.options.palette),this.options=null},o.prototype.open=function(t){if(this.element)return this.isOpen()||(e.hasTransition?this.fadeIn():this.element.style.display="",this.options.revokable&&this.toggleRevokeButton(),this.options.onPopupOpen.call(this)),this},o.prototype.close=function(t){if(this.element)return this.isOpen()&&(e.hasTransition?this.fadeOut():this.element.style.display="none",t&&this.options.revokable&&this.toggleRevokeButton(!0),this.options.onPopupClose.call(this)),this},o.prototype.fadeIn=function(){var i=this.element;if(e.hasTransition&&i&&(this.afterTransition&&r.call(this,i),t.hasClass(i,"cc-invisible"))){if(i.style.display="",this.options.static){var n=this.element.clientHeight;this.element.parentNode.style.maxHeight=n+"px"}this.openingTimeout=setTimeout(s.bind(this,i),20)}},o.prototype.fadeOut=function(){var i=this.element;e.hasTransition&&i&&(this.openingTimeout&&(clearTimeout(this.openingTimeout),s.bind(this,i)),t.hasClass(i,"cc-invisible")||(this.options.static&&(this.element.parentNode.style.maxHeight=""),this.afterTransition=r.bind(this,i),i.addEventListener(e.transitionEnd,this.afterTransition),t.addClass(i,"cc-invisible")))},o.prototype.isOpen=function(){return this.element&&""==this.element.style.display&&(!e.hasTransition||!t.hasClass(this.element,"cc-invisible"))},o.prototype.toggleRevokeButton=function(e){this.revokeBtn&&(this.revokeBtn.style.display=e?"":"none")},o.prototype.revokeChoice=function(e){this.options.enabled=!0,this.clearStatus(),this.options.onRevokeChoice.call(this),e||this.autoOpen()},o.prototype.hasAnswered=function(t){return Object.keys(e.status).indexOf(this.getStatus())>=0},o.prototype.hasConsented=function(t){var i=this.getStatus();return i==e.status.allow||i==e.status.dismiss},o.prototype.autoOpen=function(e){!this.hasAnswered()&&this.options.enabled?this.open():this.hasAnswered()&&this.options.revokable&&this.toggleRevokeButton(!0)},o.prototype.setStatus=function(i){var n=this.options.cookie,o=t.getCookie(n.name),s=Object.keys(e.status).indexOf(o)>=0;Object.keys(e.status).indexOf(i)>=0?(t.setCookie(n.name,i,n.expiryDays,n.domain,n.path,n.secure),this.options.onStatusChange.call(this,i,s)):this.clearStatus()},o.prototype.getStatus=function(){return t.getCookie(this.options.cookie.name)},o.prototype.clearStatus=function(){var e=this.options.cookie;t.setCookie(e.name,"",-1,e.domain,e.path)},o}(),e.Location=function(){var e={timeout:5e3,services:["ipinfo"],serviceDefinitions:{ipinfo:function(){return{url:"//ipinfo.io",headers:["Accept: application/json"],callback:function(e,t){try{var i=JSON.parse(t);return i.error?s(i):{code:i.country}}catch(e){return s({error:"Invalid response ("+e+")"})}}}},ipinfodb:function(e){return{url:"//api.ipinfodb.com/v3/ip-country/?key={api_key}&format=json&callback={callback}",isScript:!0,callback:function(e,t){try{var i=JSON.parse(t);return"ERROR"==i.statusCode?s({error:i.statusMessage}):{code:i.countryCode}}catch(e){return s({error:"Invalid response ("+e+")"})}}}},maxmind:function(){return{url:"//js.maxmind.com/js/apis/geoip2/v2.1/geoip2.js",isScript:!0,callback:function(e){window.geoip2?geoip2.country(function(t){try{e({code:t.country.iso_code})}catch(t){e(s(t))}},function(t){e(s(t))}):e(new Error("Unexpected response format. The downloaded script should have exported `geoip2` to the global scope"))}}}}};function i(i){t.deepExtend(this.options={},e),t.isPlainObject(i)&&t.deepExtend(this.options,i),this.currentServiceIndex=-1}function n(e,t,i){var n,o=document.createElement("script");o.type="text/"+(e.type||"javascript"),o.src=e.src||e,o.async=!1,o.onreadystatechange=o.onload=function(){var e=o.readyState;clearTimeout(n),t.done||e&&!/loaded|complete/.test(e)||(t.done=!0,t(),o.onreadystatechange=o.onload=null)},document.body.appendChild(o),n=setTimeout(function(){t.done=!0,t(),o.onreadystatechange=o.onload=null},i)}function o(e,t,i,n,o){var s=new(window.XMLHttpRequest||window.ActiveXObject)("MSXML2.XMLHTTP.3.0");if(s.open(n?"POST":"GET",e,1),s.setRequestHeader("Content-type","application/x-www-form-urlencoded"),Array.isArray(o))for(var r=0,a=o.length;r3&&t(s)}),s.send(n)}function s(e){return new Error("Error ["+(e.code||"UNKNOWN")+"]: "+e.error)}return i.prototype.getNextService=function(){var e;do{e=this.getServiceByIdx(++this.currentServiceIndex)}while(this.currentServiceIndex=0,revokable:t.revokable.indexOf(e)>=0,explicitAction:t.explicitAction.indexOf(e)>=0}},i.prototype.applyLaw=function(e,t){var i=this.get(t);return i.hasLaw||(e.enabled=!1,"function"==typeof e.onNoCookieLaw&&e.onNoCookieLaw(t,i)),this.options.regionalLaw&&(i.revokable&&(e.revokable=!0),i.explicitAction&&(e.dismissOnScroll=!1,e.dismissOnTimeout=!1)),e},i}(),e.initialise=function(i,n,o){var s=new e.Law(i.law);n||(n=function(){}),o||(o=function(){});var r=Object.keys(e.status),a=t.getCookie("cookieconsent_status");r.indexOf(a)>=0?n(new e.Popup(i)):e.getCountryCode(i,function(t){delete i.law,delete i.location,t.code&&(i=s.applyLaw(i,t.code)),n(new e.Popup(i))},function(t){delete i.law,delete i.location,o(t,new e.Popup(i))})},e.getCountryCode=function(t,i,n){t.law&&t.law.countryCode?i({code:t.law.countryCode}):t.location?new e.Location(t.location).locate(function(e){i(e||{})},n):i({})},e.utils=t,e.hasInitialised=!0,window.cookieconsent=e}}(window.cookieconsent||{}); \ No newline at end of file diff --git a/public/lib/fontawesome-free/all.min.css b/public/lib/fontawesome-free/all.min.css new file mode 100644 index 0000000..3d28ab2 --- /dev/null +++ b/public/lib/fontawesome-free/all.min.css @@ -0,0 +1,5 @@ +/*! + * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + */ +.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\f95b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\f952"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\f905"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\f907"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\f95c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\f95d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\f95e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\f95f"}.fa-handshake-slash:before{content:"\f960"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\f961"}.fa-head-side-cough-slash:before{content:"\f962"}.fa-head-side-mask:before{content:"\f963"}.fa-head-side-virus:before{content:"\f964"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\f965"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\f913"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\f955"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\f966"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\f967"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\f91a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\f956"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\f968"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\f91e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\f969"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\f96a"}.fa-pump-soap:before{content:"\f96b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\f96c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\f957"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\f96e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\f96f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\f970"}.fa-store-slash:before{content:"\f971"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\f972"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\f941"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\f949"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\f974"}.fa-virus-slash:before{content:"\f975"}.fa-viruses:before{content:"\f976"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900} \ No newline at end of file diff --git a/public/lib/fonts/lg.eot b/public/lib/fonts/lg.eot new file mode 100644 index 0000000..51264c4 Binary files /dev/null and b/public/lib/fonts/lg.eot differ diff --git a/public/lib/fonts/lg.svg b/public/lib/fonts/lg.svg new file mode 100644 index 0000000..83d681f --- /dev/null +++ b/public/lib/fonts/lg.svg @@ -0,0 +1,47 @@ + + + + + + +{ + "fontFamily": "lg", + "majorVersion": 1, + "minorVersion": 0, + "fontURL": "https://github.com/sachinchoolur/lightgallery.js", + "copyright": "sachin", + "license": "MLT", + "licenseURL": "http://opensource.org/licenses/MIT", + "version": "Version 1.0", + "fontId": "lg", + "psName": "lg", + "subFamily": "Regular", + "fullName": "lg", + "description": "Font generated by IcoMoon." +} + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/lib/fonts/lg.ttf b/public/lib/fonts/lg.ttf new file mode 100644 index 0000000..8ad8199 Binary files /dev/null and b/public/lib/fonts/lg.ttf differ diff --git a/public/lib/fonts/lg.woff b/public/lib/fonts/lg.woff new file mode 100644 index 0000000..d98ff60 Binary files /dev/null and b/public/lib/fonts/lg.woff differ diff --git a/public/lib/img/loading.gif b/public/lib/img/loading.gif new file mode 100644 index 0000000..d3bbc80 Binary files /dev/null and b/public/lib/img/loading.gif differ diff --git a/public/lib/img/video-play.png b/public/lib/img/video-play.png new file mode 100644 index 0000000..4893540 Binary files /dev/null and b/public/lib/img/video-play.png differ diff --git a/public/lib/img/vimeo-play.png b/public/lib/img/vimeo-play.png new file mode 100644 index 0000000..ef7d245 Binary files /dev/null and b/public/lib/img/vimeo-play.png differ diff --git a/public/lib/img/youtube-play.png b/public/lib/img/youtube-play.png new file mode 100644 index 0000000..dfebb91 Binary files /dev/null and b/public/lib/img/youtube-play.png differ diff --git a/public/lib/katex/auto-render.min.js b/public/lib/katex/auto-render.min.js new file mode 100644 index 0000000..3a6d663 --- /dev/null +++ b/public/lib/katex/auto-render.min.js @@ -0,0 +1 @@ +!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("katex")):"function"==typeof define&&define.amd?define(["katex"],t):"object"==typeof exports?exports.renderMathInElement=t(require("katex")):e.renderMathInElement=t(e.katex)}("undefined"!=typeof self?self:this,function(e){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=1)}([function(t,r){t.exports=e},function(e,t,r){"use strict";r.r(t);var n=r(0),o=r.n(n),a=function(e,t,r){for(var n=r,o=0,a=e.length;n.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathdefault{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-weight:700;font-style:italic}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;vertical-align:bottom;position:relative}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;vertical-align:bottom;font-size:1px;width:2px;min-width:2px}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{display:inline-block;width:100%;border-bottom-style:solid}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{display:inline-block;border:0 solid;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{display:inline-block;width:100%;border-bottom-style:solid}.katex .hdashline{display:inline-block;width:100%;border-bottom-style:dashed}.katex .sqrt>.root{margin-left:.27777778em;margin-right:-.55555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.83333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.71428571em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.85714286em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14285714em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571429em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857143em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71428571em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714286em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857143em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96285714em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55428571em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.55555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.66666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.77777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.88888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.41666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.58333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.66666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.83333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.34722222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.41666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.48611111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.55555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.69444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.83333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44027778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.28935185em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.34722222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.40509259em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.46296296em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.52083333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.69444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.83333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023148em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981481em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108004em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.28929605em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.33751205em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.38572806em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.43394407em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216008em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.57859209em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.69431051em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.83317261em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961427em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.20096463em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.24115756em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.28135048em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.32154341em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.36173633em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.40192926em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.48231511em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.57877814em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.69453376em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.83360129em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .op-limits>.vlist-t{text-align:center}.katex .accent>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{display:block;position:absolute;width:100%;height:inherit;fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex svg path{stroke:none}.katex img{border-style:none;min-width:0;min-height:0;max-width:none;max-height:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{position:absolute;left:0;width:50.2%;overflow:hidden}.katex .halfarrow-right{position:absolute;right:0;width:50.2%;overflow:hidden}.katex .brace-left{position:absolute;left:0;width:25.1%;overflow:hidden}.katex .brace-center{position:absolute;left:25%;width:50%;overflow:hidden}.katex .brace-right{position:absolute;right:0;width:25.1%;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left} diff --git a/public/lib/katex/katex.min.js b/public/lib/katex/katex.min.js new file mode 100644 index 0000000..906ce12 --- /dev/null +++ b/public/lib/katex/katex.min.js @@ -0,0 +1 @@ +!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.katex=e():t.katex=e()}("undefined"!=typeof self?self:this,function(){return function(t){var e={};function r(a){if(e[a])return e[a].exports;var n=e[a]={i:a,l:!1,exports:{}};return t[a].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=t,r.c=e,r.d=function(t,e,a){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:a})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var a=Object.create(null);if(r.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)r.d(a,n,function(e){return t[e]}.bind(null,n));return a},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=1)}([function(t,e,r){},function(t,e,r){"use strict";r.r(e);r(0);var a=function(){function t(t,e,r){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=t,this.start=e,this.end=r}return t.range=function(e,r){return r?e&&e.loc&&r.loc&&e.loc.lexer===r.loc.lexer?new t(e.loc.lexer,e.loc.start,r.loc.end):null:e&&e.loc},t}(),n=function(){function t(t,e){this.text=void 0,this.loc=void 0,this.text=t,this.loc=e}return t.prototype.range=function(e,r){return new t(r,a.range(this,e))},t}(),i=function t(e,r){this.position=void 0;var a,n="KaTeX parse error: "+e,i=r&&r.loc;if(i&&i.start<=i.end){var o=i.lexer.input;a=i.start;var s=i.end;a===o.length?n+=" at end of input: ":n+=" at position "+(a+1)+": ";var h=o.slice(a,s).replace(/[^]/g,"$&\u0332");n+=(a>15?"\u2026"+o.slice(a-15,a):o.slice(0,a))+h+(s+15":">","<":"<",'"':""","'":"'"},l=/[&><"']/g;var m=function t(e){return"ordgroup"===e.type?1===e.body.length?t(e.body[0]):e:"color"===e.type?1===e.body.length?t(e.body[0]):e:"font"===e.type?t(e.body):e},c={contains:function(t,e){return-1!==t.indexOf(e)},deflt:function(t,e){return void 0===t?e:t},escape:function(t){return String(t).replace(l,function(t){return h[t]})},hyphenate:function(t){return t.replace(s,"-$1").toLowerCase()},getBaseElem:m,isCharacterBox:function(t){var e=m(t);return"mathord"===e.type||"textord"===e.type||"atom"===e.type},protocolFromUrl:function(t){var e=/^\s*([^\\\/#]*?)(?::|�*58|�*3a)/i.exec(t);return null!=e?e[1]:"_relative"}},u=function(){function t(t){this.displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.trust=void 0,this.maxSize=void 0,this.maxExpand=void 0,t=t||{},this.displayMode=c.deflt(t.displayMode,!1),this.output=c.deflt(t.output,"htmlAndMathml"),this.leqno=c.deflt(t.leqno,!1),this.fleqn=c.deflt(t.fleqn,!1),this.throwOnError=c.deflt(t.throwOnError,!0),this.errorColor=c.deflt(t.errorColor,"#cc0000"),this.macros=t.macros||{},this.minRuleThickness=Math.max(0,c.deflt(t.minRuleThickness,0)),this.colorIsTextColor=c.deflt(t.colorIsTextColor,!1),this.strict=c.deflt(t.strict,"warn"),this.trust=c.deflt(t.trust,!1),this.maxSize=Math.max(0,c.deflt(t.maxSize,1/0)),this.maxExpand=Math.max(0,c.deflt(t.maxExpand,1e3))}var e=t.prototype;return e.reportNonstrict=function(t,e,r){var a=this.strict;if("function"==typeof a&&(a=a(t,e,r)),a&&"ignore"!==a){if(!0===a||"error"===a)throw new o("LaTeX-incompatible input and strict mode is set to 'error': "+e+" ["+t+"]",r);"warn"===a?"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+e+" ["+t+"]"):"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+a+"': "+e+" ["+t+"]")}},e.useStrictBehavior=function(t,e,r){var a=this.strict;if("function"==typeof a)try{a=a(t,e,r)}catch(t){a="error"}return!(!a||"ignore"===a)&&(!0===a||"error"===a||("warn"===a?("undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+e+" ["+t+"]"),!1):("undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+a+"': "+e+" ["+t+"]"),!1)))},e.isTrusted=function(t){t.url&&!t.protocol&&(t.protocol=c.protocolFromUrl(t.url));var e="function"==typeof this.trust?this.trust(t):this.trust;return Boolean(e)},t}(),p=function(){function t(t,e,r){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=t,this.size=e,this.cramped=r}var e=t.prototype;return e.sup=function(){return d[f[this.id]]},e.sub=function(){return d[g[this.id]]},e.fracNum=function(){return d[x[this.id]]},e.fracDen=function(){return d[v[this.id]]},e.cramp=function(){return d[b[this.id]]},e.text=function(){return d[y[this.id]]},e.isTight=function(){return this.size>=2},t}(),d=[new p(0,0,!1),new p(1,0,!0),new p(2,1,!1),new p(3,1,!0),new p(4,2,!1),new p(5,2,!0),new p(6,3,!1),new p(7,3,!0)],f=[4,5,4,5,6,7,6,7],g=[5,5,5,5,7,7,7,7],x=[2,3,4,5,6,7,6,7],v=[3,3,5,5,7,7,7,7],b=[1,1,3,3,5,5,7,7],y=[0,1,2,3,2,3,2,3],w={DISPLAY:d[0],TEXT:d[2],SCRIPT:d[4],SCRIPTSCRIPT:d[6]},k=[{name:"latin",blocks:[[256,591],[768,879]]},{name:"cyrillic",blocks:[[1024,1279]]},{name:"brahmic",blocks:[[2304,4255]]},{name:"georgian",blocks:[[4256,4351]]},{name:"cjk",blocks:[[12288,12543],[19968,40879],[65280,65376]]},{name:"hangul",blocks:[[44032,55215]]}];var S=[];function M(t){for(var e=0;e=S[e]&&t<=S[e+1])return!0;return!1}k.forEach(function(t){return t.blocks.forEach(function(t){return S.push.apply(S,t)})});var z={doubleleftarrow:"M262 157\nl10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3\n 0-12.2.5-14.5 1.5-2.3 1-4.8 4.5-7.5 10.5-49.3 97.3-121.7 169.3-217 216-28\n 14-57.3 25-88 33-6.7 2-11 3.8-13 5.5-2 1.7-3 4.2-3 7.5s1 5.8 3 7.5\nc2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5\n 157.5 9.3 8 15.3 12.3 18 13h6c12-.7 18-4 18-10 0-2-1.7-7-5-15-23.3-46-52-87\n-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7\n-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z\nm8 0v40h399730v-40zm0 194v40h399730v-40z",doublerightarrow:"M399738 392l\n-10 10c-34 36-62.7 77-86 123-3.3 8-5 13.3-5 16 0 5.3 6.7 8 20 8 7.3 0 12.2-.5\n 14.5-1.5 2.3-1 4.8-4.5 7.5-10.5 49.3-97.3 121.7-169.3 217-216 28-14 57.3-25 88\n-33 6.7-2 11-3.8 13-5.5 2-1.7 3-4.2 3-7.5s-1-5.8-3-7.5c-2-1.7-6.3-3.5-13-5.5-68\n-17.3-128.2-47.8-180.5-91.5-52.3-43.7-93.8-96.2-124.5-157.5-9.3-8-15.3-12.3-18\n-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782\nc-328 0 0 0 0 0l10 8c26.7 20 65.7 43 117 69-2.7 2-6 3.7-10 5-36.7 16-72.3 37.3\n-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z",leftarrow:"M400000 241H110l3-3c68.7-52.7 113.7-120\n 135-202 4-14.7 6-23 6-25 0-7.3-7-11-21-11-8 0-13.2.8-15.5 2.5-2.3 1.7-4.2 5.8\n-5.5 12.5-1.3 4.7-2.7 10.3-4 17-12 48.7-34.8 92-68.5 130S65.3 228.3 18 247\nc-10 4-16 7.7-18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85S196 441.3 208\n 490c.7 2 1.3 5 2 9s1.2 6.7 1.5 8c.3 1.3 1 3.3 2 6s2.2 4.5 3.5 5.5c1.3 1 3.3\n 1.8 6 2.5s6 1 10 1c14 0 21-3.7 21-11 0-2-2-10.3-6-25-20-79.3-65-146.7-135-202\n l-3-3h399890zM100 241v40h399900v-40z",leftbrace:"M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117\n-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7\n 5-6 9-10 13-.7 1-7.3 1-20 1H6z",leftbraceunder:"M0 6l6-6h17c12.688 0 19.313.3 20 1 4 4 7.313 8.3 10 13\n 35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688\n 0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7\n-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z",leftgroup:"M400000 80\nH435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0\n 435 0h399565z",leftgroupunder:"M400000 262\nH435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219\n 435 219h399565z",leftharpoon:"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3\n-3.3 10.2-9.5 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5\n-18.3 3-21-1.3-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7\n-196 228-6.7 4.7-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40z",leftharpoonplus:"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3-3.3 10.2-9.5\n 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5-18.3 3-21-1.3\n-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7-196 228-6.7 4.7\n-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z\nm0 0v40h400000v-40z",leftharpoondown:"M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333\n 5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5\n 1 9 1h5c10.667 0 16.667-2 18-6 2-2.667 1-9.667-3-21-32-87.333-82.667-157.667\n-152-211l-3-3h399907v-40zM93 281 H400000 v-40L7 241z",leftharpoondownplus:"M7 435c-4 4-6.3 8.7-7 14 0 5.3.7 9 2 11s5.3 5.3 12\n 10c90.7 54 156 130 196 228 3.3 10.7 6.3 16.3 9 17 2 .7 5 1 9 1h5c10.7 0 16.7\n-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0\nv40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z",lefthook:"M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5\n-83.5C70.8 58.2 104 47 142 47 c16.7 0 25 6.7 25 20 0 12-8.7 18.7-26 20-40 3.3\n-68.7 15.7-86 37-10 12-15 25.3-15 40 0 22.7 9.8 40.7 29.5 54 19.7 13.3 43.5 21\n 71.5 23h399859zM103 281v-40h399897v40z",leftlinesegment:"M40 281 V428 H0 V94 H40 V241 H400000 v40z\nM40 281 V428 H0 V94 H40 V241 H400000 v40z",leftmapsto:"M40 281 V448H0V74H40V241H400000v40z\nM40 281 V448H0V74H40V241H400000v40z",leftToFrom:"M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23\n-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8\nc28.7-32 52-65.7 70-101 10.7-23.3 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 265.3\n 68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z",longequal:"M0 50 h400000 v40H0z m0 194h40000v40H0z\nM0 50 h400000 v40H0z m0 194h40000v40H0z",midbrace:"M200428 334\nc-100.7-8.3-195.3-44-280-108-55.3-42-101.7-93-139-153l-9-14c-2.7 4-5.7 8.7-9 14\n-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7\n 311.7-78.3 403-201 6-8 9.7-12 11-12 .7-.7 6.7-1 18-1s17.3.3 18 1c1.3 0 5 4 11\n 12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z",midbraceunder:"M199572 214\nc100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14\n 53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3\n 11.7-311.7 78.3-403 201-6 8-9.7 12-11 12-.7.7-6.7 1-18 1s-17.3-.3-18-1c-1.3 0\n-5-4-11-12-44.7-59.3-101.3-106.3-170-141s-145.3-54.3-229-60H0V214z",oiintSize1:"M512.6 71.6c272.6 0 320.3 106.8 320.3 178.2 0 70.8-47.7 177.6\n-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z\nm368.1 178.2c0-86.4-60.9-215.4-368.1-215.4-306.4 0-367.3 129-367.3 215.4 0 85.8\n60.9 214.8 367.3 214.8 307.2 0 368.1-129 368.1-214.8z",oiintSize2:"M757.8 100.1c384.7 0 451.1 137.6 451.1 230 0 91.3-66.4 228.8\n-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z\nm502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2\nc0 110 84 276 504 276s502.4-166 502.4-276z",oiiintSize1:"M681.4 71.6c408.9 0 480.5 106.8 480.5 178.2 0 70.8-71.6 177.6\n-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z\nm525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0\n85.8 86.8 214.8 524.7 214.8 438.9 0 525.7-129 525.7-214.8z",oiiintSize2:"M1021.2 53c603.6 0 707.8 165.8 707.8 277.2 0 110-104.2 275.8\n-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z\nm770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1\nc0 130 128.8 326.4 772.7 326.4s770.5-196.4 770.5-326.4z",rightarrow:"M0 241v40h399891c-47.3 35.3-84 78-110 128\n-16.7 32-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20\n 11 8 0 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7\n 39-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85\n-40.5-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\n 151.7 139 205zm0 0v40h399900v-40z",rightbrace:"M400000 542l\n-6 6h-17c-12.7 0-19.3-.3-20-1-4-4-7.3-8.3-10-13-35.3-51.3-80.8-93.8-136.5-127.5\ns-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1\nc124.7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118l7 13v35z",rightbraceunder:"M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3\n 28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237\n-174 2.7-5 6-9 10-13 .7-1 7.3-1 20-1h17z",rightgroup:"M0 80h399565c371 0 266.7 149.4 414 180 5.9 1.2 18 0 18 0 2 0\n 3-1 3-3v-38c-76-158-257-219-435-219H0z",rightgroupunder:"M0 262h399565c371 0 266.7-149.4 414-180 5.9-1.2 18 0 18\n 0 2 0 3 1 3 3v38c-76 158-257 219-435 219H0z",rightharpoon:"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3\n-3.7-15.3-11-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2\n-10.7 0-16.7 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58\n 69.2 92 94.5zm0 0v40h399900v-40z",rightharpoonplus:"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3-3.7-15.3-11\n-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2-10.7 0-16.7\n 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58 69.2 92 94.5z\nm0 0v40h399900v-40z m100 194v40h399900v-40zm0 0v40h399900v-40z",rightharpoondown:"M399747 511c0 7.3 6.7 11 20 11 8 0 13-.8 15-2.5s4.7-6.8\n 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3 8.5-5.8 9.5\n-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3-64.7 57-92 95\n-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 241v40h399900v-40z",rightharpoondownplus:"M399747 705c0 7.3 6.7 11 20 11 8 0 13-.8\n 15-2.5s4.7-6.8 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3\n 8.5-5.8 9.5-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3\n-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z\nm0-194v40h400000v-40zm0 0v40h400000v-40z",righthook:"M399859 241c-764 0 0 0 0 0 40-3.3 68.7-15.7 86-37 10-12 15-25.3\n 15-40 0-22.7-9.8-40.7-29.5-54-19.7-13.3-43.5-21-71.5-23-17.3-1.3-26-8-26-20 0\n-13.3 8.7-20 26-20 38 0 71 11.2 99 33.5 0 0 7 5.6 21 16.7 14 11.2 21 33.5 21\n 66.8s-14 61.2-42 83.5c-28 22.3-61 33.5-99 33.5L0 241z M0 281v-40h399859v40z",rightlinesegment:"M399960 241 V94 h40 V428 h-40 V281 H0 v-40z\nM399960 241 V94 h40 V428 h-40 V281 H0 v-40z",rightToFrom:"M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23\n 1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32\n-52 65.7-70 101-10.7 23.3-16 35.7-16 37 0 .7 7.7 1 23 1h23c24-69.3 71.3-125 142\n-167z M100 147v40h399900v-40zM0 341v40h399900v-40z",twoheadleftarrow:"M0 167c68 40\n 115.7 95.7 143 167h22c15.3 0 23-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69\n-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3\n-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19\n-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101\n 10.7-23.333 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 71.3 68 127 0 167z",twoheadrightarrow:"M400000 167\nc-68-40-115.7-95.7-143-167h-22c-15.3 0-23 .3-23 1 0 1.3 5.3 13.7 16 37 18 35.3\n 41.3 69 70 101l7 8h-125l-9-7c-50.7-39.3-85-86-103-140h-46c0 4.7 6.3 18.7 19 42\n 18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333\n-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70\n 101-10.7 23.333-16 35.7-16 37 0 .7 7.7 1 23 1h22c27.3-71.3 75-127 143-167z",tilde1:"M200 55.538c-77 0-168 73.953-177 73.953-3 0-7\n-2.175-9-5.437L2 97c-1-2-2-4-2-6 0-4 2-7 5-9l20-12C116 12 171 0 207 0c86 0\n 114 68 191 68 78 0 168-68 177-68 4 0 7 2 9 5l12 19c1 2.175 2 4.35 2 6.525 0\n 4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128\n-68.267.847-113-73.952-191-73.952z",tilde2:"M344 55.266c-142 0-300.638 81.316-311.5 86.418\n-8.01 3.762-22.5 10.91-23.5 5.562L1 120c-1-2-1-3-1-4 0-5 3-9 8-10l18.4-9C160.9\n 31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114\nc1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751\n 181.476 676 181.476c-149 0-189-126.21-332-126.21z",tilde3:"M786 59C457 59 32 175.242 13 175.242c-6 0-10-3.457\n-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0\n 411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697\n 16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696\n -338 0-409-156.573-744-156.573z",tilde4:"M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345\n-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409\n 177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9\n 14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409\n -175.236-744-175.236z",vec:"M377 20c0-5.333 1.833-10 5.5-14S391 0 397 0c4.667 0 8.667 1.667 12 5\n3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11\n10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63\n-1.333 1.333-3.167 3.5-5.5 6.5s-4 4.833-5 5.5c-1 .667-2.5 1.333-4.5 2s-4.333 1\n-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59\nH213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359\nc-16-25.333-24-45-24-59z",widehat1:"M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22\nc-1 5-5 9-11 9h-2L532 67 19 159h-2c-5 0-9-4-11-9l-5-22c-1-6 2-12 8-13z",widehat2:"M1181 0h2l1171 176c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 220h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widehat3:"M1181 0h2l1171 236c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 280h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widehat4:"M1181 0h2l1171 296c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 340h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widecheck1:"M529,159h5l519,-115c5,-1,9,-5,9,-10c0,-1,-1,-2,-1,-3l-4,-22c-1,\n-5,-5,-9,-11,-9h-2l-512,92l-513,-92h-2c-5,0,-9,4,-11,9l-5,22c-1,6,2,12,8,13z",widecheck2:"M1181,220h2l1171,-176c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,153l-1167,-153h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",widecheck3:"M1181,280h2l1171,-236c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,213l-1167,-213h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",widecheck4:"M1181,340h2l1171,-296c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,273l-1167,-273h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",baraboveleftarrow:"M400000 620h-399890l3 -3c68.7 -52.7 113.7 -120 135 -202\nc4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5\nc-2.3 1.7 -4.2 5.8 -5.5 12.5c-1.3 4.7 -2.7 10.3 -4 17c-12 48.7 -34.8 92 -68.5 130\ns-74.2 66.3 -121.5 85c-10 4 -16 7.7 -18 11c0 8.7 6 14.3 18 17c47.3 18.7 87.8 47\n121.5 85s56.5 81.3 68.5 130c0.7 2 1.3 5 2 9s1.2 6.7 1.5 8c0.3 1.3 1 3.3 2 6\ns2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11\nc0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z\nM100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z",rightarrowabovebar:"M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32\n-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20 11 8 0\n13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7 39\n-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85-40.5\n-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\n151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z",baraboveshortleftharpoon:"M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17\nc2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21\nc-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40\nc-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z\nM0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z",rightharpoonaboveshortbar:"M0,241 l0,40c399126,0,399993,0,399993,0\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\nM0 241 v40 H399908 v-40z M0 475 v-40 H399500 v40z M0 475 v-40 H399500 v40z",shortbaraboveleftharpoon:"M7,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17c2,0.7,5,1,9,\n1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21c-32,-87.3,-82.7,-157.7,\n-152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z\nM93 435 v40 H400000 v-40z M500 241 v40 H400000 v-40z M500 241 v40 H400000 v-40z",shortrightharpoonabovebar:"M53,241l0,40c398570,0,399437,0,399437,0\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\nM500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z"},A=function(){function t(t){this.children=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.children=t,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}var e=t.prototype;return e.hasClass=function(t){return c.contains(this.classes,t)},e.toNode=function(){for(var t=document.createDocumentFragment(),e=0;e"},N=function(){function t(t,e,r,a){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.width=void 0,this.maxFontSize=void 0,this.style=void 0,B.call(this,t,r,a),this.children=e||[]}var e=t.prototype;return e.setAttribute=function(t,e){this.attributes[t]=e},e.hasClass=function(t){return c.contains(this.classes,t)},e.toNode=function(){return C.call(this,"span")},e.toMarkup=function(){return q.call(this,"span")},t}(),I=function(){function t(t,e,r,a){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,B.call(this,e,a),this.children=r||[],this.setAttribute("href",t)}var e=t.prototype;return e.setAttribute=function(t,e){this.attributes[t]=e},e.hasClass=function(t){return c.contains(this.classes,t)},e.toNode=function(){return C.call(this,"a")},e.toMarkup=function(){return q.call(this,"a")},t}(),R=function(){function t(t,e,r){this.src=void 0,this.alt=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.alt=e,this.src=t,this.classes=["mord"],this.style=r}var e=t.prototype;return e.hasClass=function(t){return c.contains(this.classes,t)},e.toNode=function(){var t=document.createElement("img");for(var e in t.src=this.src,t.alt=this.alt,t.className="mord",this.style)this.style.hasOwnProperty(e)&&(t.style[e]=this.style[e]);return t},e.toMarkup=function(){var t=""+this.alt+"=n[0]&&t<=n[1])return r.name}return null}(this.text.charCodeAt(0));h&&this.classes.push(h+"_fallback"),/[\xee\xef\xed\xec]/.test(this.text)&&(this.text=O[this.text])}var e=t.prototype;return e.hasClass=function(t){return c.contains(this.classes,t)},e.toNode=function(){var t=document.createTextNode(this.text),e=null;for(var r in this.italic>0&&((e=document.createElement("span")).style.marginRight=this.italic+"em"),this.classes.length>0&&((e=e||document.createElement("span")).className=T(this.classes)),this.style)this.style.hasOwnProperty(r)&&((e=e||document.createElement("span")).style[r]=this.style[r]);return e?(e.appendChild(t),e):t},e.toMarkup=function(){var t=!1,e="0&&(r+="margin-right:"+this.italic+"em;"),this.style)this.style.hasOwnProperty(a)&&(r+=c.hyphenate(a)+":"+this.style[a]+";");r&&(t=!0,e+=' style="'+c.escape(r)+'"');var n=c.escape(this.text);return t?(e+=">",e+=n,e+=""):n},t}(),L=function(){function t(t,e){this.children=void 0,this.attributes=void 0,this.children=t||[],this.attributes=e||{}}var e=t.prototype;return e.toNode=function(){var t=document.createElementNS("http://www.w3.org/2000/svg","svg");for(var e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&t.setAttribute(e,this.attributes[e]);for(var r=0;r":""},t}(),P=function(){function t(t){this.attributes=void 0,this.attributes=t||{}}var e=t.prototype;return e.toNode=function(){var t=document.createElementNS("http://www.w3.org/2000/svg","line");for(var e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&t.setAttribute(e,this.attributes[e]);return t},e.toMarkup=function(){var t="",">"),$("math",Z,et,":",":"),$("math",Z,et,"\u2248","\\approx",!0),$("math",Z,et,"\u2245","\\cong",!0),$("math",Z,et,"\u2265","\\ge"),$("math",Z,et,"\u2265","\\geq",!0),$("math",Z,et,"\u2190","\\gets"),$("math",Z,et,">","\\gt"),$("math",Z,et,"\u2208","\\in",!0),$("math",Z,et,"\ue020","\\@not"),$("math",Z,et,"\u2282","\\subset",!0),$("math",Z,et,"\u2283","\\supset",!0),$("math",Z,et,"\u2286","\\subseteq",!0),$("math",Z,et,"\u2287","\\supseteq",!0),$("math",K,et,"\u2288","\\nsubseteq",!0),$("math",K,et,"\u2289","\\nsupseteq",!0),$("math",Z,et,"\u22a8","\\models"),$("math",Z,et,"\u2190","\\leftarrow",!0),$("math",Z,et,"\u2264","\\le"),$("math",Z,et,"\u2264","\\leq",!0),$("math",Z,et,"<","\\lt"),$("math",Z,et,"\u2192","\\rightarrow",!0),$("math",Z,et,"\u2192","\\to"),$("math",K,et,"\u2271","\\ngeq",!0),$("math",K,et,"\u2270","\\nleq",!0),$("math",Z,"spacing","\xa0","\\ "),$("math",Z,"spacing","\xa0","~"),$("math",Z,"spacing","\xa0","\\space"),$("math",Z,"spacing","\xa0","\\nobreakspace"),$("text",Z,"spacing","\xa0","\\ "),$("text",Z,"spacing","\xa0","~"),$("text",Z,"spacing","\xa0","\\space"),$("text",Z,"spacing","\xa0","\\nobreakspace"),$("math",Z,"spacing",null,"\\nobreak"),$("math",Z,"spacing",null,"\\allowbreak"),$("math",Z,"punct",",",","),$("math",Z,"punct",";",";"),$("math",K,J,"\u22bc","\\barwedge",!0),$("math",K,J,"\u22bb","\\veebar",!0),$("math",Z,J,"\u2299","\\odot",!0),$("math",Z,J,"\u2295","\\oplus",!0),$("math",Z,J,"\u2297","\\otimes",!0),$("math",Z,"textord","\u2202","\\partial",!0),$("math",Z,J,"\u2298","\\oslash",!0),$("math",K,J,"\u229a","\\circledcirc",!0),$("math",K,J,"\u22a1","\\boxdot",!0),$("math",Z,J,"\u25b3","\\bigtriangleup"),$("math",Z,J,"\u25bd","\\bigtriangledown"),$("math",Z,J,"\u2020","\\dagger"),$("math",Z,J,"\u22c4","\\diamond"),$("math",Z,J,"\u22c6","\\star"),$("math",Z,J,"\u25c3","\\triangleleft"),$("math",Z,J,"\u25b9","\\triangleright"),$("math",Z,"open","{","\\{"),$("text",Z,"textord","{","\\{"),$("text",Z,"textord","{","\\textbraceleft"),$("math",Z,"close","}","\\}"),$("text",Z,"textord","}","\\}"),$("text",Z,"textord","}","\\textbraceright"),$("math",Z,"open","{","\\lbrace"),$("math",Z,"close","}","\\rbrace"),$("math",Z,"open","[","\\lbrack"),$("text",Z,"textord","[","\\lbrack"),$("math",Z,"close","]","\\rbrack"),$("text",Z,"textord","]","\\rbrack"),$("math",Z,"open","(","\\lparen"),$("math",Z,"close",")","\\rparen"),$("text",Z,"textord","<","\\textless"),$("text",Z,"textord",">","\\textgreater"),$("math",Z,"open","\u230a","\\lfloor",!0),$("math",Z,"close","\u230b","\\rfloor",!0),$("math",Z,"open","\u2308","\\lceil",!0),$("math",Z,"close","\u2309","\\rceil",!0),$("math",Z,"textord","\\","\\backslash"),$("math",Z,"textord","\u2223","|"),$("math",Z,"textord","\u2223","\\vert"),$("text",Z,"textord","|","\\textbar"),$("math",Z,"textord","\u2225","\\|"),$("math",Z,"textord","\u2225","\\Vert"),$("text",Z,"textord","\u2225","\\textbardbl"),$("text",Z,"textord","~","\\textasciitilde"),$("text",Z,"textord","\\","\\textbackslash"),$("text",Z,"textord","^","\\textasciicircum"),$("math",Z,et,"\u2191","\\uparrow",!0),$("math",Z,et,"\u21d1","\\Uparrow",!0),$("math",Z,et,"\u2193","\\downarrow",!0),$("math",Z,et,"\u21d3","\\Downarrow",!0),$("math",Z,et,"\u2195","\\updownarrow",!0),$("math",Z,et,"\u21d5","\\Updownarrow",!0),$("math",Z,tt,"\u2210","\\coprod"),$("math",Z,tt,"\u22c1","\\bigvee"),$("math",Z,tt,"\u22c0","\\bigwedge"),$("math",Z,tt,"\u2a04","\\biguplus"),$("math",Z,tt,"\u22c2","\\bigcap"),$("math",Z,tt,"\u22c3","\\bigcup"),$("math",Z,tt,"\u222b","\\int"),$("math",Z,tt,"\u222b","\\intop"),$("math",Z,tt,"\u222c","\\iint"),$("math",Z,tt,"\u222d","\\iiint"),$("math",Z,tt,"\u220f","\\prod"),$("math",Z,tt,"\u2211","\\sum"),$("math",Z,tt,"\u2a02","\\bigotimes"),$("math",Z,tt,"\u2a01","\\bigoplus"),$("math",Z,tt,"\u2a00","\\bigodot"),$("math",Z,tt,"\u222e","\\oint"),$("math",Z,tt,"\u222f","\\oiint"),$("math",Z,tt,"\u2230","\\oiiint"),$("math",Z,tt,"\u2a06","\\bigsqcup"),$("math",Z,tt,"\u222b","\\smallint"),$("text",Z,"inner","\u2026","\\textellipsis"),$("math",Z,"inner","\u2026","\\mathellipsis"),$("text",Z,"inner","\u2026","\\ldots",!0),$("math",Z,"inner","\u2026","\\ldots",!0),$("math",Z,"inner","\u22ef","\\@cdots",!0),$("math",Z,"inner","\u22f1","\\ddots",!0),$("math",Z,"textord","\u22ee","\\varvdots"),$("math",Z,"accent-token","\u02ca","\\acute"),$("math",Z,"accent-token","\u02cb","\\grave"),$("math",Z,"accent-token","\xa8","\\ddot"),$("math",Z,"accent-token","~","\\tilde"),$("math",Z,"accent-token","\u02c9","\\bar"),$("math",Z,"accent-token","\u02d8","\\breve"),$("math",Z,"accent-token","\u02c7","\\check"),$("math",Z,"accent-token","^","\\hat"),$("math",Z,"accent-token","\u20d7","\\vec"),$("math",Z,"accent-token","\u02d9","\\dot"),$("math",Z,"accent-token","\u02da","\\mathring"),$("math",Z,Q,"\u0131","\\imath",!0),$("math",Z,Q,"\u0237","\\jmath",!0),$("text",Z,"textord","\u0131","\\i",!0),$("text",Z,"textord","\u0237","\\j",!0),$("text",Z,"textord","\xdf","\\ss",!0),$("text",Z,"textord","\xe6","\\ae",!0),$("text",Z,"textord","\xe6","\\ae",!0),$("text",Z,"textord","\u0153","\\oe",!0),$("text",Z,"textord","\xf8","\\o",!0),$("text",Z,"textord","\xc6","\\AE",!0),$("text",Z,"textord","\u0152","\\OE",!0),$("text",Z,"textord","\xd8","\\O",!0),$("text",Z,"accent-token","\u02ca","\\'"),$("text",Z,"accent-token","\u02cb","\\`"),$("text",Z,"accent-token","\u02c6","\\^"),$("text",Z,"accent-token","\u02dc","\\~"),$("text",Z,"accent-token","\u02c9","\\="),$("text",Z,"accent-token","\u02d8","\\u"),$("text",Z,"accent-token","\u02d9","\\."),$("text",Z,"accent-token","\u02da","\\r"),$("text",Z,"accent-token","\u02c7","\\v"),$("text",Z,"accent-token","\xa8",'\\"'),$("text",Z,"accent-token","\u02dd","\\H"),$("text",Z,"accent-token","\u25ef","\\textcircled");var rt={"--":!0,"---":!0,"``":!0,"''":!0};$("text",Z,"textord","\u2013","--"),$("text",Z,"textord","\u2013","\\textendash"),$("text",Z,"textord","\u2014","---"),$("text",Z,"textord","\u2014","\\textemdash"),$("text",Z,"textord","\u2018","`"),$("text",Z,"textord","\u2018","\\textquoteleft"),$("text",Z,"textord","\u2019","'"),$("text",Z,"textord","\u2019","\\textquoteright"),$("text",Z,"textord","\u201c","``"),$("text",Z,"textord","\u201c","\\textquotedblleft"),$("text",Z,"textord","\u201d","''"),$("text",Z,"textord","\u201d","\\textquotedblright"),$("math",Z,"textord","\xb0","\\degree",!0),$("text",Z,"textord","\xb0","\\degree"),$("text",Z,"textord","\xb0","\\textdegree",!0),$("math",Z,Q,"\xa3","\\pounds"),$("math",Z,Q,"\xa3","\\mathsterling",!0),$("text",Z,Q,"\xa3","\\pounds"),$("text",Z,Q,"\xa3","\\textsterling",!0),$("math",K,"textord","\u2720","\\maltese"),$("text",K,"textord","\u2720","\\maltese"),$("text",Z,"spacing","\xa0","\\ "),$("text",Z,"spacing","\xa0"," "),$("text",Z,"spacing","\xa0","~");for(var at=0;at<'0123456789/@."'.length;at++){var nt='0123456789/@."'.charAt(at);$("math",Z,"textord",nt,nt)}for(var it=0;it<'0123456789!@*()-=+[]<>|";:?/.,'.length;it++){var ot='0123456789!@*()-=+[]<>|";:?/.,'.charAt(it);$("text",Z,"textord",ot,ot)}for(var st="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",ht=0;ht=5?0:t>=3?1:2]){var r=Y[e]={cssEmPerMu:V.quad[e]/18};for(var a in V)V.hasOwnProperty(a)&&(r[a]=V[a][e])}return Y[e]}(this.size)),this._fontMetrics},e.getColor=function(){return this.phantom?"transparent":this.color},t}();kt.BASESIZE=6;var St=kt,Mt={pt:1,mm:7227/2540,cm:7227/254,in:72.27,bp:1.00375,pc:12,dd:1238/1157,cc:14856/1157,nd:685/642,nc:1370/107,sp:1/65536,px:1.00375},zt={ex:!0,em:!0,mu:!0},At=function(t){return"string"!=typeof t&&(t=t.unit),t in Mt||t in zt||"ex"===t},Tt=function(t,e){var r;if(t.unit in Mt)r=Mt[t.unit]/e.fontMetrics().ptPerEm/e.sizeMultiplier;else if("mu"===t.unit)r=e.fontMetrics().cssEmPerMu;else{var a;if(a=e.style.isTight()?e.havingStyle(e.style.text()):e,"ex"===t.unit)r=a.fontMetrics().xHeight;else{if("em"!==t.unit)throw new o("Invalid unit: '"+t.unit+"'");r=a.fontMetrics().quad}a!==e&&(r*=a.sizeMultiplier/e.sizeMultiplier)}return Math.min(t.number*r,e.maxSize)},Bt=["\\imath","\u0131","\\jmath","\u0237","\\pounds","\\mathsterling","\\textsterling","\xa3"],Ct=function(t,e,r){return j[r][t]&&j[r][t].replace&&(t=j[r][t].replace),{value:t,metrics:G(t,e,r)}},qt=function(t,e,r,a,n){var i,o=Ct(t,e,r),s=o.metrics;if(t=o.value,s){var h=s.italic;("text"===r||a&&"mathit"===a.font)&&(h=0),i=new E(t,s.height,s.depth,h,s.skew,s.width,n)}else"undefined"!=typeof console&&console.warn("No character metrics for '"+t+"' in style '"+e+"' and mode '"+r+"'"),i=new E(t,0,0,0,0,0,n);if(a){i.maxFontSize=a.sizeMultiplier,a.style.isTight()&&i.classes.push("mtight");var l=a.getColor();l&&(i.style.color=l)}return i},Nt=function(t,e){if(T(t.classes)!==T(e.classes)||t.skew!==e.skew||t.maxFontSize!==e.maxFontSize)return!1;for(var r in t.style)if(t.style.hasOwnProperty(r)&&t.style[r]!==e.style[r])return!1;for(var a in e.style)if(e.style.hasOwnProperty(a)&&t.style[a]!==e.style[a])return!1;return!0},It=function(t){for(var e=0,r=0,a=0,n=0;ne&&(e=i.height),i.depth>r&&(r=i.depth),i.maxFontSize>a&&(a=i.maxFontSize)}t.height=e,t.depth=r,t.maxFontSize=a},Rt=function(t,e,r,a){var n=new N(t,e,r,a);return It(n),n},Ot=function(t,e,r,a){return new N(t,e,r,a)},Et=function(t){var e=new A(t);return It(e),e},Lt=function(t,e,r){var a="";switch(t){case"amsrm":a="AMS";break;case"textrm":a="Main";break;case"textsf":a="SansSerif";break;case"texttt":a="Typewriter";break;default:a=t}return a+"-"+("textbf"===e&&"textit"===r?"BoldItalic":"textbf"===e?"Bold":"textit"===e?"Italic":"Regular")},Ht={mathbf:{variant:"bold",fontName:"Main-Bold"},mathrm:{variant:"normal",fontName:"Main-Regular"},textit:{variant:"italic",fontName:"Main-Italic"},mathit:{variant:"italic",fontName:"Main-Italic"},mathbb:{variant:"double-struck",fontName:"AMS-Regular"},mathcal:{variant:"script",fontName:"Caligraphic-Regular"},mathfrak:{variant:"fraktur",fontName:"Fraktur-Regular"},mathscr:{variant:"script",fontName:"Script-Regular"},mathsf:{variant:"sans-serif",fontName:"SansSerif-Regular"},mathtt:{variant:"monospace",fontName:"Typewriter-Regular"}},Pt={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]},Dt={fontMap:Ht,makeSymbol:qt,mathsym:function(t,e,r,a){return void 0===a&&(a=[]),"boldsymbol"===r.font&&Ct(t,"Main-Bold",e).metrics?qt(t,"Main-Bold",e,r,a.concat(["mathbf"])):"\\"===t||"main"===j[e][t].font?qt(t,"Main-Regular",e,r,a):qt(t,"AMS-Regular",e,r,a.concat(["amsrm"]))},makeSpan:Rt,makeSvgSpan:Ot,makeLineSpan:function(t,e,r){var a=Rt([t],[],e);return a.height=Math.max(r||e.fontMetrics().defaultRuleThickness,e.minRuleThickness),a.style.borderBottomWidth=a.height+"em",a.maxFontSize=1,a},makeAnchor:function(t,e,r,a){var n=new I(t,e,r,a);return It(n),n},makeFragment:Et,wrapFragment:function(t,e){return t instanceof A?Rt([],[t],e):t},makeVList:function(t,e){for(var r=function(t){if("individualShift"===t.positionType){for(var e=t.children,r=[e[0]],a=-e[0].shift-e[0].elem.depth,n=a,i=1;i0&&(i.push(pe(o,e)),o=[]),i.push(n[s]));o.length>0&&i.push(pe(o,e)),r&&((a=pe(se(r,e,!0))).classes=["tag"],i.push(a));var l=re(["katex-html"],i);if(l.setAttribute("aria-hidden","true"),a){var m=a.children[0];m.style.height=l.height+l.depth+"em",m.style.verticalAlign=-l.depth+"em"}return l}function fe(t){return new A(t)}var ge=function(){function t(t,e){this.type=void 0,this.attributes=void 0,this.children=void 0,this.type=t,this.attributes={},this.children=e||[]}var e=t.prototype;return e.setAttribute=function(t,e){this.attributes[t]=e},e.getAttribute=function(t){return this.attributes[t]},e.toNode=function(){var t=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(var e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&t.setAttribute(e,this.attributes[e]);for(var r=0;r"},e.toText=function(){return this.children.map(function(t){return t.toText()}).join("")},t}(),xe=function(){function t(t){this.text=void 0,this.text=t}var e=t.prototype;return e.toNode=function(){return document.createTextNode(this.text)},e.toMarkup=function(){return c.escape(this.toText())},e.toText=function(){return this.text},t}(),ve={MathNode:ge,TextNode:xe,SpaceNode:function(){function t(t){this.width=void 0,this.character=void 0,this.width=t,this.character=t>=.05555&&t<=.05556?"\u200a":t>=.1666&&t<=.1667?"\u2009":t>=.2222&&t<=.2223?"\u2005":t>=.2777&&t<=.2778?"\u2005\u200a":t>=-.05556&&t<=-.05555?"\u200a\u2063":t>=-.1667&&t<=-.1666?"\u2009\u2063":t>=-.2223&&t<=-.2222?"\u205f\u2063":t>=-.2778&&t<=-.2777?"\u2005\u2063":null}var e=t.prototype;return e.toNode=function(){if(this.character)return document.createTextNode(this.character);var t=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace");return t.setAttribute("width",this.width+"em"),t},e.toMarkup=function(){return this.character?""+this.character+"":''},e.toText=function(){return this.character?this.character:" "},t}(),newDocumentFragment:fe},be=function(t,e,r){return!j[e][t]||!j[e][t].replace||55349===t.charCodeAt(0)||rt.hasOwnProperty(t)&&r&&(r.fontFamily&&"tt"===r.fontFamily.substr(4,2)||r.font&&"tt"===r.font.substr(4,2))||(t=j[e][t].replace),new ve.TextNode(t)},ye=function(t){return 1===t.length?t[0]:new ve.MathNode("mrow",t)},we=function(t,e){if("texttt"===e.fontFamily)return"monospace";if("textsf"===e.fontFamily)return"textit"===e.fontShape&&"textbf"===e.fontWeight?"sans-serif-bold-italic":"textit"===e.fontShape?"sans-serif-italic":"textbf"===e.fontWeight?"bold-sans-serif":"sans-serif";if("textit"===e.fontShape&&"textbf"===e.fontWeight)return"bold-italic";if("textit"===e.fontShape)return"italic";if("textbf"===e.fontWeight)return"bold";var r=e.font;if(!r||"mathnormal"===r)return null;var a=t.mode;if("mathit"===r)return"italic";if("boldsymbol"===r)return"bold-italic";if("mathbf"===r)return"bold";if("mathbb"===r)return"double-struck";if("mathfrak"===r)return"fraktur";if("mathscr"===r||"mathcal"===r)return"script";if("mathsf"===r)return"sans-serif";if("mathtt"===r)return"monospace";var n=t.text;return c.contains(["\\imath","\\jmath"],n)?null:(j[a][n]&&j[a][n].replace&&(n=j[a][n].replace),G(n,Dt.fontMap[r].fontName,a)?Dt.fontMap[r].variant:null)},ke=function(t,e,r){if(1===t.length){var a=Me(t[0],e);return r&&a instanceof ge&&"mo"===a.type&&(a.setAttribute("lspace","0em"),a.setAttribute("rspace","0em")),[a]}for(var n,i=[],o=0;o0&&(p.text=p.text.slice(0,1)+"\u0338"+p.text.slice(1),i.pop())}}}i.push(s),n=s}return i},Se=function(t,e,r){return ye(ke(t,e,r))},Me=function(t,e){if(!t)return new ve.MathNode("mrow");if(Jt[t.type])return Jt[t.type](t,e);throw new o("Got group of unknown type: '"+t.type+"'")};function ze(t,e,r,a){var n,i=ke(t,r);n=1===i.length&&i[0]instanceof ge&&c.contains(["mrow","mtable"],i[0].type)?i[0]:new ve.MathNode("mrow",i);var o=new ve.MathNode("annotation",[new ve.TextNode(e)]);o.setAttribute("encoding","application/x-tex");var s=new ve.MathNode("semantics",[n,o]),h=new ve.MathNode("math",[s]);h.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML");var l=a?"katex":"katex-mathml";return Dt.makeSpan([l],[h])}var Ae=function(t){return new St({style:t.displayMode?w.DISPLAY:w.TEXT,maxSize:t.maxSize,minRuleThickness:t.minRuleThickness})},Te=function(t,e){if(e.displayMode){var r=["katex-display"];e.leqno&&r.push("leqno"),e.fleqn&&r.push("fleqn"),t=Dt.makeSpan(r,[t])}return t},Be=function(t,e,r){var a,n=Ae(r);if("mathml"===r.output)return ze(t,e,n,!0);if("html"===r.output){var i=de(t,n);a=Dt.makeSpan(["katex"],[i])}else{var o=ze(t,e,n,!1),s=de(t,n);a=Dt.makeSpan(["katex"],[o,s])}return Te(a,r)},Ce={widehat:"^",widecheck:"\u02c7",widetilde:"~",utilde:"~",overleftarrow:"\u2190",underleftarrow:"\u2190",xleftarrow:"\u2190",overrightarrow:"\u2192",underrightarrow:"\u2192",xrightarrow:"\u2192",underbrace:"\u23df",overbrace:"\u23de",overgroup:"\u23e0",undergroup:"\u23e1",overleftrightarrow:"\u2194",underleftrightarrow:"\u2194",xleftrightarrow:"\u2194",Overrightarrow:"\u21d2",xRightarrow:"\u21d2",overleftharpoon:"\u21bc",xleftharpoonup:"\u21bc",overrightharpoon:"\u21c0",xrightharpoonup:"\u21c0",xLeftarrow:"\u21d0",xLeftrightarrow:"\u21d4",xhookleftarrow:"\u21a9",xhookrightarrow:"\u21aa",xmapsto:"\u21a6",xrightharpoondown:"\u21c1",xleftharpoondown:"\u21bd",xrightleftharpoons:"\u21cc",xleftrightharpoons:"\u21cb",xtwoheadleftarrow:"\u219e",xtwoheadrightarrow:"\u21a0",xlongequal:"=",xtofrom:"\u21c4",xrightleftarrows:"\u21c4",xrightequilibrium:"\u21cc",xleftequilibrium:"\u21cb"},qe={overrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],overleftarrow:[["leftarrow"],.888,522,"xMinYMin"],underrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],underleftarrow:[["leftarrow"],.888,522,"xMinYMin"],xrightarrow:[["rightarrow"],1.469,522,"xMaxYMin"],xleftarrow:[["leftarrow"],1.469,522,"xMinYMin"],Overrightarrow:[["doublerightarrow"],.888,560,"xMaxYMin"],xRightarrow:[["doublerightarrow"],1.526,560,"xMaxYMin"],xLeftarrow:[["doubleleftarrow"],1.526,560,"xMinYMin"],overleftharpoon:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoonup:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoondown:[["leftharpoondown"],.888,522,"xMinYMin"],overrightharpoon:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoonup:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoondown:[["rightharpoondown"],.888,522,"xMaxYMin"],xlongequal:[["longequal"],.888,334,"xMinYMin"],xtwoheadleftarrow:[["twoheadleftarrow"],.888,334,"xMinYMin"],xtwoheadrightarrow:[["twoheadrightarrow"],.888,334,"xMaxYMin"],overleftrightarrow:[["leftarrow","rightarrow"],.888,522],overbrace:[["leftbrace","midbrace","rightbrace"],1.6,548],underbrace:[["leftbraceunder","midbraceunder","rightbraceunder"],1.6,548],underleftrightarrow:[["leftarrow","rightarrow"],.888,522],xleftrightarrow:[["leftarrow","rightarrow"],1.75,522],xLeftrightarrow:[["doubleleftarrow","doublerightarrow"],1.75,560],xrightleftharpoons:[["leftharpoondownplus","rightharpoonplus"],1.75,716],xleftrightharpoons:[["leftharpoonplus","rightharpoondownplus"],1.75,716],xhookleftarrow:[["leftarrow","righthook"],1.08,522],xhookrightarrow:[["lefthook","rightarrow"],1.08,522],overlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],underlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],overgroup:[["leftgroup","rightgroup"],.888,342],undergroup:[["leftgroupunder","rightgroupunder"],.888,342],xmapsto:[["leftmapsto","rightarrow"],1.5,522],xtofrom:[["leftToFrom","rightToFrom"],1.75,528],xrightleftarrows:[["baraboveleftarrow","rightarrowabovebar"],1.75,901],xrightequilibrium:[["baraboveshortleftharpoon","rightharpoonaboveshortbar"],1.75,716],xleftequilibrium:[["shortbaraboveleftharpoon","shortrightharpoonabovebar"],1.75,716]},Ne=function(t){return"ordgroup"===t.type?t.body.length:1},Ie=function(t,e,r,a){var n,i=t.height+t.depth+2*r;if(/fbox|color/.test(e)){if(n=Dt.makeSpan(["stretchy",e],[],a),"fbox"===e){var o=a.color&&a.getColor();o&&(n.style.borderColor=o)}}else{var s=[];/^[bx]cancel$/.test(e)&&s.push(new P({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(e)&&s.push(new P({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));var h=new L(s,{width:"100%",height:i+"em"});n=Dt.makeSvgSpan([],[h],a)}return n.height=i,n.style.height=i+"em",n},Re=function(t){var e=new ve.MathNode("mo",[new ve.TextNode(Ce[t.substr(1)])]);return e.setAttribute("stretchy","true"),e},Oe=function(t,e){var r=function(){var r=4e5,a=t.label.substr(1);if(c.contains(["widehat","widecheck","widetilde","utilde"],a)){var n,i,o,s=Ne(t.base);if(s>5)"widehat"===a||"widecheck"===a?(n=420,r=2364,o=.42,i=a+"4"):(n=312,r=2340,o=.34,i="tilde4");else{var h=[1,1,2,2,3,3][s];"widehat"===a||"widecheck"===a?(r=[0,1062,2364,2364,2364][h],n=[0,239,300,360,420][h],o=[0,.24,.3,.3,.36,.42][h],i=a+h):(r=[0,600,1033,2339,2340][h],n=[0,260,286,306,312][h],o=[0,.26,.286,.3,.306,.34][h],i="tilde"+h)}var l=new H(i),m=new L([l],{width:"100%",height:o+"em",viewBox:"0 0 "+r+" "+n,preserveAspectRatio:"none"});return{span:Dt.makeSvgSpan([],[m],e),minWidth:0,height:o}}var u,p,d=[],f=qe[a],g=f[0],x=f[1],v=f[2],b=v/1e3,y=g.length;if(1===y)u=["hide-tail"],p=[f[3]];else if(2===y)u=["halfarrow-left","halfarrow-right"],p=["xMinYMin","xMaxYMin"];else{if(3!==y)throw new Error("Correct katexImagesData or update code here to support\n "+y+" children.");u=["brace-left","brace-center","brace-right"],p=["xMinYMin","xMidYMin","xMaxYMin"]}for(var w=0;w0&&(a.style.minWidth=n+"em"),a},Ee=function(t,e){var r,a,n,i=Vt(t,"supsub");i?(r=(a=Ft(i.base,"accent")).base,i.base=r,n=function(t){if(t instanceof N)return t;throw new Error("Expected span but got "+String(t)+".")}(ue(i,e)),i.base=a):r=(a=Ft(t,"accent")).base;var o=ue(r,e.havingCrampedStyle()),s=0;if(a.isShifty&&c.isCharacterBox(r)){var h=c.getBaseElem(r);s=D(ue(h,e.havingCrampedStyle())).skew}var l,m=Math.min(o.height,e.fontMetrics().xHeight);if(a.isStretchy)l=Oe(a,e),l=Dt.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:o},{type:"elem",elem:l,wrapperClasses:["svg-align"],wrapperStyle:s>0?{width:"calc(100% - "+2*s+"em)",marginLeft:2*s+"em"}:void 0}]},e);else{var u,p;"\\vec"===a.label?(u=Dt.staticSvg("vec",e),p=Dt.svgData.vec[1]):((u=D(u=Dt.makeOrd({mode:a.mode,text:a.label},e,"textord"))).italic=0,p=u.width),l=Dt.makeSpan(["accent-body"],[u]);var d="\\textcircled"===a.label;d&&(l.classes.push("accent-full"),m=o.height);var f=s;d||(f-=p/2),l.style.left=f+"em","\\textcircled"===a.label&&(l.style.top=".2em"),l=Dt.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:o},{type:"kern",size:-m},{type:"elem",elem:l}]},e)}var g=Dt.makeSpan(["mord","accent"],[l],e);return n?(n.children[0]=g,n.height=Math.max(g.height,n.height),n.classes[0]="mord",n):g},Le=function(t,e){var r=t.isStretchy?Re(t.label):new ve.MathNode("mo",[be(t.label,t.mode)]),a=new ve.MathNode("mover",[Me(t.base,e),r]);return a.setAttribute("accent","true"),a},He=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map(function(t){return"\\"+t}).join("|"));Qt({type:"accent",names:["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring","\\widecheck","\\widehat","\\widetilde","\\overrightarrow","\\overleftarrow","\\Overrightarrow","\\overleftrightarrow","\\overgroup","\\overlinesegment","\\overleftharpoon","\\overrightharpoon"],props:{numArgs:1},handler:function(t,e){var r=e[0],a=!He.test(t.funcName),n=!a||"\\widehat"===t.funcName||"\\widetilde"===t.funcName||"\\widecheck"===t.funcName;return{type:"accent",mode:t.parser.mode,label:t.funcName,isStretchy:a,isShifty:n,base:r}},htmlBuilder:Ee,mathmlBuilder:Le}),Qt({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!1},handler:function(t,e){var r=e[0];return{type:"accent",mode:t.parser.mode,label:t.funcName,isStretchy:!1,isShifty:!0,base:r}},htmlBuilder:Ee,mathmlBuilder:Le}),Qt({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:function(t,e){var r=t.parser,a=t.funcName,n=e[0];return{type:"accentUnder",mode:r.mode,label:a,base:n}},htmlBuilder:function(t,e){var r=ue(t.base,e),a=Oe(t,e),n="\\utilde"===t.label?.12:0,i=Dt.makeVList({positionType:"bottom",positionData:a.height+n,children:[{type:"elem",elem:a,wrapperClasses:["svg-align"]},{type:"kern",size:n},{type:"elem",elem:r}]},e);return Dt.makeSpan(["mord","accentunder"],[i],e)},mathmlBuilder:function(t,e){var r=Re(t.label),a=new ve.MathNode("munder",[Me(t.base,e),r]);return a.setAttribute("accentunder","true"),a}});var Pe=function(t){var e=new ve.MathNode("mpadded",t?[t]:[]);return e.setAttribute("width","+0.6em"),e.setAttribute("lspace","0.3em"),e};Qt({type:"xArrow",names:["\\xleftarrow","\\xrightarrow","\\xLeftarrow","\\xRightarrow","\\xleftrightarrow","\\xLeftrightarrow","\\xhookleftarrow","\\xhookrightarrow","\\xmapsto","\\xrightharpoondown","\\xrightharpoonup","\\xleftharpoondown","\\xleftharpoonup","\\xrightleftharpoons","\\xleftrightharpoons","\\xlongequal","\\xtwoheadrightarrow","\\xtwoheadleftarrow","\\xtofrom","\\xrightleftarrows","\\xrightequilibrium","\\xleftequilibrium"],props:{numArgs:1,numOptionalArgs:1},handler:function(t,e,r){var a=t.parser,n=t.funcName;return{type:"xArrow",mode:a.mode,label:n,body:e[0],below:r[0]}},htmlBuilder:function(t,e){var r,a=e.style,n=e.havingStyle(a.sup()),i=Dt.wrapFragment(ue(t.body,n,e),e);i.classes.push("x-arrow-pad"),t.below&&(n=e.havingStyle(a.sub()),(r=Dt.wrapFragment(ue(t.below,n,e),e)).classes.push("x-arrow-pad"));var o,s=Oe(t,e),h=-e.fontMetrics().axisHeight+.5*s.height,l=-e.fontMetrics().axisHeight-.5*s.height-.111;if((i.depth>.25||"\\xleftequilibrium"===t.label)&&(l-=i.depth),r){var m=-e.fontMetrics().axisHeight+r.height+.5*s.height+.111;o=Dt.makeVList({positionType:"individualShift",children:[{type:"elem",elem:i,shift:l},{type:"elem",elem:s,shift:h},{type:"elem",elem:r,shift:m}]},e)}else o=Dt.makeVList({positionType:"individualShift",children:[{type:"elem",elem:i,shift:l},{type:"elem",elem:s,shift:h}]},e);return o.children[0].children[0].children[1].classes.push("svg-align"),Dt.makeSpan(["mrel","x-arrow"],[o],e)},mathmlBuilder:function(t,e){var r,a=Re(t.label);if(t.body){var n=Pe(Me(t.body,e));if(t.below){var i=Pe(Me(t.below,e));r=new ve.MathNode("munderover",[a,i,n])}else r=new ve.MathNode("mover",[a,n])}else if(t.below){var o=Pe(Me(t.below,e));r=new ve.MathNode("munder",[a,o])}else r=Pe(),r=new ve.MathNode("mover",[a,r]);return r}}),Qt({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler:function(t,e){for(var r=t.parser,a=Ft(e[0],"ordgroup").body,n="",i=0;i","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],Je=[0,1.2,1.8,2.4,3],Qe=[{type:"small",style:w.SCRIPTSCRIPT},{type:"small",style:w.SCRIPT},{type:"small",style:w.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],tr=[{type:"small",style:w.SCRIPTSCRIPT},{type:"small",style:w.SCRIPT},{type:"small",style:w.TEXT},{type:"stack"}],er=[{type:"small",style:w.SCRIPTSCRIPT},{type:"small",style:w.SCRIPT},{type:"small",style:w.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],rr=function(t){if("small"===t.type)return"Main-Regular";if("large"===t.type)return"Size"+t.size+"-Regular";if("stack"===t.type)return"Size4-Regular";throw new Error("Add support for delim type '"+t.type+"' here.")},ar=function(t,e,r,a){for(var n=Math.min(2,3-a.style.size);ne)return r[n]}return r[r.length-1]},nr=function(t,e,r,a,n,i){var o;"<"===t||"\\lt"===t||"\u27e8"===t?t="\\langle":">"!==t&&"\\gt"!==t&&"\u27e9"!==t||(t="\\rangle"),o=c.contains(Ke,t)?Qe:c.contains($e,t)?er:tr;var s=ar(t,e,o,a);return"small"===s.type?function(t,e,r,a,n,i){var o=Dt.makeSymbol(t,"Main-Regular",n,a),s=Ue(o,e,a,i);return r&&Ge(s,a,e),s}(t,s.style,r,a,n,i):"large"===s.type?Ye(t,s.size,r,a,n,i):_e(t,e,r,a,n,i)},ir=function(t,e){var r,a,n=e.havingBaseSizing(),i=ar("\\surd",t*n.sizeMultiplier,er,n),o=n.sizeMultiplier,s=Math.max(0,e.minRuleThickness-e.fontMetrics().sqrtRuleThickness),h=0,l=0,m=0;return"small"===i.type?(t<1?o=1:t<1.4&&(o=.7),l=(1+s)/o,(r=je("sqrtMain",h=(1+s+.08)/o,m=1e3+1e3*s+80,s,e)).style.minWidth="0.853em",a=.833/o):"large"===i.type?(m=1080*Je[i.size],l=(Je[i.size]+s)/o,h=(Je[i.size]+s+.08)/o,(r=je("sqrtSize"+i.size,h,m,s,e)).style.minWidth="1.02em",a=1/o):(h=t+s+.08,l=t+s,m=Math.floor(1e3*t+s)+80,(r=je("sqrtTall",h,m,s,e)).style.minWidth="0.742em",a=1.056),r.height=l,r.style.height=h+"em",{span:r,advanceWidth:a,ruleWidth:(e.fontMetrics().sqrtRuleThickness+s)*o}},or=function(t,e,r,a,n){if("<"===t||"\\lt"===t||"\u27e8"===t?t="\\langle":">"!==t&&"\\gt"!==t&&"\u27e9"!==t||(t="\\rangle"),c.contains($e,t)||c.contains(Ke,t))return Ye(t,e,!1,r,a,n);if(c.contains(Ze,t))return _e(t,Je[e],!1,r,a,n);throw new o("Illegal delimiter: '"+t+"'")},sr=nr,hr=function(t,e,r,a,n,i){var o=a.fontMetrics().axisHeight*a.sizeMultiplier,s=5/a.fontMetrics().ptPerEm,h=Math.max(e-o,r+o),l=Math.max(h/500*901,2*h-s);return nr(t,l,!0,a,n,i)},lr={"\\bigl":{mclass:"mopen",size:1},"\\Bigl":{mclass:"mopen",size:2},"\\biggl":{mclass:"mopen",size:3},"\\Biggl":{mclass:"mopen",size:4},"\\bigr":{mclass:"mclose",size:1},"\\Bigr":{mclass:"mclose",size:2},"\\biggr":{mclass:"mclose",size:3},"\\Biggr":{mclass:"mclose",size:4},"\\bigm":{mclass:"mrel",size:1},"\\Bigm":{mclass:"mrel",size:2},"\\biggm":{mclass:"mrel",size:3},"\\Biggm":{mclass:"mrel",size:4},"\\big":{mclass:"mord",size:1},"\\Big":{mclass:"mord",size:2},"\\bigg":{mclass:"mord",size:3},"\\Bigg":{mclass:"mord",size:4}},mr=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","\u230a","\u230b","\\lceil","\\rceil","\u2308","\u2309","<",">","\\langle","\u27e8","\\rangle","\u27e9","\\lt","\\gt","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","\u27ee","\u27ef","\\lmoustache","\\rmoustache","\u23b0","\u23b1","/","\\backslash","|","\\vert","\\|","\\Vert","\\uparrow","\\Uparrow","\\downarrow","\\Downarrow","\\updownarrow","\\Updownarrow","."];function cr(t,e){var r=Yt(t);if(r&&c.contains(mr,r.text))return r;throw new o("Invalid delimiter: '"+(r?r.text:JSON.stringify(t))+"' after '"+e.funcName+"'",t)}function ur(t){if(!t.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}Qt({type:"delimsizing",names:["\\bigl","\\Bigl","\\biggl","\\Biggl","\\bigr","\\Bigr","\\biggr","\\Biggr","\\bigm","\\Bigm","\\biggm","\\Biggm","\\big","\\Big","\\bigg","\\Bigg"],props:{numArgs:1},handler:function(t,e){var r=cr(e[0],t);return{type:"delimsizing",mode:t.parser.mode,size:lr[t.funcName].size,mclass:lr[t.funcName].mclass,delim:r.text}},htmlBuilder:function(t,e){return"."===t.delim?Dt.makeSpan([t.mclass]):or(t.delim,t.size,e,t.mode,[t.mclass])},mathmlBuilder:function(t){var e=[];"."!==t.delim&&e.push(be(t.delim,t.mode));var r=new ve.MathNode("mo",e);return"mopen"===t.mclass||"mclose"===t.mclass?r.setAttribute("fence","true"):r.setAttribute("fence","false"),r}}),Qt({type:"leftright-right",names:["\\right"],props:{numArgs:1},handler:function(t,e){var r=t.parser.gullet.macros.get("\\current@color");if(r&&"string"!=typeof r)throw new o("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:t.parser.mode,delim:cr(e[0],t).text,color:r}}}),Qt({type:"leftright",names:["\\left"],props:{numArgs:1},handler:function(t,e){var r=cr(e[0],t),a=t.parser;++a.leftrightDepth;var n=a.parseExpression(!1);--a.leftrightDepth,a.expect("\\right",!1);var i=Ft(a.parseFunction(),"leftright-right");return{type:"leftright",mode:a.mode,body:n,left:r.text,right:i.delim,rightColor:i.color}},htmlBuilder:function(t,e){ur(t);for(var r,a,n=se(t.body,e,!0,["mopen","mclose"]),i=0,o=0,s=!1,h=0;h-1?"mpadded":"menclose",[Me(t.body,e)]);switch(t.label){case"\\cancel":a.setAttribute("notation","updiagonalstrike");break;case"\\bcancel":a.setAttribute("notation","downdiagonalstrike");break;case"\\sout":a.setAttribute("notation","horizontalstrike");break;case"\\fbox":a.setAttribute("notation","box");break;case"\\fcolorbox":case"\\colorbox":if(r=e.fontMetrics().fboxsep*e.fontMetrics().ptPerEm,a.setAttribute("width","+"+2*r+"pt"),a.setAttribute("height","+"+2*r+"pt"),a.setAttribute("lspace",r+"pt"),a.setAttribute("voffset",r+"pt"),"\\fcolorbox"===t.label){var n=Math.max(e.fontMetrics().fboxrule,e.minRuleThickness);a.setAttribute("style","border: "+n+"em solid "+String(t.borderColor))}break;case"\\xcancel":a.setAttribute("notation","updiagonalstrike downdiagonalstrike")}return t.backgroundColor&&a.setAttribute("mathbackground",t.backgroundColor),a};Qt({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,greediness:3,argTypes:["color","text"]},handler:function(t,e,r){var a=t.parser,n=t.funcName,i=Ft(e[0],"color-token").color,o=e[1];return{type:"enclose",mode:a.mode,label:n,backgroundColor:i,body:o}},htmlBuilder:pr,mathmlBuilder:dr}),Qt({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,greediness:3,argTypes:["color","color","text"]},handler:function(t,e,r){var a=t.parser,n=t.funcName,i=Ft(e[0],"color-token").color,o=Ft(e[1],"color-token").color,s=e[2];return{type:"enclose",mode:a.mode,label:n,backgroundColor:o,borderColor:i,body:s}},htmlBuilder:pr,mathmlBuilder:dr}),Qt({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler:function(t,e){return{type:"enclose",mode:t.parser.mode,label:"\\fbox",body:e[0]}}}),Qt({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout"],props:{numArgs:1},handler:function(t,e,r){var a=t.parser,n=t.funcName,i=e[0];return{type:"enclose",mode:a.mode,label:n,body:i}},htmlBuilder:pr,mathmlBuilder:dr});var fr={};function gr(t){for(var e=t.type,r=t.names,a=t.props,n=t.handler,i=t.htmlBuilder,o=t.mathmlBuilder,s={type:e,numArgs:a.numArgs||0,greediness:1,allowedInText:!1,numOptionalArgs:0,handler:n},h=0;h0&&(b+=.25),l.push({pos:b,isDashed:t[e]})}for(y(i[0]),r=0;r0&&(M<(B+=v)&&(M=B),B=0),t.addJot&&(M+=f),z.height=S,z.depth=M,b+=S,z.pos=b,b+=M+B,h[r]=z,y(i[r+1])}var C,q,N=b/2+e.fontMetrics().axisHeight,I=t.cols||[],R=[];for(a=0,q=0;a=s)){var P=void 0;(a>0||t.hskipBeforeAndAfter)&&0!==(P=c.deflt(O.pregap,p))&&((C=Dt.makeSpan(["arraycolsep"],[])).style.width=P+"em",R.push(C));var D=[];for(r=0;r0){for(var G=Dt.makeLineSpan("hline",e,m),Y=Dt.makeLineSpan("hdashline",e,m),W=[{type:"elem",elem:h,shift:0}];l.length>0;){var X=l.pop(),_=X.pos-N;X.isDashed?W.push({type:"elem",elem:Y,shift:_}):W.push({type:"elem",elem:G,shift:_})}h=Dt.makeVList({positionType:"individualShift",children:W},e)}return Dt.makeSpan(["mord"],[h],e)},wr={c:"center ",l:"left ",r:"right "},kr=function(t,e){var r=new ve.MathNode("mtable",t.body.map(function(t){return new ve.MathNode("mtr",t.map(function(t){return new ve.MathNode("mtd",[Me(t,e)])}))})),a=.5===t.arraystretch?.1:.16+t.arraystretch-1+(t.addJot?.09:0);r.setAttribute("rowspacing",a+"em");var n="",i="";if(t.cols){var o=t.cols,s="",h=!1,l=0,m=o.length;"separator"===o[0].type&&(n+="top ",l=1),"separator"===o[o.length-1].type&&(n+="bottom ",m-=1);for(var c=l;c0?"left ":"",n+=g[g.length-1].length>0?"right ":"";for(var x=1;x0&&c&&(d=1),a[u]={type:"align",align:p,pregap:d,postgap:0}}return n.colSeparationType=c?"align":"alignat",n};gr({type:"array",names:["array","darray"],props:{numArgs:1},handler:function(t,e){var r={cols:(Yt(e[0])?[e[0]]:Ft(e[0],"ordgroup").body).map(function(t){var e=Gt(t).text;if(-1!=="lcr".indexOf(e))return{type:"align",align:e};if("|"===e)return{type:"separator",separator:"|"};if(":"===e)return{type:"separator",separator:":"};throw new o("Unknown column alignment: "+e,t)}),hskipBeforeAndAfter:!0};return vr(t.parser,r,br(t.envName))},htmlBuilder:yr,mathmlBuilder:kr}),gr({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix"],props:{numArgs:0},handler:function(t){var e={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[t.envName],r=vr(t.parser,{hskipBeforeAndAfter:!1},br(t.envName));return e?{type:"leftright",mode:t.mode,body:[r],left:e[0],right:e[1],rightColor:void 0}:r},htmlBuilder:yr,mathmlBuilder:kr}),gr({type:"array",names:["smallmatrix"],props:{numArgs:0},handler:function(t){var e=vr(t.parser,{arraystretch:.5},"script");return e.colSeparationType="small",e},htmlBuilder:yr,mathmlBuilder:kr}),gr({type:"array",names:["subarray"],props:{numArgs:1},handler:function(t,e){var r=(Yt(e[0])?[e[0]]:Ft(e[0],"ordgroup").body).map(function(t){var e=Gt(t).text;if(-1!=="lc".indexOf(e))return{type:"align",align:e};throw new o("Unknown column alignment: "+e,t)});if(r.length>1)throw new o("{subarray} can contain only one column");var a={cols:r,hskipBeforeAndAfter:!1,arraystretch:.5};if((a=vr(t.parser,a,"script")).body[0].length>1)throw new o("{subarray} can contain only one column");return a},htmlBuilder:yr,mathmlBuilder:kr}),gr({type:"array",names:["cases","dcases"],props:{numArgs:0},handler:function(t){var e=vr(t.parser,{arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},br(t.envName));return{type:"leftright",mode:t.mode,body:[e],left:"\\{",right:".",rightColor:void 0}},htmlBuilder:yr,mathmlBuilder:kr}),gr({type:"array",names:["aligned"],props:{numArgs:0},handler:Sr,htmlBuilder:yr,mathmlBuilder:kr}),gr({type:"array",names:["gathered"],props:{numArgs:0},handler:function(t){return vr(t.parser,{cols:[{type:"align",align:"c"}],addJot:!0},"display")},htmlBuilder:yr,mathmlBuilder:kr}),gr({type:"array",names:["alignedat"],props:{numArgs:1},handler:Sr,htmlBuilder:yr,mathmlBuilder:kr}),Qt({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler:function(t,e){throw new o(t.funcName+" valid only within array environment")}});var Mr=fr;Qt({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler:function(t,e){var r=t.parser,a=t.funcName,n=e[0];if("ordgroup"!==n.type)throw new o("Invalid environment name",n);for(var i="",s=0;s=w.SCRIPT.id?r.text():w.DISPLAY:"text"===t&&r.size===w.DISPLAY.size?r=w.TEXT:"script"===t?r=w.SCRIPT:"scriptscript"===t&&(r=w.SCRIPTSCRIPT),r},Rr=function(t,e){var r,a=Ir(t.size,e.style),n=a.fracNum(),i=a.fracDen();r=e.havingStyle(n);var o=ue(t.numer,r,e);if(t.continued){var s=8.5/e.fontMetrics().ptPerEm,h=3.5/e.fontMetrics().ptPerEm;o.height=o.height0?3*c:7*c,d=e.fontMetrics().denom1):(m>0?(u=e.fontMetrics().num2,p=c):(u=e.fontMetrics().num3,p=3*c),d=e.fontMetrics().denom2),l){var y=e.fontMetrics().axisHeight;u-o.depth-(y+.5*m)0&&(e="."===(e=t)?null:e),e};Qt({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,greediness:6,argTypes:["math","math","size","text","math","math"]},handler:function(t,e){var r=t.parser,a=e[4],n=e[5],i=Vt(e[0],"atom");i&&(i=Ut(e[0],"open"));var o=i?Lr(i.text):null,s=Vt(e[1],"atom");s&&(s=Ut(e[1],"close"));var h,l=s?Lr(s.text):null,m=Ft(e[2],"size"),c=null;h=!!m.isBlank||(c=m.value).number>0;var u="auto",p=Vt(e[3],"ordgroup");if(p){if(p.body.length>0){var d=Ft(p.body[0],"textord");u=Er[Number(d.text)]}}else p=Ft(e[3],"textord"),u=Er[Number(p.text)];return{type:"genfrac",mode:r.mode,numer:a,denom:n,continued:!1,hasBarLine:h,barSize:c,leftDelim:o,rightDelim:l,size:u}},htmlBuilder:Rr,mathmlBuilder:Or}),Qt({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler:function(t,e){var r=t.parser,a=(t.funcName,t.token);return{type:"infix",mode:r.mode,replaceWith:"\\\\abovefrac",size:Ft(e[0],"size").value,token:a}}}),Qt({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:function(t,e){var r=t.parser,a=(t.funcName,e[0]),n=function(t){if(!t)throw new Error("Expected non-null, but got "+String(t));return t}(Ft(e[1],"infix").size),i=e[2],o=n.number>0;return{type:"genfrac",mode:r.mode,numer:a,denom:i,continued:!1,hasBarLine:o,barSize:n,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:Rr,mathmlBuilder:Or});var Hr=function(t,e){var r,a,n=e.style,i=Vt(t,"supsub");i?(r=i.sup?ue(i.sup,e.havingStyle(n.sup()),e):ue(i.sub,e.havingStyle(n.sub()),e),a=Ft(i.base,"horizBrace")):a=Ft(t,"horizBrace");var o,s=ue(a.base,e.havingBaseStyle(w.DISPLAY)),h=Oe(a,e);if(a.isOver?(o=Dt.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"kern",size:.1},{type:"elem",elem:h}]},e)).children[0].children[0].children[1].classes.push("svg-align"):(o=Dt.makeVList({positionType:"bottom",positionData:s.depth+.1+h.height,children:[{type:"elem",elem:h},{type:"kern",size:.1},{type:"elem",elem:s}]},e)).children[0].children[0].children[0].classes.push("svg-align"),r){var l=Dt.makeSpan(["mord",a.isOver?"mover":"munder"],[o],e);o=a.isOver?Dt.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:l},{type:"kern",size:.2},{type:"elem",elem:r}]},e):Dt.makeVList({positionType:"bottom",positionData:l.depth+.2+r.height+r.depth,children:[{type:"elem",elem:r},{type:"kern",size:.2},{type:"elem",elem:l}]},e)}return Dt.makeSpan(["mord",a.isOver?"mover":"munder"],[o],e)};Qt({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler:function(t,e){var r=t.parser,a=t.funcName;return{type:"horizBrace",mode:r.mode,label:a,isOver:/^\\over/.test(a),base:e[0]}},htmlBuilder:Hr,mathmlBuilder:function(t,e){var r=Re(t.label);return new ve.MathNode(t.isOver?"mover":"munder",[Me(t.base,e),r])}}),Qt({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:function(t,e){var r=t.parser,a=e[1],n=Ft(e[0],"url").url;return r.settings.isTrusted({command:"\\href",url:n})?{type:"href",mode:r.mode,href:n,body:ee(a)}:r.formatUnsupportedCmd("\\href")},htmlBuilder:function(t,e){var r=se(t.body,e,!1);return Dt.makeAnchor(t.href,[],r,e)},mathmlBuilder:function(t,e){var r=Se(t.body,e);return r instanceof ge||(r=new ge("mrow",[r])),r.setAttribute("href",t.href),r}}),Qt({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:function(t,e){var r=t.parser,a=Ft(e[0],"url").url;if(!r.settings.isTrusted({command:"\\url",url:a}))return r.formatUnsupportedCmd("\\url");for(var n=[],i=0;i0&&(a=Tt(t.totalheight,e)-r,a=Number(a.toFixed(2)));var n=0;t.width.number>0&&(n=Tt(t.width,e));var i={height:r+a+"em"};n>0&&(i.width=n+"em"),a>0&&(i.verticalAlign=-a+"em");var o=new R(t.src,t.alt,i);return o.height=r,o.depth=a,o},mathmlBuilder:function(t,e){var r=new ve.MathNode("mglyph",[]);r.setAttribute("alt",t.alt);var a=Tt(t.height,e),n=0;if(t.totalheight.number>0&&(n=(n=Tt(t.totalheight,e)-a).toFixed(2),r.setAttribute("valign","-"+n+"em")),r.setAttribute("height",a+n+"em"),t.width.number>0){var i=Tt(t.width,e);r.setAttribute("width",i+"em")}return r.setAttribute("src",t.src),r}}),Qt({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],allowedInText:!0},handler:function(t,e){var r=t.parser,a=t.funcName,n=Ft(e[0],"size");if(r.settings.strict){var i="m"===a[1],o="mu"===n.value.unit;i?(o||r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+a+" supports only mu units, not "+n.value.unit+" units"),"math"!==r.mode&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+a+" works only in math mode")):o&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+a+" doesn't support mu units")}return{type:"kern",mode:r.mode,dimension:n.value}},htmlBuilder:function(t,e){return Dt.makeGlue(t.dimension,e)},mathmlBuilder:function(t,e){var r=Tt(t.dimension,e);return new ve.SpaceNode(r)}}),Qt({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:function(t,e){var r=t.parser,a=t.funcName,n=e[0];return{type:"lap",mode:r.mode,alignment:a.slice(5),body:n}},htmlBuilder:function(t,e){var r;"clap"===t.alignment?(r=Dt.makeSpan([],[ue(t.body,e)]),r=Dt.makeSpan(["inner"],[r],e)):r=Dt.makeSpan(["inner"],[ue(t.body,e)]);var a=Dt.makeSpan(["fix"],[]),n=Dt.makeSpan([t.alignment],[r,a],e),i=Dt.makeSpan(["strut"]);return i.style.height=n.height+n.depth+"em",i.style.verticalAlign=-n.depth+"em",n.children.unshift(i),n=Dt.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:n}]},e),Dt.makeSpan(["mord"],[n],e)},mathmlBuilder:function(t,e){var r=new ve.MathNode("mpadded",[Me(t.body,e)]);if("rlap"!==t.alignment){var a="llap"===t.alignment?"-1":"-0.5";r.setAttribute("lspace",a+"width")}return r.setAttribute("width","0px"),r}}),Qt({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function(t,e){var r=t.funcName,a=t.parser,n=a.mode;a.switchMode("math");var i="\\("===r?"\\)":"$",o=a.parseExpression(!1,i);return a.expect(i),a.switchMode(n),{type:"styling",mode:a.mode,style:"text",body:o}}}),Qt({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function(t,e){throw new o("Mismatched "+t.funcName)}});var Dr=function(t,e){switch(e.style.size){case w.DISPLAY.size:return t.display;case w.TEXT.size:return t.text;case w.SCRIPT.size:return t.script;case w.SCRIPTSCRIPT.size:return t.scriptscript;default:return t.text}};Qt({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4},handler:function(t,e){return{type:"mathchoice",mode:t.parser.mode,display:ee(e[0]),text:ee(e[1]),script:ee(e[2]),scriptscript:ee(e[3])}},htmlBuilder:function(t,e){var r=Dr(t,e),a=se(r,e,!1);return Dt.makeFragment(a)},mathmlBuilder:function(t,e){var r=Dr(t,e);return Se(r,e)}});var Fr=function(t,e,r,a,n,i,o){var s,h,l;if(t=Dt.makeSpan([],[t]),e){var m=ue(e,a.havingStyle(n.sup()),a);h={elem:m,kern:Math.max(a.fontMetrics().bigOpSpacing1,a.fontMetrics().bigOpSpacing3-m.depth)}}if(r){var c=ue(r,a.havingStyle(n.sub()),a);s={elem:c,kern:Math.max(a.fontMetrics().bigOpSpacing2,a.fontMetrics().bigOpSpacing4-c.height)}}if(h&&s){var u=a.fontMetrics().bigOpSpacing5+s.elem.height+s.elem.depth+s.kern+t.depth+o;l=Dt.makeVList({positionType:"bottom",positionData:u,children:[{type:"kern",size:a.fontMetrics().bigOpSpacing5},{type:"elem",elem:s.elem,marginLeft:-i+"em"},{type:"kern",size:s.kern},{type:"elem",elem:t},{type:"kern",size:h.kern},{type:"elem",elem:h.elem,marginLeft:i+"em"},{type:"kern",size:a.fontMetrics().bigOpSpacing5}]},a)}else if(s){var p=t.height-o;l=Dt.makeVList({positionType:"top",positionData:p,children:[{type:"kern",size:a.fontMetrics().bigOpSpacing5},{type:"elem",elem:s.elem,marginLeft:-i+"em"},{type:"kern",size:s.kern},{type:"elem",elem:t}]},a)}else{if(!h)return t;var d=t.depth+o;l=Dt.makeVList({positionType:"bottom",positionData:d,children:[{type:"elem",elem:t},{type:"kern",size:h.kern},{type:"elem",elem:h.elem,marginLeft:i+"em"},{type:"kern",size:a.fontMetrics().bigOpSpacing5}]},a)}return Dt.makeSpan(["mop","op-limits"],[l],a)},Vr=["\\smallint"],Ur=function(t,e){var r,a,n,i=!1,o=Vt(t,"supsub");o?(r=o.sup,a=o.sub,n=Ft(o.base,"op"),i=!0):n=Ft(t,"op");var s,h=e.style,l=!1;if(h.size===w.DISPLAY.size&&n.symbol&&!c.contains(Vr,n.name)&&(l=!0),n.symbol){var m=l?"Size2-Regular":"Size1-Regular",u="";if("\\oiint"!==n.name&&"\\oiiint"!==n.name||(u=n.name.substr(1),n.name="oiint"===u?"\\iint":"\\iiint"),s=Dt.makeSymbol(n.name,m,"math",e,["mop","op-symbol",l?"large-op":"small-op"]),u.length>0){var p=s.italic,d=Dt.staticSvg(u+"Size"+(l?"2":"1"),e);s=Dt.makeVList({positionType:"individualShift",children:[{type:"elem",elem:s,shift:0},{type:"elem",elem:d,shift:l?.08:0}]},e),n.name="\\"+u,s.classes.unshift("mop"),s.italic=p}}else if(n.body){var f=se(n.body,e,!0);1===f.length&&f[0]instanceof E?(s=f[0]).classes[0]="mop":s=Dt.makeSpan(["mop"],Dt.tryCombineChars(f),e)}else{for(var g=[],x=1;x0){for(var h=n.body.map(function(t){var e=t.text;return"string"==typeof e?{type:"textord",mode:t.mode,text:e}:t}),l=se(h,e.withFont("mathrm"),!0),m=0;m=0?s.setAttribute("height","+"+n+"em"):(s.setAttribute("height",n+"em"),s.setAttribute("depth","+"+-n+"em")),s.setAttribute("voffset",n+"em"),s}});var jr=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"];Qt({type:"sizing",names:jr,props:{numArgs:0,allowedInText:!0},handler:function(t,e){var r=t.breakOnTokenText,a=t.funcName,n=t.parser,i=n.parseExpression(!1,r);return{type:"sizing",mode:n.mode,size:jr.indexOf(a)+1,body:i}},htmlBuilder:function(t,e){var r=e.havingSize(t.size);return _r(t.body,r,e)},mathmlBuilder:function(t,e){var r=e.havingSize(t.size),a=ke(t.body,r),n=new ve.MathNode("mstyle",a);return n.setAttribute("mathsize",r.sizeMultiplier+"em"),n}}),Qt({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:function(t,e,r){var a=t.parser,n=!1,i=!1,o=r[0]&&Ft(r[0],"ordgroup");if(o)for(var s="",h=0;hr.height+r.depth+i&&(i=(i+c-r.height-r.depth)/2);var u=h.height-r.height-i-l;r.style.paddingLeft=m+"em";var p=Dt.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r,wrapperClasses:["svg-align"]},{type:"kern",size:-(r.height+u)},{type:"elem",elem:h},{type:"kern",size:l}]},e);if(t.index){var d=e.havingStyle(w.SCRIPTSCRIPT),f=ue(t.index,d,e),g=.6*(p.height-p.depth),x=Dt.makeVList({positionType:"shift",positionData:-g,children:[{type:"elem",elem:f}]},e),v=Dt.makeSpan(["root"],[x]);return Dt.makeSpan(["mord","sqrt"],[v,p],e)}return Dt.makeSpan(["mord","sqrt"],[p],e)},mathmlBuilder:function(t,e){var r=t.body,a=t.index;return a?new ve.MathNode("mroot",[Me(r,e),Me(a,e)]):new ve.MathNode("msqrt",[Me(r,e)])}});var $r={display:w.DISPLAY,text:w.TEXT,script:w.SCRIPT,scriptscript:w.SCRIPTSCRIPT};Qt({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0},handler:function(t,e){var r=t.breakOnTokenText,a=t.funcName,n=t.parser,i=n.parseExpression(!0,r),o=a.slice(1,a.length-5);return{type:"styling",mode:n.mode,style:o,body:i}},htmlBuilder:function(t,e){var r=$r[t.style],a=e.havingStyle(r).withFont("");return _r(t.body,a,e)},mathmlBuilder:function(t,e){var r=$r[t.style],a=e.havingStyle(r),n=ke(t.body,a),i=new ve.MathNode("mstyle",n),o={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]}[t.style];return i.setAttribute("scriptlevel",o[0]),i.setAttribute("displaystyle",o[1]),i}});te({type:"supsub",htmlBuilder:function(t,e){var r=function(t,e){var r=t.base;return r?"op"===r.type?r.limits&&(e.style.size===w.DISPLAY.size||r.alwaysHandleSupSub)?Ur:null:"operatorname"===r.type?r.alwaysHandleSupSub&&(e.style.size===w.DISPLAY.size||r.limits)?Xr:null:"accent"===r.type?c.isCharacterBox(r.base)?Ee:null:"horizBrace"===r.type&&!t.sub===r.isOver?Hr:null:null}(t,e);if(r)return r(t,e);var a,n,i,o=t.base,s=t.sup,h=t.sub,l=ue(o,e),m=e.fontMetrics(),u=0,p=0,d=o&&c.isCharacterBox(o);if(s){var f=e.havingStyle(e.style.sup());a=ue(s,f,e),d||(u=l.height-f.fontMetrics().supDrop*f.sizeMultiplier/e.sizeMultiplier)}if(h){var g=e.havingStyle(e.style.sub());n=ue(h,g,e),d||(p=l.depth+g.fontMetrics().subDrop*g.sizeMultiplier/e.sizeMultiplier)}i=e.style===w.DISPLAY?m.sup1:e.style.cramped?m.sup3:m.sup2;var x,v=e.sizeMultiplier,b=.5/m.ptPerEm/v+"em",y=null;if(n){var k=t.base&&"op"===t.base.type&&t.base.name&&("\\oiint"===t.base.name||"\\oiiint"===t.base.name);(l instanceof E||k)&&(y=-l.italic+"em")}if(a&&n){u=Math.max(u,i,a.depth+.25*m.xHeight),p=Math.max(p,m.sub2);var S=4*m.defaultRuleThickness;if(u-a.depth-(n.height-p)0&&(u+=M,p-=M)}var z=[{type:"elem",elem:n,shift:p,marginRight:b,marginLeft:y},{type:"elem",elem:a,shift:-u,marginRight:b}];x=Dt.makeVList({positionType:"individualShift",children:z},e)}else if(n){p=Math.max(p,m.sub1,n.height-.8*m.xHeight);var A=[{type:"elem",elem:n,marginLeft:y,marginRight:b}];x=Dt.makeVList({positionType:"shift",positionData:p,children:A},e)}else{if(!a)throw new Error("supsub must have either sup or sub.");u=Math.max(u,i,a.depth+.25*m.xHeight),x=Dt.makeVList({positionType:"shift",positionData:-u,children:[{type:"elem",elem:a,marginRight:b}]},e)}var T=me(l,"right")||"mord";return Dt.makeSpan([T],[l,Dt.makeSpan(["msupsub"],[x])],e)},mathmlBuilder:function(t,e){var r,a=!1,n=Vt(t.base,"horizBrace");n&&!!t.sup===n.isOver&&(a=!0,r=n.isOver),!t.base||"op"!==t.base.type&&"operatorname"!==t.base.type||(t.base.parentIsSupSub=!0);var i,o=[Me(t.base,e)];if(t.sub&&o.push(Me(t.sub,e)),t.sup&&o.push(Me(t.sup,e)),a)i=r?"mover":"munder";else if(t.sub)if(t.sup){var s=t.base;i=s&&"op"===s.type&&s.limits&&e.style===w.DISPLAY?"munderover":s&&"operatorname"===s.type&&s.alwaysHandleSupSub&&(e.style===w.DISPLAY||s.limits)?"munderover":"msubsup"}else{var h=t.base;i=h&&"op"===h.type&&h.limits&&(e.style===w.DISPLAY||h.alwaysHandleSupSub)?"munder":h&&"operatorname"===h.type&&h.alwaysHandleSupSub&&(h.limits||e.style===w.DISPLAY)?"munder":"msub"}else{var l=t.base;i=l&&"op"===l.type&&l.limits&&(e.style===w.DISPLAY||l.alwaysHandleSupSub)?"mover":l&&"operatorname"===l.type&&l.alwaysHandleSupSub&&(l.limits||e.style===w.DISPLAY)?"mover":"msup"}return new ve.MathNode(i,o)}}),te({type:"atom",htmlBuilder:function(t,e){return Dt.mathsym(t.text,t.mode,e,["m"+t.family])},mathmlBuilder:function(t,e){var r=new ve.MathNode("mo",[be(t.text,t.mode)]);if("bin"===t.family){var a=we(t,e);"bold-italic"===a&&r.setAttribute("mathvariant",a)}else"punct"===t.family?r.setAttribute("separator","true"):"open"!==t.family&&"close"!==t.family||r.setAttribute("stretchy","false");return r}});var Zr={mi:"italic",mn:"normal",mtext:"normal"};te({type:"mathord",htmlBuilder:function(t,e){return Dt.makeOrd(t,e,"mathord")},mathmlBuilder:function(t,e){var r=new ve.MathNode("mi",[be(t.text,t.mode,e)]),a=we(t,e)||"italic";return a!==Zr[r.type]&&r.setAttribute("mathvariant",a),r}}),te({type:"textord",htmlBuilder:function(t,e){return Dt.makeOrd(t,e,"textord")},mathmlBuilder:function(t,e){var r,a=be(t.text,t.mode,e),n=we(t,e)||"normal";return r="text"===t.mode?new ve.MathNode("mtext",[a]):/[0-9]/.test(t.text)?new ve.MathNode("mn",[a]):"\\prime"===t.text?new ve.MathNode("mo",[a]):new ve.MathNode("mi",[a]),n!==Zr[r.type]&&r.setAttribute("mathvariant",n),r}});var Kr={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},Jr={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};te({type:"spacing",htmlBuilder:function(t,e){if(Jr.hasOwnProperty(t.text)){var r=Jr[t.text].className||"";if("text"===t.mode){var a=Dt.makeOrd(t,e,"textord");return a.classes.push(r),a}return Dt.makeSpan(["mspace",r],[Dt.mathsym(t.text,t.mode,e)],e)}if(Kr.hasOwnProperty(t.text))return Dt.makeSpan(["mspace",Kr[t.text]],[],e);throw new o('Unknown type of space "'+t.text+'"')},mathmlBuilder:function(t,e){if(!Jr.hasOwnProperty(t.text)){if(Kr.hasOwnProperty(t.text))return new ve.MathNode("mspace");throw new o('Unknown type of space "'+t.text+'"')}return new ve.MathNode("mtext",[new ve.TextNode("\xa0")])}});var Qr=function(){var t=new ve.MathNode("mtd",[]);return t.setAttribute("width","50%"),t};te({type:"tag",mathmlBuilder:function(t,e){var r=new ve.MathNode("mtable",[new ve.MathNode("mtr",[Qr(),new ve.MathNode("mtd",[Se(t.body,e)]),Qr(),new ve.MathNode("mtd",[Se(t.tag,e)])])]);return r.setAttribute("width","100%"),r}});var ta={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},ea={"\\textbf":"textbf","\\textmd":"textmd"},ra={"\\textit":"textit","\\textup":"textup"},aa=function(t,e){var r=t.font;return r?ta[r]?e.withTextFontFamily(ta[r]):ea[r]?e.withTextFontWeight(ea[r]):e.withTextFontShape(ra[r]):e};Qt({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup"],props:{numArgs:1,argTypes:["text"],greediness:2,allowedInText:!0},handler:function(t,e){var r=t.parser,a=t.funcName,n=e[0];return{type:"text",mode:r.mode,body:ee(n),font:a}},htmlBuilder:function(t,e){var r=aa(t,e),a=se(t.body,r,!0);return Dt.makeSpan(["mord","text"],Dt.tryCombineChars(a),r)},mathmlBuilder:function(t,e){var r=aa(t,e);return Se(t.body,r)}}),Qt({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler:function(t,e){return{type:"underline",mode:t.parser.mode,body:e[0]}},htmlBuilder:function(t,e){var r=ue(t.body,e),a=Dt.makeLineSpan("underline-line",e),n=e.fontMetrics().defaultRuleThickness,i=Dt.makeVList({positionType:"top",positionData:r.height,children:[{type:"kern",size:n},{type:"elem",elem:a},{type:"kern",size:3*n},{type:"elem",elem:r}]},e);return Dt.makeSpan(["mord","underline"],[i],e)},mathmlBuilder:function(t,e){var r=new ve.MathNode("mo",[new ve.TextNode("\u203e")]);r.setAttribute("stretchy","true");var a=new ve.MathNode("munder",[Me(t.body,e),r]);return a.setAttribute("accentunder","true"),a}}),Qt({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler:function(t,e,r){throw new o("\\verb ended by end of line instead of matching delimiter")},htmlBuilder:function(t,e){for(var r=na(t),a=[],n=e.havingStyle(e.style.text()),i=0;i0&&(this.undefStack[this.undefStack.length-1][t]=e)}else{var n=this.undefStack[this.undefStack.length-1];n&&!n.hasOwnProperty(t)&&(n[t]=this.current[t])}this.current[t]=e},t}(),ca={},ua=ca;function pa(t,e){ca[t]=e}pa("\\@firstoftwo",function(t){return{tokens:t.consumeArgs(2)[0],numArgs:0}}),pa("\\@secondoftwo",function(t){return{tokens:t.consumeArgs(2)[1],numArgs:0}}),pa("\\@ifnextchar",function(t){var e=t.consumeArgs(3),r=t.future();return 1===e[0].length&&e[0][0].text===r.text?{tokens:e[1],numArgs:0}:{tokens:e[2],numArgs:0}}),pa("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}"),pa("\\TextOrMath",function(t){var e=t.consumeArgs(2);return"text"===t.mode?{tokens:e[0],numArgs:0}:{tokens:e[1],numArgs:0}});var da={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15};pa("\\char",function(t){var e,r=t.popToken(),a="";if("'"===r.text)e=8,r=t.popToken();else if('"'===r.text)e=16,r=t.popToken();else if("`"===r.text)if("\\"===(r=t.popToken()).text[0])a=r.text.charCodeAt(1);else{if("EOF"===r.text)throw new o("\\char` missing argument");a=r.text.charCodeAt(0)}else e=10;if(e){if(null==(a=da[r.text])||a>=e)throw new o("Invalid base-"+e+" digit "+r.text);for(var n;null!=(n=da[t.future().text])&&n":"\\dotsb","-":"\\dotsb","*":"\\dotsb",":":"\\dotsb","\\DOTSB":"\\dotsb","\\coprod":"\\dotsb","\\bigvee":"\\dotsb","\\bigwedge":"\\dotsb","\\biguplus":"\\dotsb","\\bigcap":"\\dotsb","\\bigcup":"\\dotsb","\\prod":"\\dotsb","\\sum":"\\dotsb","\\bigotimes":"\\dotsb","\\bigoplus":"\\dotsb","\\bigodot":"\\dotsb","\\bigsqcup":"\\dotsb","\\And":"\\dotsb","\\longrightarrow":"\\dotsb","\\Longrightarrow":"\\dotsb","\\longleftarrow":"\\dotsb","\\Longleftarrow":"\\dotsb","\\longleftrightarrow":"\\dotsb","\\Longleftrightarrow":"\\dotsb","\\mapsto":"\\dotsb","\\longmapsto":"\\dotsb","\\hookrightarrow":"\\dotsb","\\doteq":"\\dotsb","\\mathbin":"\\dotsb","\\mathrel":"\\dotsb","\\relbar":"\\dotsb","\\Relbar":"\\dotsb","\\xrightarrow":"\\dotsb","\\xleftarrow":"\\dotsb","\\DOTSI":"\\dotsi","\\int":"\\dotsi","\\oint":"\\dotsi","\\iint":"\\dotsi","\\iiint":"\\dotsi","\\iiiint":"\\dotsi","\\idotsint":"\\dotsi","\\DOTSX":"\\dotsx"};pa("\\dots",function(t){var e="\\dotso",r=t.expandAfterFuture().text;return r in xa?e=xa[r]:"\\not"===r.substr(0,4)?e="\\dotsb":r in j.math&&c.contains(["bin","rel"],j.math[r].group)&&(e="\\dotsb"),e});var va={")":!0,"]":!0,"\\rbrack":!0,"\\}":!0,"\\rbrace":!0,"\\rangle":!0,"\\rceil":!0,"\\rfloor":!0,"\\rgroup":!0,"\\rmoustache":!0,"\\right":!0,"\\bigr":!0,"\\biggr":!0,"\\Bigr":!0,"\\Biggr":!0,$:!0,";":!0,".":!0,",":!0};pa("\\dotso",function(t){return t.future().text in va?"\\ldots\\,":"\\ldots"}),pa("\\dotsc",function(t){var e=t.future().text;return e in va&&","!==e?"\\ldots\\,":"\\ldots"}),pa("\\cdots",function(t){return t.future().text in va?"\\@cdots\\,":"\\@cdots"}),pa("\\dotsb","\\cdots"),pa("\\dotsm","\\cdots"),pa("\\dotsi","\\!\\cdots"),pa("\\dotsx","\\ldots\\,"),pa("\\DOTSI","\\relax"),pa("\\DOTSB","\\relax"),pa("\\DOTSX","\\relax"),pa("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax"),pa("\\,","\\tmspace+{3mu}{.1667em}"),pa("\\thinspace","\\,"),pa("\\>","\\mskip{4mu}"),pa("\\:","\\tmspace+{4mu}{.2222em}"),pa("\\medspace","\\:"),pa("\\;","\\tmspace+{5mu}{.2777em}"),pa("\\thickspace","\\;"),pa("\\!","\\tmspace-{3mu}{.1667em}"),pa("\\negthinspace","\\!"),pa("\\negmedspace","\\tmspace-{4mu}{.2222em}"),pa("\\negthickspace","\\tmspace-{5mu}{.277em}"),pa("\\enspace","\\kern.5em "),pa("\\enskip","\\hskip.5em\\relax"),pa("\\quad","\\hskip1em\\relax"),pa("\\qquad","\\hskip2em\\relax"),pa("\\tag","\\@ifstar\\tag@literal\\tag@paren"),pa("\\tag@paren","\\tag@literal{({#1})}"),pa("\\tag@literal",function(t){if(t.macros.get("\\df@tag"))throw new o("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"}),pa("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}"),pa("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)"),pa("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}"),pa("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1"),pa("\\pmb","\\html@mathml{\\@binrel{#1}{\\mathrlap{#1}\\kern0.5px#1}}{\\mathbf{#1}}"),pa("\\\\","\\newline"),pa("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");var ba=F["Main-Regular"]["T".charCodeAt(0)][1]-.7*F["Main-Regular"]["A".charCodeAt(0)][1]+"em";pa("\\LaTeX","\\textrm{\\html@mathml{L\\kern-.36em\\raisebox{"+ba+"}{\\scriptstyle A}\\kern-.15em\\TeX}{LaTeX}}"),pa("\\KaTeX","\\textrm{\\html@mathml{K\\kern-.17em\\raisebox{"+ba+"}{\\scriptstyle A}\\kern-.15em\\TeX}{KaTeX}}"),pa("\\hspace","\\@ifstar\\@hspacer\\@hspace"),pa("\\@hspace","\\hskip #1\\relax"),pa("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax"),pa("\\ordinarycolon",":"),pa("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}"),pa("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}'),pa("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}'),pa("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}'),pa("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}'),pa("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}'),pa("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}'),pa("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}'),pa("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}'),pa("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}'),pa("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}'),pa("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}'),pa("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}'),pa("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}'),pa("\u2237","\\dblcolon"),pa("\u2239","\\eqcolon"),pa("\u2254","\\coloneqq"),pa("\u2255","\\eqqcolon"),pa("\u2a74","\\Coloneqq"),pa("\\ratio","\\vcentcolon"),pa("\\coloncolon","\\dblcolon"),pa("\\colonequals","\\coloneqq"),pa("\\coloncolonequals","\\Coloneqq"),pa("\\equalscolon","\\eqqcolon"),pa("\\equalscoloncolon","\\Eqqcolon"),pa("\\colonminus","\\coloneq"),pa("\\coloncolonminus","\\Coloneq"),pa("\\minuscolon","\\eqcolon"),pa("\\minuscoloncolon","\\Eqcolon"),pa("\\coloncolonapprox","\\Colonapprox"),pa("\\coloncolonsim","\\Colonsim"),pa("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),pa("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}"),pa("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),pa("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}"),pa("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`\u220c}}"),pa("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}"),pa("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}"),pa("\\gvertneqq","\\html@mathml{\\@gvertneqq}{\u2269}"),pa("\\lvertneqq","\\html@mathml{\\@lvertneqq}{\u2268}"),pa("\\ngeqq","\\html@mathml{\\@ngeqq}{\u2271}"),pa("\\ngeqslant","\\html@mathml{\\@ngeqslant}{\u2271}"),pa("\\nleqq","\\html@mathml{\\@nleqq}{\u2270}"),pa("\\nleqslant","\\html@mathml{\\@nleqslant}{\u2270}"),pa("\\nshortmid","\\html@mathml{\\@nshortmid}{\u2224}"),pa("\\nshortparallel","\\html@mathml{\\@nshortparallel}{\u2226}"),pa("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{\u2288}"),pa("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{\u2289}"),pa("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{\u228a}"),pa("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{\u2acb}"),pa("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{\u228b}"),pa("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{\u2acc}"),pa("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`\u27e6}}"),pa("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`\u27e7}}"),pa("\u27e6","\\llbracket"),pa("\u27e7","\\rrbracket"),pa("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`\u2983}}"),pa("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`\u2984}}"),pa("\u2983","\\lBrace"),pa("\u2984","\\rBrace"),pa("\\darr","\\downarrow"),pa("\\dArr","\\Downarrow"),pa("\\Darr","\\Downarrow"),pa("\\lang","\\langle"),pa("\\rang","\\rangle"),pa("\\uarr","\\uparrow"),pa("\\uArr","\\Uparrow"),pa("\\Uarr","\\Uparrow"),pa("\\N","\\mathbb{N}"),pa("\\R","\\mathbb{R}"),pa("\\Z","\\mathbb{Z}"),pa("\\alef","\\aleph"),pa("\\alefsym","\\aleph"),pa("\\Alpha","\\mathrm{A}"),pa("\\Beta","\\mathrm{B}"),pa("\\bull","\\bullet"),pa("\\Chi","\\mathrm{X}"),pa("\\clubs","\\clubsuit"),pa("\\cnums","\\mathbb{C}"),pa("\\Complex","\\mathbb{C}"),pa("\\Dagger","\\ddagger"),pa("\\diamonds","\\diamondsuit"),pa("\\empty","\\emptyset"),pa("\\Epsilon","\\mathrm{E}"),pa("\\Eta","\\mathrm{H}"),pa("\\exist","\\exists"),pa("\\harr","\\leftrightarrow"),pa("\\hArr","\\Leftrightarrow"),pa("\\Harr","\\Leftrightarrow"),pa("\\hearts","\\heartsuit"),pa("\\image","\\Im"),pa("\\infin","\\infty"),pa("\\Iota","\\mathrm{I}"),pa("\\isin","\\in"),pa("\\Kappa","\\mathrm{K}"),pa("\\larr","\\leftarrow"),pa("\\lArr","\\Leftarrow"),pa("\\Larr","\\Leftarrow"),pa("\\lrarr","\\leftrightarrow"),pa("\\lrArr","\\Leftrightarrow"),pa("\\Lrarr","\\Leftrightarrow"),pa("\\Mu","\\mathrm{M}"),pa("\\natnums","\\mathbb{N}"),pa("\\Nu","\\mathrm{N}"),pa("\\Omicron","\\mathrm{O}"),pa("\\plusmn","\\pm"),pa("\\rarr","\\rightarrow"),pa("\\rArr","\\Rightarrow"),pa("\\Rarr","\\Rightarrow"),pa("\\real","\\Re"),pa("\\reals","\\mathbb{R}"),pa("\\Reals","\\mathbb{R}"),pa("\\Rho","\\mathrm{P}"),pa("\\sdot","\\cdot"),pa("\\sect","\\S"),pa("\\spades","\\spadesuit"),pa("\\sub","\\subset"),pa("\\sube","\\subseteq"),pa("\\supe","\\supseteq"),pa("\\Tau","\\mathrm{T}"),pa("\\thetasym","\\vartheta"),pa("\\weierp","\\wp"),pa("\\Zeta","\\mathrm{Z}"),pa("\\argmin","\\DOTSB\\operatorname*{arg\\,min}"),pa("\\argmax","\\DOTSB\\operatorname*{arg\\,max}"),pa("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits"),pa("\\blue","\\textcolor{##6495ed}{#1}"),pa("\\orange","\\textcolor{##ffa500}{#1}"),pa("\\pink","\\textcolor{##ff00af}{#1}"),pa("\\red","\\textcolor{##df0030}{#1}"),pa("\\green","\\textcolor{##28ae7b}{#1}"),pa("\\gray","\\textcolor{gray}{#1}"),pa("\\purple","\\textcolor{##9d38bd}{#1}"),pa("\\blueA","\\textcolor{##ccfaff}{#1}"),pa("\\blueB","\\textcolor{##80f6ff}{#1}"),pa("\\blueC","\\textcolor{##63d9ea}{#1}"),pa("\\blueD","\\textcolor{##11accd}{#1}"),pa("\\blueE","\\textcolor{##0c7f99}{#1}"),pa("\\tealA","\\textcolor{##94fff5}{#1}"),pa("\\tealB","\\textcolor{##26edd5}{#1}"),pa("\\tealC","\\textcolor{##01d1c1}{#1}"),pa("\\tealD","\\textcolor{##01a995}{#1}"),pa("\\tealE","\\textcolor{##208170}{#1}"),pa("\\greenA","\\textcolor{##b6ffb0}{#1}"),pa("\\greenB","\\textcolor{##8af281}{#1}"),pa("\\greenC","\\textcolor{##74cf70}{#1}"),pa("\\greenD","\\textcolor{##1fab54}{#1}"),pa("\\greenE","\\textcolor{##0d923f}{#1}"),pa("\\goldA","\\textcolor{##ffd0a9}{#1}"),pa("\\goldB","\\textcolor{##ffbb71}{#1}"),pa("\\goldC","\\textcolor{##ff9c39}{#1}"),pa("\\goldD","\\textcolor{##e07d10}{#1}"),pa("\\goldE","\\textcolor{##a75a05}{#1}"),pa("\\redA","\\textcolor{##fca9a9}{#1}"),pa("\\redB","\\textcolor{##ff8482}{#1}"),pa("\\redC","\\textcolor{##f9685d}{#1}"),pa("\\redD","\\textcolor{##e84d39}{#1}"),pa("\\redE","\\textcolor{##bc2612}{#1}"),pa("\\maroonA","\\textcolor{##ffbde0}{#1}"),pa("\\maroonB","\\textcolor{##ff92c6}{#1}"),pa("\\maroonC","\\textcolor{##ed5fa6}{#1}"),pa("\\maroonD","\\textcolor{##ca337c}{#1}"),pa("\\maroonE","\\textcolor{##9e034e}{#1}"),pa("\\purpleA","\\textcolor{##ddd7ff}{#1}"),pa("\\purpleB","\\textcolor{##c6b9fc}{#1}"),pa("\\purpleC","\\textcolor{##aa87ff}{#1}"),pa("\\purpleD","\\textcolor{##7854ab}{#1}"),pa("\\purpleE","\\textcolor{##543b78}{#1}"),pa("\\mintA","\\textcolor{##f5f9e8}{#1}"),pa("\\mintB","\\textcolor{##edf2df}{#1}"),pa("\\mintC","\\textcolor{##e0e5cc}{#1}"),pa("\\grayA","\\textcolor{##f6f7f7}{#1}"),pa("\\grayB","\\textcolor{##f0f1f2}{#1}"),pa("\\grayC","\\textcolor{##e3e5e6}{#1}"),pa("\\grayD","\\textcolor{##d6d8da}{#1}"),pa("\\grayE","\\textcolor{##babec2}{#1}"),pa("\\grayF","\\textcolor{##888d93}{#1}"),pa("\\grayG","\\textcolor{##626569}{#1}"),pa("\\grayH","\\textcolor{##3b3e40}{#1}"),pa("\\grayI","\\textcolor{##21242c}{#1}"),pa("\\kaBlue","\\textcolor{##314453}{#1}"),pa("\\kaGreen","\\textcolor{##71B307}{#1}");var ya={"\\relax":!0,"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0},wa=function(){function t(t,e,r){this.settings=void 0,this.expansionCount=void 0,this.lexer=void 0,this.macros=void 0,this.stack=void 0,this.mode=void 0,this.settings=e,this.expansionCount=0,this.feed(t),this.macros=new ma(ua,e.macros),this.mode=r,this.stack=[]}var e=t.prototype;return e.feed=function(t){this.lexer=new la(t,this.settings)},e.switchMode=function(t){this.mode=t},e.beginGroup=function(){this.macros.beginGroup()},e.endGroup=function(){this.macros.endGroup()},e.future=function(){return 0===this.stack.length&&this.pushToken(this.lexer.lex()),this.stack[this.stack.length-1]},e.popToken=function(){return this.future(),this.stack.pop()},e.pushToken=function(t){this.stack.push(t)},e.pushTokens=function(t){var e;(e=this.stack).push.apply(e,t)},e.consumeSpaces=function(){for(;;){if(" "!==this.future().text)break;this.stack.pop()}},e.consumeArgs=function(t){for(var e=[],r=0;rthis.settings.maxExpand)throw new o("Too many expansions: infinite loop or need to increase maxExpand setting");var a=r.tokens;if(r.numArgs)for(var n=this.consumeArgs(r.numArgs),i=(a=a.slice()).length-1;i>=0;--i){var s=a[i];if("#"===s.text){if(0===i)throw new o("Incomplete placeholder at end of macro body",s);if("#"===(s=a[--i]).text)a.splice(i+1,1);else{if(!/^[1-9]$/.test(s.text))throw new o("Not a valid argument number",s);var h;(h=a).splice.apply(h,[i,2].concat(n[+s.text-1]))}}}return this.pushTokens(a),a},e.expandAfterFuture=function(){return this.expandOnce(),this.future()},e.expandNextToken=function(){for(;;){var t=this.expandOnce();if(t instanceof n){if("\\relax"!==t.text)return this.stack.pop();this.stack.pop()}}throw new Error},e.expandMacro=function(t){if(this.macros.get(t)){var e=[],r=this.stack.length;for(this.pushToken(new n(t));this.stack.length>r;){this.expandOnce()instanceof n&&e.push(this.stack.pop())}return e}},e.expandMacroAsText=function(t){var e=this.expandMacro(t);return e?e.map(function(t){return t.text}).join(""):e},e._getExpansion=function(t){var e=this.macros.get(t);if(null==e)return e;var r="function"==typeof e?e(this):e;if("string"==typeof r){var a=0;if(-1!==r.indexOf("#"))for(var n=r.replace(/##/g,"");-1!==n.indexOf("#"+(a+1));)++a;for(var i=new la(r,this.settings),o=[],s=i.lex();"EOF"!==s.text;)o.push(s),s=i.lex();return o.reverse(),{tokens:o,numArgs:a}}return r},e.isDefined=function(t){return this.macros.has(t)||ia.hasOwnProperty(t)||j.math.hasOwnProperty(t)||j.text.hasOwnProperty(t)||ya.hasOwnProperty(t)},t}(),ka={"\u0301":{text:"\\'",math:"\\acute"},"\u0300":{text:"\\`",math:"\\grave"},"\u0308":{text:'\\"',math:"\\ddot"},"\u0303":{text:"\\~",math:"\\tilde"},"\u0304":{text:"\\=",math:"\\bar"},"\u0306":{text:"\\u",math:"\\breve"},"\u030c":{text:"\\v",math:"\\check"},"\u0302":{text:"\\^",math:"\\hat"},"\u0307":{text:"\\.",math:"\\dot"},"\u030a":{text:"\\r",math:"\\mathring"},"\u030b":{text:"\\H"}},Sa={"\xe1":"a\u0301","\xe0":"a\u0300","\xe4":"a\u0308","\u01df":"a\u0308\u0304","\xe3":"a\u0303","\u0101":"a\u0304","\u0103":"a\u0306","\u1eaf":"a\u0306\u0301","\u1eb1":"a\u0306\u0300","\u1eb5":"a\u0306\u0303","\u01ce":"a\u030c","\xe2":"a\u0302","\u1ea5":"a\u0302\u0301","\u1ea7":"a\u0302\u0300","\u1eab":"a\u0302\u0303","\u0227":"a\u0307","\u01e1":"a\u0307\u0304","\xe5":"a\u030a","\u01fb":"a\u030a\u0301","\u1e03":"b\u0307","\u0107":"c\u0301","\u010d":"c\u030c","\u0109":"c\u0302","\u010b":"c\u0307","\u010f":"d\u030c","\u1e0b":"d\u0307","\xe9":"e\u0301","\xe8":"e\u0300","\xeb":"e\u0308","\u1ebd":"e\u0303","\u0113":"e\u0304","\u1e17":"e\u0304\u0301","\u1e15":"e\u0304\u0300","\u0115":"e\u0306","\u011b":"e\u030c","\xea":"e\u0302","\u1ebf":"e\u0302\u0301","\u1ec1":"e\u0302\u0300","\u1ec5":"e\u0302\u0303","\u0117":"e\u0307","\u1e1f":"f\u0307","\u01f5":"g\u0301","\u1e21":"g\u0304","\u011f":"g\u0306","\u01e7":"g\u030c","\u011d":"g\u0302","\u0121":"g\u0307","\u1e27":"h\u0308","\u021f":"h\u030c","\u0125":"h\u0302","\u1e23":"h\u0307","\xed":"i\u0301","\xec":"i\u0300","\xef":"i\u0308","\u1e2f":"i\u0308\u0301","\u0129":"i\u0303","\u012b":"i\u0304","\u012d":"i\u0306","\u01d0":"i\u030c","\xee":"i\u0302","\u01f0":"j\u030c","\u0135":"j\u0302","\u1e31":"k\u0301","\u01e9":"k\u030c","\u013a":"l\u0301","\u013e":"l\u030c","\u1e3f":"m\u0301","\u1e41":"m\u0307","\u0144":"n\u0301","\u01f9":"n\u0300","\xf1":"n\u0303","\u0148":"n\u030c","\u1e45":"n\u0307","\xf3":"o\u0301","\xf2":"o\u0300","\xf6":"o\u0308","\u022b":"o\u0308\u0304","\xf5":"o\u0303","\u1e4d":"o\u0303\u0301","\u1e4f":"o\u0303\u0308","\u022d":"o\u0303\u0304","\u014d":"o\u0304","\u1e53":"o\u0304\u0301","\u1e51":"o\u0304\u0300","\u014f":"o\u0306","\u01d2":"o\u030c","\xf4":"o\u0302","\u1ed1":"o\u0302\u0301","\u1ed3":"o\u0302\u0300","\u1ed7":"o\u0302\u0303","\u022f":"o\u0307","\u0231":"o\u0307\u0304","\u0151":"o\u030b","\u1e55":"p\u0301","\u1e57":"p\u0307","\u0155":"r\u0301","\u0159":"r\u030c","\u1e59":"r\u0307","\u015b":"s\u0301","\u1e65":"s\u0301\u0307","\u0161":"s\u030c","\u1e67":"s\u030c\u0307","\u015d":"s\u0302","\u1e61":"s\u0307","\u1e97":"t\u0308","\u0165":"t\u030c","\u1e6b":"t\u0307","\xfa":"u\u0301","\xf9":"u\u0300","\xfc":"u\u0308","\u01d8":"u\u0308\u0301","\u01dc":"u\u0308\u0300","\u01d6":"u\u0308\u0304","\u01da":"u\u0308\u030c","\u0169":"u\u0303","\u1e79":"u\u0303\u0301","\u016b":"u\u0304","\u1e7b":"u\u0304\u0308","\u016d":"u\u0306","\u01d4":"u\u030c","\xfb":"u\u0302","\u016f":"u\u030a","\u0171":"u\u030b","\u1e7d":"v\u0303","\u1e83":"w\u0301","\u1e81":"w\u0300","\u1e85":"w\u0308","\u0175":"w\u0302","\u1e87":"w\u0307","\u1e98":"w\u030a","\u1e8d":"x\u0308","\u1e8b":"x\u0307","\xfd":"y\u0301","\u1ef3":"y\u0300","\xff":"y\u0308","\u1ef9":"y\u0303","\u0233":"y\u0304","\u0177":"y\u0302","\u1e8f":"y\u0307","\u1e99":"y\u030a","\u017a":"z\u0301","\u017e":"z\u030c","\u1e91":"z\u0302","\u017c":"z\u0307","\xc1":"A\u0301","\xc0":"A\u0300","\xc4":"A\u0308","\u01de":"A\u0308\u0304","\xc3":"A\u0303","\u0100":"A\u0304","\u0102":"A\u0306","\u1eae":"A\u0306\u0301","\u1eb0":"A\u0306\u0300","\u1eb4":"A\u0306\u0303","\u01cd":"A\u030c","\xc2":"A\u0302","\u1ea4":"A\u0302\u0301","\u1ea6":"A\u0302\u0300","\u1eaa":"A\u0302\u0303","\u0226":"A\u0307","\u01e0":"A\u0307\u0304","\xc5":"A\u030a","\u01fa":"A\u030a\u0301","\u1e02":"B\u0307","\u0106":"C\u0301","\u010c":"C\u030c","\u0108":"C\u0302","\u010a":"C\u0307","\u010e":"D\u030c","\u1e0a":"D\u0307","\xc9":"E\u0301","\xc8":"E\u0300","\xcb":"E\u0308","\u1ebc":"E\u0303","\u0112":"E\u0304","\u1e16":"E\u0304\u0301","\u1e14":"E\u0304\u0300","\u0114":"E\u0306","\u011a":"E\u030c","\xca":"E\u0302","\u1ebe":"E\u0302\u0301","\u1ec0":"E\u0302\u0300","\u1ec4":"E\u0302\u0303","\u0116":"E\u0307","\u1e1e":"F\u0307","\u01f4":"G\u0301","\u1e20":"G\u0304","\u011e":"G\u0306","\u01e6":"G\u030c","\u011c":"G\u0302","\u0120":"G\u0307","\u1e26":"H\u0308","\u021e":"H\u030c","\u0124":"H\u0302","\u1e22":"H\u0307","\xcd":"I\u0301","\xcc":"I\u0300","\xcf":"I\u0308","\u1e2e":"I\u0308\u0301","\u0128":"I\u0303","\u012a":"I\u0304","\u012c":"I\u0306","\u01cf":"I\u030c","\xce":"I\u0302","\u0130":"I\u0307","\u0134":"J\u0302","\u1e30":"K\u0301","\u01e8":"K\u030c","\u0139":"L\u0301","\u013d":"L\u030c","\u1e3e":"M\u0301","\u1e40":"M\u0307","\u0143":"N\u0301","\u01f8":"N\u0300","\xd1":"N\u0303","\u0147":"N\u030c","\u1e44":"N\u0307","\xd3":"O\u0301","\xd2":"O\u0300","\xd6":"O\u0308","\u022a":"O\u0308\u0304","\xd5":"O\u0303","\u1e4c":"O\u0303\u0301","\u1e4e":"O\u0303\u0308","\u022c":"O\u0303\u0304","\u014c":"O\u0304","\u1e52":"O\u0304\u0301","\u1e50":"O\u0304\u0300","\u014e":"O\u0306","\u01d1":"O\u030c","\xd4":"O\u0302","\u1ed0":"O\u0302\u0301","\u1ed2":"O\u0302\u0300","\u1ed6":"O\u0302\u0303","\u022e":"O\u0307","\u0230":"O\u0307\u0304","\u0150":"O\u030b","\u1e54":"P\u0301","\u1e56":"P\u0307","\u0154":"R\u0301","\u0158":"R\u030c","\u1e58":"R\u0307","\u015a":"S\u0301","\u1e64":"S\u0301\u0307","\u0160":"S\u030c","\u1e66":"S\u030c\u0307","\u015c":"S\u0302","\u1e60":"S\u0307","\u0164":"T\u030c","\u1e6a":"T\u0307","\xda":"U\u0301","\xd9":"U\u0300","\xdc":"U\u0308","\u01d7":"U\u0308\u0301","\u01db":"U\u0308\u0300","\u01d5":"U\u0308\u0304","\u01d9":"U\u0308\u030c","\u0168":"U\u0303","\u1e78":"U\u0303\u0301","\u016a":"U\u0304","\u1e7a":"U\u0304\u0308","\u016c":"U\u0306","\u01d3":"U\u030c","\xdb":"U\u0302","\u016e":"U\u030a","\u0170":"U\u030b","\u1e7c":"V\u0303","\u1e82":"W\u0301","\u1e80":"W\u0300","\u1e84":"W\u0308","\u0174":"W\u0302","\u1e86":"W\u0307","\u1e8c":"X\u0308","\u1e8a":"X\u0307","\xdd":"Y\u0301","\u1ef2":"Y\u0300","\u0178":"Y\u0308","\u1ef8":"Y\u0303","\u0232":"Y\u0304","\u0176":"Y\u0302","\u1e8e":"Y\u0307","\u0179":"Z\u0301","\u017d":"Z\u030c","\u1e90":"Z\u0302","\u017b":"Z\u0307","\u03ac":"\u03b1\u0301","\u1f70":"\u03b1\u0300","\u1fb1":"\u03b1\u0304","\u1fb0":"\u03b1\u0306","\u03ad":"\u03b5\u0301","\u1f72":"\u03b5\u0300","\u03ae":"\u03b7\u0301","\u1f74":"\u03b7\u0300","\u03af":"\u03b9\u0301","\u1f76":"\u03b9\u0300","\u03ca":"\u03b9\u0308","\u0390":"\u03b9\u0308\u0301","\u1fd2":"\u03b9\u0308\u0300","\u1fd1":"\u03b9\u0304","\u1fd0":"\u03b9\u0306","\u03cc":"\u03bf\u0301","\u1f78":"\u03bf\u0300","\u03cd":"\u03c5\u0301","\u1f7a":"\u03c5\u0300","\u03cb":"\u03c5\u0308","\u03b0":"\u03c5\u0308\u0301","\u1fe2":"\u03c5\u0308\u0300","\u1fe1":"\u03c5\u0304","\u1fe0":"\u03c5\u0306","\u03ce":"\u03c9\u0301","\u1f7c":"\u03c9\u0300","\u038e":"\u03a5\u0301","\u1fea":"\u03a5\u0300","\u03ab":"\u03a5\u0308","\u1fe9":"\u03a5\u0304","\u1fe8":"\u03a5\u0306","\u038f":"\u03a9\u0301","\u1ffa":"\u03a9\u0300"},Ma=function(){function t(t,e){this.mode=void 0,this.gullet=void 0,this.settings=void 0,this.leftrightDepth=void 0,this.nextToken=void 0,this.mode="math",this.gullet=new wa(t,e,this.mode),this.settings=e,this.leftrightDepth=0}var e=t.prototype;return e.expect=function(t,e){if(void 0===e&&(e=!0),this.fetch().text!==t)throw new o("Expected '"+t+"', got '"+this.fetch().text+"'",this.fetch());e&&this.consume()},e.consume=function(){this.nextToken=null},e.fetch=function(){return null==this.nextToken&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken},e.switchMode=function(t){this.mode=t,this.gullet.switchMode(t)},e.parse=function(){this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");var t=this.parseExpression(!1);return this.expect("EOF"),this.gullet.endGroup(),t},e.parseExpression=function(e,r){for(var a=[];;){"math"===this.mode&&this.consumeSpaces();var n=this.fetch();if(-1!==t.endOfExpression.indexOf(n.text))break;if(r&&n.text===r)break;if(e&&ia[n.text]&&ia[n.text].infix)break;var i=this.parseAtom(r);if(!i)break;a.push(i)}return"text"===this.mode&&this.formLigatures(a),this.handleInfixNodes(a)},e.handleInfixNodes=function(t){for(var e,r=-1,a=0;a0&&!l||0===s&&!l&&"math"===this.mode,c=this.parseGroupOfType("argument to '"+t+"'",h,l,a,m);if(!c){if(l){i.push(null);continue}throw new o("Expected group after '"+t+"'",this.fetch())}(l?i:n).push(c)}return{args:n,optArgs:i}},e.parseGroupOfType=function(t,e,r,a,n){switch(e){case"color":return n&&this.consumeSpaces(),this.parseColorGroup(r);case"size":return n&&this.consumeSpaces(),this.parseSizeGroup(r);case"url":return this.parseUrlGroup(r,n);case"math":case"text":return this.parseGroup(t,r,a,void 0,e,n);case"hbox":var i=this.parseGroup(t,r,a,void 0,"text",n);return i?{type:"styling",mode:i.mode,body:[i],style:"text"}:i;case"raw":if(n&&this.consumeSpaces(),r&&"{"===this.fetch().text)return null;var s=this.parseStringGroup("raw",r,!0);if(s)return{type:"raw",mode:"text",string:s.text};throw new o("Expected raw group",this.fetch());case"original":case null:case void 0:return this.parseGroup(t,r,a,void 0,void 0,n);default:throw new o("Unknown group type as "+t,this.fetch())}},e.consumeSpaces=function(){for(;" "===this.fetch().text;)this.consume()},e.parseStringGroup=function(t,e,r){var a=e?"[":"{",n=e?"]":"}",i=this.fetch();if(i.text!==a){if(e)return null;if(r&&"EOF"!==i.text&&/[^{}[\]]/.test(i.text))return this.consume(),i}var s=this.mode;this.mode="text",this.expect(a);for(var h,l="",m=this.fetch(),c=0,u=m;(h=this.fetch()).text!==n||r&&c>0;){switch(h.text){case"EOF":throw new o("Unexpected end of input in "+t,m.range(u,l));case a:c++;break;case n:c--}l+=(u=h).text,this.consume()}return this.expect(n),this.mode=s,m.range(u,l)},e.parseRegexGroup=function(t,e){var r=this.mode;this.mode="text";for(var a,n=this.fetch(),i=n,s="";"EOF"!==(a=this.fetch()).text&&t.test(s+a.text);)s+=(i=a).text,this.consume();if(""===s)throw new o("Invalid "+e+": '"+n.text+"'",n);return this.mode=r,n.range(i,s)},e.parseColorGroup=function(t){var e=this.parseStringGroup("color",t);if(!e)return null;var r=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(e.text);if(!r)throw new o("Invalid color: '"+e.text+"'",e);var a=r[0];return/^[0-9a-f]{6}$/i.test(a)&&(a="#"+a),{type:"color-token",mode:this.mode,color:a}},e.parseSizeGroup=function(t){var e,r=!1;if(!(e=t||"{"===this.fetch().text?this.parseStringGroup("size",t):this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size")))return null;t||0!==e.text.length||(e.text="0pt",r=!0);var a=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(e.text);if(!a)throw new o("Invalid size: '"+e.text+"'",e);var n={number:+(a[1]+a[2]),unit:a[3]};if(!At(n))throw new o("Invalid unit: '"+n.unit+"'",e);return{type:"size",mode:this.mode,value:n,isBlank:r}},e.parseUrlGroup=function(t,e){this.gullet.lexer.setCatcode("%",13);var r=this.parseStringGroup("url",t,!0);if(this.gullet.lexer.setCatcode("%",14),!r)return null;var a=r.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:a}},e.parseGroup=function(e,r,n,i,s,h){var l=this.mode;s&&this.switchMode(s),h&&this.consumeSpaces();var m,c=this.fetch(),u=c.text;if(r?"["===u:"{"===u||"\\begingroup"===u){this.consume();var p=t.endOfGroup[u];this.gullet.beginGroup();var d=this.parseExpression(!1,p),f=this.fetch();this.expect(p),this.gullet.endGroup(),m={type:"ordgroup",mode:this.mode,loc:a.range(c,f),body:d,semisimple:"\\begingroup"===u||void 0}}else if(r)m=null;else if(null==(m=this.parseFunction(i,e,n)||this.parseSymbol())&&"\\"===u[0]&&!ya.hasOwnProperty(u)){if(this.settings.throwOnError)throw new o("Undefined control sequence: "+u,c);m=this.formatUnsupportedCmd(u),this.consume()}return s&&this.switchMode(l),m},e.formLigatures=function(t){for(var e=t.length-1,r=0;r=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+e[0]+'" used in math mode',t);var h,l=j[this.mode][e].group,m=a.range(t);if(W.hasOwnProperty(l)){var c=l;h={type:"atom",mode:this.mode,family:c,loc:m,text:e}}else h={type:l,mode:this.mode,loc:m,text:e};i=h}else{if(!(e.charCodeAt(0)>=128))return null;this.settings.strict&&(M(e.charCodeAt(0))?"math"===this.mode&&this.settings.reportNonstrict("unicodeTextInMathMode",'Unicode text character "'+e[0]+'" used in math mode',t):this.settings.reportNonstrict("unknownSymbol",'Unrecognized Unicode character "'+e[0]+'" ('+e.charCodeAt(0)+")",t)),i={type:"textord",mode:"text",loc:a.range(t),text:e}}if(this.consume(),s)for(var u=0;u=0;a--)t[a].loc.start>o&&(n+=" ",o=t[a].loc.start),n+=t[a].text,o+=t[a].text.length;return c.go(i.go(n,e))},i={go:function(t,e){if(!t)return[];void 0===e&&(e="ce");var n,o="0",a={};a.parenthesisLevel=0,t=(t=(t=t.replace(/\n/g," ")).replace(/[\u2212\u2013\u2014\u2010]/g,"-")).replace(/[\u2026]/g,"...");for(var r=10,c=[];;){n!==t?(r=10,n=t):r--;var u=i.stateMachines[e],p=u.transitions[o]||u.transitions["*"];t:for(var s=0;s0))return c;if(d.revisit||(t=_.remainder),!d.toContinue)break t}}if(r<=0)throw["MhchemBugU","mhchem bug U. Please report."]}},concatArray:function(t,e){if(e)if(Array.isArray(e))for(var n=0;n":/^[=<>]/,"#":/^[#\u2261]/,"+":/^\+/,"-$":/^-(?=[\s_},;\]\/]|$|\([a-z]+\))/,"-9":/^-(?=[0-9])/,"- orbital overlap":/^-(?=(?:[spd]|sp)(?:$|[\s,;\)\]\}]))/,"-":/^-/,"pm-operator":/^(?:\\pm|\$\\pm\$|\+-|\+\/-)/,operator:/^(?:\+|(?:[\-=<>]|<<|>>|\\approx|\$\\approx\$)(?=\s|$|-?[0-9]))/,arrowUpDown:/^(?:v|\(v\)|\^|\(\^\))(?=$|[\s,;\)\]\}])/,"\\bond{(...)}":function(t){return i.patterns.findObserveGroups(t,"\\bond{","","","}")},"->":/^(?:<->|<-->|->|<-|<=>>|<<=>|<=>|[\u2192\u27F6\u21CC])/,CMT:/^[CMT](?=\[)/,"[(...)]":function(t){return i.patterns.findObserveGroups(t,"[","","","]")},"1st-level escape":/^(&|\\\\|\\hline)\s*/,"\\,":/^(?:\\[,\ ;:])/,"\\x{}{}":function(t){return i.patterns.findObserveGroups(t,"",/^\\[a-zA-Z]+\{/,"}","","","{","}","",!0)},"\\x{}":function(t){return i.patterns.findObserveGroups(t,"",/^\\[a-zA-Z]+\{/,"}","")},"\\ca":/^\\ca(?:\s+|(?![a-zA-Z]))/,"\\x":/^(?:\\[a-zA-Z]+\s*|\\[_&{}%])/,orbital:/^(?:[0-9]{1,2}[spdfgh]|[0-9]{0,2}sp)(?=$|[^a-zA-Z])/,others:/^[\/~|]/,"\\frac{(...)}":function(t){return i.patterns.findObserveGroups(t,"\\frac{","","","}","{","","","}")},"\\overset{(...)}":function(t){return i.patterns.findObserveGroups(t,"\\overset{","","","}","{","","","}")},"\\underset{(...)}":function(t){return i.patterns.findObserveGroups(t,"\\underset{","","","}","{","","","}")},"\\underbrace{(...)}":function(t){return i.patterns.findObserveGroups(t,"\\underbrace{","","","}_","{","","","}")},"\\color{(...)}0":function(t){return i.patterns.findObserveGroups(t,"\\color{","","","}")},"\\color{(...)}{(...)}1":function(t){return i.patterns.findObserveGroups(t,"\\color{","","","}","{","","","}")},"\\color(...){(...)}2":function(t){return i.patterns.findObserveGroups(t,"\\color","\\","",/^(?=\{)/,"{","","","}")},"\\ce{(...)}":function(t){return i.patterns.findObserveGroups(t,"\\ce{","","","}")},oxidation$:/^(?:[+-][IVX]+|\\pm\s*0|\$\\pm\$\s*0)$/,"d-oxidation$":/^(?:[+-]?\s?[IVX]+|\\pm\s*0|\$\\pm\$\s*0)$/,"roman numeral":/^[IVX]+/,"1/2$":/^[+\-]?(?:[0-9]+|\$[a-z]\$|[a-z])\/[0-9]+(?:\$[a-z]\$|[a-z])?$/,amount:function(t){var e;if(e=t.match(/^(?:(?:(?:\([+\-]?[0-9]+\/[0-9]+\)|[+\-]?(?:[0-9]+|\$[a-z]\$|[a-z])\/[0-9]+|[+\-]?[0-9]+[.,][0-9]+|[+\-]?\.[0-9]+|[+\-]?[0-9]+)(?:[a-z](?=\s*[A-Z]))?)|[+\-]?[a-z](?=\s*[A-Z])|\+(?!\s))/))return{match_:e[0],remainder:t.substr(e[0].length)};var n=i.patterns.findObserveGroups(t,"","$","$","");return n&&(e=n.match_.match(/^\$(?:\(?[+\-]?(?:[0-9]*[a-z]?[+\-])?[0-9]*[a-z](?:[+\-][0-9]*[a-z]?)?\)?|\+|-)\$$/))?{match_:e[0],remainder:t.substr(e[0].length)}:null},amount2:function(t){return this.amount(t)},"(KV letters),":/^(?:[A-Z][a-z]{0,2}|i)(?=,)/,formula$:function(t){if(t.match(/^\([a-z]+\)$/))return null;var e=t.match(/^(?:[a-z]|(?:[0-9\ \+\-\,\.\(\)]+[a-z])+[0-9\ \+\-\,\.\(\)]*|(?:[a-z][0-9\ \+\-\,\.\(\)]+)+[a-z]?)$/);return e?{match_:e[0],remainder:t.substr(e[0].length)}:null},uprightEntities:/^(?:pH|pOH|pC|pK|iPr|iBu)(?=$|[^a-zA-Z])/,"/":/^\s*(\/)\s*/,"//":/^\s*(\/\/)\s*/,"*":/^\s*[*.]\s*/},findObserveGroups:function(t,e,n,o,a,r,i,c,u,p){var s=function(t,e){if("string"==typeof e)return 0!==t.indexOf(e)?null:e;var n=t.match(e);return n?n[0]:null},_=s(t,e);if(null===_)return null;if(t=t.substr(_.length),null===(_=s(t,n)))return null;var d=function(t,e,n){for(var o=0;e":{"0|1|2|3":{action_:"r=",nextState:"r"},"a|as":{action_:["output","r="],nextState:"r"},"*":{action_:["output","r="],nextState:"r"}},"+":{o:{action_:"d= kv",nextState:"d"},"d|D":{action_:"d=",nextState:"d"},q:{action_:"d=",nextState:"qd"},"qd|qD":{action_:"d=",nextState:"qd"},dq:{action_:["output","d="],nextState:"d"},3:{action_:["sb=false","output","operator"],nextState:"0"}},amount:{"0|2":{action_:"a=",nextState:"a"}},"pm-operator":{"0|1|2|a|as":{action_:["sb=false","output",{type_:"operator",option:"\\pm"}],nextState:"0"}},operator:{"0|1|2|a|as":{action_:["sb=false","output","operator"],nextState:"0"}},"-$":{"o|q":{action_:["charge or bond","output"],nextState:"qd"},d:{action_:"d=",nextState:"d"},D:{action_:["output",{type_:"bond",option:"-"}],nextState:"3"},q:{action_:"d=",nextState:"qd"},qd:{action_:"d=",nextState:"qd"},"qD|dq":{action_:["output",{type_:"bond",option:"-"}],nextState:"3"}},"-9":{"3|o":{action_:["output",{type_:"insert",option:"hyphen"}],nextState:"3"}},"- orbital overlap":{o:{action_:["output",{type_:"insert",option:"hyphen"}],nextState:"2"},d:{action_:["output",{type_:"insert",option:"hyphen"}],nextState:"2"}},"-":{"0|1|2":{action_:[{type_:"output",option:1},"beginsWithBond=true",{type_:"bond",option:"-"}],nextState:"3"},3:{action_:{type_:"bond",option:"-"}},a:{action_:["output",{type_:"insert",option:"hyphen"}],nextState:"2"},as:{action_:[{type_:"output",option:2},{type_:"bond",option:"-"}],nextState:"3"},b:{action_:"b="},o:{action_:{type_:"- after o/d",option:!1},nextState:"2"},q:{action_:{type_:"- after o/d",option:!1},nextState:"2"},"d|qd|dq":{action_:{type_:"- after o/d",option:!0},nextState:"2"},"D|qD|p":{action_:["output",{type_:"bond",option:"-"}],nextState:"3"}},amount2:{"1|3":{action_:"a=",nextState:"a"}},letters:{"0|1|2|3|a|as|b|p|bp|o":{action_:"o=",nextState:"o"},"q|dq":{action_:["output","o="],nextState:"o"},"d|D|qd|qD":{action_:"o after d",nextState:"o"}},digits:{o:{action_:"q=",nextState:"q"},"d|D":{action_:"q=",nextState:"dq"},q:{action_:["output","o="],nextState:"o"},a:{action_:"o=",nextState:"o"}},"space A":{"b|p|bp":{}},space:{a:{nextState:"as"},0:{action_:"sb=false"},"1|2":{action_:"sb=true"},"r|rt|rd|rdt|rdq":{action_:"output",nextState:"0"},"*":{action_:["output","sb=true"],nextState:"1"}},"1st-level escape":{"1|2":{action_:["output",{type_:"insert+p1",option:"1st-level escape"}]},"*":{action_:["output",{type_:"insert+p1",option:"1st-level escape"}],nextState:"0"}},"[(...)]":{"r|rt":{action_:"rd=",nextState:"rd"},"rd|rdt":{action_:"rq=",nextState:"rdq"}},"...":{"o|d|D|dq|qd|qD":{action_:["output",{type_:"bond",option:"..."}],nextState:"3"},"*":{action_:[{type_:"output",option:1},{type_:"insert",option:"ellipsis"}],nextState:"1"}},". |* ":{"*":{action_:["output",{type_:"insert",option:"addition compound"}],nextState:"1"}},"state of aggregation $":{"*":{action_:["output","state of aggregation"],nextState:"1"}},"{[(":{"a|as|o":{action_:["o=","output","parenthesisLevel++"],nextState:"2"},"0|1|2|3":{action_:["o=","output","parenthesisLevel++"],nextState:"2"},"*":{action_:["output","o=","output","parenthesisLevel++"],nextState:"2"}},")]}":{"0|1|2|3|b|p|bp|o":{action_:["o=","parenthesisLevel--"],nextState:"o"},"a|as|d|D|q|qd|qD|dq":{action_:["output","o=","parenthesisLevel--"],nextState:"o"}},", ":{"*":{action_:["output","comma"],nextState:"0"}},"^_":{"*":{}},"^{(...)}|^($...$)":{"0|1|2|as":{action_:"b=",nextState:"b"},p:{action_:"b=",nextState:"bp"},"3|o":{action_:"d= kv",nextState:"D"},q:{action_:"d=",nextState:"qD"},"d|D|qd|qD|dq":{action_:["output","d="],nextState:"D"}},"^a|^\\x{}{}|^\\x{}|^\\x|'":{"0|1|2|as":{action_:"b=",nextState:"b"},p:{action_:"b=",nextState:"bp"},"3|o":{action_:"d= kv",nextState:"d"},q:{action_:"d=",nextState:"qd"},"d|qd|D|qD":{action_:"d="},dq:{action_:["output","d="],nextState:"d"}},"_{(state of aggregation)}$":{"d|D|q|qd|qD|dq":{action_:["output","q="],nextState:"q"}},"_{(...)}|_($...$)|_9|_\\x{}{}|_\\x{}|_\\x":{"0|1|2|as":{action_:"p=",nextState:"p"},b:{action_:"p=",nextState:"bp"},"3|o":{action_:"q=",nextState:"q"},"d|D":{action_:"q=",nextState:"dq"},"q|qd|qD|dq":{action_:["output","q="],nextState:"q"}},"=<>":{"0|1|2|3|a|as|o|q|d|D|qd|qD|dq":{action_:[{type_:"output",option:2},"bond"],nextState:"3"}},"#":{"0|1|2|3|a|as|o":{action_:[{type_:"output",option:2},{type_:"bond",option:"#"}],nextState:"3"}},"{}":{"*":{action_:{type_:"output",option:1},nextState:"1"}},"{...}":{"0|1|2|3|a|as|b|p|bp":{action_:"o=",nextState:"o"},"o|d|D|q|qd|qD|dq":{action_:["output","o="],nextState:"o"}},"$...$":{a:{action_:"a="},"0|1|2|3|as|b|p|bp|o":{action_:"o=",nextState:"o"},"as|o":{action_:"o="},"q|d|D|qd|qD|dq":{action_:["output","o="],nextState:"o"}},"\\bond{(...)}":{"*":{action_:[{type_:"output",option:2},"bond"],nextState:"3"}},"\\frac{(...)}":{"*":{action_:[{type_:"output",option:1},"frac-output"],nextState:"3"}},"\\overset{(...)}":{"*":{action_:[{type_:"output",option:2},"overset-output"],nextState:"3"}},"\\underset{(...)}":{"*":{action_:[{type_:"output",option:2},"underset-output"],nextState:"3"}},"\\underbrace{(...)}":{"*":{action_:[{type_:"output",option:2},"underbrace-output"],nextState:"3"}},"\\color{(...)}{(...)}1|\\color(...){(...)}2":{"*":{action_:[{type_:"output",option:2},"color-output"],nextState:"3"}},"\\color{(...)}0":{"*":{action_:[{type_:"output",option:2},"color0-output"]}},"\\ce{(...)}":{"*":{action_:[{type_:"output",option:2},"ce"],nextState:"3"}},"\\,":{"*":{action_:[{type_:"output",option:1},"copy"],nextState:"1"}},"\\x{}{}|\\x{}|\\x":{"0|1|2|3|a|as|b|p|bp|o|c0":{action_:["o=","output"],nextState:"3"},"*":{action_:["output","o=","output"],nextState:"3"}},others:{"*":{action_:[{type_:"output",option:1},"copy"],nextState:"3"}},else2:{a:{action_:"a to o",nextState:"o",revisit:!0},as:{action_:["output","sb=true"],nextState:"1",revisit:!0},"r|rt|rd|rdt|rdq":{action_:["output"],nextState:"0",revisit:!0},"*":{action_:["output","copy"],nextState:"3"}}}),actions:{"o after d":function(t,e){var n;if((t.d||"").match(/^[0-9]+$/)){var o=t.d;t.d=void 0,n=this.output(t),t.b=o}else n=this.output(t);return i.actions["o="](t,e),n},"d= kv":function(t,e){t.d=e,t.dType="kv"},"charge or bond":function(t,e){if(t.beginsWithBond){var n=[];return i.concatArray(n,this.output(t)),i.concatArray(n,i.actions.bond(t,e,"-")),n}t.d=e},"- after o/d":function(t,e,n){var o=i.patterns.match_("orbital",t.o||""),a=i.patterns.match_("one lowercase greek letter $",t.o||""),r=i.patterns.match_("one lowercase latin letter $",t.o||""),c=i.patterns.match_("$one lowercase latin letter$ $",t.o||""),u="-"===e&&(o&&""===o.remainder||a||r||c);!u||t.a||t.b||t.p||t.d||t.q||o||!r||(t.o="$"+t.o+"$");var p=[];return u?(i.concatArray(p,this.output(t)),p.push({type_:"hyphen"})):(o=i.patterns.match_("digits",t.d||""),n&&o&&""===o.remainder?(i.concatArray(p,i.actions["d="](t,e)),i.concatArray(p,this.output(t))):(i.concatArray(p,this.output(t)),i.concatArray(p,i.actions.bond(t,e,"-")))),p},"a to o":function(t){t.o=t.a,t.a=void 0},"sb=true":function(t){t.sb=!0},"sb=false":function(t){t.sb=!1},"beginsWithBond=true":function(t){t.beginsWithBond=!0},"beginsWithBond=false":function(t){t.beginsWithBond=!1},"parenthesisLevel++":function(t){t.parenthesisLevel++},"parenthesisLevel--":function(t){t.parenthesisLevel--},"state of aggregation":function(t,e){return{type_:"state of aggregation",p1:i.go(e,"o")}},comma:function(t,e){var n=e.replace(/\s*$/,"");return n!==e&&0===t.parenthesisLevel?{type_:"comma enumeration L",p1:n}:{type_:"comma enumeration M",p1:n}},output:function(t,e,n){var o,a,r;t.r?(a="M"===t.rdt?i.go(t.rd,"tex-math"):"T"===t.rdt?[{type_:"text",p1:t.rd||""}]:i.go(t.rd),r="M"===t.rqt?i.go(t.rq,"tex-math"):"T"===t.rqt?[{type_:"text",p1:t.rq||""}]:i.go(t.rq),o={type_:"arrow",r:t.r,rd:a,rq:r}):(o=[],(t.a||t.b||t.p||t.o||t.q||t.d||n)&&(t.sb&&o.push({type_:"entitySkip"}),t.o||t.q||t.d||t.b||t.p||2===n?t.o||t.q||t.d||!t.b&&!t.p?t.o&&"kv"===t.dType&&i.patterns.match_("d-oxidation$",t.d||"")?t.dType="oxidation":t.o&&"kv"===t.dType&&!t.q&&(t.dType=void 0):(t.o=t.a,t.d=t.b,t.q=t.p,t.a=t.b=t.p=void 0):(t.o=t.a,t.a=void 0),o.push({type_:"chemfive",a:i.go(t.a,"a"),b:i.go(t.b,"bd"),p:i.go(t.p,"pq"),o:i.go(t.o,"o"),q:i.go(t.q,"pq"),d:i.go(t.d,"oxidation"===t.dType?"oxidation":"bd"),dType:t.dType})));for(var c in t)"parenthesisLevel"!==c&&"beginsWithBond"!==c&&delete t[c];return o},"oxidation-output":function(t,e){var n=["{"];return i.concatArray(n,i.go(e,"oxidation")),n.push("}"),n},"frac-output":function(t,e){return{type_:"frac-ce",p1:i.go(e[0]),p2:i.go(e[1])}},"overset-output":function(t,e){return{type_:"overset",p1:i.go(e[0]),p2:i.go(e[1])}},"underset-output":function(t,e){return{type_:"underset",p1:i.go(e[0]),p2:i.go(e[1])}},"underbrace-output":function(t,e){return{type_:"underbrace",p1:i.go(e[0]),p2:i.go(e[1])}},"color-output":function(t,e){return{type_:"color",color1:e[0],color2:i.go(e[1])}},"r=":function(t,e){t.r=e},"rdt=":function(t,e){t.rdt=e},"rd=":function(t,e){t.rd=e},"rqt=":function(t,e){t.rqt=e},"rq=":function(t,e){t.rq=e},operator:function(t,e,n){return{type_:"operator",kind_:n||e}}}},a:{transitions:i.createTransitions({empty:{"*":{}},"1/2$":{0:{action_:"1/2"}},else:{0:{nextState:"1",revisit:!0}},"$(...)$":{"*":{action_:"tex-math tight",nextState:"1"}},",":{"*":{action_:{type_:"insert",option:"commaDecimal"}}},else2:{"*":{action_:"copy"}}}),actions:{}},o:{transitions:i.createTransitions({empty:{"*":{}},"1/2$":{0:{action_:"1/2"}},else:{0:{nextState:"1",revisit:!0}},letters:{"*":{action_:"rm"}},"\\ca":{"*":{action_:{type_:"insert",option:"circa"}}},"\\x{}{}|\\x{}|\\x":{"*":{action_:"copy"}},"${(...)}$|$(...)$":{"*":{action_:"tex-math"}},"{(...)}":{"*":{action_:"{text}"}},else2:{"*":{action_:"copy"}}}),actions:{}},text:{transitions:i.createTransitions({empty:{"*":{action_:"output"}},"{...}":{"*":{action_:"text="}},"${(...)}$|$(...)$":{"*":{action_:"tex-math"}},"\\greek":{"*":{action_:["output","rm"]}},"\\,|\\x{}{}|\\x{}|\\x":{"*":{action_:["output","copy"]}},else:{"*":{action_:"text="}}}),actions:{output:function(t){if(t.text_){var e={type_:"text",p1:t.text_};for(var n in t)delete t[n];return e}}}},pq:{transitions:i.createTransitions({empty:{"*":{}},"state of aggregation $":{"*":{action_:"state of aggregation"}},i$:{0:{nextState:"!f",revisit:!0}},"(KV letters),":{0:{action_:"rm",nextState:"0"}},formula$:{0:{nextState:"f",revisit:!0}},"1/2$":{0:{action_:"1/2"}},else:{0:{nextState:"!f",revisit:!0}},"${(...)}$|$(...)$":{"*":{action_:"tex-math"}},"{(...)}":{"*":{action_:"text"}},"a-z":{f:{action_:"tex-math"}},letters:{"*":{action_:"rm"}},"-9.,9":{"*":{action_:"9,9"}},",":{"*":{action_:{type_:"insert+p1",option:"comma enumeration S"}}},"\\color{(...)}{(...)}1|\\color(...){(...)}2":{"*":{action_:"color-output"}},"\\color{(...)}0":{"*":{action_:"color0-output"}},"\\ce{(...)}":{"*":{action_:"ce"}},"\\,|\\x{}{}|\\x{}|\\x":{"*":{action_:"copy"}},else2:{"*":{action_:"copy"}}}),actions:{"state of aggregation":function(t,e){return{type_:"state of aggregation subscript",p1:i.go(e,"o")}},"color-output":function(t,e){return{type_:"color",color1:e[0],color2:i.go(e[1],"pq")}}}},bd:{transitions:i.createTransitions({empty:{"*":{}},x$:{0:{nextState:"!f",revisit:!0}},formula$:{0:{nextState:"f",revisit:!0}},else:{0:{nextState:"!f",revisit:!0}},"-9.,9 no missing 0":{"*":{action_:"9,9"}},".":{"*":{action_:{type_:"insert",option:"electron dot"}}},"a-z":{f:{action_:"tex-math"}},x:{"*":{action_:{type_:"insert",option:"KV x"}}},letters:{"*":{action_:"rm"}},"'":{"*":{action_:{type_:"insert",option:"prime"}}},"${(...)}$|$(...)$":{"*":{action_:"tex-math"}},"{(...)}":{"*":{action_:"text"}},"\\color{(...)}{(...)}1|\\color(...){(...)}2":{"*":{action_:"color-output"}},"\\color{(...)}0":{"*":{action_:"color0-output"}},"\\ce{(...)}":{"*":{action_:"ce"}},"\\,|\\x{}{}|\\x{}|\\x":{"*":{action_:"copy"}},else2:{"*":{action_:"copy"}}}),actions:{"color-output":function(t,e){return{type_:"color",color1:e[0],color2:i.go(e[1],"bd")}}}},oxidation:{transitions:i.createTransitions({empty:{"*":{}},"roman numeral":{"*":{action_:"roman-numeral"}},"${(...)}$|$(...)$":{"*":{action_:"tex-math"}},else:{"*":{action_:"copy"}}}),actions:{"roman-numeral":function(t,e){return{type_:"roman numeral",p1:e||""}}}},"tex-math":{transitions:i.createTransitions({empty:{"*":{action_:"output"}},"\\ce{(...)}":{"*":{action_:["output","ce"]}},"{...}|\\,|\\x{}{}|\\x{}|\\x":{"*":{action_:"o="}},else:{"*":{action_:"o="}}}),actions:{output:function(t){if(t.o){var e={type_:"tex-math",p1:t.o};for(var n in t)delete t[n];return e}}}},"tex-math tight":{transitions:i.createTransitions({empty:{"*":{action_:"output"}},"\\ce{(...)}":{"*":{action_:["output","ce"]}},"{...}|\\,|\\x{}{}|\\x{}|\\x":{"*":{action_:"o="}},"-|+":{"*":{action_:"tight operator"}},else:{"*":{action_:"o="}}}),actions:{"tight operator":function(t,e){t.o=(t.o||"")+"{"+e+"}"},output:function(t){if(t.o){var e={type_:"tex-math",p1:t.o};for(var n in t)delete t[n];return e}}}},"9,9":{transitions:i.createTransitions({empty:{"*":{}},",":{"*":{action_:"comma"}},else:{"*":{action_:"copy"}}}),actions:{comma:function(){return{type_:"commaDecimal"}}}},pu:{transitions:i.createTransitions({empty:{"*":{action_:"output"}},space$:{"*":{action_:["output","space"]}},"{[(|)]}":{"0|a":{action_:"copy"}},"(-)(9)^(-9)":{0:{action_:"number^",nextState:"a"}},"(-)(9.,9)(e)(99)":{0:{action_:"enumber",nextState:"a"}},space:{"0|a":{}},"pm-operator":{"0|a":{action_:{type_:"operator",option:"\\pm"},nextState:"0"}},operator:{"0|a":{action_:"copy",nextState:"0"}},"//":{d:{action_:"o=",nextState:"/"}},"/":{d:{action_:"o=",nextState:"/"}},"{...}|else":{"0|d":{action_:"d=",nextState:"d"},a:{action_:["space","d="],nextState:"d"},"/|q":{action_:"q=",nextState:"q"}}}),actions:{enumber:function(t,e){var n=[];return"+-"===e[0]||"+/-"===e[0]?n.push("\\pm "):e[0]&&n.push(e[0]),e[1]&&(i.concatArray(n,i.go(e[1],"pu-9,9")),e[2]&&(e[2].match(/[,.]/)?i.concatArray(n,i.go(e[2],"pu-9,9")):n.push(e[2])),e[3]=e[4]||e[3],e[3]&&(e[3]=e[3].trim(),"e"===e[3]||"*"===e[3].substr(0,1)?n.push({type_:"cdot"}):n.push({type_:"times"}))),e[3]&&n.push("10^{"+e[5]+"}"),n},"number^":function(t,e){var n=[];return"+-"===e[0]||"+/-"===e[0]?n.push("\\pm "):e[0]&&n.push(e[0]),i.concatArray(n,i.go(e[1],"pu-9,9")),n.push("^{"+e[2]+"}"),n},operator:function(t,e,n){return{type_:"operator",kind_:n||e}},space:function(){return{type_:"pu-space-1"}},output:function(t){var e,n=i.patterns.match_("{(...)}",t.d||"");n&&""===n.remainder&&(t.d=n.match_);var o=i.patterns.match_("{(...)}",t.q||"");if(o&&""===o.remainder&&(t.q=o.match_),t.d&&(t.d=t.d.replace(/\u00B0C|\^oC|\^{o}C/g,"{}^{\\circ}C"),t.d=t.d.replace(/\u00B0F|\^oF|\^{o}F/g,"{}^{\\circ}F")),t.q){t.q=t.q.replace(/\u00B0C|\^oC|\^{o}C/g,"{}^{\\circ}C"),t.q=t.q.replace(/\u00B0F|\^oF|\^{o}F/g,"{}^{\\circ}F");var a={d:i.go(t.d,"pu"),q:i.go(t.q,"pu")};"//"===t.o?e={type_:"pu-frac",p1:a.d,p2:a.q}:(e=a.d,a.d.length>1||a.q.length>1?e.push({type_:" / "}):e.push({type_:"/"}),i.concatArray(e,a.q))}else e=i.go(t.d,"pu-2");for(var r in t)delete t[r];return e}}},"pu-2":{transitions:i.createTransitions({empty:{"*":{action_:"output"}},"*":{"*":{action_:["output","cdot"],nextState:"0"}},"\\x":{"*":{action_:"rm="}},space:{"*":{action_:["output","space"],nextState:"0"}},"^{(...)}|^(-1)":{1:{action_:"^(-1)"}},"-9.,9":{0:{action_:"rm=",nextState:"0"},1:{action_:"^(-1)",nextState:"0"}},"{...}|else":{"*":{action_:"rm=",nextState:"1"}}}),actions:{cdot:function(){return{type_:"tight cdot"}},"^(-1)":function(t,e){t.rm+="^{"+e+"}"},space:function(){return{type_:"pu-space-2"}},output:function(t){var e=[];if(t.rm){var n=i.patterns.match_("{(...)}",t.rm||"");e=n&&""===n.remainder?i.go(n.match_,"pu"):{type_:"rm",p1:t.rm}}for(var o in t)delete t[o];return e}}},"pu-9,9":{transitions:i.createTransitions({empty:{0:{action_:"output-0"},o:{action_:"output-o"}},",":{0:{action_:["output-0","comma"],nextState:"o"}},".":{0:{action_:["output-0","copy"],nextState:"o"}},else:{"*":{action_:"text="}}}),actions:{comma:function(){return{type_:"commaDecimal"}},"output-0":function(t){var e=[];if(t.text_=t.text_||"",t.text_.length>4){var n=t.text_.length%3;0===n&&(n=3);for(var o=t.text_.length-3;o>0;o-=3)e.push(t.text_.substr(o,3)),e.push({type_:"1000 separator"});e.push(t.text_.substr(0,n)),e.reverse()}else e.push(t.text_);for(var a in t)delete t[a];return e},"output-o":function(t){var e=[];if(t.text_=t.text_||"",t.text_.length>4){for(var n=t.text_.length-3,o=0;o":case"\u2192":case"\u27f6":return"rightarrow";case"<-":return"leftarrow";case"<->":return"leftrightarrow";case"<--\x3e":return"rightleftarrows";case"<=>":case"\u21cc":return"rightleftharpoons";case"<=>>":return"rightequilibrium";case"<<=>":return"leftequilibrium";default:throw["MhchemBugT","mhchem bug T. Please report."]}},_getBond:function(t){switch(t){case"-":case"1":return"{-}";case"=":case"2":return"{=}";case"#":case"3":return"{\\equiv}";case"~":return"{\\tripledash}";case"~-":return"{\\mathrlap{\\raisebox{-.1em}{$-$}}\\raisebox{.1em}{$\\tripledash$}}";case"~=":case"~--":return"{\\mathrlap{\\raisebox{-.2em}{$-$}}\\mathrlap{\\raisebox{.2em}{$\\tripledash$}}-}";case"-~-":return"{\\mathrlap{\\raisebox{-.2em}{$-$}}\\mathrlap{\\raisebox{.2em}{$-$}}\\tripledash}";case"...":return"{{\\cdot}{\\cdot}{\\cdot}}";case"....":return"{{\\cdot}{\\cdot}{\\cdot}{\\cdot}}";case"->":return"{\\rightarrow}";case"<-":return"{\\leftarrow}";case"<":return"{<}";case">":return"{>}";default:throw["MhchemBugT","mhchem bug T. Please report."]}},_getOperator:function(t){switch(t){case"+":return" {}+{} ";case"-":return" {}-{} ";case"=":return" {}={} ";case"<":return" {}<{} ";case">":return" {}>{} ";case"<<":return" {}\\ll{} ";case">>":return" {}\\gg{} ";case"\\pm":return" {}\\pm{} ";case"\\approx":case"$\\approx$":return" {}\\approx{} ";case"v":case"(v)":return" \\downarrow{} ";case"^":case"(^)":return" \\uparrow{} ";default:throw["MhchemBugT","mhchem bug T. Please report."]}}}}]).default}); \ No newline at end of file diff --git a/public/lib/lazysizes/lazysizes.min.js b/public/lib/lazysizes/lazysizes.min.js new file mode 100644 index 0000000..ca34f12 --- /dev/null +++ b/public/lib/lazysizes/lazysizes.min.js @@ -0,0 +1,3 @@ +/*! lazysizes - v5.2.2 */ + +!function(e){var t=function(u,D,f){"use strict";var k,H;if(function(){var e;var t={lazyClass:"lazyload",loadedClass:"lazyloaded",loadingClass:"lazyloading",preloadClass:"lazypreload",errorClass:"lazyerror",autosizesClass:"lazyautosizes",srcAttr:"data-src",srcsetAttr:"data-srcset",sizesAttr:"data-sizes",minSize:40,customMedia:{},init:true,expFactor:1.5,hFac:.8,loadMode:2,loadHidden:true,ricTimeout:0,throttleDelay:125};H=u.lazySizesConfig||u.lazysizesConfig||{};for(e in t){if(!(e in H)){H[e]=t[e]}}}(),!D||!D.getElementsByClassName){return{init:function(){},cfg:H,noSupport:true}}var O=D.documentElement,a=u.HTMLPictureElement,P="addEventListener",$="getAttribute",q=u[P].bind(u),I=u.setTimeout,U=u.requestAnimationFrame||I,l=u.requestIdleCallback,j=/^picture$/i,r=["load","error","lazyincluded","_lazyloaded"],i={},G=Array.prototype.forEach,J=function(e,t){if(!i[t]){i[t]=new RegExp("(\\s|^)"+t+"(\\s|$)")}return i[t].test(e[$]("class")||"")&&i[t]},K=function(e,t){if(!J(e,t)){e.setAttribute("class",(e[$]("class")||"").trim()+" "+t)}},Q=function(e,t){var i;if(i=J(e,t)){e.setAttribute("class",(e[$]("class")||"").replace(i," "))}},V=function(t,i,e){var a=e?P:"removeEventListener";if(e){V(t,i)}r.forEach(function(e){t[a](e,i)})},X=function(e,t,i,a,r){var n=D.createEvent("Event");if(!i){i={}}i.instance=k;n.initEvent(t,!a,!r);n.detail=i;e.dispatchEvent(n);return n},Y=function(e,t){var i;if(!a&&(i=u.picturefill||H.pf)){if(t&&t.src&&!e[$]("srcset")){e.setAttribute("srcset",t.src)}i({reevaluate:true,elements:[e]})}else if(t&&t.src){e.src=t.src}},Z=function(e,t){return(getComputedStyle(e,null)||{})[t]},s=function(e,t,i){i=i||e.offsetWidth;while(i49?function(){l(t,{timeout:n});if(n!==H.ricTimeout){n=H.ricTimeout}}:te(function(){I(t)},true);return function(e){var t;if(e=e===true){n=33}if(i){return}i=true;t=r-(f.now()-a);if(t<0){t=0}if(e||t<9){s()}else{I(s,t)}}},ae=function(e){var t,i;var a=99;var r=function(){t=null;e()};var n=function(){var e=f.now()-i;if(e0;if(r&&Z(a,"overflow")!="visible"){i=a.getBoundingClientRect();r=C>i.left&&pi.top-1&&g500&&O.clientWidth>500?500:370:H.expand;k._defEx=u;f=u*H.expFactor;c=H.hFac;A=null;if(w2&&h>2&&!D.hidden){w=f;M=0}else if(h>1&&M>1&&N<6){w=u}else{w=_}}if(o!==n){y=innerWidth+n*c;z=innerHeight+n;s=n*-1;o=n}i=d[t].getBoundingClientRect();if((b=i.bottom)>=s&&(g=i.top)<=z&&(C=i.right)>=s*c&&(p=i.left)<=y&&(b||C||p||g)&&(H.loadHidden||W(d[t]))&&(m&&N<3&&!l&&(h<3||M<4)||S(d[t],n))){R(d[t]);r=true;if(N>9){break}}else if(!r&&m&&!a&&N<4&&M<4&&h>2&&(v[0]||H.preloadAfterLoad)&&(v[0]||!l&&(b||C||p||g||d[t][$](H.sizesAttr)!="auto"))){a=v[0]||d[t]}}if(a&&!r){R(a)}}};var i=ie(t);var B=function(e){var t=e.target;if(t._lazyCache){delete t._lazyCache;return}x(e);K(t,H.loadedClass);Q(t,H.loadingClass);V(t,L);X(t,"lazyloaded")};var a=te(B);var L=function(e){a({target:e.target})};var T=function(t,i){try{t.contentWindow.location.replace(i)}catch(e){t.src=i}};var F=function(e){var t;var i=e[$](H.srcsetAttr);if(t=H.customMedia[e[$]("data-media")||e[$]("media")]){e.setAttribute("media",t)}if(i){e.setAttribute("srcset",i)}};var s=te(function(t,e,i,a,r){var n,s,l,o,u,f;if(!(u=X(t,"lazybeforeunveil",e)).defaultPrevented){if(a){if(i){K(t,H.autosizesClass)}else{t.setAttribute("sizes",a)}}s=t[$](H.srcsetAttr);n=t[$](H.srcAttr);if(r){l=t.parentNode;o=l&&j.test(l.nodeName||"")}f=e.firesLoad||"src"in t&&(s||n||o);u={target:t};K(t,H.loadingClass);if(f){clearTimeout(c);c=I(x,2500);V(t,L,true)}if(o){G.call(l.getElementsByTagName("source"),F)}if(s){t.setAttribute("srcset",s)}else if(n&&!o){if(d.test(t.nodeName)){T(t,n)}else{t.src=n}}if(r&&(s||o)){Y(t,{src:n})}}if(t._lazyRace){delete t._lazyRace}Q(t,H.lazyClass);ee(function(){var e=t.complete&&t.naturalWidth>1;if(!f||e){if(e){K(t,"ls-is-cached")}B(u);t._lazyCache=true;I(function(){if("_lazyCache"in t){delete t._lazyCache}},9)}if(t.loading=="lazy"){N--}},true)});var R=function(e){if(e._lazyRace){return}var t;var i=n.test(e.nodeName);var a=i&&(e[$](H.sizesAttr)||e[$]("sizes"));var r=a=="auto";if((r||!m)&&i&&(e[$]("src")||e.srcset)&&!e.complete&&!J(e,H.errorClass)&&J(e,H.lazyClass)){return}t=X(e,"lazyunveilread").detail;if(r){re.updateElem(e,true,e.offsetWidth)}e._lazyRace=true;N++;s(e,t,r,a,i)};var r=ae(function(){H.loadMode=3;i()});var l=function(){if(H.loadMode==3){H.loadMode=2}r()};var o=function(){if(m){return}if(f.now()-e<999){I(o,999);return}m=true;H.loadMode=3;i();q("scroll",l,true)};return{_:function(){e=f.now();k.elements=D.getElementsByClassName(H.lazyClass);v=D.getElementsByClassName(H.lazyClass+" "+H.preloadClass);q("scroll",i,true);q("resize",i,true);q("pageshow",function(e){if(e.persisted){var t=D.querySelectorAll("."+H.loadingClass);if(t.length&&t.forEach){U(function(){t.forEach(function(e){if(e.complete){R(e)}})})}}});if(u.MutationObserver){new MutationObserver(i).observe(O,{childList:true,subtree:true,attributes:true})}else{O[P]("DOMNodeInserted",i,true);O[P]("DOMAttrModified",i,true);setInterval(i,999)}q("hashchange",i,true);["focus","mouseover","click","load","transitionend","animationend"].forEach(function(e){D[P](e,i,true)});if(/d$|^c/.test(D.readyState)){o()}else{q("load",o);D[P]("DOMContentLoaded",i);I(o,2e4)}if(k.elements.length){t();ee._lsFlush()}else{i()}},checkElems:i,unveil:R,_aLSL:l}}(),re=function(){var i;var n=te(function(e,t,i,a){var r,n,s;e._lazysizesWidth=a;a+="px";e.setAttribute("sizes",a);if(j.test(t.nodeName||"")){r=t.getElementsByTagName("source");for(n=0,s=r.length;n0){var c=e.utils.clone(r)||{};c.position=[a,l],c.index=s.length,s.push(new e.Token(i.slice(a,o),c))}a=o+1}}return s},e.tokenizer.separator=/[\s\-]+/,e.Pipeline=function(){this._stack=[]},e.Pipeline.registeredFunctions=Object.create(null),e.Pipeline.registerFunction=function(t,r){r in this.registeredFunctions&&e.utils.warn("Overwriting existing registered function: "+r),t.label=r,e.Pipeline.registeredFunctions[t.label]=t},e.Pipeline.warnIfFunctionNotRegistered=function(t){var r=t.label&&t.label in this.registeredFunctions;r||e.utils.warn("Function is not registered with pipeline. This may cause problems when serialising the index.\n",t)},e.Pipeline.load=function(t){var r=new e.Pipeline;return t.forEach(function(t){var i=e.Pipeline.registeredFunctions[t];if(!i)throw new Error("Cannot load unregistered function: "+t);r.add(i)}),r},e.Pipeline.prototype.add=function(){var t=Array.prototype.slice.call(arguments);t.forEach(function(t){e.Pipeline.warnIfFunctionNotRegistered(t),this._stack.push(t)},this)},e.Pipeline.prototype.after=function(t,r){e.Pipeline.warnIfFunctionNotRegistered(r);var i=this._stack.indexOf(t);if(i==-1)throw new Error("Cannot find existingFn");i+=1,this._stack.splice(i,0,r)},e.Pipeline.prototype.before=function(t,r){e.Pipeline.warnIfFunctionNotRegistered(r);var i=this._stack.indexOf(t);if(i==-1)throw new Error("Cannot find existingFn");this._stack.splice(i,0,r)},e.Pipeline.prototype.remove=function(e){var t=this._stack.indexOf(e);t!=-1&&this._stack.splice(t,1)},e.Pipeline.prototype.run=function(e){for(var t=this._stack.length,r=0;r1&&(se&&(r=n),s!=e);)i=r-t,n=t+Math.floor(i/2),s=this.elements[2*n];return s==e?2*n:s>e?2*n:sa?l+=2:o==a&&(t+=r[u+1]*i[l+1],u+=2,l+=2);return t},e.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},e.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),t=1,r=0;t0){var o,a=s.str.charAt(0);a in s.node.edges?o=s.node.edges[a]:(o=new e.TokenSet,s.node.edges[a]=o),1==s.str.length&&(o["final"]=!0),n.push({node:o,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(0!=s.editsRemaining){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new e.TokenSet;s.node.edges["*"]=u}if(0==s.str.length&&(u["final"]=!0),n.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&n.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),1==s.str.length&&(s.node["final"]=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new e.TokenSet;s.node.edges["*"]=l}1==s.str.length&&(l["final"]=!0),n.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var c,h=s.str.charAt(0),d=s.str.charAt(1);d in s.node.edges?c=s.node.edges[d]:(c=new e.TokenSet,s.node.edges[d]=c),1==s.str.length&&(c["final"]=!0),n.push({node:c,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return i},e.TokenSet.fromString=function(t){for(var r=new e.TokenSet,i=r,n=0,s=t.length;n=e;t--){var r=this.uncheckedNodes[t],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r["char"]]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}},e.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},e.Index.prototype.search=function(t){return this.query(function(r){var i=new e.QueryParser(t,r);i.parse()})},e.Index.prototype.query=function(t){for(var r=new e.Query(this.fields),i=Object.create(null),n=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),u=0;u1?this._b=1:this._b=e},e.Builder.prototype.k1=function(e){this._k1=e},e.Builder.prototype.add=function(t,r){var i=t[this._ref],n=Object.keys(this._fields);this._documents[i]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return e.QueryLexer.EOS;var t=this.str.charAt(this.pos);return this.pos+=1,t},e.QueryLexer.prototype.width=function(){return this.pos-this.start},e.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},e.QueryLexer.prototype.backup=function(){this.pos-=1},e.QueryLexer.prototype.acceptDigitRun=function(){var t,r;do t=this.next(),r=t.charCodeAt(0);while(r>47&&r<58);t!=e.QueryLexer.EOS&&this.backup()},e.QueryLexer.prototype.more=function(){return this.pos1&&(t.backup(),t.emit(e.QueryLexer.TERM)),t.ignore(),t.more())return e.QueryLexer.lexText},e.QueryLexer.lexEditDistance=function(t){return t.ignore(),t.acceptDigitRun(),t.emit(e.QueryLexer.EDIT_DISTANCE),e.QueryLexer.lexText},e.QueryLexer.lexBoost=function(t){return t.ignore(),t.acceptDigitRun(),t.emit(e.QueryLexer.BOOST),e.QueryLexer.lexText},e.QueryLexer.lexEOS=function(t){t.width()>0&&t.emit(e.QueryLexer.TERM)},e.QueryLexer.termSeparator=e.tokenizer.separator,e.QueryLexer.lexText=function(t){for(;;){var r=t.next();if(r==e.QueryLexer.EOS)return e.QueryLexer.lexEOS;if(92!=r.charCodeAt(0)){if(":"==r)return e.QueryLexer.lexField;if("~"==r)return t.backup(),t.width()>0&&t.emit(e.QueryLexer.TERM),e.QueryLexer.lexEditDistance;if("^"==r)return t.backup(),t.width()>0&&t.emit(e.QueryLexer.TERM),e.QueryLexer.lexBoost;if("+"==r&&1===t.width())return t.emit(e.QueryLexer.PRESENCE),e.QueryLexer.lexText;if("-"==r&&1===t.width())return t.emit(e.QueryLexer.PRESENCE),e.QueryLexer.lexText;if(r.match(e.QueryLexer.termSeparator))return e.QueryLexer.lexTerm}else t.escapeCharacter()}},e.QueryParser=function(t,r){this.lexer=new e.QueryLexer(t),this.query=r,this.currentClause={},this.lexemeIdx=0},e.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var t=e.QueryParser.parseClause;t;)t=t(this);return this.query},e.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},e.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},e.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},e.QueryParser.parseClause=function(t){var r=t.peekLexeme();if(void 0!=r)switch(r.type){case e.QueryLexer.PRESENCE:return e.QueryParser.parsePresence;case e.QueryLexer.FIELD:return e.QueryParser.parseField;case e.QueryLexer.TERM:return e.QueryParser.parseTerm;default:var i="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(i+=" with value '"+r.str+"'"),new e.QueryParseError(i,r.start,r.end)}},e.QueryParser.parsePresence=function(t){var r=t.consumeLexeme();if(void 0!=r){switch(r.str){case"-":t.currentClause.presence=e.Query.presence.PROHIBITED;break;case"+":t.currentClause.presence=e.Query.presence.REQUIRED;break;default:var i="unrecognised presence operator'"+r.str+"'";throw new e.QueryParseError(i,r.start,r.end)}var n=t.peekLexeme();if(void 0==n){var i="expecting term or field, found nothing";throw new e.QueryParseError(i,r.start,r.end)}switch(n.type){case e.QueryLexer.FIELD:return e.QueryParser.parseField;case e.QueryLexer.TERM:return e.QueryParser.parseTerm;default:var i="expecting term or field, found '"+n.type+"'";throw new e.QueryParseError(i,n.start,n.end)}}},e.QueryParser.parseField=function(t){var r=t.consumeLexeme();if(void 0!=r){if(t.query.allFields.indexOf(r.str)==-1){var i=t.query.allFields.map(function(e){return"'"+e+"'"}).join(", "),n="unrecognised field '"+r.str+"', possible fields: "+i;throw new e.QueryParseError(n,r.start,r.end)}t.currentClause.fields=[r.str];var s=t.peekLexeme();if(void 0==s){var n="expecting term, found nothing";throw new e.QueryParseError(n,r.start,r.end)}switch(s.type){case e.QueryLexer.TERM:return e.QueryParser.parseTerm;default:var n="expecting term, found '"+s.type+"'";throw new e.QueryParseError(n,s.start,s.end)}}},e.QueryParser.parseTerm=function(t){var r=t.consumeLexeme();if(void 0!=r){t.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(t.currentClause.usePipeline=!1);var i=t.peekLexeme();if(void 0==i)return void t.nextClause();switch(i.type){case e.QueryLexer.TERM:return t.nextClause(),e.QueryParser.parseTerm;case e.QueryLexer.FIELD:return t.nextClause(),e.QueryParser.parseField;case e.QueryLexer.EDIT_DISTANCE:return e.QueryParser.parseEditDistance;case e.QueryLexer.BOOST:return e.QueryParser.parseBoost;case e.QueryLexer.PRESENCE:return t.nextClause(),e.QueryParser.parsePresence;default:var n="Unexpected lexeme type '"+i.type+"'";throw new e.QueryParseError(n,i.start,i.end)}}},e.QueryParser.parseEditDistance=function(t){var r=t.consumeLexeme();if(void 0!=r){var i=parseInt(r.str,10);if(isNaN(i)){var n="edit distance must be numeric";throw new e.QueryParseError(n,r.start,r.end)}t.currentClause.editDistance=i;var s=t.peekLexeme();if(void 0==s)return void t.nextClause();switch(s.type){case e.QueryLexer.TERM:return t.nextClause(),e.QueryParser.parseTerm;case e.QueryLexer.FIELD:return t.nextClause(),e.QueryParser.parseField;case e.QueryLexer.EDIT_DISTANCE:return e.QueryParser.parseEditDistance;case e.QueryLexer.BOOST:return e.QueryParser.parseBoost;case e.QueryLexer.PRESENCE:return t.nextClause(),e.QueryParser.parsePresence;default:var n="Unexpected lexeme type '"+s.type+"'";throw new e.QueryParseError(n,s.start,s.end)}}},e.QueryParser.parseBoost=function(t){var r=t.consumeLexeme();if(void 0!=r){var i=parseInt(r.str,10);if(isNaN(i)){var n="boost must be numeric";throw new e.QueryParseError(n,r.start,r.end)}t.currentClause.boost=i;var s=t.peekLexeme();if(void 0==s)return void t.nextClause();switch(s.type){case e.QueryLexer.TERM:return t.nextClause(),e.QueryParser.parseTerm;case e.QueryLexer.FIELD:return t.nextClause(),e.QueryParser.parseField;case e.QueryLexer.EDIT_DISTANCE:return e.QueryParser.parseEditDistance;case e.QueryLexer.BOOST:return e.QueryParser.parseBoost;case e.QueryLexer.PRESENCE:return t.nextClause(),e.QueryParser.parsePresence;default:var n="Unexpected lexeme type '"+s.type+"'";throw new e.QueryParseError(n,s.start,s.end)}}},function(e,t){"function"==typeof define&&define.amd?define(t):"object"==typeof exports?module.exports=t():e.lunr=t()}(this,function(){return e})}(); diff --git a/public/lib/normalize/normalize.min.css b/public/lib/normalize/normalize.min.css new file mode 100644 index 0000000..3aa6bcb --- /dev/null +++ b/public/lib/normalize/normalize.min.css @@ -0,0 +1,9 @@ +/** + * Minified by jsDelivr using clean-css v4.2.1. + * Original file: /npm/normalize.css@8.0.1/normalize.css + * + * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files + */ +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ +html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none} +/*# sourceMappingURL=/sm/5d8a97cdb40a6c49031b52d63494a6eca084416b5b035e5698fdc5fa0969b2c3.map */ \ No newline at end of file diff --git a/public/lib/sharer/sharer.min.js b/public/lib/sharer/sharer.min.js new file mode 100644 index 0000000..5152d5e --- /dev/null +++ b/public/lib/sharer/sharer.min.js @@ -0,0 +1 @@ +(function(g,r){"use strict";var s=function(t){this.elem=t};s.init=function(){var t=r.querySelectorAll("[data-sharer]"),e,a=t.length;for(e=0;e0?"?":"";for(r=0;ro.durationMax?o.durationMax:o.durationMin&&u=v)return A.cancelScroll(!0),x(a,t,s),Q("scrollStop",i,a,r),!(M=l=null)})(f,g)||(M=C.requestAnimationFrame(b),l=e)};0===C.pageYOffset&&C.scrollTo(0,0),m=a,h=i,s||history.pushState&&h.updateURL&&history.pushState({smoothScroll:JSON.stringify(h),anchor:m.id},document.title,m===document.documentElement?"#top":"#"+m.id),"matchMedia"in C&&C.matchMedia("(prefers-reduced-motion)").matches?x(a,Math.floor(g),!1):(Q("scrollStart",i,a,r),A.cancelScroll(!0),C.requestAnimationFrame(b))}};var t=function(e){if(!e.defaultPrevented&&!(0!==e.button||e.metaKey||e.ctrlKey||e.shiftKey)&&"closest"in e.target&&(a=e.target.closest(o))&&"a"===a.tagName.toLowerCase()&&!e.target.closest(O.ignore)&&a.hostname===C.location.hostname&&a.pathname===C.location.pathname&&/#/.test(a.href)){var t,n;try{t=r(decodeURIComponent(a.hash))}catch(e){t=r(a.hash)}if("#"===t){if(!O.topOnEmptyHash)return;n=document.documentElement}else n=document.querySelector(t);(n=n||"#top"!==t?n:document.documentElement)&&(e.preventDefault(),(function(e){if(history.replaceState&&e.updateURL&&!history.state){var t=C.location.hash;t=t||"",history.replaceState({smoothScroll:JSON.stringify(e),anchor:t||C.pageYOffset},document.title,t||C.location.href)}})(O),A.animateScroll(n,a))}},n=function(e){if(null!==history.state&&history.state.smoothScroll&&history.state.smoothScroll===JSON.stringify(O)){var t=history.state.anchor;"string"==typeof t&&t&&!(t=document.querySelector(r(history.state.anchor)))||A.animateScroll(t,null,{updateURL:!1})}};A.destroy=function(){O&&(document.removeEventListener("click",t,!1),C.removeEventListener("popstate",n,!1),A.cancelScroll(),M=I=a=O=null)};return (function(){if(!("querySelector"in document&&"addEventListener"in C&&"requestAnimationFrame"in C&&"closest"in C.Element.prototype))throw"Smooth Scroll: This browser does not support the required JavaScript methods and browser APIs.";A.destroy(),O=L(w,e||{}),I=O.header?document.querySelector(O.header):null,document.addEventListener("click",t,!1),O.updateURL&&O.popstate&&C.addEventListener("popstate",n,!1)})(),A}})); \ No newline at end of file diff --git a/public/lib/typeit/typeit.min.js b/public/lib/typeit/typeit.min.js new file mode 100644 index 0000000..7d24772 --- /dev/null +++ b/public/lib/typeit/typeit.min.js @@ -0,0 +1,8 @@ +/** + * TypeIt - The most versatile animated typing utility on the planet. + * Author: Alex MacArthur (https://macarthur.me) + * Version: v7.0.4 + * License: GPL-2.0 + * URL: https://typeitjs.com + */ +!function(n,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(n=n||self).TypeIt=t()}(this,(function(){"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(n){return typeof n}:function(n){return n&&"function"==typeof Symbol&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n})(t)}var t={strings:[],speed:100,cursor:!0,cursorChar:"|",cursorSpeed:1e3,deleteSpeed:null,lifeLike:!0,breakLines:!0,startDelay:250,startDelete:!1,nextStringDelay:750,loop:!1,loopDelay:750,html:!0,waitUntilVisible:!1,beforeString:function(){},afterString:function(){},beforeStep:function(){},afterStep:function(){},afterComplete:function(){}},e=function(n){return n.map((function(n){return void 0===n[1]&&n.push(null),void 0===n[2]&&n.push({}),n}))},r=function(n,t){return Object.assign({},n,t)},i=function(n){return Array.isArray(n)},o=function(n,t){return n[2]=r(n[2],t)||t,n},u=function(n,t){return i(n[0])?n.map((function(n){return o(n,t)})):o(n,t)},c=function(n,t,e,r){r=r||!1,e=e||{};var o=!i(n),c=n.length;return(n=o?new Array(n).fill(0):n).map((function(n,i){if(o)return t;var a=[t,n,e];return r&&(0===i&&(a=u(a,{isFirst:!0})),i+1===c&&(a=u(a,{isLast:!0}))),a}))};function a(n){this.insert=function(n,e){t.splice(n,0,e)},this.add=function(n,u,a){return n=i(n)?n:[n,null],a=a||!1,u=u||1,i(n[0])||(n=c(u,n)),n=e(n).map((function(n){return n[2]=r(n[2],{id:o}),o++,n})),t=a?n.concat(t):t.concat(n),this},this.set=function(n,e){t[n]=e},this.reset=function(){t=t.map((function(n){return n[2].executed=!1,n}))},this.getItems=function(){return(t=e(t)).filter((function(n){return!n[2].executed}))},this.setMeta=function(n,e){var i=t.findIndex((function(t){return t[2].id===n}));t[i][2]=r(t[i][2],e)};var t=[],o=0;this.add(n)}var f=function(n){return Array.from(n)},s=function(n){var t=[];return t.concat.apply(t,n)},l=function(n){var t=document.implementation.createHTMLDocument("");return t.body.innerHTML=n,t.body},d=function n(t,e,r){e=e||null,r=void 0!==r&&r;var i=f(t.childNodes).map((function(t){return 3===(e=t).nodeType||"BR"===e.tagName?t:n(t);var e}));return i=s(i),e&&(i=i.filter((function(n){return!e.contains(n)}))),r?i.reverse():i},p=function(n){return"BODY"===n.tagName},h=function(n,t){t=t||null;var e=n instanceof HTMLElement;return{node:t,isTopLevelText:(!t||p(t.parentNode))&&!e,isHTMLElement:e,content:n}};function v(n){var t,e=l(n);return t=d(e).map((function(n){return n.nodeValue?f(n.nodeValue).map((function(t){return h(t,n)})):h(n)})),s(t)}function y(n,t){return(t=void 0===t||t)?v(n):f(n).map((function(n){return h(n)}))}var m=function(n){return document.createElement(n)},g=function(n,t){var e=m("style");e.id=t||"",e.appendChild(document.createTextNode(n)),document.head.appendChild(e)},b=function(n){return i(n)||(n=[n/2,n/2]),{before:n[0],after:n[1],total:n[0]+n[1]}},S=function(n,t){return Math.abs(Math.random()*(n+t-(n-t))+(n-t))};var N=function(n){return["textarea","input"].indexOf(n.tagName.toLowerCase())>-1},T=function(n,t){var e=t.querySelectorAll("*");return[t].concat(f(e).reverse()).find((function(t){return t.cloneNode().outerHTML===n.outerHTML}))},L=function(n,t,e,r){e=e||null;var i=t.isHTMLElement,o=i?t.content:document.createTextNode(t.content);if(N(n))n.value="".concat(n.value).concat(t.content);else{if(!t.isTopLevelText&&!i){var u=t.node.parentNode,c=T(u.cloneNode(),n);if(function(n,t){if(!n)return!1;var e=n.nextSibling;return!e||e.isEqualNode(t)}(c,e))n=c;else if((o=u.cloneNode()).innerText=t.content,!p(u.parentNode)){for(var a=u.parentNode,f=a.cloneNode(),s=T(f,n);!s&&!p(a);)f.innerHTML=o.outerHTML,o=f,f=a.parentNode.cloneNode(),a=a.parentNode,s=T(f,n);n=s||n}}var l=d(n,e,!0)[r-1],h=l?l.parentNode:n;h.insertBefore(o,h.contains(e)?e:null)}},M=function(n){var t;return null==n||null===(t=n.parentNode)||void 0===t?void 0:t.removeChild(n)};var x=function(n,t,e){var r,i="string"==typeof n,o=!1,u=-1*n;return i&&(u=(r="END"===n.toUpperCase())?-1:1,o=r?t+u>0:t+u-1&&i[o]&&(r.style[o]=i[o]);return r.style.cssText};function D(n,t,e){return e?t?t(n):n:(n&&n.then||(n=Promise.resolve(n)),t?n.then(t):n)}function H(n){return function(){for(var t=[],e=0;et.length?t.length:i)-1];(n=o?o.parentNode:n).insertBefore(e,o||null)}}(W,z(),fn,_),A((function(){if(r.isString&&r.canKeepMoving)return C(n(r.numberOfSteps>0?"START":"END"))}),(function(){return t()}))})),Z[0])}))},K=function(n){return new Promise((function(t){q((function(){return L(W,n,fn,_),t()}),Z[0])}))},Q=H((function(n){en=r(en,n)})),Y=H((function(){X?W.value="":z().forEach((function(n){M(n)}))})),G=function n(t){return t=!0===t,new Promise((function(e){q(H((function(){var r=!1,i=z();return i.length&&(X?W.value=W.value.slice(0,-1):M(i[_])),f(W.querySelectorAll("*")).forEach((function(n){if(!n.innerHTML&&"BR"!==n.tagName){for(var t=n;1===t.parentNode.childNodes.length&&t.parentNode.childNodes[0].isEqualNode(t);)t=t.parentNode;M(t)}})),A((function(){if(t&&i.length-1>0)return D(n(!0),(function(){return r=!0,e()}))}),(function(n){return r?n:e()}))})),Z[1])}))};this.break=function(n){return p([K,h(m("BR"))],1,n)},this.delete=function(n,t){var e=T(t);return p([e[0]].concat([].concat(Array(Math.abs(n)||1)).fill().map((function(){return[G,!n,nn]})),[e[1]]),1,t)},this.empty=function(){return p(Y,1,arguments)},this.exec=function(n,t){var e=T(t);return p([e[0],[n,null],e[1]],1,t)},this.move=function(n,t){var e=x(n,_,z()),r=T(t),i=e.isString?n:Math.sign(n);return p([r[0]].concat([].concat(Array(Math.abs(n)||1)).fill().map((function(){return[F,i,nn]})),[r[1]]),1,t)},this.options=function(n){return p([Q,n],1,n)},this.pause=function(n,t){return p([U,n],1,t)},this.type=function(n,t){var e=T(t),r=y(n,en.html),i=[e[0]].concat(c(r,K,nn,!0),[e[1]]);return p(i,1,t)},this.is=function(n){return tn[n]},this.destroy=function(n){n=void 0===n||n,$.forEach((function(n){clearTimeout(n)})),$=[],n&&M(fn),tn.destroyed=!0},this.freeze=function(){tn.frozen=!0},this.unfreeze=function(){tn.frozen=!1,V()},this.reset=function(){for(var n in!this.is("destroyed")&&this.destroy(),an.reset(),_=0,tn)tn[n]=!1;return X?W.value="":W.innerHTML="",this},this.go=function(){return tn.started?this:(I(),en.waitUntilVisible?(function(n,t){new IntersectionObserver((function(e,r){e.forEach((function(e){e.isIntersecting&&(t(),r.unobserve(n))}))}),{threshold:1}).observe(n)}(W,V.bind(this)),this):(V(),this))},this.getQueue=function(){return an},this.getOptions=function(){return en},this.getElement=function(){return W};var J,W="string"==typeof(J=e)?document.querySelector(J):J,X=N(W),Z=[],$=[],_=0,nn={freezeCursor:!0},tn={started:!1,completed:!1,frozen:!1,destroyed:!1},en=r(t,o);en=r(en,{html:!X&&en.html,nextStringDelay:b(en.nextStringDelay),loopDelay:b(en.loopDelay)});var rn,on,un,cn=Math.random().toString().substring(2,9),an=new a([U,en.startDelay]);W.setAttribute("data-typeit-id",cn),g("[data-typeit-id]:before {content: '.'; display: inline-block; width: 0; visibility: hidden;}[data-typeit-id]"),en.strings=(un=en.strings,rn=i(un)?un:[un],(on=function(n){return n.innerHTML.replace(/<\!--.*?-->/g,"").trim()}(W))?(W.innerHTML="",en.startDelete?(v(on).forEach((function(n){L(W,n,fn,_)})),an.add([G,!0]),B(1),rn):[on.trim()].concat(rn)):rn);var fn=function(){if(X||!en.cursor)return null;var n=m("span");return n.innerHTML=l(en.cursorChar).innerHTML,n.className="ti-cursor",n.style.cssText="display:inline;".concat(w(W)),n}();en.strings.length&&function(){var n=en.strings.filter((function(n){return!!n}));n.forEach((function(t,e){var r=y(t,en.html);an.add(c(r,K,nn,!0));var i=an.getItems().length;if(e+1!==n.length){if(en.breakLines){var o=h(m("BR"));return an.add([K,o,nn]),void B(i)}an.add(c(r,G,nn)),B(i,t.length)}}))}()}})); diff --git a/public/lib/webfonts/fa-brands-400.eot b/public/lib/webfonts/fa-brands-400.eot new file mode 100644 index 0000000..a1bc094 Binary files /dev/null and b/public/lib/webfonts/fa-brands-400.eot differ diff --git a/public/lib/webfonts/fa-brands-400.svg b/public/lib/webfonts/fa-brands-400.svg new file mode 100644 index 0000000..46ad237 --- /dev/null +++ b/public/lib/webfonts/fa-brands-400.svg @@ -0,0 +1,3570 @@ + + + + + +Created by FontForge 20190801 at Mon Mar 23 10:45:51 2020 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/lib/webfonts/fa-brands-400.ttf b/public/lib/webfonts/fa-brands-400.ttf new file mode 100644 index 0000000..948a2a6 Binary files /dev/null and b/public/lib/webfonts/fa-brands-400.ttf differ diff --git a/public/lib/webfonts/fa-brands-400.woff b/public/lib/webfonts/fa-brands-400.woff new file mode 100644 index 0000000..2a89d52 Binary files /dev/null and b/public/lib/webfonts/fa-brands-400.woff differ diff --git a/public/lib/webfonts/fa-brands-400.woff2 b/public/lib/webfonts/fa-brands-400.woff2 new file mode 100644 index 0000000..141a90a Binary files /dev/null and b/public/lib/webfonts/fa-brands-400.woff2 differ diff --git a/public/lib/webfonts/fa-regular-400.eot b/public/lib/webfonts/fa-regular-400.eot new file mode 100644 index 0000000..38cf251 Binary files /dev/null and b/public/lib/webfonts/fa-regular-400.eot differ diff --git a/public/lib/webfonts/fa-regular-400.svg b/public/lib/webfonts/fa-regular-400.svg new file mode 100644 index 0000000..48634a9 --- /dev/null +++ b/public/lib/webfonts/fa-regular-400.svg @@ -0,0 +1,803 @@ + + + + + +Created by FontForge 20190801 at Mon Mar 23 10:45:51 2020 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/lib/webfonts/fa-regular-400.ttf b/public/lib/webfonts/fa-regular-400.ttf new file mode 100644 index 0000000..abe99e2 Binary files /dev/null and b/public/lib/webfonts/fa-regular-400.ttf differ diff --git a/public/lib/webfonts/fa-regular-400.woff b/public/lib/webfonts/fa-regular-400.woff new file mode 100644 index 0000000..24de566 Binary files /dev/null and b/public/lib/webfonts/fa-regular-400.woff differ diff --git a/public/lib/webfonts/fa-regular-400.woff2 b/public/lib/webfonts/fa-regular-400.woff2 new file mode 100644 index 0000000..7e0118e Binary files /dev/null and b/public/lib/webfonts/fa-regular-400.woff2 differ diff --git a/public/lib/webfonts/fa-solid-900.eot b/public/lib/webfonts/fa-solid-900.eot new file mode 100644 index 0000000..d3b77c2 Binary files /dev/null and b/public/lib/webfonts/fa-solid-900.eot differ diff --git a/public/lib/webfonts/fa-solid-900.svg b/public/lib/webfonts/fa-solid-900.svg new file mode 100644 index 0000000..7742838 --- /dev/null +++ b/public/lib/webfonts/fa-solid-900.svg @@ -0,0 +1,4938 @@ + + + + + +Created by FontForge 20190801 at Mon Mar 23 10:45:51 2020 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/lib/webfonts/fa-solid-900.ttf b/public/lib/webfonts/fa-solid-900.ttf new file mode 100644 index 0000000..5b97903 Binary files /dev/null and b/public/lib/webfonts/fa-solid-900.ttf differ diff --git a/public/lib/webfonts/fa-solid-900.woff b/public/lib/webfonts/fa-solid-900.woff new file mode 100644 index 0000000..beec791 Binary files /dev/null and b/public/lib/webfonts/fa-solid-900.woff differ diff --git a/public/lib/webfonts/fa-solid-900.woff2 b/public/lib/webfonts/fa-solid-900.woff2 new file mode 100644 index 0000000..978a681 Binary files /dev/null and b/public/lib/webfonts/fa-solid-900.woff2 differ diff --git a/public/page/1/index.html b/public/page/1/index.html new file mode 100644 index 0000000..0170617 --- /dev/null +++ b/public/page/1/index.html @@ -0,0 +1 @@ +http://example.org/ \ No newline at end of file diff --git a/public/posts/index.html b/public/posts/index.html new file mode 100644 index 0000000..b7c13be --- /dev/null +++ b/public/posts/index.html @@ -0,0 +1,117 @@ + + + + + + + + All Posts - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+ +
+ + + diff --git a/public/posts/index.xml b/public/posts/index.xml new file mode 100644 index 0000000..6f2ac79 --- /dev/null +++ b/public/posts/index.xml @@ -0,0 +1,67 @@ + + + All Posts - Moepoi's Blog + http://example.org/posts/ + All Posts | Moepoi's Blog + Hugo -- gohugo.ioenmoe@chocola.dev (Moepoi) + moe@chocola.dev (Moepoi)Tue, 28 Jul 2020 21:00:37 +0000 + Daftar Koleksi Anime + http://example.org/2020/07/28/daftar-koleksi-anime/ + Tue, 28 Jul 2020 21:00:37 +0000 + Author + http://example.org/2020/07/28/daftar-koleksi-anime/ + + + Support Streaming & Download (Wajib Download Telegram) ]]> + + New Simulcast Yang Saya Tonton Di Winter 2020 + http://example.org/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/ + Fri, 24 Jan 2020 05:42:18 +0000 + Author + http://example.org/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/ + + + 1. Toaru Kagaku no Railgun T .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } Kota Akademi adalah kota yang sangat maju dalam bidang teknologi dan 80% dari 2,3 juta penduduknya adalah pelajar. Fokus utama dalam studi di kota ini untuk mempelajari kekuatan esper. Misaka Mikoto adalah salah satu esper level atas yang tinggal di kota ini bersama teman sekamarnya, Shirai Kuroko yang juga esper level atas dan merupakan anggota dari Judgement.]]> + + Cara Mengatasi Limit Pada File Google Drive + http://example.org/2019/10/04/cara-mengatasi-limit-pada-file-google-drive/ + Fri, 04 Oct 2019 20:59:32 +0000 + Author + http://example.org/2019/10/04/cara-mengatasi-limit-pada-file-google-drive/ + + + Pada artikel kali ini, Saya akan memberikan sebuah tutorial yaitu cara cepat mengatasi limit pada file Google Drive. File pada google drive jika di download berkali-kali dan diakses banyak orang akan membuat file menjadi limit (tidak bisa download). +Hal itu dilakukan untuk membuat file tahan lama dan agar server tidak down. Google Drive adalah salah satu penyimpanan dari Google yang sangat bermanfaat bagi kita tentunya, dan dengan adanya Google Drive ini sangat membantu sekali untuk kita mendapatkan file yang kita inginkan yang berasal dari sebuah website.]]> + + Rekomendasi Anime Fall 2019 + http://example.org/2019/09/15/rekomendasi-anime-fall-2019/ + Sun, 15 Sep 2019 07:02:37 +0000 + Author + http://example.org/2019/09/15/rekomendasi-anime-fall-2019/ + + + 1. Nanatsu no Taizai: Kamigami no Gekirin +Ceritanya bakal kembali menghadirkan pertempuran dengan Ten Commandments, takdir diantara Meliodas dan Elizabeth, serta rahasia dunia yang bakal terungkap. +Studio Deen bakal menggantikan A-1 Pictures dalam memproduksi musim ketiganya. Susumu Nishizawa menjadi sutradara baru, dengan Rintarou Ikeda menggarap komposisi seri. Rie Nishino diberikan kredit khusus untuk menggarap animasi karakter. Hiroyuki Sawano, Kohta Yamamoto, dan Takafumi Wada kembali berkolaborasi sebagai komposer. + 2.]]> + + Rekomendasi Anime Summer 2019 + http://example.org/2019/09/05/rekomendasi-anime-summer-2019/ + Thu, 05 Sep 2019 18:54:59 +0000 + Author + http://example.org/2019/09/05/rekomendasi-anime-summer-2019/ + + + 1. Arifureta Shokugyou de Sekai Saikyou Nagumo Hajime adalah seorang otaku biasa yang kehidupan sederhananya mulai berubah setelah dirinya dan teman-teman kelasnya tiba-tiba terseret ke dunia fantasi. Mereka diperlakukan layaknya pahlawan dan ditugaskan untuk menyelamatkan umat manusia dari kepunahan. Apakah ini akan jadi awal dari kisah kepahlawanannya atau justru akan jadi mimpi buruknya di dunia yang penuh dengan monster dan iblis berbahaya? +2. Dr. STONE Anime fiksi ilmiah yang menceritakan perjuangan dua anak laki-laki untuk menghidupkan kembali umat manusia setelah fenomena misterius yang membuat semua orang di dunia berubah menjadi batu selama beberapa milenium.]]> + + Hello World + http://example.org/2019/08/08/hello-world/ + Thu, 08 Aug 2019 17:51:59 +0000 + Author + http://example.org/2019/08/08/hello-world/ + + + First Launching 🙂]]> + + diff --git a/public/posts/page/1/index.html b/public/posts/page/1/index.html new file mode 100644 index 0000000..7ba8e28 --- /dev/null +++ b/public/posts/page/1/index.html @@ -0,0 +1 @@ +http://example.org/posts/ \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..88ab648 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,29 @@ + + http://example.org/tags/anime/2020-07-28T21:00:37+00:00weekly0.5 + http://example.org/categories/anime/2020-07-28T21:00:37+00:00weekly0.5 + http://example.org/categories/2020-07-28T21:00:37+00:00weekly0.5 + http://example.org/tags/collection/2020-07-28T21:00:37+00:00weekly0.5 + http://example.org/categories/collection/2020-07-28T21:00:37+00:00weekly0.5 + http://example.org/2020/07/28/daftar-koleksi-anime/2020-07-28T21:00:37+00:00weekly0.5 + http://example.org/2020-07-28T21:00:37+00:00weekly0.5 + http://example.org/posts/2020-07-28T21:00:37+00:00weekly0.5 + http://example.org/tags/2020-07-28T21:00:37+00:00weekly0.5 + http://example.org/tags/telegram/2020-07-28T21:00:37+00:00weekly0.5 + http://example.org/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/2020-01-24T05:42:18+00:00weekly0.5 + http://example.org/tags/rekomendasi/2020-01-24T05:42:18+00:00weekly0.5 + http://example.org/categories/rekomendasi/2020-01-24T05:42:18+00:00weekly0.5 + http://example.org/tags/winter-2020/2020-01-24T05:42:18+00:00weekly0.5 + http://example.org/tags/bypass/2019-10-04T20:59:32+00:00weekly0.5 + http://example.org/2019/10/04/cara-mengatasi-limit-pada-file-google-drive/2019-10-04T20:59:32+00:00weekly0.5 + http://example.org/tags/gdrive/2019-10-04T20:59:32+00:00weekly0.5 + http://example.org/tags/tutorial/2019-10-04T20:59:32+00:00weekly0.5 + http://example.org/categories/tutorial/2019-10-04T20:59:32+00:00weekly0.5 + http://example.org/tags/fall-2019/2019-09-15T07:02:37+00:00weekly0.5 + http://example.org/2019/09/15/rekomendasi-anime-fall-2019/2019-09-15T07:02:37+00:00weekly0.5 + http://example.org/2019/09/05/rekomendasi-anime-summer-2019/2019-09-05T18:54:59+00:00weekly0.5 + http://example.org/tags/summer-2019/2019-09-05T18:54:59+00:00weekly0.5 + http://example.org/2019/08/08/hello-world/2019-08-08T17:51:59+00:00weekly0.5 + http://example.org/categories/important/2019-08-08T17:51:59+00:00weekly0.5 diff --git a/public/svg/loading.min.svg b/public/svg/loading.min.svg new file mode 100644 index 0000000..efb1194 --- /dev/null +++ b/public/svg/loading.min.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/tags/anime/index.html b/public/tags/anime/index.html new file mode 100644 index 0000000..60252fe --- /dev/null +++ b/public/tags/anime/index.html @@ -0,0 +1,111 @@ + + + + + + + + Anime - Tag - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+ +
+ + + diff --git a/public/tags/anime/index.xml b/public/tags/anime/index.xml new file mode 100644 index 0000000..db53d3e --- /dev/null +++ b/public/tags/anime/index.xml @@ -0,0 +1,48 @@ + + + Anime - Tag - Moepoi's Blog + http://example.org/tags/anime/ + Anime - Tag - Moepoi's Blog + Hugo -- gohugo.ioenmoe@chocola.dev (Moepoi) + moe@chocola.dev (Moepoi)Tue, 28 Jul 2020 21:00:37 +0000 + Daftar Koleksi Anime + http://example.org/2020/07/28/daftar-koleksi-anime/ + Tue, 28 Jul 2020 21:00:37 +0000 + Author + http://example.org/2020/07/28/daftar-koleksi-anime/ + + + Support Streaming & Download (Wajib Download Telegram) ]]> + + New Simulcast Yang Saya Tonton Di Winter 2020 + http://example.org/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/ + Fri, 24 Jan 2020 05:42:18 +0000 + Author + http://example.org/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/ + + + 1. Toaru Kagaku no Railgun T .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } Kota Akademi adalah kota yang sangat maju dalam bidang teknologi dan 80% dari 2,3 juta penduduknya adalah pelajar. Fokus utama dalam studi di kota ini untuk mempelajari kekuatan esper. Misaka Mikoto adalah salah satu esper level atas yang tinggal di kota ini bersama teman sekamarnya, Shirai Kuroko yang juga esper level atas dan merupakan anggota dari Judgement.]]> + + Rekomendasi Anime Fall 2019 + http://example.org/2019/09/15/rekomendasi-anime-fall-2019/ + Sun, 15 Sep 2019 07:02:37 +0000 + Author + http://example.org/2019/09/15/rekomendasi-anime-fall-2019/ + + + 1. Nanatsu no Taizai: Kamigami no Gekirin +Ceritanya bakal kembali menghadirkan pertempuran dengan Ten Commandments, takdir diantara Meliodas dan Elizabeth, serta rahasia dunia yang bakal terungkap. +Studio Deen bakal menggantikan A-1 Pictures dalam memproduksi musim ketiganya. Susumu Nishizawa menjadi sutradara baru, dengan Rintarou Ikeda menggarap komposisi seri. Rie Nishino diberikan kredit khusus untuk menggarap animasi karakter. Hiroyuki Sawano, Kohta Yamamoto, dan Takafumi Wada kembali berkolaborasi sebagai komposer. + 2.]]> + + Rekomendasi Anime Summer 2019 + http://example.org/2019/09/05/rekomendasi-anime-summer-2019/ + Thu, 05 Sep 2019 18:54:59 +0000 + Author + http://example.org/2019/09/05/rekomendasi-anime-summer-2019/ + + + 1. Arifureta Shokugyou de Sekai Saikyou Nagumo Hajime adalah seorang otaku biasa yang kehidupan sederhananya mulai berubah setelah dirinya dan teman-teman kelasnya tiba-tiba terseret ke dunia fantasi. Mereka diperlakukan layaknya pahlawan dan ditugaskan untuk menyelamatkan umat manusia dari kepunahan. Apakah ini akan jadi awal dari kisah kepahlawanannya atau justru akan jadi mimpi buruknya di dunia yang penuh dengan monster dan iblis berbahaya? +2. Dr. STONE Anime fiksi ilmiah yang menceritakan perjuangan dua anak laki-laki untuk menghidupkan kembali umat manusia setelah fenomena misterius yang membuat semua orang di dunia berubah menjadi batu selama beberapa milenium.]]> + + diff --git a/public/tags/anime/page/1/index.html b/public/tags/anime/page/1/index.html new file mode 100644 index 0000000..5eb22ae --- /dev/null +++ b/public/tags/anime/page/1/index.html @@ -0,0 +1 @@ +http://example.org/tags/anime/ \ No newline at end of file diff --git a/public/tags/bypass/index.html b/public/tags/bypass/index.html new file mode 100644 index 0000000..8194fda --- /dev/null +++ b/public/tags/bypass/index.html @@ -0,0 +1,102 @@ + + + + + + + + Bypass - Tag - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+ +
+ + + diff --git a/public/tags/bypass/index.xml b/public/tags/bypass/index.xml new file mode 100644 index 0000000..f640d5b --- /dev/null +++ b/public/tags/bypass/index.xml @@ -0,0 +1,18 @@ + + + Bypass - Tag - Moepoi's Blog + http://example.org/tags/bypass/ + Bypass - Tag - Moepoi's Blog + Hugo -- gohugo.ioenmoe@chocola.dev (Moepoi) + moe@chocola.dev (Moepoi)Fri, 04 Oct 2019 20:59:32 +0000 + Cara Mengatasi Limit Pada File Google Drive + http://example.org/2019/10/04/cara-mengatasi-limit-pada-file-google-drive/ + Fri, 04 Oct 2019 20:59:32 +0000 + Author + http://example.org/2019/10/04/cara-mengatasi-limit-pada-file-google-drive/ + + + Pada artikel kali ini, Saya akan memberikan sebuah tutorial yaitu cara cepat mengatasi limit pada file Google Drive. File pada google drive jika di download berkali-kali dan diakses banyak orang akan membuat file menjadi limit (tidak bisa download). +Hal itu dilakukan untuk membuat file tahan lama dan agar server tidak down. Google Drive adalah salah satu penyimpanan dari Google yang sangat bermanfaat bagi kita tentunya, dan dengan adanya Google Drive ini sangat membantu sekali untuk kita mendapatkan file yang kita inginkan yang berasal dari sebuah website.]]> + + diff --git a/public/tags/bypass/page/1/index.html b/public/tags/bypass/page/1/index.html new file mode 100644 index 0000000..0625349 --- /dev/null +++ b/public/tags/bypass/page/1/index.html @@ -0,0 +1 @@ +http://example.org/tags/bypass/ \ No newline at end of file diff --git a/public/tags/collection/index.html b/public/tags/collection/index.html new file mode 100644 index 0000000..c31c55a --- /dev/null +++ b/public/tags/collection/index.html @@ -0,0 +1,102 @@ + + + + + + + + Collection - Tag - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+

 Collection

2020

+
+ + + diff --git a/public/tags/collection/index.xml b/public/tags/collection/index.xml new file mode 100644 index 0000000..59288dc --- /dev/null +++ b/public/tags/collection/index.xml @@ -0,0 +1,17 @@ + + + Collection - Tag - Moepoi's Blog + http://example.org/tags/collection/ + Collection - Tag - Moepoi's Blog + Hugo -- gohugo.ioenmoe@chocola.dev (Moepoi) + moe@chocola.dev (Moepoi)Tue, 28 Jul 2020 21:00:37 +0000 + Daftar Koleksi Anime + http://example.org/2020/07/28/daftar-koleksi-anime/ + Tue, 28 Jul 2020 21:00:37 +0000 + Author + http://example.org/2020/07/28/daftar-koleksi-anime/ + + + Support Streaming & Download (Wajib Download Telegram) ]]> + + diff --git a/public/tags/collection/page/1/index.html b/public/tags/collection/page/1/index.html new file mode 100644 index 0000000..20f42ff --- /dev/null +++ b/public/tags/collection/page/1/index.html @@ -0,0 +1 @@ +http://example.org/tags/collection/ \ No newline at end of file diff --git a/public/tags/fall-2019/index.html b/public/tags/fall-2019/index.html new file mode 100644 index 0000000..bf65a52 --- /dev/null +++ b/public/tags/fall-2019/index.html @@ -0,0 +1,102 @@ + + + + + + + + Fall 2019 - Tag - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+

 Fall 2019

2019

+
+ + + diff --git a/public/tags/fall-2019/index.xml b/public/tags/fall-2019/index.xml new file mode 100644 index 0000000..8db4089 --- /dev/null +++ b/public/tags/fall-2019/index.xml @@ -0,0 +1,20 @@ + + + Fall 2019 - Tag - Moepoi's Blog + http://example.org/tags/fall-2019/ + Fall 2019 - Tag - Moepoi's Blog + Hugo -- gohugo.ioenmoe@chocola.dev (Moepoi) + moe@chocola.dev (Moepoi)Sun, 15 Sep 2019 07:02:37 +0000 + Rekomendasi Anime Fall 2019 + http://example.org/2019/09/15/rekomendasi-anime-fall-2019/ + Sun, 15 Sep 2019 07:02:37 +0000 + Author + http://example.org/2019/09/15/rekomendasi-anime-fall-2019/ + + + 1. Nanatsu no Taizai: Kamigami no Gekirin +Ceritanya bakal kembali menghadirkan pertempuran dengan Ten Commandments, takdir diantara Meliodas dan Elizabeth, serta rahasia dunia yang bakal terungkap. +Studio Deen bakal menggantikan A-1 Pictures dalam memproduksi musim ketiganya. Susumu Nishizawa menjadi sutradara baru, dengan Rintarou Ikeda menggarap komposisi seri. Rie Nishino diberikan kredit khusus untuk menggarap animasi karakter. Hiroyuki Sawano, Kohta Yamamoto, dan Takafumi Wada kembali berkolaborasi sebagai komposer. + 2.]]> + + diff --git a/public/tags/fall-2019/page/1/index.html b/public/tags/fall-2019/page/1/index.html new file mode 100644 index 0000000..797a39c --- /dev/null +++ b/public/tags/fall-2019/page/1/index.html @@ -0,0 +1 @@ +http://example.org/tags/fall-2019/ \ No newline at end of file diff --git a/public/tags/gdrive/index.html b/public/tags/gdrive/index.html new file mode 100644 index 0000000..15ee184 --- /dev/null +++ b/public/tags/gdrive/index.html @@ -0,0 +1,102 @@ + + + + + + + + Gdrive - Tag - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+ +
+ + + diff --git a/public/tags/gdrive/index.xml b/public/tags/gdrive/index.xml new file mode 100644 index 0000000..13bf44d --- /dev/null +++ b/public/tags/gdrive/index.xml @@ -0,0 +1,18 @@ + + + Gdrive - Tag - Moepoi's Blog + http://example.org/tags/gdrive/ + Gdrive - Tag - Moepoi's Blog + Hugo -- gohugo.ioenmoe@chocola.dev (Moepoi) + moe@chocola.dev (Moepoi)Fri, 04 Oct 2019 20:59:32 +0000 + Cara Mengatasi Limit Pada File Google Drive + http://example.org/2019/10/04/cara-mengatasi-limit-pada-file-google-drive/ + Fri, 04 Oct 2019 20:59:32 +0000 + Author + http://example.org/2019/10/04/cara-mengatasi-limit-pada-file-google-drive/ + + + Pada artikel kali ini, Saya akan memberikan sebuah tutorial yaitu cara cepat mengatasi limit pada file Google Drive. File pada google drive jika di download berkali-kali dan diakses banyak orang akan membuat file menjadi limit (tidak bisa download). +Hal itu dilakukan untuk membuat file tahan lama dan agar server tidak down. Google Drive adalah salah satu penyimpanan dari Google yang sangat bermanfaat bagi kita tentunya, dan dengan adanya Google Drive ini sangat membantu sekali untuk kita mendapatkan file yang kita inginkan yang berasal dari sebuah website.]]> + + diff --git a/public/tags/gdrive/page/1/index.html b/public/tags/gdrive/page/1/index.html new file mode 100644 index 0000000..cf73070 --- /dev/null +++ b/public/tags/gdrive/page/1/index.html @@ -0,0 +1 @@ +http://example.org/tags/gdrive/ \ No newline at end of file diff --git a/public/tags/index.html b/public/tags/index.html new file mode 100644 index 0000000..557fa15 --- /dev/null +++ b/public/tags/index.html @@ -0,0 +1,98 @@ + + + + + + + + All Tags - Moepoi's Blog + + + + + + + + + + + + + + + + +
+ + + diff --git a/public/tags/rekomendasi/index.html b/public/tags/rekomendasi/index.html new file mode 100644 index 0000000..f844c61 --- /dev/null +++ b/public/tags/rekomendasi/index.html @@ -0,0 +1,108 @@ + + + + + + + + Rekomendasi - Tag - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+ +
+ + + diff --git a/public/tags/rekomendasi/index.xml b/public/tags/rekomendasi/index.xml new file mode 100644 index 0000000..1570289 --- /dev/null +++ b/public/tags/rekomendasi/index.xml @@ -0,0 +1,39 @@ + + + Rekomendasi - Tag - Moepoi's Blog + http://example.org/tags/rekomendasi/ + Rekomendasi - Tag - Moepoi's Blog + Hugo -- gohugo.ioenmoe@chocola.dev (Moepoi) + moe@chocola.dev (Moepoi)Fri, 24 Jan 2020 05:42:18 +0000 + New Simulcast Yang Saya Tonton Di Winter 2020 + http://example.org/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/ + Fri, 24 Jan 2020 05:42:18 +0000 + Author + http://example.org/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/ + + + 1. Toaru Kagaku no Railgun T .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } Kota Akademi adalah kota yang sangat maju dalam bidang teknologi dan 80% dari 2,3 juta penduduknya adalah pelajar. Fokus utama dalam studi di kota ini untuk mempelajari kekuatan esper. Misaka Mikoto adalah salah satu esper level atas yang tinggal di kota ini bersama teman sekamarnya, Shirai Kuroko yang juga esper level atas dan merupakan anggota dari Judgement.]]> + + Rekomendasi Anime Fall 2019 + http://example.org/2019/09/15/rekomendasi-anime-fall-2019/ + Sun, 15 Sep 2019 07:02:37 +0000 + Author + http://example.org/2019/09/15/rekomendasi-anime-fall-2019/ + + + 1. Nanatsu no Taizai: Kamigami no Gekirin +Ceritanya bakal kembali menghadirkan pertempuran dengan Ten Commandments, takdir diantara Meliodas dan Elizabeth, serta rahasia dunia yang bakal terungkap. +Studio Deen bakal menggantikan A-1 Pictures dalam memproduksi musim ketiganya. Susumu Nishizawa menjadi sutradara baru, dengan Rintarou Ikeda menggarap komposisi seri. Rie Nishino diberikan kredit khusus untuk menggarap animasi karakter. Hiroyuki Sawano, Kohta Yamamoto, dan Takafumi Wada kembali berkolaborasi sebagai komposer. + 2.]]> + + Rekomendasi Anime Summer 2019 + http://example.org/2019/09/05/rekomendasi-anime-summer-2019/ + Thu, 05 Sep 2019 18:54:59 +0000 + Author + http://example.org/2019/09/05/rekomendasi-anime-summer-2019/ + + + 1. Arifureta Shokugyou de Sekai Saikyou Nagumo Hajime adalah seorang otaku biasa yang kehidupan sederhananya mulai berubah setelah dirinya dan teman-teman kelasnya tiba-tiba terseret ke dunia fantasi. Mereka diperlakukan layaknya pahlawan dan ditugaskan untuk menyelamatkan umat manusia dari kepunahan. Apakah ini akan jadi awal dari kisah kepahlawanannya atau justru akan jadi mimpi buruknya di dunia yang penuh dengan monster dan iblis berbahaya? +2. Dr. STONE Anime fiksi ilmiah yang menceritakan perjuangan dua anak laki-laki untuk menghidupkan kembali umat manusia setelah fenomena misterius yang membuat semua orang di dunia berubah menjadi batu selama beberapa milenium.]]> + + diff --git a/public/tags/rekomendasi/page/1/index.html b/public/tags/rekomendasi/page/1/index.html new file mode 100644 index 0000000..e2bd562 --- /dev/null +++ b/public/tags/rekomendasi/page/1/index.html @@ -0,0 +1 @@ +http://example.org/tags/rekomendasi/ \ No newline at end of file diff --git a/public/tags/summer-2019/index.html b/public/tags/summer-2019/index.html new file mode 100644 index 0000000..5925772 --- /dev/null +++ b/public/tags/summer-2019/index.html @@ -0,0 +1,102 @@ + + + + + + + + Summer 2019 - Tag - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+

 Summer 2019

2019

+
+ + + diff --git a/public/tags/summer-2019/index.xml b/public/tags/summer-2019/index.xml new file mode 100644 index 0000000..a9c676e --- /dev/null +++ b/public/tags/summer-2019/index.xml @@ -0,0 +1,18 @@ + + + Summer 2019 - Tag - Moepoi's Blog + http://example.org/tags/summer-2019/ + Summer 2019 - Tag - Moepoi's Blog + Hugo -- gohugo.ioenmoe@chocola.dev (Moepoi) + moe@chocola.dev (Moepoi)Thu, 05 Sep 2019 18:54:59 +0000 + Rekomendasi Anime Summer 2019 + http://example.org/2019/09/05/rekomendasi-anime-summer-2019/ + Thu, 05 Sep 2019 18:54:59 +0000 + Author + http://example.org/2019/09/05/rekomendasi-anime-summer-2019/ + + + 1. Arifureta Shokugyou de Sekai Saikyou Nagumo Hajime adalah seorang otaku biasa yang kehidupan sederhananya mulai berubah setelah dirinya dan teman-teman kelasnya tiba-tiba terseret ke dunia fantasi. Mereka diperlakukan layaknya pahlawan dan ditugaskan untuk menyelamatkan umat manusia dari kepunahan. Apakah ini akan jadi awal dari kisah kepahlawanannya atau justru akan jadi mimpi buruknya di dunia yang penuh dengan monster dan iblis berbahaya? +2. Dr. STONE Anime fiksi ilmiah yang menceritakan perjuangan dua anak laki-laki untuk menghidupkan kembali umat manusia setelah fenomena misterius yang membuat semua orang di dunia berubah menjadi batu selama beberapa milenium.]]> + + diff --git a/public/tags/summer-2019/page/1/index.html b/public/tags/summer-2019/page/1/index.html new file mode 100644 index 0000000..2408308 --- /dev/null +++ b/public/tags/summer-2019/page/1/index.html @@ -0,0 +1 @@ +http://example.org/tags/summer-2019/ \ No newline at end of file diff --git a/public/tags/telegram/index.html b/public/tags/telegram/index.html new file mode 100644 index 0000000..2120101 --- /dev/null +++ b/public/tags/telegram/index.html @@ -0,0 +1,102 @@ + + + + + + + + Telegram - Tag - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+

 Telegram

2020

+
+ + + diff --git a/public/tags/telegram/index.xml b/public/tags/telegram/index.xml new file mode 100644 index 0000000..ce22db5 --- /dev/null +++ b/public/tags/telegram/index.xml @@ -0,0 +1,17 @@ + + + Telegram - Tag - Moepoi's Blog + http://example.org/tags/telegram/ + Telegram - Tag - Moepoi's Blog + Hugo -- gohugo.ioenmoe@chocola.dev (Moepoi) + moe@chocola.dev (Moepoi)Tue, 28 Jul 2020 21:00:37 +0000 + Daftar Koleksi Anime + http://example.org/2020/07/28/daftar-koleksi-anime/ + Tue, 28 Jul 2020 21:00:37 +0000 + Author + http://example.org/2020/07/28/daftar-koleksi-anime/ + + + Support Streaming & Download (Wajib Download Telegram) ]]> + + diff --git a/public/tags/telegram/page/1/index.html b/public/tags/telegram/page/1/index.html new file mode 100644 index 0000000..b83106d --- /dev/null +++ b/public/tags/telegram/page/1/index.html @@ -0,0 +1 @@ +http://example.org/tags/telegram/ \ No newline at end of file diff --git a/public/tags/tutorial/index.html b/public/tags/tutorial/index.html new file mode 100644 index 0000000..74ce935 --- /dev/null +++ b/public/tags/tutorial/index.html @@ -0,0 +1,102 @@ + + + + + + + + Tutorial - Tag - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+ +
+ + + diff --git a/public/tags/tutorial/index.xml b/public/tags/tutorial/index.xml new file mode 100644 index 0000000..18657eb --- /dev/null +++ b/public/tags/tutorial/index.xml @@ -0,0 +1,18 @@ + + + Tutorial - Tag - Moepoi's Blog + http://example.org/tags/tutorial/ + Tutorial - Tag - Moepoi's Blog + Hugo -- gohugo.ioenmoe@chocola.dev (Moepoi) + moe@chocola.dev (Moepoi)Fri, 04 Oct 2019 20:59:32 +0000 + Cara Mengatasi Limit Pada File Google Drive + http://example.org/2019/10/04/cara-mengatasi-limit-pada-file-google-drive/ + Fri, 04 Oct 2019 20:59:32 +0000 + Author + http://example.org/2019/10/04/cara-mengatasi-limit-pada-file-google-drive/ + + + Pada artikel kali ini, Saya akan memberikan sebuah tutorial yaitu cara cepat mengatasi limit pada file Google Drive. File pada google drive jika di download berkali-kali dan diakses banyak orang akan membuat file menjadi limit (tidak bisa download). +Hal itu dilakukan untuk membuat file tahan lama dan agar server tidak down. Google Drive adalah salah satu penyimpanan dari Google yang sangat bermanfaat bagi kita tentunya, dan dengan adanya Google Drive ini sangat membantu sekali untuk kita mendapatkan file yang kita inginkan yang berasal dari sebuah website.]]> + + diff --git a/public/tags/tutorial/page/1/index.html b/public/tags/tutorial/page/1/index.html new file mode 100644 index 0000000..b550914 --- /dev/null +++ b/public/tags/tutorial/page/1/index.html @@ -0,0 +1 @@ +http://example.org/tags/tutorial/ \ No newline at end of file diff --git a/public/tags/winter-2020/index.html b/public/tags/winter-2020/index.html new file mode 100644 index 0000000..b8ca081 --- /dev/null +++ b/public/tags/winter-2020/index.html @@ -0,0 +1,102 @@ + + + + + + + + Winter 2020 - Tag - Moepoi's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+

 Winter 2020

2020

+
+ + + diff --git a/public/tags/winter-2020/index.xml b/public/tags/winter-2020/index.xml new file mode 100644 index 0000000..338a2f0 --- /dev/null +++ b/public/tags/winter-2020/index.xml @@ -0,0 +1,17 @@ + + + Winter 2020 - Tag - Moepoi's Blog + http://example.org/tags/winter-2020/ + Winter 2020 - Tag - Moepoi's Blog + Hugo -- gohugo.ioenmoe@chocola.dev (Moepoi) + moe@chocola.dev (Moepoi)Fri, 24 Jan 2020 05:42:18 +0000 + New Simulcast Yang Saya Tonton Di Winter 2020 + http://example.org/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/ + Fri, 24 Jan 2020 05:42:18 +0000 + Author + http://example.org/2020/01/24/new-simulcast-yang-saya-tonton-di-winter-2020/ + + + 1. Toaru Kagaku no Railgun T .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } Kota Akademi adalah kota yang sangat maju dalam bidang teknologi dan 80% dari 2,3 juta penduduknya adalah pelajar. Fokus utama dalam studi di kota ini untuk mempelajari kekuatan esper. Misaka Mikoto adalah salah satu esper level atas yang tinggal di kota ini bersama teman sekamarnya, Shirai Kuroko yang juga esper level atas dan merupakan anggota dari Judgement.]]> + + diff --git a/public/tags/winter-2020/page/1/index.html b/public/tags/winter-2020/page/1/index.html new file mode 100644 index 0000000..d40919f --- /dev/null +++ b/public/tags/winter-2020/page/1/index.html @@ -0,0 +1 @@ +http://example.org/tags/winter-2020/ \ No newline at end of file diff --git a/resources/_gen/assets/scss/css/style.scss_d75fd08668b4bae707167bbce4d8ca46.content b/resources/_gen/assets/scss/css/style.scss_d75fd08668b4bae707167bbce4d8ca46.content new file mode 100644 index 0000000..4b11855 --- /dev/null +++ b/resources/_gen/assets/scss/css/style.scss_d75fd08668b4bae707167bbce4d8ca46.content @@ -0,0 +1,3 @@ +html{font-family:system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei UI,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;font-display:swap;font-size:16px;line-height:1.5rem;width:100%}::-webkit-scrollbar{width:.5rem;height:.5rem}::-webkit-scrollbar-thumb{background-color:#87878d}::-webkit-scrollbar-thumb:hover{background-color:#a9a9b3}::selection{background-color:rgba(53,166,247,0.25)}[theme=dark] ::selection{background-color:rgba(50,112,194,0.4)}body{background-color:#fff;color:#161209;word-wrap:break-word;overflow-wrap:break-word;scrollbar-color:auto}body[theme=dark]{color:#a9a9b3;background-color:#292a2d}input::-ms-clear{display:none}a,a::before,a::after{text-decoration:none;color:#161209}[theme=dark] a,[theme=dark] a::before,[theme=dark] a::after{color:#a9a9b3}a:active,a:hover{color:#2d96bd}[theme=dark] a:active,[theme=dark] a:hover{color:#fff}#mask{background-repeat:no-repeat;background-position:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background-color:rgba(0,0,0,0)}.blur #mask{z-index:100;background-color:rgba(0,0,0,0.25)}svg.icon{display:inline-block;width:1.25em;height:1em;text-align:center}svg.icon path{fill:currentColor}img.emoji{height:1em;width:1em;margin:0 .05em 0 .1em;vertical-align:-.1em}.details .details-summary:hover{cursor:pointer}.details i.details-icon{color:#a9a9b3;-webkit-transition:transform 0.2s ease;-moz-transition:transform 0.2s ease;-o-transition:transform 0.2s ease;transition:transform 0.2s ease}[theme=dark] .details i.details-icon{color:#5d5d5f}.details .details-content{max-height:0;overflow-y:hidden;-webkit-transition:max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;-moz-transition:max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;-o-transition:max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;transition:max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s}.details.open i.details-icon{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.details.open .details-content{max-height:12000px;-webkit-transition:max-height 0.8s cubic-bezier(0.5, 0, 1, 0) 0s;-moz-transition:max-height 0.8s cubic-bezier(0.5, 0, 1, 0) 0s;-o-transition:max-height 0.8s cubic-bezier(0.5, 0, 1, 0) 0s;transition:max-height 0.8s cubic-bezier(0.5, 0, 1, 0) 0s}#fixed-buttons{display:none}.fixed-button{display:none;z-index:100;position:fixed;right:1.5rem;font-size:1rem;line-height:1.3rem;padding:.6rem .6rem;color:#a9a9b3;background:#f8f8f8;-webkit-border-radius:2rem;-moz-border-radius:2rem;border-radius:2rem;-webkit-transition:color 0.4s ease;-moz-transition:color 0.4s ease;-o-transition:color 0.4s ease;transition:color 0.4s ease}.blur .fixed-button{-webkit-filter:blur(1.5px);-moz-filter:blur(1.5px);-ms-filter:blur(1.5px);filter:blur(1.5px)}.fixed-button:hover,.fixed-button:active{color:#161209;cursor:pointer}.fixed-button:active,.fixed-button:focus,.fixed-button:hover{outline:none}[theme=dark] .fixed-button{color:#5d5d5f;background:#252627}[theme=dark] .fixed-button:hover,[theme=dark] .fixed-button:active{color:#a9a9b3}#back-to-top{display:block;bottom:1.5rem}#view-comments{bottom:4.5rem}.cc-window.cc-banner .cc-btn{color:#161209}.cc-window.cc-banner .cc-btn:hover,.cc-window.cc-banner .cc-btn:focus{background-color:#ccc}[theme=dark] .cc-window.cc-banner .cc-btn{color:#161209}[theme=dark] .cc-window.cc-banner .cc-btn:hover,[theme=dark] .cc-window.cc-banner .cc-btn:focus{background-color:#fff}img{-o-object-fit:contain;object-fit:contain;font-family:"object-fit: contain;"}.wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%}.wrapper main{flex:1 0 auto}.wrapper main .container{padding:0 1rem}.page{position:relative;max-width:800px;width:60%;margin:0 auto}[header-desktop] .page{padding-top:3.5rem}[header-desktop=normal] .page{padding-top:0}.blur .page{-webkit-filter:blur(1.5px);-moz-filter:blur(1.5px);-ms-filter:blur(1.5px);filter:blur(1.5px)}.toc .toc-title{font-size:1.2rem;font-weight:bold;text-transform:uppercase}.toc .toc-content{font-size:1rem}.toc .toc-content ul{text-indent:-0.85rem;padding-left:.8rem;list-style:none}.toc .toc-content ul a:first-child::before{content:"|";font-weight:bolder;margin-right:.5rem;color:#2d96bd}[theme=dark] .toc .toc-content ul a:first-child::before{color:#55bde2}.toc .toc-content ul ul{padding-left:1.5rem}.toc ruby{background:#f5f5f5}.toc ruby rt{color:#a9a9b3}[theme=dark] .toc ruby{background:#272C34}[theme=dark] .toc ruby rt{color:#5d5d5f}#toc-auto{display:block;position:absolute;width:12000px;max-width:0;padding:0 .8rem;border-left:4px solid #f0f0f0;word-wrap:break-word;overflow-wrap:break-word;box-sizing:border-box;top:10rem;left:0;visibility:hidden}[header-desktop=normal] #toc-auto{top:5rem}.blur #toc-auto{-webkit-filter:blur(1.5px);-moz-filter:blur(1.5px);-ms-filter:blur(1.5px);filter:blur(1.5px)}[theme=dark] #toc-auto{border-left-color:#363636}#toc-auto .toc-title{margin:.8rem 0}#toc-auto .toc-content.always-active ul{display:block}#toc-auto .toc-content>nav>ul{margin:.625rem 0}#toc-auto .toc-content ul ul{display:none}#toc-auto .toc-content ul .has-active>ul{display:block}#toc-auto .toc-content a.active{font-weight:bold;color:#2d96bd}[theme=dark] #toc-auto .toc-content a.active{color:#55bde2}#toc-auto .toc-content a.active::before{color:#ef3982}[theme=dark] #toc-auto .toc-content a.active::before{color:#bdebfc}#toc-static{display:none;margin:.8rem 0}#toc-static[kept=true]{display:block}#toc-static .toc-title{display:flex;justify-content:space-between;line-height:2em;padding:0 .75rem;background:#e6e6e6}[theme=dark] #toc-static .toc-title{background:#1a1d23}#toc-static .toc-content{background-color:#f5f5f5}#toc-static .toc-content>nav>ul{margin:0;padding:.4rem 1rem .4rem 1.8rem}[theme=dark] #toc-static .toc-content{background-color:#272C34}#toc-static.open .toc-title{background:#ededed}[theme=dark] #toc-static.open .toc-title{background:#20252b}.single .single-title{margin:1rem 0 .5rem;font-size:1.6rem;font-weight:bold;line-height:140%}.single .single-subtitle{margin:.4rem 0;font-size:1.2rem;font-weight:normal;font-style:italic;line-height:100%}.single .post-meta{font-size:.875rem;color:#a9a9b3}.single .post-meta span{display:inline-block}[theme=dark] .single .post-meta{color:#5d5d5f}.single .post-meta a,.single .post-meta a::before,.single .post-meta a::after{text-decoration:none;color:#2d96bd}[theme=dark] .single .post-meta a,[theme=dark] .single .post-meta a::before,[theme=dark] .single .post-meta a::after{color:#a9a9b3}.single .post-meta a:active,.single .post-meta a:hover{color:#ef3982}[theme=dark] .single .post-meta a:active,[theme=dark] .single .post-meta a:hover{color:#fff}.single .post-meta .author{font-size:1.05rem}.single .featured-image{margin:.5rem 0 1rem 0}.single .featured-image img{display:block;max-width:100%;height:auto;margin:0 auto;overflow:hidden}.single .featured-image img.lazyloaded{width:100%}.single .content>h2{font-size:1.5rem}.single .content>h2 code{font-size:1.25rem}.single .content>h3{font-size:1.375rem}.single .content>h3 code{font-size:1.125rem}.single .content>h4{font-size:1.25rem}.single .content>h4 code{font-size:1rem}.single .content>h5{font-size:1.125rem}.single .content>h6{font-size:1rem}.single .content h2,.single .content h3,.single .content h4,.single .content h5,.single .content h6{font-weight:bold;margin:1.2rem 0}[theme=dark] .single .content h2,[theme=dark] .single .content h3,[theme=dark] .single .content h4,[theme=dark] .single .content h5,[theme=dark] .single .content h6{font-weight:bolder}.single .content>h2>.header-mark::before,.single .content>h3>.header-mark::before,.single .content>h4>.header-mark::before,.single .content>h5>.header-mark::before,.single .content>h6>.header-mark::before{content:"|";margin-right:.3125rem;color:#2d96bd}[theme=dark] .single .content>h2>.header-mark::before,[theme=dark] .single .content>h3>.header-mark::before,[theme=dark] .single .content>h4>.header-mark::before,[theme=dark] .single .content>h5>.header-mark::before,[theme=dark] .single .content>h6>.header-mark::before{color:#55bde2}.single .content>h2>.header-mark::before{content:"#"}.single .content p{margin:.5rem 0}.single .content b,.single .content strong{font-weight:bold}[theme=dark] .single .content b,[theme=dark] .single .content strong{color:#ddd}.single .content a,.single .content a::before,.single .content a::after{text-decoration:none;color:#2d96bd}[theme=dark] .single .content a,[theme=dark] .single .content a::before,[theme=dark] .single .content a::after{color:#55bde2}.single .content a:active,.single .content a:hover{color:#ef3982}[theme=dark] .single .content a:active,[theme=dark] .single .content a:hover{color:#bdebfc}.single .content a{word-wrap:break-word;overflow-wrap:break-word}[theme=dark] .single .content a b,[theme=dark] .single .content a strong{color:#55bde2}.single .content [theme=dark] a:hover b,.single .content [theme=dark] a:hover strong{color:#bdebfc}.single .content ul,.single .content ol{margin:.5rem 0;padding-left:2.5rem}.single .content ul{list-style-type:disc}.single .content ruby{background:#f5f5f5}.single .content ruby rt{color:#a9a9b3}[theme=dark] .single .content ruby{background:#272C34}[theme=dark] .single .content ruby rt{color:#5d5d5f}.single .content .table-wrapper{overflow-x:auto}.single .content .table-wrapper::-webkit-scrollbar{background-color:#fff}[theme=dark] .single .content .table-wrapper::-webkit-scrollbar{background-color:#272c34}.single .content .table-wrapper>table{width:100%;max-width:100%;margin:.625rem 0;border-spacing:0;background:#fff;border-collapse:collapse}[theme=dark] .single .content .table-wrapper>table{background:#272c34}.single .content .table-wrapper>table thead{background:#ededed}[theme=dark] .single .content .table-wrapper>table thead{background-color:#20252b}.single .content .table-wrapper>table th,.single .content .table-wrapper>table td{padding:.3rem 1rem;border:1px solid #e8e8e8}[theme=dark] .single .content .table-wrapper>table th,[theme=dark] .single .content .table-wrapper>table td{border-color:#1c2025}.single .content img{max-width:100%;min-height:1em}.single .content figure{margin:.5rem;text-align:center}.single .content figure .image-caption:not(:empty){min-width:20%;max-width:80%;display:inline-block;padding:.5rem;margin:0 auto;font-size:.875rem;color:#969696}.single .content figure img{display:block;height:auto;margin:0 auto;overflow:hidden}.single .content .lazyloading{-o-object-fit:none;object-fit:none;font-family:"object-fit: none;"}.single .content blockquote{display:block;border-left:0.5rem solid #6bd6fd;background-color:rgba(107,214,253,0.2);padding:.25rem .75rem;margin:1rem 0}[theme=dark] .single .content blockquote{border-left-color:#59c5ec;background-color:rgba(89,197,236,0.2)}.single .content .footnotes{color:#a9a9b3}[theme=dark] .single .content .footnotes{color:#5d5d5f}.single .content .footnotes p{margin:.25rem 0}.single .content code{display:inline-block;max-width:100%;padding:0 .4rem;word-wrap:break-word;overflow-wrap:break-word;-webkit-line-break:anywhere;-ms-line-break:anywhere;line-break:anywhere;font-size:.875rem;font-family:Source Code Pro,Menlo,Consolas,Monaco,monospace,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei UI,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;color:#E74C3C}[theme=dark] .single .content code{color:#E5BF78}.single .content pre{margin:0;padding:.25rem 0 .25rem .5rem;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.single .content pre code{padding:0}.single .content pre img{min-height:1em;max-height:1.2em;vertical-align:text-bottom}.single .content code,.single .content pre,.single .content .highlight table,.single .content .highlight tr,.single .content .highlight td{background:#f5f5f5}[theme=dark] .single .content code,[theme=dark] .single .content pre,[theme=dark] .single .content .highlight table,[theme=dark] .single .content .highlight tr,[theme=dark] .single .content .highlight td{background:#272C34}.single .content .highlight,.single .content .gist{font-family:Source Code Pro,Menlo,Consolas,Monaco,monospace,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei UI,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.875rem}.single .content .highlight .table-wrapper>table,.single .content .highlight .table-wrapper>table thead,.single .content .highlight .table-wrapper>table tr,.single .content .highlight .table-wrapper>table td,.single .content .gist .table-wrapper>table,.single .content .gist .table-wrapper>table thead,.single .content .gist .table-wrapper>table tr,.single .content .gist .table-wrapper>table td{margin:0;padding:0;border:none !important;white-space:nowrap}.single .content .highlight{line-height:1.4em;margin:.5rem 0}.single .content .highlight>.chroma{position:relative}.single .content .highlight>.chroma .code-header{display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;width:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei UI,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:bold;color:#9c9c9c;background:#e1e1e1}[theme=dark] .single .content .highlight>.chroma .code-header{color:#b1b0b0;background:#1a1d23}.single .content .highlight>.chroma .code-header:hover{cursor:pointer}.single .content .highlight>.chroma .code-header .code-title{width:100%;padding:.4rem}.single .content .highlight>.chroma .code-header .code-title::after{padding-left:.2rem;content:'Code'}.single .content .highlight>.chroma .code-header.language-bash .code-title::after{content:"Bash"}.single .content .highlight>.chroma .code-header.language-c .code-title::after{content:"C"}.single .content .highlight>.chroma .code-header.language-cs .code-title::after{content:"C#"}.single .content .highlight>.chroma .code-header.language-cpp .code-title::after{content:"C++"}.single .content .highlight>.chroma .code-header.language-clojure .code-title::after{content:"Clojure"}.single .content .highlight>.chroma .code-header.language-coffeescript .code-title::after{content:"CoffeeScript"}.single .content .highlight>.chroma .code-header.language-css .code-title::after{content:"CSS"}.single .content .highlight>.chroma .code-header.language-dart .code-title::after{content:"Dart"}.single .content .highlight>.chroma .code-header.language-diff .code-title::after{content:"Diff"}.single .content .highlight>.chroma .code-header.language-erlang .code-title::after{content:"Erlang"}.single .content .highlight>.chroma .code-header.language-go .code-title::after{content:"Go"}.single .content .highlight>.chroma .code-header.language-go-html-template .code-title::after{content:"Go HTML Template"}.single .content .highlight>.chroma .code-header.language-groovy .code-title::after{content:"Groovy"}.single .content .highlight>.chroma .code-header.language-haskell .code-title::after{content:"Haskell"}.single .content .highlight>.chroma .code-header.language-html .code-title::after{content:"HTML"}.single .content .highlight>.chroma .code-header.language-http .code-title::after{content:"HTTP"}.single .content .highlight>.chroma .code-header.language-xml .code-title::after{content:"XML"}.single .content .highlight>.chroma .code-header.language-java .code-title::after{content:"Java"}.single .content .highlight>.chroma .code-header.language-js .code-title::after{content:"JavaScript"}.single .content .highlight>.chroma .code-header.language-javascript .code-title::after{content:"JavaScript"}.single .content .highlight>.chroma .code-header.language-json .code-title::after{content:"JSON"}.single .content .highlight>.chroma .code-header.language-kotlin .code-title::after{content:"Kotlin"}.single .content .highlight>.chroma .code-header.language-latex .code-title::after{content:"LaTeX"}.single .content .highlight>.chroma .code-header.language-less .code-title::after{content:"Less"}.single .content .highlight>.chroma .code-header.language-lisp .code-title::after{content:"Lisp"}.single .content .highlight>.chroma .code-header.language-lua .code-title::after{content:"Lua"}.single .content .highlight>.chroma .code-header.language-makefile .code-title::after{content:"Makefile"}.single .content .highlight>.chroma .code-header.language-markdown .code-title::after{content:"Markdown"}.single .content .highlight>.chroma .code-header.language-matlab .code-title::after{content:"Matlab"}.single .content .highlight>.chroma .code-header.language-objectivec .code-title::after{content:"Objective-C"}.single .content .highlight>.chroma .code-header.language-php .code-title::after{content:"PHP"}.single .content .highlight>.chroma .code-header.language-perl .code-title::after{content:"Perl"}.single .content .highlight>.chroma .code-header.language-python .code-title::after{content:"Python"}.single .content .highlight>.chroma .code-header.language-r .code-title::after{content:"R"}.single .content .highlight>.chroma .code-header.language-ruby .code-title::after{content:"Ruby"}.single .content .highlight>.chroma .code-header.language-rust .code-title::after{content:"Rust"}.single .content .highlight>.chroma .code-header.language-scala .code-title::after{content:"Scala"}.single .content .highlight>.chroma .code-header.language-scss .code-title::after{content:"Scss"}.single .content .highlight>.chroma .code-header.language-shell .code-title::after{content:"Shell"}.single .content .highlight>.chroma .code-header.language-sql .code-title::after{content:"SQL"}.single .content .highlight>.chroma .code-header.language-swift .code-title::after{content:"Swift"}.single .content .highlight>.chroma .code-header.language-tex .code-title::after{content:"TeX"}.single .content .highlight>.chroma .code-header.language-toml .code-title::after{content:"TOML"}.single .content .highlight>.chroma .code-header.language-ts .code-title::after{content:"TypeScript"}.single .content .highlight>.chroma .code-header.language-typescript .code-title::after{content:"TypeScript"}.single .content .highlight>.chroma .code-header.language-vue .code-title::after{content:"Vue"}.single .content .highlight>.chroma .code-header.language-yml .code-title::after{content:"YAML"}.single .content .highlight>.chroma .code-header.language-yaml .code-title::after{content:"YAML"}.single .content .highlight>.chroma .lntd:first-child{min-width:1.6rem;text-align:right}.single .content .highlight>.chroma .lntd:last-child{width:100%}.single .content .highlight>.chroma .lntd:last-child pre{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:intrinsic;min-width:max-content}.single .content .highlight>.chroma .ln{padding-right:.75rem}.single .content .highlight>.chroma .hl{display:block;background-color:#dcdcdc}[theme=dark] .single .content .highlight>.chroma .hl{background-color:#1c2025}.single .content .highlight>.chroma .ln,.single .content .highlight>.chroma .lnt{color:#a9a9b3}[theme=dark] .single .content .highlight>.chroma .ln,[theme=dark] .single .content .highlight>.chroma .lnt{color:#5d5d5f}.single .content .highlight>.chroma .arrow{padding:0 .2rem;-webkit-transition:transform 0.2s ease;-moz-transition:transform 0.2s ease;-o-transition:transform 0.2s ease;transition:transform 0.2s ease}.single .content .highlight>.chroma .ellipses{padding:.4rem}.single .content .highlight>.chroma .copy{display:none;padding:.4rem}.single .content .highlight>.chroma .copy:hover{cursor:pointer;color:#2d96bd}[theme=dark] .single .content .highlight>.chroma .copy:hover{color:#fff}.single .content .highlight>.chroma .table-wrapper{max-height:0;overflow-y:hidden;-webkit-transition:max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;-moz-transition:max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;-o-transition:max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;transition:max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s}.single .content .highlight>.chroma.open .code-header{background:#ededed}[theme=dark] .single .content .highlight>.chroma.open .code-header{background:#20252b}.single .content .highlight>.chroma.open .table-wrapper{max-height:12000px;-webkit-transition:max-height 0.8s cubic-bezier(0.5, 0, 1, 0) 0s;-moz-transition:max-height 0.8s cubic-bezier(0.5, 0, 1, 0) 0s;-o-transition:max-height 0.8s cubic-bezier(0.5, 0, 1, 0) 0s;transition:max-height 0.8s cubic-bezier(0.5, 0, 1, 0) 0s}.single .content .highlight>.chroma.open .arrow{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.single .content .highlight>.chroma.open .ellipses{display:none}.single .content .highlight>.chroma.open .copy{display:inline}.single .content .highlight .c,.single .content .highlight .ch,.single .content .highlight .cm,.single .content .highlight .c1,.single .content .highlight .cs,.single .content .highlight .cp,.single .content .highlight .cpf{font-style:italic}.single .content .highlight .gl{text-decoration:underline}.single .content .highlight .p{color:#a9a9b3}.single .content .highlight .k{color:#b501a9}.single .content .highlight .kc{color:#b501a9}.single .content .highlight .kd{color:#b501a9}.single .content .highlight .kn{color:#b501a9}.single .content .highlight .kp{color:#b501a9}.single .content .highlight .kr{color:#b501a9}.single .content .highlight .kt{color:#b501a9}.single .content .highlight .n{color:#333}.single .content .highlight .na{color:#2b77fa}.single .content .highlight .nb{color:#f74840}.single .content .highlight .bp{color:#f74840}.single .content .highlight .nc{color:#cb8100}.single .content .highlight .no{color:#2b77fa}.single .content .highlight .nd{color:#0086c1}.single .content .highlight .ni{color:#2b77fa}.single .content .highlight .ne{color:#2b77fa}.single .content .highlight .nf{color:#2b77fa}.single .content .highlight .fm{color:#1ccad6}.single .content .highlight .nl{color:#2b77fa}.single .content .highlight .nn{color:#2b77fa}.single .content .highlight .nx{color:#333}.single .content .highlight .py{color:#2b77fa}.single .content .highlight .nt{color:#2b77fa}.single .content .highlight .nv{color:#2b77fa}.single .content .highlight .vc{color:#2b77fa}.single .content .highlight .vg{color:#2b77fa}.single .content .highlight .vi{color:#2b77fa}.single .content .highlight .vm{color:#2b77fa}.single .content .highlight .l{color:#2aa198}.single .content .highlight .ld{color:#2aa198}.single .content .highlight .s{color:#24a443}.single .content .highlight .sa{color:#24a443}.single .content .highlight .sb{color:#24a443}.single .content .highlight .sc{color:#24a443}.single .content .highlight .dl{color:#24a443}.single .content .highlight .sd{color:#24a443}.single .content .highlight .s2{color:#24a443}.single .content .highlight .se{color:#24a443}.single .content .highlight .sh{color:#24a443}.single .content .highlight .si{color:#24a443}.single .content .highlight .sx{color:#24a443}.single .content .highlight .sr{color:#24a443}.single .content .highlight .s1{color:#24a443}.single .content .highlight .ss{color:#24a443}.single .content .highlight .m{color:#e2893c}.single .content .highlight .mb{color:#e2893c}.single .content .highlight .mf{color:#e2893c}.single .content .highlight .mh{color:#e2893c}.single .content .highlight .mi{color:#e2893c}.single .content .highlight .il{color:#e2893c}.single .content .highlight .mo{color:#e2893c}.single .content .highlight .o{color:#f19b04}.single .content .highlight .ow{color:#b501a9}.single .content .highlight .c{color:#a0a1a8}.single .content .highlight .ch{color:#a0a1a8}.single .content .highlight .cm{color:#a0a1a8}.single .content .highlight .c1{color:#a0a1a8}.single .content .highlight .cs{color:#a0a1a8}.single .content .highlight .cp{color:#a0a1a8}.single .content .highlight .cpf{color:#a0a1a8}.single .content .highlight .g{color:#e72d40}.single .content .highlight .gd{color:#e72d40}.single .content .highlight .ge{color:#e72d40}.single .content .highlight .gr{color:#e72d40}.single .content .highlight .gh{color:#e72d40}.single .content .highlight .gi{color:#e72d40}.single .content .highlight .go{color:#e72d40}.single .content .highlight .gp{color:#e72d40}.single .content .highlight .gs{color:#e72d40}.single .content .highlight .gu{color:#e72d40}.single .content .highlight .gt{color:#e72d40}.single .content .highlight .w{color:#bbb}[theme=dark] .single .content .highlight .p{color:#a9a9b3}[theme=dark] .single .content .highlight .k{color:#d371e3}[theme=dark] .single .content .highlight .kc{color:#d371e3}[theme=dark] .single .content .highlight .kd{color:#d371e3}[theme=dark] .single .content .highlight .kn{color:#d371e3}[theme=dark] .single .content .highlight .kp{color:#d371e3}[theme=dark] .single .content .highlight .kr{color:#d371e3}[theme=dark] .single .content .highlight .kt{color:#d371e3}[theme=dark] .single .content .highlight .n{color:#a9b2c0}[theme=dark] .single .content .highlight .na{color:#41b0f5}[theme=dark] .single .content .highlight .nb{color:#19b9c4}[theme=dark] .single .content .highlight .bp{color:#ecbf6f}[theme=dark] .single .content .highlight .nc{color:#ecbf6f}[theme=dark] .single .content .highlight .no{color:#41b0f5}[theme=dark] .single .content .highlight .nd{color:#ecbf6f}[theme=dark] .single .content .highlight .ni{color:#41b0f5}[theme=dark] .single .content .highlight .ne{color:#41b0f5}[theme=dark] .single .content .highlight .nf{color:#41b0f5}[theme=dark] .single .content .highlight .fm{color:#19b9c4}[theme=dark] .single .content .highlight .nl{color:#41b0f5}[theme=dark] .single .content .highlight .nn{color:#41b0f5}[theme=dark] .single .content .highlight .nx{color:#a9a9b3}[theme=dark] .single .content .highlight .py{color:#41b0f5}[theme=dark] .single .content .highlight .nt{color:#41b0f5}[theme=dark] .single .content .highlight .nv{color:#41b0f5}[theme=dark] .single .content .highlight .vc{color:#41b0f5}[theme=dark] .single .content .highlight .vg{color:#41b0f5}[theme=dark] .single .content .highlight .vi{color:#41b0f5}[theme=dark] .single .content .highlight .vm{color:#41b0f5}[theme=dark] .single .content .highlight .l{color:#2aa198}[theme=dark] .single .content .highlight .ld{color:#2aa198}[theme=dark] .single .content .highlight .s{color:#8cc570}[theme=dark] .single .content .highlight .sa{color:#8cc570}[theme=dark] .single .content .highlight .sb{color:#8cc570}[theme=dark] .single .content .highlight .sc{color:#8cc570}[theme=dark] .single .content .highlight .dl{color:#8cc570}[theme=dark] .single .content .highlight .sd{color:#8cc570}[theme=dark] .single .content .highlight .s2{color:#8cc570}[theme=dark] .single .content .highlight .se{color:#8cc570}[theme=dark] .single .content .highlight .sh{color:#8cc570}[theme=dark] .single .content .highlight .si{color:#8cc570}[theme=dark] .single .content .highlight .sx{color:#8cc570}[theme=dark] .single .content .highlight .sr{color:#8cc570}[theme=dark] .single .content .highlight .s1{color:#8cc570}[theme=dark] .single .content .highlight .ss{color:#8cc570}[theme=dark] .single .content .highlight .m{color:#db985c}[theme=dark] .single .content .highlight .mb{color:#db985c}[theme=dark] .single .content .highlight .mf{color:#db985c}[theme=dark] .single .content .highlight .mh{color:#db985c}[theme=dark] .single .content .highlight .mi{color:#db985c}[theme=dark] .single .content .highlight .il{color:#db985c}[theme=dark] .single .content .highlight .mo{color:#db985c}[theme=dark] .single .content .highlight .o{color:#ecbf6f}[theme=dark] .single .content .highlight .ow{color:#d371e3}[theme=dark] .single .content .highlight .c{color:#7e848f}[theme=dark] .single .content .highlight .ch{color:#7e848f}[theme=dark] .single .content .highlight .cm{color:#7e848f}[theme=dark] .single .content .highlight .c1{color:#7e848f}[theme=dark] .single .content .highlight .cs{color:#7e848f}[theme=dark] .single .content .highlight .cp{color:#7e848f}[theme=dark] .single .content .highlight .cpf{color:#7e848f}[theme=dark] .single .content .highlight .g{color:#f16372}[theme=dark] .single .content .highlight .gd{color:#f16372}[theme=dark] .single .content .highlight .ge{color:#f16372}[theme=dark] .single .content .highlight .gr{color:#f16372}[theme=dark] .single .content .highlight .gh{color:#f16372}[theme=dark] .single .content .highlight .gi{color:#f16372}[theme=dark] .single .content .highlight .go{color:#f16372}[theme=dark] .single .content .highlight .gp{color:#f16372}[theme=dark] .single .content .highlight .gs{color:#f16372}[theme=dark] .single .content .highlight .gu{color:#f16372}[theme=dark] .single .content .highlight .gt{color:#f16372}[theme=dark] .single .content .highlight .w{color:#bbb}.single .content .gist .gist-file,.single .content .gist .gist-data,.single .content .gist .gist-meta{border:none}.single .content .gist .gist-meta{padding:.4rem .8rem;background-color:#e8e8e8}.single .content .gist .gist-meta a,.single .content .gist .gist-meta a::before,.single .content .gist .gist-meta a::after{text-decoration:none;color:#2d96bd}[theme=dark] .single .content .gist .gist-meta a,[theme=dark] .single .content .gist .gist-meta a::before,[theme=dark] .single .content .gist .gist-meta a::after{color:#55bde2}.single .content .gist .gist-meta a:active,.single .content .gist .gist-meta a:hover{color:#ef3982}[theme=dark] .single .content .gist .gist-meta a:active,[theme=dark] .single .content .gist .gist-meta a:hover{color:#bdebfc}[theme=dark] .single .content .gist .gist-meta{background-color:#1c2025}[theme=dark] .single .content .gist .highlight{background:#141414}[theme=dark] .single .content .gist .blob-num,[theme=dark] .single .content .gist .blob-code-inner,[theme=dark] .single .content .gist .highlight,[theme=dark] .single .content .gist .pl-enm,[theme=dark] .single .content .gist .pl-ko,[theme=dark] .single .content .gist .pl-mo,[theme=dark] .single .content .gist .pl-mp1 .pl-sf,[theme=dark] .single .content .gist .pl-ms,[theme=dark] .single .content .gist .pl-pdc1,[theme=dark] .single .content .gist .pl-scp,[theme=dark] .single .content .gist .pl-smc,[theme=dark] .single .content .gist .pl-som,[theme=dark] .single .content .gist .pl-va,[theme=dark] .single .content .gist .pl-vpf,[theme=dark] .single .content .gist .pl-vpu,[theme=dark] .single .content .gist .pl-mdr{color:#aab1bf}[theme=dark] .single .content .gist .pl-mb,[theme=dark] .single .content .gist .pl-pdb{font-weight:700}[theme=dark] .single .content .gist .pl-c,[theme=dark] .single .content .gist .pl-c span,[theme=dark] .single .content .gist .pl-pdc{color:#5b6270;font-style:italic}[theme=dark] .single .content .gist .pl-sr .pl-cce{color:#56b5c2;font-weight:400}[theme=dark] .single .content .gist .pl-ef,[theme=dark] .single .content .gist .pl-en,[theme=dark] .single .content .gist .pl-enf,[theme=dark] .single .content .gist .pl-eoai,[theme=dark] .single .content .gist .pl-kos,[theme=dark] .single .content .gist .pl-mh .pl-pdh,[theme=dark] .single .content .gist .pl-mr{color:#61afef}[theme=dark] .single .content .gist .pl-ens,[theme=dark] .single .content .gist .pl-vi{color:#be5046}[theme=dark] .single .content .gist .pl-enti,[theme=dark] .single .content .gist .pl-mai .pl-sf,[theme=dark] .single .content .gist .pl-ml,[theme=dark] .single .content .gist .pl-sf,[theme=dark] .single .content .gist .pl-sr,[theme=dark] .single .content .gist .pl-sr .pl-sra,[theme=dark] .single .content .gist .pl-src,[theme=dark] .single .content .gist .pl-st,[theme=dark] .single .content .gist .pl-vo{color:#56b5c2}[theme=dark] .single .content .gist .pl-eoi,[theme=dark] .single .content .gist .pl-mri,[theme=dark] .single .content .gist .pl-pds,[theme=dark] .single .content .gist .pl-pse .pl-s1,[theme=dark] .single .content .gist .pl-s,[theme=dark] .single .content .gist .pl-s1{color:#97c279}[theme=dark] .single .content .gist .pl-k,[theme=dark] .single .content .gist .pl-kolp,[theme=dark] .single .content .gist .pl-mc,[theme=dark] .single .content .gist .pl-pde{color:#c578dd}[theme=dark] .single .content .gist .pl-mi,[theme=dark] .single .content .gist .pl-pdi{color:#c578dd;font-style:italic}[theme=dark] .single .content .gist .pl-mp,[theme=dark] .single .content .gist .pl-stp{color:#818896}[theme=dark] .single .content .gist .pl-mdh,[theme=dark] .single .content .gist .pl-mdi,[theme=dark] .single .content .gist .pl-mdr{font-weight:400}[theme=dark] .single .content .gist .pl-mdht,[theme=dark] .single .content .gist .pl-mi1{color:#97c279;background:#020}[theme=dark] .single .content .gist .pl-md,[theme=dark] .single .content .gist .pl-mdhf{color:#df6b75;background:#200}[theme=dark] .single .content .gist .pl-corl{color:#df6b75;text-decoration:underline}[theme=dark] .single .content .gist .pl-ib{background:#df6b75}[theme=dark] .single .content .gist .pl-ii{background:#e0c184;color:#fff}[theme=dark] .single .content .gist .pl-iu{background:#e05151}[theme=dark] .single .content .gist .pl-ms1{color:#aab1bf;background:#373b41}[theme=dark] .single .content .gist .pl-c1,[theme=dark] .single .content .gist .pl-cn,[theme=dark] .single .content .gist .pl-e,[theme=dark] .single .content .gist .pl-eoa,[theme=dark] .single .content .gist .pl-eoac,[theme=dark] .single .content .gist .pl-eoac .pl-pde,[theme=dark] .single .content .gist .pl-kou,[theme=dark] .single .content .gist .pl-mm,[theme=dark] .single .content .gist .pl-mp .pl-s3,[theme=dark] .single .content .gist .pl-mq,[theme=dark] .single .content .gist .pl-s3,[theme=dark] .single .content .gist .pl-sok,[theme=dark] .single .content .gist .pl-sv,[theme=dark] .single .content .gist .pl-mb{color:#d19965}[theme=dark] .single .content .gist .pl-enc,[theme=dark] .single .content .gist .pl-entc,[theme=dark] .single .content .gist .pl-pse .pl-s2,[theme=dark] .single .content .gist .pl-s2,[theme=dark] .single .content .gist .pl-sc,[theme=dark] .single .content .gist .pl-smp,[theme=dark] .single .content .gist .pl-sr .pl-sre,[theme=dark] .single .content .gist .pl-stj,[theme=dark] .single .content .gist .pl-v,[theme=dark] .single .content .gist .pl-pdb{color:#e4bf7a}[theme=dark] .single .content .gist .pl-ent,[theme=dark] .single .content .gist .pl-entl,[theme=dark] .single .content .gist .pl-entm,[theme=dark] .single .content .gist .pl-mh,[theme=dark] .single .content .gist .pl-pdv,[theme=dark] .single .content .gist .pl-smi,[theme=dark] .single .content .gist .pl-sol,[theme=dark] .single .content .gist .pl-mdh,[theme=dark] .single .content .gist .pl-mdi{color:#df6b75}[theme=dark] .single .content iframe.instagram-media{border:none !important}.single .content .admonition{position:relative;margin:1rem 0;padding:0 .75rem;background-color:rgba(68,138,255,0.1);border-left:0.25rem solid #448aff;overflow:auto}.single .content .admonition .admonition-title{font-weight:bold;margin:0 -0.75rem;padding:.25rem 1.8rem;border-bottom:1px solid rgba(68,138,255,0.1);background-color:rgba(68,138,255,0.25)}.single .content .admonition.open .admonition-title{background-color:rgba(68,138,255,0.1)}.single .content .admonition .admonition-content{padding:.5rem 0}.single .content .admonition i.icon{font-size:0.85rem;color:#448aff;position:absolute;top:.6rem;left:.4rem}.single .content .admonition i.details-icon{position:absolute;top:.6rem;right:.3rem}.single .content .admonition.note{border-left-color:#448aff}.single .content .admonition.note i.icon{color:#448aff}.single .content .admonition.abstract{border-left-color:#00b0ff}.single .content .admonition.abstract i.icon{color:#00b0ff}.single .content .admonition.info{border-left-color:#00b8d4}.single .content .admonition.info i.icon{color:#00b8d4}.single .content .admonition.tip{border-left-color:#00bfa5}.single .content .admonition.tip i.icon{color:#00bfa5}.single .content .admonition.success{border-left-color:#00c853}.single .content .admonition.success i.icon{color:#00c853}.single .content .admonition.question{border-left-color:#64dd17}.single .content .admonition.question i.icon{color:#64dd17}.single .content .admonition.warning{border-left-color:#ff9100}.single .content .admonition.warning i.icon{color:#ff9100}.single .content .admonition.failure{border-left-color:#ff5252}.single .content .admonition.failure i.icon{color:#ff5252}.single .content .admonition.danger{border-left-color:#ff1744}.single .content .admonition.danger i.icon{color:#ff1744}.single .content .admonition.bug{border-left-color:#f50057}.single .content .admonition.bug i.icon{color:#f50057}.single .content .admonition.example{border-left-color:#651fff}.single .content .admonition.example i.icon{color:#651fff}.single .content .admonition.quote{border-left-color:#9e9e9e}.single .content .admonition.quote i.icon{color:#9e9e9e}.single .content .admonition.note{background-color:rgba(68,138,255,0.1)}.single .content .admonition.note .admonition-title{border-bottom-color:rgba(68,138,255,0.1);background-color:rgba(68,138,255,0.25)}.single .content .admonition.note.open .admonition-title{background-color:rgba(68,138,255,0.1)}.single .content .admonition.abstract{background-color:rgba(0,176,255,0.1)}.single .content .admonition.abstract .admonition-title{border-bottom-color:rgba(0,176,255,0.1);background-color:rgba(0,176,255,0.25)}.single .content .admonition.abstract.open .admonition-title{background-color:rgba(0,176,255,0.1)}.single .content .admonition.info{background-color:rgba(0,184,212,0.1)}.single .content .admonition.info .admonition-title{border-bottom-color:rgba(0,184,212,0.1);background-color:rgba(0,184,212,0.25)}.single .content .admonition.info.open .admonition-title{background-color:rgba(0,184,212,0.1)}.single .content .admonition.tip{background-color:rgba(0,191,165,0.1)}.single .content .admonition.tip .admonition-title{border-bottom-color:rgba(0,191,165,0.1);background-color:rgba(0,191,165,0.25)}.single .content .admonition.tip.open .admonition-title{background-color:rgba(0,191,165,0.1)}.single .content .admonition.success{background-color:rgba(0,200,83,0.1)}.single .content .admonition.success .admonition-title{border-bottom-color:rgba(0,200,83,0.1);background-color:rgba(0,200,83,0.25)}.single .content .admonition.success.open .admonition-title{background-color:rgba(0,200,83,0.1)}.single .content .admonition.question{background-color:rgba(100,221,23,0.1)}.single .content .admonition.question .admonition-title{border-bottom-color:rgba(100,221,23,0.1);background-color:rgba(100,221,23,0.25)}.single .content .admonition.question.open .admonition-title{background-color:rgba(100,221,23,0.1)}.single .content .admonition.warning{background-color:rgba(255,145,0,0.1)}.single .content .admonition.warning .admonition-title{border-bottom-color:rgba(255,145,0,0.1);background-color:rgba(255,145,0,0.25)}.single .content .admonition.warning.open .admonition-title{background-color:rgba(255,145,0,0.1)}.single .content .admonition.failure{background-color:rgba(255,82,82,0.1)}.single .content .admonition.failure .admonition-title{border-bottom-color:rgba(255,82,82,0.1);background-color:rgba(255,82,82,0.25)}.single .content .admonition.failure.open .admonition-title{background-color:rgba(255,82,82,0.1)}.single .content .admonition.danger{background-color:rgba(255,23,68,0.1)}.single .content .admonition.danger .admonition-title{border-bottom-color:rgba(255,23,68,0.1);background-color:rgba(255,23,68,0.25)}.single .content .admonition.danger.open .admonition-title{background-color:rgba(255,23,68,0.1)}.single .content .admonition.bug{background-color:rgba(245,0,87,0.1)}.single .content .admonition.bug .admonition-title{border-bottom-color:rgba(245,0,87,0.1);background-color:rgba(245,0,87,0.25)}.single .content .admonition.bug.open .admonition-title{background-color:rgba(245,0,87,0.1)}.single .content .admonition.example{background-color:rgba(101,31,255,0.1)}.single .content .admonition.example .admonition-title{border-bottom-color:rgba(101,31,255,0.1);background-color:rgba(101,31,255,0.25)}.single .content .admonition.example.open .admonition-title{background-color:rgba(101,31,255,0.1)}.single .content .admonition.quote{background-color:rgba(159,159,159,0.1)}.single .content .admonition.quote .admonition-title{border-bottom-color:rgba(159,159,159,0.1);background-color:rgba(159,159,159,0.25)}.single .content .admonition.quote.open .admonition-title{background-color:rgba(159,159,159,0.1)}.single .content .admonition:last-child{margin-bottom:.75rem}.single .content .echarts{margin:.5rem 0;text-align:center}.single .content .mapbox{margin:.5rem 0;padding:.5rem 0}.single .content meting-js{margin:.5rem 0}.single .content .bilibili{position:relative;width:100%;height:0;padding-bottom:75%;margin:3% auto;text-align:center}.single .content .bilibili iframe{position:absolute;width:100%;height:100%;left:0;top:0}.single .content hr{margin:1rem 0;position:relative;border-top:1px dashed #f0f0f0;border-bottom:none}[theme=dark] .single .content hr{border-top:1px dashed #363636}.single .content kbd{display:inline-block;padding:.25rem;background-color:#fff;border:1px solid #f0f0f0;border-bottom-color:#f0f0f0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 #f0f0f0;box-shadow:inset 0 -1px 0 #f0f0f0;font-size:.8rem;font-family:Source Code Pro,Menlo,Consolas,Monaco,monospace,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei UI,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;color:#E74C3C}[theme=dark] .single .content kbd{background-color:#292a2d;border:1px solid #363636;border-bottom-color:#363636;-webkit-box-shadow:inset 0 -1px 0 #363636;box-shadow:inset 0 -1px 0 #363636;color:#E5BF78}.single .content .typeit .code{padding:.375rem;font-size:.875rem;font-family:Source Code Pro,Menlo,Consolas,Monaco,monospace,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei UI,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:bold;word-break:break-all}.single .content .version{height:1.25em;vertical-align:text-bottom}.single .post-footer{margin-top:3rem}.single .post-footer .post-info{border-bottom:1px solid #f0f0f0;padding:1rem 0 0.3rem}[theme=dark] .single .post-footer .post-info{border-bottom:1px solid #363636}.single .post-footer .post-info .post-info-line{display:flex;justify-content:space-between}.single .post-footer .post-info .post-info-line .post-info-mod{font-size:0.8em;color:#a9a9b3}[theme=dark] .single .post-footer .post-info .post-info-line .post-info-mod{color:#5d5d5f}.single .post-footer .post-info .post-info-line .post-info-mod a,.single .post-footer .post-info .post-info-line .post-info-mod a::before,.single .post-footer .post-info .post-info-line .post-info-mod a::after{text-decoration:none;color:#2d96bd}[theme=dark] .single .post-footer .post-info .post-info-line .post-info-mod a,[theme=dark] .single .post-footer .post-info .post-info-line .post-info-mod a::before,[theme=dark] .single .post-footer .post-info .post-info-line .post-info-mod a::after{color:#55bde2}.single .post-footer .post-info .post-info-line .post-info-mod a:active,.single .post-footer .post-info .post-info-line .post-info-mod a:hover{color:#ef3982}[theme=dark] .single .post-footer .post-info .post-info-line .post-info-mod a:active,[theme=dark] .single .post-footer .post-info .post-info-line .post-info-mod a:hover{color:#bdebfc}.single .post-footer .post-info .post-info-line .post-info-license{font-size:0.8em;color:#a9a9b3}[theme=dark] .single .post-footer .post-info .post-info-line .post-info-license{color:#5d5d5f}.single .post-footer .post-info .post-info-line .post-info-license a,.single .post-footer .post-info .post-info-line .post-info-license a::before,.single .post-footer .post-info .post-info-line .post-info-license a::after{text-decoration:none;color:#2d96bd}[theme=dark] .single .post-footer .post-info .post-info-line .post-info-license a,[theme=dark] .single .post-footer .post-info .post-info-line .post-info-license a::before,[theme=dark] .single .post-footer .post-info .post-info-line .post-info-license a::after{color:#55bde2}.single .post-footer .post-info .post-info-line .post-info-license a:active,.single .post-footer .post-info .post-info-line .post-info-license a:hover{color:#ef3982}[theme=dark] .single .post-footer .post-info .post-info-line .post-info-license a:active,[theme=dark] .single .post-footer .post-info .post-info-line .post-info-license a:hover{color:#bdebfc}.single .post-footer .post-info .post-info-line .post-info-md{font-size:0.8rem;width:8rem}.single .post-footer .post-info .post-info-line .post-info-md a,.single .post-footer .post-info .post-info-line .post-info-md a::before,.single .post-footer .post-info .post-info-line .post-info-md a::after{text-decoration:none;color:#2d96bd}[theme=dark] .single .post-footer .post-info .post-info-line .post-info-md a,[theme=dark] .single .post-footer .post-info .post-info-line .post-info-md a::before,[theme=dark] .single .post-footer .post-info .post-info-line .post-info-md a::after{color:#55bde2}.single .post-footer .post-info .post-info-line .post-info-md a:active,.single .post-footer .post-info .post-info-line .post-info-md a:hover{color:#ef3982}[theme=dark] .single .post-footer .post-info .post-info-line .post-info-md a:active,[theme=dark] .single .post-footer .post-info .post-info-line .post-info-md a:hover{color:#bdebfc}.single .post-footer .post-info .post-info-line .post-info-share a *{vertical-align:text-bottom}.single .post-footer .post-info-more{padding:0.3rem 0 1rem;display:flex;justify-content:space-between;font-size:0.9rem}.single .post-footer .post-tags{max-width:65%}.single .post-footer .post-tags *{display:inline}.single .post-footer .post-nav::before,.single .post-footer .post-nav::after{content:' ';display:table}.single .post-footer .post-nav a.prev,.single .post-footer .post-nav a.next{font-size:1rem;font-weight:600;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.single .post-footer .post-nav a.prev{float:left}.single .post-footer .post-nav a.prev:hover{-webkit-transform:translateX(-4px);-moz-transform:translateX(-4px);-ms-transform:translateX(-4px);-o-transform:translateX(-4px);transform:translateX(-4px)}.single .post-footer .post-nav a.next{float:right}.single .post-footer .post-nav a.next:hover{-webkit-transform:translateX(4px);-moz-transform:translateX(4px);-ms-transform:translateX(4px);-o-transform:translateX(4px);transform:translateX(4px)}.single #comments{padding:8rem 0 2rem}.lg-toolbar .lg-icon::after{color:#999}.special .single-title,.special .single-subtitle{text-align:right}.archive .single-title{text-align:right}.archive .group-title{margin-top:1.5rem;margin-bottom:1rem}.archive .categories-card{margin:0 auto;margin-top:3rem;display:flex;align-items:center;justify-content:space-between;flex-direction:row;flex-wrap:wrap;line-height:1.6rem}.archive .categories-card .card-item{font-size:.875rem;text-align:left;width:45%;display:flex;align-items:flex-start;margin-top:2rem;min-height:10rem;padding:0 2%;position:relative}.archive .categories-card .card-item .card-item-wrapper{width:100%;overflow:hidden}.archive .categories-card .card-item .card-item-wrapper .card-item-title{font-size:1.2rem;font-weight:bold;display:inline-block;margin-top:1rem;margin-bottom:.75rem}.archive .categories-card .card-item .card-item-wrapper span{float:right;padding-right:1rem}.archive .archive-item{display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;margin:.25rem 0 .25rem 1.5rem}.archive .archive-item-link{min-width:10%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.archive .archive-item-link:hover{color:#2d96bd;background-color:transparent}[theme=dark] .archive .archive-item-link{color:#a9a9b3}[theme=dark] .archive .archive-item-link:hover{color:#fff}.archive .archive-item-date{width:4em;text-align:right;color:#a9a9b3}[theme=dark] .archive .archive-item-date{color:#5d5d5f}.archive .more-post{text-align:right}.archive .tag-cloud-tags{margin:10px 0}.archive .tag-cloud-tags a,.archive .tag-cloud-tags a::before,.archive .tag-cloud-tags a::after{text-decoration:none;color:#161209}[theme=dark] .archive .tag-cloud-tags a,[theme=dark] .archive .tag-cloud-tags a::before,[theme=dark] .archive .tag-cloud-tags a::after{color:#a9a9b3}.archive .tag-cloud-tags a:active,.archive .tag-cloud-tags a:hover{color:#2d96bd}[theme=dark] .archive .tag-cloud-tags a:active,[theme=dark] .archive .tag-cloud-tags a:hover{color:#fff}.archive .tag-cloud-tags a{display:inline-block;position:relative;margin:5px 10px;word-wrap:break-word;overflow-wrap:break-word;-webkit-transition:all ease-out 0.3s;-moz-transition:all ease-out 0.3s;-o-transition:all ease-out 0.3s;transition:all ease-out 0.3s}.archive .tag-cloud-tags a:active,.archive .tag-cloud-tags a:focus,.archive .tag-cloud-tags a:hover{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.archive .tag-cloud-tags a sup{color:#a9a9b3}[theme=dark] .archive .tag-cloud-tags a sup{color:#5d5d5f}.home .home-profile{-webkit-transform:translateY(16vh);-moz-transform:translateY(16vh);-ms-transform:translateY(16vh);-o-transform:translateY(16vh);transform:translateY(16vh);padding:0 0 .5rem;text-align:center}.home .home-profile .home-avatar{padding:.5rem}.home .home-profile .home-avatar img{display:inline-block;width:8rem;height:auto;margin:0 auto;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-webkit-box-shadow:0 0 0 0.3618em rgba(0,0,0,0.05);box-shadow:0 0 0 0.3618em rgba(0,0,0,0.05);-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease}.home .home-profile .home-avatar img:hover{position:relative;-webkit-transform:translateY(-0.75rem);-moz-transform:translateY(-0.75rem);-ms-transform:translateY(-0.75rem);-o-transform:translateY(-0.75rem);transform:translateY(-0.75rem)}.home .home-profile .home-title{font-size:1.25rem;font-weight:bold;margin:0;padding:.5rem}.home .home-profile .home-subtitle{font-size:1rem;font-weight:normal;margin:0;padding:.5rem}.home .home-profile .links{padding:.5rem;font-size:1.5rem}.home .home-profile .links a *{vertical-align:text-bottom}.home .home-profile .links img{height:1.5rem;padding:0 .25rem}.home .home-profile .home-disclaimer{font-size:1rem;line-height:1.5rem;font-weight:normal;margin:0;padding:.5rem;color:#a9a9b3}[theme=dark] .home .home-profile .home-disclaimer{color:#5d5d5f}.home[posts] .home-profile{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);padding-top:2rem}.home[posts] .home-avatar img{width:6rem}.home[posts] .summary{padding-top:1rem;padding-bottom:.8rem;color:#161209;border-bottom:1px dashed #f0f0f0}[theme=dark] .home[posts] .summary{color:#a9a9b3;border-bottom:1px dashed #363636}.home[posts] .summary .featured-image-preview{width:100%;padding:30% 0 0;position:relative;margin:0.6rem auto;-webkit-transition:transform 0.4s ease;-moz-transition:transform 0.4s ease;-o-transition:transform 0.4s ease;transition:transform 0.4s ease}.home[posts] .summary .featured-image-preview img{position:absolute;width:100%;height:100%;left:0;top:0;-o-object-fit:none;object-fit:none;font-family:"object-fit: none;"}.home[posts] .summary .featured-image-preview img.lazyloaded{-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;"}.home[posts] .summary .featured-image-preview:hover{-webkit-transform:scale(1.01);-moz-transform:scale(1.01);-ms-transform:scale(1.01);-o-transform:scale(1.01);transform:scale(1.01)}.home[posts] .summary .single-title{font-size:1.25rem;line-height:140%;margin:0.4rem 0}.home[posts] .summary .content{display:-moz-box;display:-webkit-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-line-clamp:3;margin-top:.3rem;width:100%;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;overflow-wrap:break-word;color:#a9a9b3}[theme=dark] .home[posts] .summary .content{color:#5d5d5f}.home[posts] .summary .content h2,.home[posts] .summary .content h3,.home[posts] .summary .content h4,.home[posts] .summary .content h5,.home[posts] .summary .content h6,.home[posts] .summary .content p{font-size:1rem;line-height:1.5;display:inline}.home[posts] .summary .content h2::after,.home[posts] .summary .content h3::after,.home[posts] .summary .content h4::after,.home[posts] .summary .content h5::after,.home[posts] .summary .content h6::after,.home[posts] .summary .content p::after{content:"\A";white-space:pre}.home[posts] .summary .content h2{font-size:1.125rem}.home[posts] .summary .content a,.home[posts] .summary .content a::before,.home[posts] .summary .content a::after{text-decoration:none;color:#2d96bd}[theme=dark] .home[posts] .summary .content a,[theme=dark] .home[posts] .summary .content a::before,[theme=dark] .home[posts] .summary .content a::after{color:#a9a9b3}.home[posts] .summary .content a:active,.home[posts] .summary .content a:hover{color:#ef3982}[theme=dark] .home[posts] .summary .content a:active,[theme=dark] .home[posts] .summary .content a:hover{color:#fff}.home[posts] .summary .content b,.home[posts] .summary .content strong{color:#a9a9b3}[theme=dark] .home[posts] .summary .content b,[theme=dark] .home[posts] .summary .content strong{color:#5d5d5f}.home[posts] .summary .post-footer{margin-top:.4rem;display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.home[posts] .summary .post-footer a,.home[posts] .summary .post-footer a::before,.home[posts] .summary .post-footer a::after{text-decoration:none;color:#2d96bd}[theme=dark] .home[posts] .summary .post-footer a,[theme=dark] .home[posts] .summary .post-footer a::before,[theme=dark] .home[posts] .summary .post-footer a::after{color:#55bde2}.home[posts] .summary .post-footer a:active,.home[posts] .summary .post-footer a:hover{color:#ef3982}[theme=dark] .home[posts] .summary .post-footer a:active,[theme=dark] .home[posts] .summary .post-footer a:hover{color:#bdebfc}.home[posts] .summary .post-footer .post-tags{padding:0}.home[posts] .summary .post-footer .post-tags a,.home[posts] .summary .post-footer .post-tags a::before,.home[posts] .summary .post-footer .post-tags a::after{text-decoration:none;color:#161209}[theme=dark] .home[posts] .summary .post-footer .post-tags a,[theme=dark] .home[posts] .summary .post-footer .post-tags a::before,[theme=dark] .home[posts] .summary .post-footer .post-tags a::after{color:#a9a9b3}.home[posts] .summary .post-footer .post-tags a:active,.home[posts] .summary .post-footer .post-tags a:hover{color:#2d96bd}[theme=dark] .home[posts] .summary .post-footer .post-tags a:active,[theme=dark] .home[posts] .summary .post-footer .post-tags a:hover{color:#fff}#content-404{font-size:1.8rem;line-height:3rem;-webkit-transform:translateY(30vh);-moz-transform:translateY(30vh);-ms-transform:translateY(30vh);-o-transform:translateY(30vh);transform:translateY(30vh);text-align:center}header{width:100%;z-index:150;background-color:#f8f8f8;-webkit-transition:box-shadow 0.3s ease;-moz-transition:box-shadow 0.3s ease;-o-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease}[theme=dark] header{background-color:#252627}header .logo{min-height:1.5em;height:1.5em;vertical-align:text-bottom}header .logo,header .header-title-pre{padding-right:.25rem}header .header-title-post{padding-left:.25rem}header:hover{-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.1);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.1)}.header-wrapper{display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;width:100%}.header-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei UI,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:bold;margin-right:.5rem;min-width:10%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-flex:10;flex:10}.menu .menu-item{position:relative}.language-select{position:absolute;opacity:0;left:0;top:0;width:100%;height:100%}.language-select:hover{cursor:pointer}.search{position:relative}.search input{color:transparent;box-sizing:border-box;height:2.5rem;width:2.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;border:none;outline:none;background-color:#f8f8f8;vertical-align:baseline !important;-webkit-transition:width 0.3s ease;-moz-transition:width 0.3s ease;-o-transition:width 0.3s ease;transition:width 0.3s ease}[theme=dark] .search input{background-color:#252627}.search input::-webkit-input-placeholder{color:rgba(0,0,0,0)}.search input:-moz-placeholder{color:rgba(0,0,0,0)}.search input::-moz-placeholder{color:rgba(0,0,0,0)}.search input:-ms-input-placeholder{color:rgba(0,0,0,0)}.search input::placeholder{color:rgba(0,0,0,0)}.search .search-button{margin:0;position:absolute;left:auto;right:1rem}.search .search-toggle{left:.5rem;right:auto}.search .search-loading{display:none}.search .search-clear{display:none}.open .search input,.search.mobile input{color:#161209;background-color:#e9e9e9;padding:0 2rem 0 2rem}[theme=dark] .open .search input,[theme=dark] .search.mobile input{color:#a9a9b3;background-color:#363636}[theme=dark] .open .search input::-webkit-input-placeholder,[theme=dark] .search.mobile input::-webkit-input-placeholder{color:#5d5d5f}[theme=dark] .open .search input:-moz-placeholder,[theme=dark] .search.mobile input:-moz-placeholder{color:#5d5d5f}[theme=dark] .open .search input::-moz-placeholder,[theme=dark] .search.mobile input::-moz-placeholder{color:#5d5d5f}[theme=dark] .open .search input:-ms-input-placeholder,[theme=dark] .search.mobile input:-ms-input-placeholder{color:#5d5d5f}[theme=dark] .open .search input::placeholder,[theme=dark] .search.mobile input::placeholder{color:#5d5d5f}.open .search input::-webkit-input-placeholder,.search.mobile input::-webkit-input-placeholder{color:#a9a9b3}.open .search input:-moz-placeholder,.search.mobile input:-moz-placeholder{color:#a9a9b3}.open .search input::-moz-placeholder,.search.mobile input::-moz-placeholder{color:#a9a9b3}.open .search input:-ms-input-placeholder,.search.mobile input:-ms-input-placeholder{color:#a9a9b3}.open .search input::placeholder,.search.mobile input::placeholder{color:#a9a9b3}.open .search .search-button,.search.mobile .search-button{color:#a9a9b3}[theme=dark] .open .search .search-button,[theme=dark] .search.mobile .search-button{color:#5d5d5f}.open .search .search-clear:hover,.search.mobile .search-clear:hover{color:#ff6b6b}.open .search .search-toggle:hover,.search.mobile .search-toggle:hover{cursor:default}.theme-switch i{-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);-o-transform:rotate(225deg);transform:rotate(225deg)}#header-desktop{display:block;position:fixed;height:3.5rem;line-height:3.5rem}[header-desktop=normal] #header-desktop{position:static}#header-desktop .header-wrapper{padding:0 2rem 0 10vh}#header-desktop .header-wrapper .header-title{font-size:1.5rem}#header-desktop .header-wrapper .menu{overflow:hidden;white-space:nowrap}#header-desktop .header-wrapper .menu .menu-inner{float:right}#header-desktop .header-wrapper .menu .menu-item{margin:0 .5rem}#header-desktop .header-wrapper .menu .menu-item.delimiter{border-left:1.5px solid #161209}[theme=dark] #header-desktop .header-wrapper .menu .menu-item.delimiter{border-left-color:#363636}#header-desktop .header-wrapper .menu .menu-item.language{margin-right:0}#header-desktop .header-wrapper .menu .menu-item.search{margin:0 -.5rem 0 0}#header-desktop .header-wrapper .menu a.active{font-weight:900;color:#161209}[theme=dark] #header-desktop .header-wrapper .menu a.active{color:#fff}#header-desktop.open .header-wrapper .menu .menu-item.search{margin:0 .25rem 0 .5rem}#header-desktop.open .header-wrapper .menu .menu-item.search input{width:24rem}#header-mobile{display:none;position:fixed;height:3.5rem;line-height:3.5rem}[header-mobile=normal] #header-mobile{position:static}#header-mobile .header-container{padding:0;margin:0}#header-mobile .header-container .header-wrapper{padding:0 1rem;font-size:1.125rem;-webkit-transition:margin-top 0.3s ease;-moz-transition:margin-top 0.3s ease;-o-transition:margin-top 0.3s ease;transition:margin-top 0.3s ease}#header-mobile .header-container .header-wrapper .header-title{font-size:1.5rem;max-width:80%}#header-mobile .header-container .header-wrapper .menu-toggle{line-height:4rem;cursor:pointer;-webkit-transition:width 0.3s ease;-moz-transition:width 0.3s ease;-o-transition:width 0.3s ease;transition:width 0.3s ease}#header-mobile .header-container .header-wrapper .menu-toggle span{display:block;background:#161209;width:1.5rem;height:2px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}[theme=dark] #header-mobile .header-container .header-wrapper .menu-toggle span{background:#a9a9b3}#header-mobile .header-container .header-wrapper .menu-toggle span:nth-child(1){margin-bottom:.5rem}#header-mobile .header-container .header-wrapper .menu-toggle span:nth-child(3){margin-top:.5rem}#header-mobile .header-container .header-wrapper .menu-toggle.active span:nth-child(1){-webkit-transform:rotate(45deg) translate(0.4rem, 0.5rem);-moz-transform:rotate(45deg) translate(0.4rem, 0.5rem);-ms-transform:rotate(45deg) translate(0.4rem, 0.5rem);-o-transform:rotate(45deg) translate(0.4rem, 0.5rem);transform:rotate(45deg) translate(0.4rem, 0.5rem)}#header-mobile .header-container .header-wrapper .menu-toggle.active span:nth-child(2){opacity:0}#header-mobile .header-container .header-wrapper .menu-toggle.active span:nth-child(3){-webkit-transform:rotate(-45deg) translate(0.4rem, -0.5rem);-moz-transform:rotate(-45deg) translate(0.4rem, -0.5rem);-ms-transform:rotate(-45deg) translate(0.4rem, -0.5rem);-o-transform:rotate(-45deg) translate(0.4rem, -0.5rem);transform:rotate(-45deg) translate(0.4rem, -0.5rem)}#header-mobile .header-container .menu{text-align:center;background:#f8f8f8;border-top:2px solid #f0f0f0;display:none;padding-top:.5rem;-webkit-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.1);box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.1)}#header-mobile .header-container .menu .search-wrapper{display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;padding:.5rem 1rem;line-height:2.5rem}#header-mobile .header-container .menu .search{flex-grow:10}#header-mobile .header-container .menu .search .algolia-autocomplete,#header-mobile .header-container .menu .search input{width:100%}#header-mobile .header-container .menu .search-button{top:0}#header-mobile .header-container .menu .search-cancel{display:none;margin-left:.75rem}#header-mobile .header-container .menu .menu-item{display:block;line-height:2.5rem}#header-mobile .header-container .menu.active{display:block}[theme=dark] #header-mobile .header-container .menu{background:#252627;border-top-color:#363636}#header-mobile.open .header-wrapper{margin-top:-3.5rem}#header-mobile.open .menu{padding-top:0;border-top:none}#header-mobile.open .menu .menu-item{display:none}#header-mobile.open .menu .search-cancel{display:inline}.search-dropdown{position:fixed;z-index:200;top:3.5rem;-webkit-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.1);box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.1)}.search-dropdown.desktop{right:2rem;width:30rem}.search-dropdown.mobile{right:0;width:100%}.search-dropdown .dropdown-menu{right:0 !important;background-color:#fff}[theme=dark] .search-dropdown .dropdown-menu{background-color:#292a2d}.search-dropdown .dropdown-menu .suggestions{overflow-y:auto;max-height:calc(100vh - 3.5rem)}.search-dropdown .dropdown-menu .suggestions .suggestion{padding:.75rem 1rem}.search-dropdown .dropdown-menu .suggestions .suggestion .suggestion-title{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;font-weight:bold;max-width:75%}.search-dropdown .dropdown-menu .suggestions .suggestion .suggestion-date{font-size:.875rem;float:right;text-align:right;color:#a9a9b3}[theme=dark] .search-dropdown .dropdown-menu .suggestions .suggestion .suggestion-date{color:#5d5d5f}.search-dropdown .dropdown-menu .suggestions .suggestion .suggestion-context{line-height:1.25rem;display:-moz-box;display:-webkit-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;overflow-wrap:break-word;color:#a9a9b3}[theme=dark] .search-dropdown .dropdown-menu .suggestions .suggestion .suggestion-context{color:#5d5d5f}.search-dropdown .dropdown-menu .suggestions .suggestion em{font-style:normal;background-color:rgba(53,166,247,0.25)}[theme=dark] .search-dropdown .dropdown-menu .suggestions .suggestion em{background-color:rgba(50,112,194,0.4)}.search-dropdown .dropdown-menu .suggestions .suggestion.cursor{background:#e8e8e8}[theme=dark] .search-dropdown .dropdown-menu .suggestions .suggestion.cursor{background:#323843}.search-dropdown .dropdown-menu .suggestions .suggestion:hover{cursor:pointer}.search-dropdown .dropdown-menu .search-empty{padding:1rem;text-align:center}.search-dropdown .dropdown-menu .search-empty .search-query{font-weight:bold}[theme=dark] .search-dropdown .dropdown-menu .search-empty .search-query{color:#ddd}.search-dropdown .dropdown-menu .search-footer{padding:.5rem 1rem;float:right;font-size:.8rem;color:#a9a9b3}.search-dropdown .dropdown-menu .search-footer [theme=dark]{color:#5d5d5f}.search-dropdown .dropdown-menu .search-footer a,.search-dropdown .dropdown-menu .search-footer a::before,.search-dropdown .dropdown-menu .search-footer a::after{text-decoration:none;color:#2d96bd}[theme=dark] .search-dropdown .dropdown-menu .search-footer a,[theme=dark] .search-dropdown .dropdown-menu .search-footer a::before,[theme=dark] .search-dropdown .dropdown-menu .search-footer a::after{color:#55bde2}.search-dropdown .dropdown-menu .search-footer a:active,.search-dropdown .dropdown-menu .search-footer a:hover{color:#ef3982}[theme=dark] .search-dropdown .dropdown-menu .search-footer a:active,[theme=dark] .search-dropdown .dropdown-menu .search-footer a:hover{color:#bdebfc}.search-dropdown .dropdown-menu .search-footer a{font-size:1rem}footer{height:2rem;width:100%;text-align:center;line-height:1.25rem;padding:1rem 0}footer .footer-container{font-size:.875rem}footer .footer-container .footer-line{width:100%}footer .footer-container .footer-line .icp-br{display:none}.blur footer{-webkit-filter:blur(1.5px);-moz-filter:blur(1.5px);-ms-filter:blur(1.5px);filter:blur(1.5px)}.pagination{display:flex;flex-direction:row;justify-content:center;list-style:none;white-space:nowrap;width:100%;padding:1rem 0 0}.pagination a{font-size:.8rem;color:#bfbfbf;letter-spacing:.1rem;font-weight:700;padding:5px 5px;text-decoration:none;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s}.pagination li{padding-bottom:3px;margin:0 20px;box-sizing:border-box;position:relative;display:inline}.pagination li.disabled{display:none}.pagination li:hover a{color:#000}[theme=dark] .pagination li:hover a{color:#fff}.pagination li:before,.pagination li:after{position:absolute;content:"";width:0;height:3px;background:#000;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s;bottom:0px}[theme=dark] .pagination li:before,[theme=dark] .pagination li:after{background:#fff}.pagination li:before .active,.pagination li:after .active{width:100%}.pagination li:before{left:50%}.pagination li:after{right:50%}.pagination li:hover:before,.pagination li:hover:after{width:50%}.pagination li.active a{color:#000}[theme=dark] .pagination li.active a{color:#fff}.pagination li.active:before,.pagination li.active:after{width:60%}@media only screen and (max-width: 1440px){.page{width:56%}}@media only screen and (max-width: 1200px){.page{width:52%}#header-desktop .header-wrapper{padding-right:1rem}.search-dropdown.desktop{right:1rem}}@media only screen and (max-width: 960px){#toc-auto{display:none}#toc-static{display:block}.page{width:80%}#header-desktop .header-wrapper{padding-left:1rem}}@media only screen and (max-width: 680px){#header-desktop{display:none}#header-mobile{display:block}body.blur{overflow:hidden}.page{width:100%}[header-mobile] .page{padding-top:3.5rem}[header-mobile=normal] .page{padding-top:0}.page .categories-card .card-item{width:100%}.copyright .copyright-line .icp-splitter{display:none}.copyright .copyright-line .icp-br{display:block}} + +/*# sourceMappingURL=style.min.css.map */ \ No newline at end of file diff --git a/resources/_gen/assets/scss/css/style.scss_d75fd08668b4bae707167bbce4d8ca46.json b/resources/_gen/assets/scss/css/style.scss_d75fd08668b4bae707167bbce4d8ca46.json new file mode 100644 index 0000000..0095485 --- /dev/null +++ b/resources/_gen/assets/scss/css/style.scss_d75fd08668b4bae707167bbce4d8ca46.json @@ -0,0 +1 @@ +{"Target":"css/style.min.css","MediaType":"text/css","Data":{}} \ No newline at end of file diff --git a/static/img/content/2019/7013722_ext_col_03_og_6.jpg b/static/img/content/2019/7013722_ext_col_03_og_6.jpg new file mode 100644 index 0000000..33e7695 Binary files /dev/null and b/static/img/content/2019/7013722_ext_col_03_og_6.jpg differ diff --git a/static/img/content/2019/Screenshot-121.png b/static/img/content/2019/Screenshot-121.png new file mode 100644 index 0000000..38d7d42 Binary files /dev/null and b/static/img/content/2019/Screenshot-121.png differ diff --git a/static/img/content/2019/Screenshot-123.png b/static/img/content/2019/Screenshot-123.png new file mode 100644 index 0000000..516ce8e Binary files /dev/null and b/static/img/content/2019/Screenshot-123.png differ diff --git a/static/img/content/2019/Screenshot-124.png b/static/img/content/2019/Screenshot-124.png new file mode 100644 index 0000000..95ef3b6 Binary files /dev/null and b/static/img/content/2019/Screenshot-124.png differ diff --git a/static/img/content/2019/Screenshot-126.png b/static/img/content/2019/Screenshot-126.png new file mode 100644 index 0000000..159f452 Binary files /dev/null and b/static/img/content/2019/Screenshot-126.png differ diff --git a/static/img/content/2019/Screenshot-129.png b/static/img/content/2019/Screenshot-129.png new file mode 100644 index 0000000..7e74b36 Binary files /dev/null and b/static/img/content/2019/Screenshot-129.png differ diff --git a/static/img/content/2019/Screenshot-132.png b/static/img/content/2019/Screenshot-132.png new file mode 100644 index 0000000..6c9b529 Binary files /dev/null and b/static/img/content/2019/Screenshot-132.png differ diff --git a/static/img/content/2019/Screenshot-135.png b/static/img/content/2019/Screenshot-135.png new file mode 100644 index 0000000..a965bbc Binary files /dev/null and b/static/img/content/2019/Screenshot-135.png differ diff --git a/static/img/content/2019/Screenshot-142.png b/static/img/content/2019/Screenshot-142.png new file mode 100644 index 0000000..a9482ae Binary files /dev/null and b/static/img/content/2019/Screenshot-142.png differ diff --git a/static/img/content/2019/Screenshot-149.png b/static/img/content/2019/Screenshot-149.png new file mode 100644 index 0000000..f8b28be Binary files /dev/null and b/static/img/content/2019/Screenshot-149.png differ diff --git a/static/img/content/2019/Screenshot-150.png b/static/img/content/2019/Screenshot-150.png new file mode 100644 index 0000000..db83317 Binary files /dev/null and b/static/img/content/2019/Screenshot-150.png differ diff --git a/static/img/content/2019/Screenshot-200.png b/static/img/content/2019/Screenshot-200.png new file mode 100644 index 0000000..bf6f90a Binary files /dev/null and b/static/img/content/2019/Screenshot-200.png differ diff --git a/static/img/content/2019/Screenshot-201.png b/static/img/content/2019/Screenshot-201.png new file mode 100644 index 0000000..5e912fa Binary files /dev/null and b/static/img/content/2019/Screenshot-201.png differ diff --git a/static/img/content/2019/Screenshot_20190714-023650_MX_Player_Pro.png b/static/img/content/2019/Screenshot_20190714-023650_MX_Player_Pro.png new file mode 100644 index 0000000..cb6f2d1 Binary files /dev/null and b/static/img/content/2019/Screenshot_20190714-023650_MX_Player_Pro.png differ diff --git a/static/img/content/2019/Screenshot_20190714-030814_MX_Player_Pro.png b/static/img/content/2019/Screenshot_20190714-030814_MX_Player_Pro.png new file mode 100644 index 0000000..1e93e47 Binary files /dev/null and b/static/img/content/2019/Screenshot_20190714-030814_MX_Player_Pro.png differ diff --git a/static/img/content/2019/Screenshot_20190716-202504_MX_Player_Pro.png b/static/img/content/2019/Screenshot_20190716-202504_MX_Player_Pro.png new file mode 100644 index 0000000..37cef0b Binary files /dev/null and b/static/img/content/2019/Screenshot_20190716-202504_MX_Player_Pro.png differ diff --git a/static/img/content/2019/dr-stone.jpg b/static/img/content/2019/dr-stone.jpg new file mode 100644 index 0000000..299f12d Binary files /dev/null and b/static/img/content/2019/dr-stone.jpg differ diff --git a/static/img/content/2019/hOqwhdlsyIE4A7MWfuxEcOaP19w.jpg b/static/img/content/2019/hOqwhdlsyIE4A7MWfuxEcOaP19w.jpg new file mode 100644 index 0000000..71fb444 Binary files /dev/null and b/static/img/content/2019/hOqwhdlsyIE4A7MWfuxEcOaP19w.jpg differ diff --git a/static/img/content/2019/maxresdefault.jpg b/static/img/content/2019/maxresdefault.jpg new file mode 100644 index 0000000..a732f22 Binary files /dev/null and b/static/img/content/2019/maxresdefault.jpg differ diff --git a/static/img/content/2019/maxresdefaultx.jpg b/static/img/content/2019/maxresdefaultx.jpg new file mode 100644 index 0000000..2c14c8f Binary files /dev/null and b/static/img/content/2019/maxresdefaultx.jpg differ diff --git a/static/img/featured/ao-chan.png b/static/img/featured/ao-chan.png new file mode 100644 index 0000000..e3ce3cd Binary files /dev/null and b/static/img/featured/ao-chan.png differ diff --git a/static/img/featured/enju-chan.jpg b/static/img/featured/enju-chan.jpg new file mode 100644 index 0000000..797659e Binary files /dev/null and b/static/img/featured/enju-chan.jpg differ diff --git a/static/img/featured/gdrive.jpg b/static/img/featured/gdrive.jpg new file mode 100644 index 0000000..32a56ad Binary files /dev/null and b/static/img/featured/gdrive.jpg differ diff --git a/static/img/featured/misaki-aokana.jpg b/static/img/featured/misaki-aokana.jpg new file mode 100644 index 0000000..12c42cc Binary files /dev/null and b/static/img/featured/misaki-aokana.jpg differ diff --git a/static/img/featured/misaki-toaru.jpg b/static/img/featured/misaki-toaru.jpg new file mode 100644 index 0000000..73d328c Binary files /dev/null and b/static/img/featured/misaki-toaru.jpg differ diff --git a/static/img/featured/natsuki.png b/static/img/featured/natsuki.png new file mode 100644 index 0000000..721b5c7 Binary files /dev/null and b/static/img/featured/natsuki.png differ diff --git a/static/img/profile/profile.jpg b/static/img/profile/profile.jpg new file mode 100644 index 0000000..5b30082 Binary files /dev/null and b/static/img/profile/profile.jpg differ diff --git a/themes/LoveIt b/themes/LoveIt new file mode 160000 index 0000000..f787a4e --- /dev/null +++ b/themes/LoveIt @@ -0,0 +1 @@ +Subproject commit f787a4e5ad4edf60467658d10c286248dc5027a6