From b0fb4dc75c816c0c7cc76b6fd128b741d2576f24 Mon Sep 17 00:00:00 2001 From: hidao80 <8155294+hidao80@users.noreply.github.com> Date: Tue, 1 May 2018 19:30:39 +0900 Subject: [PATCH 1/5] =?UTF-8?q?fix:=20style.css=E3=82=92=E3=82=B9=E3=83=86?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=83=B3=E3=82=B0=E7=92=B0=E5=A2=83=E3=81=8B?= =?UTF-8?q?=E3=82=89=E5=A4=96=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/style.css | 6934 --------------------------------------------- 1 file changed, 6934 deletions(-) delete mode 100644 src/css/style.css diff --git a/src/css/style.css b/src/css/style.css deleted file mode 100644 index d208a46..0000000 --- a/src/css/style.css +++ /dev/null @@ -1,6934 +0,0 @@ -@charset "UTF-8"; -/*! - * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -/* FONT PATH - * -------------------------- */ -@font-face { - font-family: 'FontAwesome'; - src: url("fonts/fontawesome-webfont.eot?v=4.7.0"); - src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"); - font-weight: normal; - font-style: normal; } - -.fa, .markdown-content li.checked:before, -.markdown-content li.unchecked:before { - display: inline-block; - font: normal normal normal 14px/1 FontAwesome; - font-size: inherit; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; } - -/* makes the font 33% larger relative to the icon container */ -.fa-lg { - font-size: 1.33333em; - line-height: 0.75em; - vertical-align: -15%; } - -.fa-2x { - font-size: 2em; } - -.fa-3x { - font-size: 3em; } - -.fa-4x { - font-size: 4em; } - -.fa-5x { - font-size: 5em; } - -.fa-fw { - width: 1.28571em; - text-align: center; } - -.fa-ul { - padding-left: 0; - margin-left: 2.14286em; - list-style-type: none; } - .fa-ul > li { - position: relative; } - -.fa-li { - position: absolute; - left: -2.14286em; - width: 2.14286em; - top: 0.14286em; - text-align: center; } - .fa-li.fa-lg { - left: -1.85714em; } - -.fa-border { - padding: .2em .25em .15em; - border: solid 0.08em #eee; - border-radius: .1em; } - -.fa-pull-left { - float: left; } - -.fa-pull-right { - float: right; } - -.fa.fa-pull-left, .markdown-content li.fa-pull-left.checked:before, -.markdown-content li.fa-pull-left.unchecked:before { - margin-right: .3em; } - -.fa.fa-pull-right, .markdown-content li.fa-pull-right.checked:before, -.markdown-content li.fa-pull-right.unchecked:before { - margin-left: .3em; } - -/* Deprecated as of 4.4.0 */ -.pull-right { - float: right; } - -.pull-left { - float: left; } - -.fa.pull-left, .markdown-content li.pull-left.checked:before, -.markdown-content li.pull-left.unchecked:before { - margin-right: .3em; } - -.fa.pull-right, .markdown-content li.pull-right.checked:before, -.markdown-content li.pull-right.unchecked:before { - margin-left: .3em; } - -.fa-spin { - -webkit-animation: fa-spin 2s infinite linear; - animation: fa-spin 2s infinite linear; } - -.fa-pulse { - -webkit-animation: fa-spin 1s infinite steps(8); - animation: fa-spin 1s infinite steps(8); } - -@-webkit-keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); } } - -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); } } - -.fa-rotate-90 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); } - -.fa-rotate-180 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); } - -.fa-rotate-270 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); } - -.fa-flip-horizontal { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; - -webkit-transform: scale(-1, 1); - -ms-transform: scale(-1, 1); - transform: scale(-1, 1); } - -.fa-flip-vertical { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; - -webkit-transform: scale(1, -1); - -ms-transform: scale(1, -1); - transform: scale(1, -1); } - -:root .fa-rotate-90, -:root .fa-rotate-180, -:root .fa-rotate-270, -:root .fa-flip-horizontal, -:root .fa-flip-vertical { - filter: none; } - -.fa-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; } - -.fa-stack-1x, .fa-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; } - -.fa-stack-1x { - line-height: inherit; } - -.fa-stack-2x { - font-size: 2em; } - -.fa-inverse { - color: #fff; } - -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -.fa-glass:before { - content: ""; } - -.fa-music:before { - content: ""; } - -.fa-search:before { - content: ""; } - -.fa-envelope-o:before { - content: ""; } - -.fa-heart:before { - content: ""; } - -.fa-star:before { - content: ""; } - -.fa-star-o:before { - content: ""; } - -.fa-user:before { - content: ""; } - -.fa-film:before { - content: ""; } - -.fa-th-large:before { - content: ""; } - -.fa-th:before { - content: ""; } - -.fa-th-list:before { - content: ""; } - -.fa-check:before { - content: ""; } - -.fa-remove:before, -.fa-close:before, -.fa-times:before { - content: ""; } - -.fa-search-plus:before { - content: ""; } - -.fa-search-minus:before { - content: ""; } - -.fa-power-off:before { - content: ""; } - -.fa-signal:before { - content: ""; } - -.fa-gear:before, -.fa-cog:before { - content: ""; } - -.fa-trash-o:before { - content: ""; } - -.fa-home:before { - content: ""; } - -.fa-file-o:before { - content: ""; } - -.fa-clock-o:before { - content: ""; } - -.fa-road:before { - content: ""; } - -.fa-download:before { - content: ""; } - -.fa-arrow-circle-o-down:before { - content: ""; } - -.fa-arrow-circle-o-up:before { - content: ""; } - -.fa-inbox:before { - content: ""; } - -.fa-play-circle-o:before { - content: ""; } - -.fa-rotate-right:before, -.fa-repeat:before { - content: ""; } - -.fa-refresh:before { - content: ""; } - -.fa-list-alt:before { - content: ""; } - -.fa-lock:before { - content: ""; } - -.fa-flag:before { - content: ""; } - -.fa-headphones:before { - content: ""; } - -.fa-volume-off:before { - content: ""; } - -.fa-volume-down:before { - content: ""; } - -.fa-volume-up:before { - content: ""; } - -.fa-qrcode:before { - content: ""; } - -.fa-barcode:before { - content: ""; } - -.fa-tag:before { - content: ""; } - -.fa-tags:before { - content: ""; } - -.fa-book:before { - content: ""; } - -.fa-bookmark:before { - content: ""; } - -.fa-print:before { - content: ""; } - -.fa-camera:before { - content: ""; } - -.fa-font:before { - content: ""; } - -.fa-bold:before { - content: ""; } - -.fa-italic:before { - content: ""; } - -.fa-text-height:before { - content: ""; } - -.fa-text-width:before { - content: ""; } - -.fa-align-left:before { - content: ""; } - -.fa-align-center:before { - content: ""; } - -.fa-align-right:before { - content: ""; } - -.fa-align-justify:before { - content: ""; } - -.fa-list:before { - content: ""; } - -.fa-dedent:before, -.fa-outdent:before { - content: ""; } - -.fa-indent:before { - content: ""; } - -.fa-video-camera:before { - content: ""; } - -.fa-photo:before, -.fa-image:before, -.fa-picture-o:before { - content: ""; } - -.fa-pencil:before { - content: ""; } - -.fa-map-marker:before { - content: ""; } - -.fa-adjust:before { - content: ""; } - -.fa-tint:before { - content: ""; } - -.fa-edit:before, -.fa-pencil-square-o:before { - content: ""; } - -.fa-share-square-o:before { - content: ""; } - -.fa-check-square-o:before { - content: ""; } - -.fa-arrows:before { - content: ""; } - -.fa-step-backward:before { - content: ""; } - -.fa-fast-backward:before { - content: ""; } - -.fa-backward:before { - content: ""; } - -.fa-play:before { - content: ""; } - -.fa-pause:before { - content: ""; } - -.fa-stop:before { - content: ""; } - -.fa-forward:before { - content: ""; } - -.fa-fast-forward:before { - content: ""; } - -.fa-step-forward:before { - content: ""; } - -.fa-eject:before { - content: ""; } - -.fa-chevron-left:before { - content: ""; } - -.fa-chevron-right:before { - content: ""; } - -.fa-plus-circle:before { - content: ""; } - -.fa-minus-circle:before { - content: ""; } - -.fa-times-circle:before { - content: ""; } - -.fa-check-circle:before { - content: ""; } - -.fa-question-circle:before { - content: ""; } - -.fa-info-circle:before { - content: ""; } - -.fa-crosshairs:before { - content: ""; } - -.fa-times-circle-o:before { - content: ""; } - -.fa-check-circle-o:before { - content: ""; } - -.fa-ban:before { - content: ""; } - -.fa-arrow-left:before { - content: ""; } - -.fa-arrow-right:before { - content: ""; } - -.fa-arrow-up:before { - content: ""; } - -.fa-arrow-down:before { - content: ""; } - -.fa-mail-forward:before, -.fa-share:before { - content: ""; } - -.fa-expand:before { - content: ""; } - -.fa-compress:before { - content: ""; } - -.fa-plus:before { - content: ""; } - -.fa-minus:before { - content: ""; } - -.fa-asterisk:before { - content: ""; } - -.fa-exclamation-circle:before { - content: ""; } - -.fa-gift:before { - content: ""; } - -.fa-leaf:before { - content: ""; } - -.fa-fire:before { - content: ""; } - -.fa-eye:before { - content: ""; } - -.fa-eye-slash:before { - content: ""; } - -.fa-warning:before, -.fa-exclamation-triangle:before { - content: ""; } - -.fa-plane:before { - content: ""; } - -.fa-calendar:before { - content: ""; } - -.fa-random:before { - content: ""; } - -.fa-comment:before { - content: ""; } - -.fa-magnet:before { - content: ""; } - -.fa-chevron-up:before { - content: ""; } - -.fa-chevron-down:before { - content: ""; } - -.fa-retweet:before { - content: ""; } - -.fa-shopping-cart:before { - content: ""; } - -.fa-folder:before { - content: ""; } - -.fa-folder-open:before { - content: ""; } - -.fa-arrows-v:before { - content: ""; } - -.fa-arrows-h:before { - content: ""; } - -.fa-bar-chart-o:before, -.fa-bar-chart:before { - content: ""; } - -.fa-twitter-square:before { - content: ""; } - -.fa-facebook-square:before { - content: ""; } - -.fa-camera-retro:before { - content: ""; } - -.fa-key:before { - content: ""; } - -.fa-gears:before, -.fa-cogs:before { - content: ""; } - -.fa-comments:before { - content: ""; } - -.fa-thumbs-o-up:before { - content: ""; } - -.fa-thumbs-o-down:before { - content: ""; } - -.fa-star-half:before { - content: ""; } - -.fa-heart-o:before { - content: ""; } - -.fa-sign-out:before { - content: ""; } - -.fa-linkedin-square:before { - content: ""; } - -.fa-thumb-tack:before { - content: ""; } - -.fa-external-link:before { - content: ""; } - -.fa-sign-in:before { - content: ""; } - -.fa-trophy:before { - content: ""; } - -.fa-github-square:before { - content: ""; } - -.fa-upload:before { - content: ""; } - -.fa-lemon-o:before { - content: ""; } - -.fa-phone:before { - content: ""; } - -.fa-square-o:before { - content: ""; } - -.fa-bookmark-o:before { - content: ""; } - -.fa-phone-square:before { - content: ""; } - -.fa-twitter:before { - content: ""; } - -.fa-facebook-f:before, -.fa-facebook:before { - content: ""; } - -.fa-github:before { - content: ""; } - -.fa-unlock:before { - content: ""; } - -.fa-credit-card:before { - content: ""; } - -.fa-feed:before, -.fa-rss:before { - content: ""; } - -.fa-hdd-o:before { - content: ""; } - -.fa-bullhorn:before { - content: ""; } - -.fa-bell:before { - content: ""; } - -.fa-certificate:before { - content: ""; } - -.fa-hand-o-right:before { - content: ""; } - -.fa-hand-o-left:before { - content: ""; } - -.fa-hand-o-up:before { - content: ""; } - -.fa-hand-o-down:before { - content: ""; } - -.fa-arrow-circle-left:before { - content: ""; } - -.fa-arrow-circle-right:before { - content: ""; } - -.fa-arrow-circle-up:before { - content: ""; } - -.fa-arrow-circle-down:before { - content: ""; } - -.fa-globe:before { - content: ""; } - -.fa-wrench:before { - content: ""; } - -.fa-tasks:before { - content: ""; } - -.fa-filter:before { - content: ""; } - -.fa-briefcase:before { - content: ""; } - -.fa-arrows-alt:before { - content: ""; } - -.fa-group:before, -.fa-users:before { - content: ""; } - -.fa-chain:before, -.fa-link:before { - content: ""; } - -.fa-cloud:before { - content: ""; } - -.fa-flask:before { - content: ""; } - -.fa-cut:before, -.fa-scissors:before { - content: ""; } - -.fa-copy:before, -.fa-files-o:before { - content: ""; } - -.fa-paperclip:before { - content: ""; } - -.fa-save:before, -.fa-floppy-o:before { - content: ""; } - -.fa-square:before { - content: ""; } - -.fa-navicon:before, -.fa-reorder:before, -.fa-bars:before { - content: ""; } - -.fa-list-ul:before { - content: ""; } - -.fa-list-ol:before { - content: ""; } - -.fa-strikethrough:before { - content: ""; } - -.fa-underline:before { - content: ""; } - -.fa-table:before { - content: ""; } - -.fa-magic:before { - content: ""; } - -.fa-truck:before { - content: ""; } - -.fa-pinterest:before { - content: ""; } - -.fa-pinterest-square:before { - content: ""; } - -.fa-google-plus-square:before { - content: ""; } - -.fa-google-plus:before { - content: ""; } - -.fa-money:before { - content: ""; } - -.fa-caret-down:before { - content: ""; } - -.fa-caret-up:before { - content: ""; } - -.fa-caret-left:before { - content: ""; } - -.fa-caret-right:before { - content: ""; } - -.fa-columns:before { - content: ""; } - -.fa-unsorted:before, -.fa-sort:before { - content: ""; } - -.fa-sort-down:before, -.fa-sort-desc:before { - content: ""; } - -.fa-sort-up:before, -.fa-sort-asc:before { - content: ""; } - -.fa-envelope:before { - content: ""; } - -.fa-linkedin:before { - content: ""; } - -.fa-rotate-left:before, -.fa-undo:before { - content: ""; } - -.fa-legal:before, -.fa-gavel:before { - content: ""; } - -.fa-dashboard:before, -.fa-tachometer:before { - content: ""; } - -.fa-comment-o:before { - content: ""; } - -.fa-comments-o:before { - content: ""; } - -.fa-flash:before, -.fa-bolt:before { - content: ""; } - -.fa-sitemap:before { - content: ""; } - -.fa-umbrella:before { - content: ""; } - -.fa-paste:before, -.fa-clipboard:before { - content: ""; } - -.fa-lightbulb-o:before { - content: ""; } - -.fa-exchange:before { - content: ""; } - -.fa-cloud-download:before { - content: ""; } - -.fa-cloud-upload:before { - content: ""; } - -.fa-user-md:before { - content: ""; } - -.fa-stethoscope:before { - content: ""; } - -.fa-suitcase:before { - content: ""; } - -.fa-bell-o:before { - content: ""; } - -.fa-coffee:before { - content: ""; } - -.fa-cutlery:before { - content: ""; } - -.fa-file-text-o:before { - content: ""; } - -.fa-building-o:before { - content: ""; } - -.fa-hospital-o:before { - content: ""; } - -.fa-ambulance:before { - content: ""; } - -.fa-medkit:before { - content: ""; } - -.fa-fighter-jet:before { - content: ""; } - -.fa-beer:before { - content: ""; } - -.fa-h-square:before { - content: ""; } - -.fa-plus-square:before { - content: ""; } - -.fa-angle-double-left:before { - content: ""; } - -.fa-angle-double-right:before { - content: ""; } - -.fa-angle-double-up:before { - content: ""; } - -.fa-angle-double-down:before { - content: ""; } - -.fa-angle-left:before { - content: ""; } - -.fa-angle-right:before { - content: ""; } - -.fa-angle-up:before { - content: ""; } - -.fa-angle-down:before { - content: ""; } - -.fa-desktop:before { - content: ""; } - -.fa-laptop:before { - content: ""; } - -.fa-tablet:before { - content: ""; } - -.fa-mobile-phone:before, -.fa-mobile:before { - content: ""; } - -.fa-circle-o:before { - content: ""; } - -.fa-quote-left:before { - content: ""; } - -.fa-quote-right:before { - content: ""; } - -.fa-spinner:before { - content: ""; } - -.fa-circle:before { - content: ""; } - -.fa-mail-reply:before, -.fa-reply:before { - content: ""; } - -.fa-github-alt:before { - content: ""; } - -.fa-folder-o:before { - content: ""; } - -.fa-folder-open-o:before { - content: ""; } - -.fa-smile-o:before { - content: ""; } - -.fa-frown-o:before { - content: ""; } - -.fa-meh-o:before { - content: ""; } - -.fa-gamepad:before { - content: ""; } - -.fa-keyboard-o:before { - content: ""; } - -.fa-flag-o:before { - content: ""; } - -.fa-flag-checkered:before { - content: ""; } - -.fa-terminal:before { - content: ""; } - -.fa-code:before { - content: ""; } - -.fa-mail-reply-all:before, -.fa-reply-all:before { - content: ""; } - -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: ""; } - -.fa-location-arrow:before { - content: ""; } - -.fa-crop:before { - content: ""; } - -.fa-code-fork:before { - content: ""; } - -.fa-unlink:before, -.fa-chain-broken:before { - content: ""; } - -.fa-question:before { - content: ""; } - -.fa-info:before { - content: ""; } - -.fa-exclamation:before { - content: ""; } - -.fa-superscript:before { - content: ""; } - -.fa-subscript:before { - content: ""; } - -.fa-eraser:before { - content: ""; } - -.fa-puzzle-piece:before { - content: ""; } - -.fa-microphone:before { - content: ""; } - -.fa-microphone-slash:before { - content: ""; } - -.fa-shield:before { - content: ""; } - -.fa-calendar-o:before { - content: ""; } - -.fa-fire-extinguisher:before { - content: ""; } - -.fa-rocket:before { - content: ""; } - -.fa-maxcdn:before { - content: ""; } - -.fa-chevron-circle-left:before { - content: ""; } - -.fa-chevron-circle-right:before { - content: ""; } - -.fa-chevron-circle-up:before { - content: ""; } - -.fa-chevron-circle-down:before { - content: ""; } - -.fa-html5:before { - content: ""; } - -.fa-css3:before { - content: ""; } - -.fa-anchor:before { - content: ""; } - -.fa-unlock-alt:before { - content: ""; } - -.fa-bullseye:before { - content: ""; } - -.fa-ellipsis-h:before { - content: ""; } - -.fa-ellipsis-v:before { - content: ""; } - -.fa-rss-square:before { - content: ""; } - -.fa-play-circle:before { - content: ""; } - -.fa-ticket:before { - content: ""; } - -.fa-minus-square:before { - content: ""; } - -.fa-minus-square-o:before { - content: ""; } - -.fa-level-up:before { - content: ""; } - -.fa-level-down:before { - content: ""; } - -.fa-check-square:before { - content: ""; } - -.fa-pencil-square:before { - content: ""; } - -.fa-external-link-square:before { - content: ""; } - -.fa-share-square:before { - content: ""; } - -.fa-compass:before { - content: ""; } - -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: ""; } - -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: ""; } - -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: ""; } - -.fa-euro:before, -.fa-eur:before { - content: ""; } - -.fa-gbp:before { - content: ""; } - -.fa-dollar:before, -.fa-usd:before { - content: ""; } - -.fa-rupee:before, -.fa-inr:before { - content: ""; } - -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: ""; } - -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: ""; } - -.fa-won:before, -.fa-krw:before { - content: ""; } - -.fa-bitcoin:before, -.fa-btc:before { - content: ""; } - -.fa-file:before { - content: ""; } - -.fa-file-text:before { - content: ""; } - -.fa-sort-alpha-asc:before { - content: ""; } - -.fa-sort-alpha-desc:before { - content: ""; } - -.fa-sort-amount-asc:before { - content: ""; } - -.fa-sort-amount-desc:before { - content: ""; } - -.fa-sort-numeric-asc:before { - content: ""; } - -.fa-sort-numeric-desc:before { - content: ""; } - -.fa-thumbs-up:before { - content: ""; } - -.fa-thumbs-down:before { - content: ""; } - -.fa-youtube-square:before { - content: ""; } - -.fa-youtube:before { - content: ""; } - -.fa-xing:before { - content: ""; } - -.fa-xing-square:before { - content: ""; } - -.fa-youtube-play:before { - content: ""; } - -.fa-dropbox:before { - content: ""; } - -.fa-stack-overflow:before { - content: ""; } - -.fa-instagram:before { - content: ""; } - -.fa-flickr:before { - content: ""; } - -.fa-adn:before { - content: ""; } - -.fa-bitbucket:before { - content: ""; } - -.fa-bitbucket-square:before { - content: ""; } - -.fa-tumblr:before { - content: ""; } - -.fa-tumblr-square:before { - content: ""; } - -.fa-long-arrow-down:before { - content: ""; } - -.fa-long-arrow-up:before { - content: ""; } - -.fa-long-arrow-left:before { - content: ""; } - -.fa-long-arrow-right:before { - content: ""; } - -.fa-apple:before { - content: ""; } - -.fa-windows:before { - content: ""; } - -.fa-android:before { - content: ""; } - -.fa-linux:before { - content: ""; } - -.fa-dribbble:before { - content: ""; } - -.fa-skype:before { - content: ""; } - -.fa-foursquare:before { - content: ""; } - -.fa-trello:before { - content: ""; } - -.fa-female:before { - content: ""; } - -.fa-male:before { - content: ""; } - -.fa-gittip:before, -.fa-gratipay:before { - content: ""; } - -.fa-sun-o:before { - content: ""; } - -.fa-moon-o:before { - content: ""; } - -.fa-archive:before { - content: ""; } - -.fa-bug:before { - content: ""; } - -.fa-vk:before { - content: ""; } - -.fa-weibo:before { - content: ""; } - -.fa-renren:before { - content: ""; } - -.fa-pagelines:before { - content: ""; } - -.fa-stack-exchange:before { - content: ""; } - -.fa-arrow-circle-o-right:before { - content: ""; } - -.fa-arrow-circle-o-left:before { - content: ""; } - -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: ""; } - -.fa-dot-circle-o:before { - content: ""; } - -.fa-wheelchair:before { - content: ""; } - -.fa-vimeo-square:before { - content: ""; } - -.fa-turkish-lira:before, -.fa-try:before { - content: ""; } - -.fa-plus-square-o:before { - content: ""; } - -.fa-space-shuttle:before { - content: ""; } - -.fa-slack:before { - content: ""; } - -.fa-envelope-square:before { - content: ""; } - -.fa-wordpress:before { - content: ""; } - -.fa-openid:before { - content: ""; } - -.fa-institution:before, -.fa-bank:before, -.fa-university:before { - content: ""; } - -.fa-mortar-board:before, -.fa-graduation-cap:before { - content: ""; } - -.fa-yahoo:before { - content: ""; } - -.fa-google:before { - content: ""; } - -.fa-reddit:before { - content: ""; } - -.fa-reddit-square:before { - content: ""; } - -.fa-stumbleupon-circle:before { - content: ""; } - -.fa-stumbleupon:before { - content: ""; } - -.fa-delicious:before { - content: ""; } - -.fa-digg:before { - content: ""; } - -.fa-pied-piper-pp:before { - content: ""; } - -.fa-pied-piper-alt:before { - content: ""; } - -.fa-drupal:before { - content: ""; } - -.fa-joomla:before { - content: ""; } - -.fa-language:before { - content: ""; } - -.fa-fax:before { - content: ""; } - -.fa-building:before { - content: ""; } - -.fa-child:before { - content: ""; } - -.fa-paw:before { - content: ""; } - -.fa-spoon:before { - content: ""; } - -.fa-cube:before { - content: ""; } - -.fa-cubes:before { - content: ""; } - -.fa-behance:before { - content: ""; } - -.fa-behance-square:before { - content: ""; } - -.fa-steam:before { - content: ""; } - -.fa-steam-square:before { - content: ""; } - -.fa-recycle:before { - content: ""; } - -.fa-automobile:before, -.fa-car:before { - content: ""; } - -.fa-cab:before, -.fa-taxi:before { - content: ""; } - -.fa-tree:before { - content: ""; } - -.fa-spotify:before { - content: ""; } - -.fa-deviantart:before { - content: ""; } - -.fa-soundcloud:before { - content: ""; } - -.fa-database:before { - content: ""; } - -.fa-file-pdf-o:before { - content: ""; } - -.fa-file-word-o:before { - content: ""; } - -.fa-file-excel-o:before { - content: ""; } - -.fa-file-powerpoint-o:before { - content: ""; } - -.fa-file-photo-o:before, -.fa-file-picture-o:before, -.fa-file-image-o:before { - content: ""; } - -.fa-file-zip-o:before, -.fa-file-archive-o:before { - content: ""; } - -.fa-file-sound-o:before, -.fa-file-audio-o:before { - content: ""; } - -.fa-file-movie-o:before, -.fa-file-video-o:before { - content: ""; } - -.fa-file-code-o:before { - content: ""; } - -.fa-vine:before { - content: ""; } - -.fa-codepen:before { - content: ""; } - -.fa-jsfiddle:before { - content: ""; } - -.fa-life-bouy:before, -.fa-life-buoy:before, -.fa-life-saver:before, -.fa-support:before, -.fa-life-ring:before { - content: ""; } - -.fa-circle-o-notch:before { - content: ""; } - -.fa-ra:before, -.fa-resistance:before, -.fa-rebel:before { - content: ""; } - -.fa-ge:before, -.fa-empire:before { - content: ""; } - -.fa-git-square:before { - content: ""; } - -.fa-git:before { - content: ""; } - -.fa-y-combinator-square:before, -.fa-yc-square:before, -.fa-hacker-news:before { - content: ""; } - -.fa-tencent-weibo:before { - content: ""; } - -.fa-qq:before { - content: ""; } - -.fa-wechat:before, -.fa-weixin:before { - content: ""; } - -.fa-send:before, -.fa-paper-plane:before { - content: ""; } - -.fa-send-o:before, -.fa-paper-plane-o:before { - content: ""; } - -.fa-history:before { - content: ""; } - -.fa-circle-thin:before { - content: ""; } - -.fa-header:before { - content: ""; } - -.fa-paragraph:before { - content: ""; } - -.fa-sliders:before { - content: ""; } - -.fa-share-alt:before { - content: ""; } - -.fa-share-alt-square:before { - content: ""; } - -.fa-bomb:before { - content: ""; } - -.fa-soccer-ball-o:before, -.fa-futbol-o:before { - content: ""; } - -.fa-tty:before { - content: ""; } - -.fa-binoculars:before { - content: ""; } - -.fa-plug:before { - content: ""; } - -.fa-slideshare:before { - content: ""; } - -.fa-twitch:before { - content: ""; } - -.fa-yelp:before { - content: ""; } - -.fa-newspaper-o:before { - content: ""; } - -.fa-wifi:before { - content: ""; } - -.fa-calculator:before { - content: ""; } - -.fa-paypal:before { - content: ""; } - -.fa-google-wallet:before { - content: ""; } - -.fa-cc-visa:before { - content: ""; } - -.fa-cc-mastercard:before { - content: ""; } - -.fa-cc-discover:before { - content: ""; } - -.fa-cc-amex:before { - content: ""; } - -.fa-cc-paypal:before { - content: ""; } - -.fa-cc-stripe:before { - content: ""; } - -.fa-bell-slash:before { - content: ""; } - -.fa-bell-slash-o:before { - content: ""; } - -.fa-trash:before { - content: ""; } - -.fa-copyright:before { - content: ""; } - -.fa-at:before { - content: ""; } - -.fa-eyedropper:before { - content: ""; } - -.fa-paint-brush:before { - content: ""; } - -.fa-birthday-cake:before { - content: ""; } - -.fa-area-chart:before { - content: ""; } - -.fa-pie-chart:before { - content: ""; } - -.fa-line-chart:before { - content: ""; } - -.fa-lastfm:before { - content: ""; } - -.fa-lastfm-square:before { - content: ""; } - -.fa-toggle-off:before { - content: ""; } - -.fa-toggle-on:before { - content: ""; } - -.fa-bicycle:before { - content: ""; } - -.fa-bus:before { - content: ""; } - -.fa-ioxhost:before { - content: ""; } - -.fa-angellist:before { - content: ""; } - -.fa-cc:before { - content: ""; } - -.fa-shekel:before, -.fa-sheqel:before, -.fa-ils:before { - content: ""; } - -.fa-meanpath:before { - content: ""; } - -.fa-buysellads:before { - content: ""; } - -.fa-connectdevelop:before { - content: ""; } - -.fa-dashcube:before { - content: ""; } - -.fa-forumbee:before { - content: ""; } - -.fa-leanpub:before { - content: ""; } - -.fa-sellsy:before { - content: ""; } - -.fa-shirtsinbulk:before { - content: ""; } - -.fa-simplybuilt:before { - content: ""; } - -.fa-skyatlas:before { - content: ""; } - -.fa-cart-plus:before { - content: ""; } - -.fa-cart-arrow-down:before { - content: ""; } - -.fa-diamond:before { - content: ""; } - -.fa-ship:before { - content: ""; } - -.fa-user-secret:before { - content: ""; } - -.fa-motorcycle:before { - content: ""; } - -.fa-street-view:before { - content: ""; } - -.fa-heartbeat:before { - content: ""; } - -.fa-venus:before { - content: ""; } - -.fa-mars:before { - content: ""; } - -.fa-mercury:before { - content: ""; } - -.fa-intersex:before, -.fa-transgender:before { - content: ""; } - -.fa-transgender-alt:before { - content: ""; } - -.fa-venus-double:before { - content: ""; } - -.fa-mars-double:before { - content: ""; } - -.fa-venus-mars:before { - content: ""; } - -.fa-mars-stroke:before { - content: ""; } - -.fa-mars-stroke-v:before { - content: ""; } - -.fa-mars-stroke-h:before { - content: ""; } - -.fa-neuter:before { - content: ""; } - -.fa-genderless:before { - content: ""; } - -.fa-facebook-official:before { - content: ""; } - -.fa-pinterest-p:before { - content: ""; } - -.fa-whatsapp:before { - content: ""; } - -.fa-server:before { - content: ""; } - -.fa-user-plus:before { - content: ""; } - -.fa-user-times:before { - content: ""; } - -.fa-hotel:before, -.fa-bed:before { - content: ""; } - -.fa-viacoin:before { - content: ""; } - -.fa-train:before { - content: ""; } - -.fa-subway:before { - content: ""; } - -.fa-medium:before { - content: ""; } - -.fa-yc:before, -.fa-y-combinator:before { - content: ""; } - -.fa-optin-monster:before { - content: ""; } - -.fa-opencart:before { - content: ""; } - -.fa-expeditedssl:before { - content: ""; } - -.fa-battery-4:before, -.fa-battery:before, -.fa-battery-full:before { - content: ""; } - -.fa-battery-3:before, -.fa-battery-three-quarters:before { - content: ""; } - -.fa-battery-2:before, -.fa-battery-half:before { - content: ""; } - -.fa-battery-1:before, -.fa-battery-quarter:before { - content: ""; } - -.fa-battery-0:before, -.fa-battery-empty:before { - content: ""; } - -.fa-mouse-pointer:before { - content: ""; } - -.fa-i-cursor:before { - content: ""; } - -.fa-object-group:before { - content: ""; } - -.fa-object-ungroup:before { - content: ""; } - -.fa-sticky-note:before { - content: ""; } - -.fa-sticky-note-o:before { - content: ""; } - -.fa-cc-jcb:before { - content: ""; } - -.fa-cc-diners-club:before { - content: ""; } - -.fa-clone:before { - content: ""; } - -.fa-balance-scale:before { - content: ""; } - -.fa-hourglass-o:before { - content: ""; } - -.fa-hourglass-1:before, -.fa-hourglass-start:before { - content: ""; } - -.fa-hourglass-2:before, -.fa-hourglass-half:before { - content: ""; } - -.fa-hourglass-3:before, -.fa-hourglass-end:before { - content: ""; } - -.fa-hourglass:before { - content: ""; } - -.fa-hand-grab-o:before, -.fa-hand-rock-o:before { - content: ""; } - -.fa-hand-stop-o:before, -.fa-hand-paper-o:before { - content: ""; } - -.fa-hand-scissors-o:before { - content: ""; } - -.fa-hand-lizard-o:before { - content: ""; } - -.fa-hand-spock-o:before { - content: ""; } - -.fa-hand-pointer-o:before { - content: ""; } - -.fa-hand-peace-o:before { - content: ""; } - -.fa-trademark:before { - content: ""; } - -.fa-registered:before { - content: ""; } - -.fa-creative-commons:before { - content: ""; } - -.fa-gg:before { - content: ""; } - -.fa-gg-circle:before { - content: ""; } - -.fa-tripadvisor:before { - content: ""; } - -.fa-odnoklassniki:before { - content: ""; } - -.fa-odnoklassniki-square:before { - content: ""; } - -.fa-get-pocket:before { - content: ""; } - -.fa-wikipedia-w:before { - content: ""; } - -.fa-safari:before { - content: ""; } - -.fa-chrome:before { - content: ""; } - -.fa-firefox:before { - content: ""; } - -.fa-opera:before { - content: ""; } - -.fa-internet-explorer:before { - content: ""; } - -.fa-tv:before, -.fa-television:before { - content: ""; } - -.fa-contao:before { - content: ""; } - -.fa-500px:before { - content: ""; } - -.fa-amazon:before { - content: ""; } - -.fa-calendar-plus-o:before { - content: ""; } - -.fa-calendar-minus-o:before { - content: ""; } - -.fa-calendar-times-o:before { - content: ""; } - -.fa-calendar-check-o:before { - content: ""; } - -.fa-industry:before { - content: ""; } - -.fa-map-pin:before { - content: ""; } - -.fa-map-signs:before { - content: ""; } - -.fa-map-o:before { - content: ""; } - -.fa-map:before { - content: ""; } - -.fa-commenting:before { - content: ""; } - -.fa-commenting-o:before { - content: ""; } - -.fa-houzz:before { - content: ""; } - -.fa-vimeo:before { - content: ""; } - -.fa-black-tie:before { - content: ""; } - -.fa-fonticons:before { - content: ""; } - -.fa-reddit-alien:before { - content: ""; } - -.fa-edge:before { - content: ""; } - -.fa-credit-card-alt:before { - content: ""; } - -.fa-codiepie:before { - content: ""; } - -.fa-modx:before { - content: ""; } - -.fa-fort-awesome:before { - content: ""; } - -.fa-usb:before { - content: ""; } - -.fa-product-hunt:before { - content: ""; } - -.fa-mixcloud:before { - content: ""; } - -.fa-scribd:before { - content: ""; } - -.fa-pause-circle:before { - content: ""; } - -.fa-pause-circle-o:before { - content: ""; } - -.fa-stop-circle:before { - content: ""; } - -.fa-stop-circle-o:before { - content: ""; } - -.fa-shopping-bag:before { - content: ""; } - -.fa-shopping-basket:before { - content: ""; } - -.fa-hashtag:before { - content: ""; } - -.fa-bluetooth:before { - content: ""; } - -.fa-bluetooth-b:before { - content: ""; } - -.fa-percent:before { - content: ""; } - -.fa-gitlab:before { - content: ""; } - -.fa-wpbeginner:before { - content: ""; } - -.fa-wpforms:before { - content: ""; } - -.fa-envira:before { - content: ""; } - -.fa-universal-access:before { - content: ""; } - -.fa-wheelchair-alt:before { - content: ""; } - -.fa-question-circle-o:before { - content: ""; } - -.fa-blind:before { - content: ""; } - -.fa-audio-description:before { - content: ""; } - -.fa-volume-control-phone:before { - content: ""; } - -.fa-braille:before { - content: ""; } - -.fa-assistive-listening-systems:before { - content: ""; } - -.fa-asl-interpreting:before, -.fa-american-sign-language-interpreting:before { - content: ""; } - -.fa-deafness:before, -.fa-hard-of-hearing:before, -.fa-deaf:before { - content: ""; } - -.fa-glide:before { - content: ""; } - -.fa-glide-g:before { - content: ""; } - -.fa-signing:before, -.fa-sign-language:before { - content: ""; } - -.fa-low-vision:before { - content: ""; } - -.fa-viadeo:before { - content: ""; } - -.fa-viadeo-square:before { - content: ""; } - -.fa-snapchat:before { - content: ""; } - -.fa-snapchat-ghost:before { - content: ""; } - -.fa-snapchat-square:before { - content: ""; } - -.fa-pied-piper:before { - content: ""; } - -.fa-first-order:before { - content: ""; } - -.fa-yoast:before { - content: ""; } - -.fa-themeisle:before { - content: ""; } - -.fa-google-plus-circle:before, -.fa-google-plus-official:before { - content: ""; } - -.fa-fa:before, -.fa-font-awesome:before { - content: ""; } - -.fa-handshake-o:before { - content: ""; } - -.fa-envelope-open:before { - content: ""; } - -.fa-envelope-open-o:before { - content: ""; } - -.fa-linode:before { - content: ""; } - -.fa-address-book:before { - content: ""; } - -.fa-address-book-o:before { - content: ""; } - -.fa-vcard:before, -.fa-address-card:before { - content: ""; } - -.fa-vcard-o:before, -.fa-address-card-o:before { - content: ""; } - -.fa-user-circle:before { - content: ""; } - -.fa-user-circle-o:before { - content: ""; } - -.fa-user-o:before { - content: ""; } - -.fa-id-badge:before { - content: ""; } - -.fa-drivers-license:before, -.fa-id-card:before { - content: ""; } - -.fa-drivers-license-o:before, -.fa-id-card-o:before { - content: ""; } - -.fa-quora:before { - content: ""; } - -.fa-free-code-camp:before { - content: ""; } - -.fa-telegram:before { - content: ""; } - -.fa-thermometer-4:before, -.fa-thermometer:before, -.fa-thermometer-full:before { - content: ""; } - -.fa-thermometer-3:before, -.fa-thermometer-three-quarters:before { - content: ""; } - -.fa-thermometer-2:before, -.fa-thermometer-half:before { - content: ""; } - -.fa-thermometer-1:before, -.fa-thermometer-quarter:before { - content: ""; } - -.fa-thermometer-0:before, -.fa-thermometer-empty:before { - content: ""; } - -.fa-shower:before { - content: ""; } - -.fa-bathtub:before, -.fa-s15:before, -.fa-bath:before { - content: ""; } - -.fa-podcast:before { - content: ""; } - -.fa-window-maximize:before { - content: ""; } - -.fa-window-minimize:before { - content: ""; } - -.fa-window-restore:before { - content: ""; } - -.fa-times-rectangle:before, -.fa-window-close:before { - content: ""; } - -.fa-times-rectangle-o:before, -.fa-window-close-o:before { - content: ""; } - -.fa-bandcamp:before { - content: ""; } - -.fa-grav:before { - content: ""; } - -.fa-etsy:before { - content: ""; } - -.fa-imdb:before { - content: ""; } - -.fa-ravelry:before { - content: ""; } - -.fa-eercast:before { - content: ""; } - -.fa-microchip:before { - content: ""; } - -.fa-snowflake-o:before { - content: ""; } - -.fa-superpowers:before { - content: ""; } - -.fa-wpexplorer:before { - content: ""; } - -.fa-meetup:before { - content: ""; } - -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; } - -.sr-only-focusable:active, .sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; } - -@font-face { - font-family: 'QiitaSymbolFont'; - font-style: normal; - font-weight: normal; - src: url("../assets/QiitaSymbolFont.woff") format("woff"); } - -.qsf { - display: inline-block; - font: normal normal normal 14px/1 QiitaSymbolFont; - font-size: inherit; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - transform: translate(0, 0); } - .qsf.qsf-logomark:before { - content: '\e000'; } - .qsf.qsf-kobito-logomark:before { - content: '\e001'; } - .qsf.qsf-qiita-o:before { - content: '\e003'; } - .qsf.qsf-qiita:before { - content: '\e004'; } - .qsf.qsf-team-o:before { - content: '\e005'; } - .qsf.qsf-team:before { - content: '\e006'; } - .qsf.qsf-team-l:before { - content: '\e007'; } - .qsf.qsf-kobito:before { - content: '\e008'; } - .qsf.qsf-career:before { - content: '\e009'; } - .qsf.qsf-increments:before { - content: '\e00f'; } - -.markdown-content { - font-size: 16px; - line-height: 1.5; - color: #222; - -webkit-user-select: text; } - .markdown-content > *:first-child { - margin-top: 0 !important; } - .markdown-content-headingEnabled h1, - .markdown-content-headingEnabled h2, - .markdown-content-headingEnabled h3, - .markdown-content-headingEnabled h4, - .markdown-content-headingEnabled h5, - .markdown-content-headingEnabled h6 { - position: relative; } - .markdown-content-headingEnabled h1:hover .fa.fa-link, .markdown-content-headingEnabled h1:hover .markdown-content li.fa-link.checked:before, .markdown-content .markdown-content-headingEnabled h1:hover li.fa-link.checked:before, - .markdown-content-headingEnabled h1:hover .markdown-content li.fa-link.unchecked:before, .markdown-content .markdown-content-headingEnabled h1:hover li.fa-link.unchecked:before, - .markdown-content-headingEnabled h1:hover .icon-link, - .markdown-content-headingEnabled h2:hover .fa.fa-link, - .markdown-content-headingEnabled h2:hover .markdown-content li.fa-link.checked:before, - .markdown-content .markdown-content-headingEnabled h2:hover li.fa-link.checked:before, - .markdown-content-headingEnabled h2:hover .markdown-content li.fa-link.unchecked:before, - .markdown-content .markdown-content-headingEnabled h2:hover li.fa-link.unchecked:before, - .markdown-content-headingEnabled h2:hover .icon-link, - .markdown-content-headingEnabled h3:hover .fa.fa-link, - .markdown-content-headingEnabled h3:hover .markdown-content li.fa-link.checked:before, - .markdown-content .markdown-content-headingEnabled h3:hover li.fa-link.checked:before, - .markdown-content-headingEnabled h3:hover .markdown-content li.fa-link.unchecked:before, - .markdown-content .markdown-content-headingEnabled h3:hover li.fa-link.unchecked:before, - .markdown-content-headingEnabled h3:hover .icon-link, - .markdown-content-headingEnabled h4:hover .fa.fa-link, - .markdown-content-headingEnabled h4:hover .markdown-content li.fa-link.checked:before, - .markdown-content .markdown-content-headingEnabled h4:hover li.fa-link.checked:before, - .markdown-content-headingEnabled h4:hover .markdown-content li.fa-link.unchecked:before, - .markdown-content .markdown-content-headingEnabled h4:hover li.fa-link.unchecked:before, - .markdown-content-headingEnabled h4:hover .icon-link, - .markdown-content-headingEnabled h5:hover .fa.fa-link, - .markdown-content-headingEnabled h5:hover .markdown-content li.fa-link.checked:before, - .markdown-content .markdown-content-headingEnabled h5:hover li.fa-link.checked:before, - .markdown-content-headingEnabled h5:hover .markdown-content li.fa-link.unchecked:before, - .markdown-content .markdown-content-headingEnabled h5:hover li.fa-link.unchecked:before, - .markdown-content-headingEnabled h5:hover .icon-link, - .markdown-content-headingEnabled h6:hover .fa.fa-link, - .markdown-content-headingEnabled h6:hover .markdown-content li.fa-link.checked:before, - .markdown-content .markdown-content-headingEnabled h6:hover li.fa-link.checked:before, - .markdown-content-headingEnabled h6:hover .markdown-content li.fa-link.unchecked:before, - .markdown-content .markdown-content-headingEnabled h6:hover li.fa-link.unchecked:before, - .markdown-content-headingEnabled h6:hover .icon-link { - display: inline-block; } - .markdown-content-headingEnabled h1 .fa.fa-link:hover, .markdown-content-headingEnabled h1 .markdown-content li.fa-link.checked:hover:before, .markdown-content .markdown-content-headingEnabled h1 li.fa-link.checked:hover:before, - .markdown-content-headingEnabled h1 .markdown-content li.fa-link.unchecked:hover:before, .markdown-content .markdown-content-headingEnabled h1 li.fa-link.unchecked:hover:before, - .markdown-content-headingEnabled h1 .icon-link:hover, - .markdown-content-headingEnabled h2 .fa.fa-link:hover, - .markdown-content-headingEnabled h2 .markdown-content li.fa-link.checked:hover:before, - .markdown-content .markdown-content-headingEnabled h2 li.fa-link.checked:hover:before, - .markdown-content-headingEnabled h2 .markdown-content li.fa-link.unchecked:hover:before, - .markdown-content .markdown-content-headingEnabled h2 li.fa-link.unchecked:hover:before, - .markdown-content-headingEnabled h2 .icon-link:hover, - .markdown-content-headingEnabled h3 .fa.fa-link:hover, - .markdown-content-headingEnabled h3 .markdown-content li.fa-link.checked:hover:before, - .markdown-content .markdown-content-headingEnabled h3 li.fa-link.checked:hover:before, - .markdown-content-headingEnabled h3 .markdown-content li.fa-link.unchecked:hover:before, - .markdown-content .markdown-content-headingEnabled h3 li.fa-link.unchecked:hover:before, - .markdown-content-headingEnabled h3 .icon-link:hover, - .markdown-content-headingEnabled h4 .fa.fa-link:hover, - .markdown-content-headingEnabled h4 .markdown-content li.fa-link.checked:hover:before, - .markdown-content .markdown-content-headingEnabled h4 li.fa-link.checked:hover:before, - .markdown-content-headingEnabled h4 .markdown-content li.fa-link.unchecked:hover:before, - .markdown-content .markdown-content-headingEnabled h4 li.fa-link.unchecked:hover:before, - .markdown-content-headingEnabled h4 .icon-link:hover, - .markdown-content-headingEnabled h5 .fa.fa-link:hover, - .markdown-content-headingEnabled h5 .markdown-content li.fa-link.checked:hover:before, - .markdown-content .markdown-content-headingEnabled h5 li.fa-link.checked:hover:before, - .markdown-content-headingEnabled h5 .markdown-content li.fa-link.unchecked:hover:before, - .markdown-content .markdown-content-headingEnabled h5 li.fa-link.unchecked:hover:before, - .markdown-content-headingEnabled h5 .icon-link:hover, - .markdown-content-headingEnabled h6 .fa.fa-link:hover, - .markdown-content-headingEnabled h6 .markdown-content li.fa-link.checked:hover:before, - .markdown-content .markdown-content-headingEnabled h6 li.fa-link.checked:hover:before, - .markdown-content-headingEnabled h6 .markdown-content li.fa-link.unchecked:hover:before, - .markdown-content .markdown-content-headingEnabled h6 li.fa-link.unchecked:hover:before, - .markdown-content-headingEnabled h6 .icon-link:hover { - color: #0e87cd; - text-decoration: none; } - .markdown-content blockquote { - color: #888; - font-size: 1em; - border-left: solid 4px #f0f0f0; - padding: .8em; - margin-top: 1em; - margin-bottom: 1em; - margin-left: .8em; } - .markdown-content blockquote > *:first-child { - margin-top: 0; } - .markdown-content blockquote h1, - .markdown-content blockquote h2, - .markdown-content blockquote h3, - .markdown-content blockquote h4, - .markdown-content blockquote h5, - .markdown-content blockquote h6 { - color: #a2a2a2; } - .markdown-content blockquote p:last-child { - margin: 0; } - .markdown-content a { - word-wrap: break-word; - word-break: break-all; - border-bottom: 1px dotted transparent; - color: #0e87cd; - text-decoration: none; - transition: all .2s ease-in-out; } - .markdown-content a:hover { - color: #0b689d; - border-color: #0b689d; } - .markdown-content hr { - margin: 1em 0; - border: 0; - height: 2px; - background-color: #ddd; } - .markdown-content em { - font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; - font-style: italic; } - .markdown-content strong { - font-weight: 700; } - .markdown-content b { - font-weight: 700; } - .markdown-content ins { - font-weight: 700; } - .markdown-content del { - text-decoration: line-through; } - .markdown-content p { - word-wrap: break-word; - margin: 1em 0; - font-size: 1em; - line-height: 1.7; } - .markdown-content img { - box-sizing: border-box; - vertical-align: middle; - margin: 0; - max-width: 100%; } - .markdown-content dl { - margin: 1em 0; } - .markdown-content dl dd { - margin-left: 2em; } - .markdown-content table { - margin: 1em 0; - border-left: solid 1px #e6e6e6; - border-top: solid 1px #e6e6e6; - border-collapse: collapse; } - .markdown-content td, - .markdown-content th { - border-bottom: solid 1px #e6e6e6; - border-right: solid 1px #e6e6e6; - padding: 8px 10px; - word-wrap: break-word; } - .markdown-content thead td, - .markdown-content th { - font-weight: 700; - background-color: #efefef; } - .markdown-content tbody:nth-child(odd) tr { - background-color: rgba(0, 0, 0, 0.03); } - .markdown-content li p:first-child { - margin: 0; } - .markdown-content ol, - .markdown-content ul { - line-height: 1.5; - margin-bottom: 1em; - margin-top: 1em; - padding-left: 1.5em; } - .markdown-content ol > li { - list-style-type: decimal; } - .markdown-content ul > li { - list-style-type: disc; } - .markdown-content li.checked, - .markdown-content li.unchecked { - position: relative; - display: block; - list-style-type: none; } - .markdown-content li.checked:before, - .markdown-content li.unchecked:before { - display: block; - position: absolute; - left: -20px; - top: 6px; } - .markdown-content li.checked:before { - content: '\f046'; } - .markdown-content li.unchecked:before { - content: '\f096'; } - .markdown-content li > ol, - .markdown-content li > ul { - margin-bottom: 0; - margin-top: 0; } - .markdown-content h1, - .markdown-content h2, - .markdown-content h3, - .markdown-content h4, - .markdown-content h5, - .markdown-content h6 { - font-weight: normal; - line-height: 1.4; - margin: 1.35em 0 .7em; } - .markdown-content h1 { - padding-bottom: .3em; - line-height: 1.2; - border-bottom: 2px solid #ddd; - font-size: 1.8em; } - .markdown-content h1 .emoji { - width: 0.9em; - height: 0.9em; - vertical-align: top; } - .markdown-content h2 { - padding-bottom: .3em; - line-height: 1.225; - border-bottom: 1px dotted #d5d5d5; - font-size: 1.6em; } - .markdown-content h2 .emoji { - width: 0.96em; - height: 0.96em; - vertical-align: top; } - .markdown-content h3 { - font-size: 1.5em; - line-height: 1.43; - margin-top: 1.4em; } - .markdown-content h4 { - margin-top: 1.3em; - font-size: 1.4em; } - .markdown-content h5 { - margin-top: 1.5em; - font-size: 1em; } - .markdown-content h6 { - margin-top: 1.5em; - font-size: 1em; } - .markdown-content pre { - width: 100%; - display: block; - position: relative; } - .markdown-content iframe { - width: 100%; } - .markdown-content .code-frame { - display: inline-block; - box-sizing: border-box; - width: 100%; - margin: 0; - border: 0; - background-color: #f4f4f4; - border-radius: 4px; - line-height: 1; } - .markdown-content .code-frame .highlight { - background-color: transparent; } - .markdown-content .code-frame pre { - box-sizing: border-box; - padding: 8px 10px; - line-height: 20px; - overflow-x: auto; } - .markdown-content code { - font-size: 13px; - font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; } - .markdown-content .inlineCode { - width: auto; - margin: 0 2px; - padding: 0 5px; - font-size: 12px; } - .markdown-content .code-lang { - color: #222; - display: inline-block; - padding: 3px 6px; - margin: 0; - -webkit-border-top-left-radius: 4px; - background-color: #e7e7e7; - line-height: 1; - vertical-align: top; - font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 11px; } - .markdown-content .emoji { - width: 20px; - height: 20px; } - .markdown-content .fa.fa-link, .markdown-content li.fa-link.checked:before, - .markdown-content li.fa-link.unchecked:before, - .markdown-content .icon-link { - display: none; - position: absolute; - top: 50%; - left: -28px; - margin-top: -18px; - padding: 10px 5px 10px 10px; - color: #222; - font-size: 16px; - font-weight: 400; } - .markdown-content .footnotes { - font-size: .9em; - margin-top: 2em; } - .markdown-content .footnotes hr { - display: none; } - .markdown-content .fragment { - position: relative; - top: -10px; - display: block; } - .markdown-content .highlight { - background: #fff; } - .markdown-content .highlight .c { - color: #998; - font-style: italic; } - .markdown-content .highlight .err { - color: #a61717; - background-color: #e3d2d2; } - .markdown-content .highlight .k { - font-weight: bold; } - .markdown-content .highlight .o { - font-weight: bold; } - .markdown-content .highlight .cm { - color: #998; - font-style: italic; } - .markdown-content .highlight .cp { - color: #999; - font-weight: bold; } - .markdown-content .highlight .c1 { - color: #998; - font-style: italic; } - .markdown-content .highlight .cs { - color: #999; - font-weight: bold; - font-style: italic; } - .markdown-content .highlight .gd { - color: #000; - background-color: #fdd; } - .markdown-content .highlight .gd .x { - color: #000; - background-color: #faa; } - .markdown-content .highlight .ge { - font-style: italic; } - .markdown-content .highlight .gr { - color: #a00; } - .markdown-content .highlight .gh { - color: #999; } - .markdown-content .highlight .gi { - color: #000; - background-color: #dfd; } - .markdown-content .highlight .gi .x { - color: #000; - background-color: #afa; } - .markdown-content .highlight .go { - color: #888; } - .markdown-content .highlight .gp { - color: #555; } - .markdown-content .highlight .gs { - font-weight: bold; } - .markdown-content .highlight .gu { - color: #800080; - font-weight: bold; } - .markdown-content .highlight .gt { - color: #a00; } - .markdown-content .highlight .kc { - font-weight: bold; } - .markdown-content .highlight .kd { - font-weight: bold; } - .markdown-content .highlight .kn { - font-weight: bold; } - .markdown-content .highlight .kp { - font-weight: bold; } - .markdown-content .highlight .kr { - font-weight: bold; } - .markdown-content .highlight .kt { - color: #458; - font-weight: bold; } - .markdown-content .highlight .m { - color: #099; } - .markdown-content .highlight .s { - color: #d14; } - .markdown-content .highlight .n { - color: #333; } - .markdown-content .highlight .na { - color: #008080; } - .markdown-content .highlight .nb { - color: #0086b3; } - .markdown-content .highlight .nc { - color: #458; - font-weight: bold; } - .markdown-content .highlight .no { - color: #008080; } - .markdown-content .highlight .ni { - color: #800080; } - .markdown-content .highlight .ne { - color: #900; - font-weight: bold; } - .markdown-content .highlight .nf { - color: #900; - font-weight: bold; } - .markdown-content .highlight .nn { - color: #555; } - .markdown-content .highlight .nt { - color: #000080; } - .markdown-content .highlight .nv { - color: #008080; } - .markdown-content .highlight .ow { - font-weight: bold; } - .markdown-content .highlight .w { - color: #bbb; } - .markdown-content .highlight .mf { - color: #099; } - .markdown-content .highlight .mh { - color: #099; } - .markdown-content .highlight .mi { - color: #099; } - .markdown-content .highlight .mo { - color: #099; } - .markdown-content .highlight .sb { - color: #d14; } - .markdown-content .highlight .sc { - color: #d14; } - .markdown-content .highlight .sd { - color: #d14; } - .markdown-content .highlight .s2 { - color: #d14; } - .markdown-content .highlight .se { - color: #d14; } - .markdown-content .highlight .sh { - color: #d14; } - .markdown-content .highlight .si { - color: #d14; } - .markdown-content .highlight .sx { - color: #d14; } - .markdown-content .highlight .sr { - color: #009926; } - .markdown-content .highlight .s1 { - color: #d14; } - .markdown-content .highlight .ss { - color: #990073; } - .markdown-content .highlight .bp { - color: #999; } - .markdown-content .highlight .vc { - color: #008080; } - .markdown-content .highlight .vg { - color: #008080; } - .markdown-content .highlight .vi { - color: #008080; } - .markdown-content .highlight .il { - color: #099; } - .markdown-content .highlight .gc { - color: #999; - background-color: #eaf2f5; } - .markdown-content .MathJax img, - .markdown-content .MathJax_Display img { - border: 0 !important; } - .markdown-content .parenthesis li { - list-style-type: none; } - .markdown-content .parenthesis li span { - margin-left: -1.5em; - margin-right: .5em; } - -.CodeMirror-dialog { - position: absolute; - left: 0; - right: 0; - background-color: #ededed; - z-index: 100; - padding: .8em; - overflow: hidden; - color: inherit; } - -.CodeMirror-dialog-top { - border-bottom: 1px solid #eee; - top: 0; } - -.CodeMirror-dialog-bottom { - border-top: 1px solid #eee; - bottom: 0; } - -.CodeMirror-dialog input { - border: none; - outline: none; - background: transparent; - width: 32em; - color: inherit; - font-family: monospace; - font-size: 16px; } - -.CodeMirror-dialog button { - font-size: 70%; } - -.CodeMirror-search-hint { - position: absolute; - top: 18px; - right: 10px; - font-size: 13px; } - -.twemoji { - display: inline-block; - height: 1em; - width: 1em; - margin: 0 .05em 0 .1em; - vertical-align: -0.1em; - background-repeat: no-repeat; - background-position: center center; - background-size: 1em 1em; } - -.twemoji-1f004 { - background-image: url("../assets/twemoji/svg/1f004.svg"); } - -.twemoji-1f0cf { - background-image: url("../assets/twemoji/svg/1f0cf.svg"); } - -.twemoji-1f170 { - background-image: url("../assets/twemoji/svg/1f170.svg"); } - -.twemoji-1f171 { - background-image: url("../assets/twemoji/svg/1f171.svg"); } - -.twemoji-1f17e { - background-image: url("../assets/twemoji/svg/1f17e.svg"); } - -.twemoji-1f17f { - background-image: url("../assets/twemoji/svg/1f17f.svg"); } - -.twemoji-1f18e { - background-image: url("../assets/twemoji/svg/1f18e.svg"); } - -.twemoji-1f191 { - background-image: url("../assets/twemoji/svg/1f191.svg"); } - -.twemoji-1f192 { - background-image: url("../assets/twemoji/svg/1f192.svg"); } - -.twemoji-1f193 { - background-image: url("../assets/twemoji/svg/1f193.svg"); } - -.twemoji-1f194 { - background-image: url("../assets/twemoji/svg/1f194.svg"); } - -.twemoji-1f195 { - background-image: url("../assets/twemoji/svg/1f195.svg"); } - -.twemoji-1f196 { - background-image: url("../assets/twemoji/svg/1f196.svg"); } - -.twemoji-1f197 { - background-image: url("../assets/twemoji/svg/1f197.svg"); } - -.twemoji-1f198 { - background-image: url("../assets/twemoji/svg/1f198.svg"); } - -.twemoji-1f199 { - background-image: url("../assets/twemoji/svg/1f199.svg"); } - -.twemoji-1f19a { - background-image: url("../assets/twemoji/svg/1f19a.svg"); } - -.twemoji-1f1e6 { - background-image: url("../assets/twemoji/svg/1f1e6.svg"); } - -.twemoji-1f1e7 { - background-image: url("../assets/twemoji/svg/1f1e7.svg"); } - -.twemoji-1f1e8 { - background-image: url("../assets/twemoji/svg/1f1e8.svg"); } - -.twemoji-1f1e8-1f1f3 { - background-image: url("../assets/twemoji/svg/1f1e8-1f1f3.svg"); } - -.twemoji-1f1e9 { - background-image: url("../assets/twemoji/svg/1f1e9.svg"); } - -.twemoji-1f1e9-1f1ea { - background-image: url("../assets/twemoji/svg/1f1e9-1f1ea.svg"); } - -.twemoji-1f1ea { - background-image: url("../assets/twemoji/svg/1f1ea.svg"); } - -.twemoji-1f1ea-1f1f8 { - background-image: url("../assets/twemoji/svg/1f1ea-1f1f8.svg"); } - -.twemoji-1f1eb { - background-image: url("../assets/twemoji/svg/1f1eb.svg"); } - -.twemoji-1f1eb-1f1f7 { - background-image: url("../assets/twemoji/svg/1f1eb-1f1f7.svg"); } - -.twemoji-1f1ec { - background-image: url("../assets/twemoji/svg/1f1ec.svg"); } - -.twemoji-1f1ec-1f1e7 { - background-image: url("../assets/twemoji/svg/1f1ec-1f1e7.svg"); } - -.twemoji-1f1ed { - background-image: url("../assets/twemoji/svg/1f1ed.svg"); } - -.twemoji-1f1ee { - background-image: url("../assets/twemoji/svg/1f1ee.svg"); } - -.twemoji-1f1ee-1f1f9 { - background-image: url("../assets/twemoji/svg/1f1ee-1f1f9.svg"); } - -.twemoji-1f1ef { - background-image: url("../assets/twemoji/svg/1f1ef.svg"); } - -.twemoji-1f1ef-1f1f5 { - background-image: url("../assets/twemoji/svg/1f1ef-1f1f5.svg"); } - -.twemoji-1f1f0 { - background-image: url("../assets/twemoji/svg/1f1f0.svg"); } - -.twemoji-1f1f0-1f1f7 { - background-image: url("../assets/twemoji/svg/1f1f0-1f1f7.svg"); } - -.twemoji-1f1f1 { - background-image: url("../assets/twemoji/svg/1f1f1.svg"); } - -.twemoji-1f1f2 { - background-image: url("../assets/twemoji/svg/1f1f2.svg"); } - -.twemoji-1f1f3 { - background-image: url("../assets/twemoji/svg/1f1f3.svg"); } - -.twemoji-1f1f4 { - background-image: url("../assets/twemoji/svg/1f1f4.svg"); } - -.twemoji-1f1f5 { - background-image: url("../assets/twemoji/svg/1f1f5.svg"); } - -.twemoji-1f1f6 { - background-image: url("../assets/twemoji/svg/1f1f6.svg"); } - -.twemoji-1f1f7 { - background-image: url("../assets/twemoji/svg/1f1f7.svg"); } - -.twemoji-1f1f7-1f1fa { - background-image: url("../assets/twemoji/svg/1f1f7-1f1fa.svg"); } - -.twemoji-1f1f8 { - background-image: url("../assets/twemoji/svg/1f1f8.svg"); } - -.twemoji-1f1f9 { - background-image: url("../assets/twemoji/svg/1f1f9.svg"); } - -.twemoji-1f1fa { - background-image: url("../assets/twemoji/svg/1f1fa.svg"); } - -.twemoji-1f1fa-1f1f8 { - background-image: url("../assets/twemoji/svg/1f1fa-1f1f8.svg"); } - -.twemoji-1f1fb { - background-image: url("../assets/twemoji/svg/1f1fb.svg"); } - -.twemoji-1f1fc { - background-image: url("../assets/twemoji/svg/1f1fc.svg"); } - -.twemoji-1f1fd { - background-image: url("../assets/twemoji/svg/1f1fd.svg"); } - -.twemoji-1f1fe { - background-image: url("../assets/twemoji/svg/1f1fe.svg"); } - -.twemoji-1f1ff { - background-image: url("../assets/twemoji/svg/1f1ff.svg"); } - -.twemoji-1f201 { - background-image: url("../assets/twemoji/svg/1f201.svg"); } - -.twemoji-1f202 { - background-image: url("../assets/twemoji/svg/1f202.svg"); } - -.twemoji-1f21a { - background-image: url("../assets/twemoji/svg/1f21a.svg"); } - -.twemoji-1f22f { - background-image: url("../assets/twemoji/svg/1f22f.svg"); } - -.twemoji-1f232 { - background-image: url("../assets/twemoji/svg/1f232.svg"); } - -.twemoji-1f233 { - background-image: url("../assets/twemoji/svg/1f233.svg"); } - -.twemoji-1f234 { - background-image: url("../assets/twemoji/svg/1f234.svg"); } - -.twemoji-1f235 { - background-image: url("../assets/twemoji/svg/1f235.svg"); } - -.twemoji-1f236 { - background-image: url("../assets/twemoji/svg/1f236.svg"); } - -.twemoji-1f237 { - background-image: url("../assets/twemoji/svg/1f237.svg"); } - -.twemoji-1f238 { - background-image: url("../assets/twemoji/svg/1f238.svg"); } - -.twemoji-1f239 { - background-image: url("../assets/twemoji/svg/1f239.svg"); } - -.twemoji-1f23a { - background-image: url("../assets/twemoji/svg/1f23a.svg"); } - -.twemoji-1f250 { - background-image: url("../assets/twemoji/svg/1f250.svg"); } - -.twemoji-1f251 { - background-image: url("../assets/twemoji/svg/1f251.svg"); } - -.twemoji-1f300 { - background-image: url("../assets/twemoji/svg/1f300.svg"); } - -.twemoji-1f301 { - background-image: url("../assets/twemoji/svg/1f301.svg"); } - -.twemoji-1f302 { - background-image: url("../assets/twemoji/svg/1f302.svg"); } - -.twemoji-1f303 { - background-image: url("../assets/twemoji/svg/1f303.svg"); } - -.twemoji-1f304 { - background-image: url("../assets/twemoji/svg/1f304.svg"); } - -.twemoji-1f305 { - background-image: url("../assets/twemoji/svg/1f305.svg"); } - -.twemoji-1f306 { - background-image: url("../assets/twemoji/svg/1f306.svg"); } - -.twemoji-1f307 { - background-image: url("../assets/twemoji/svg/1f307.svg"); } - -.twemoji-1f308 { - background-image: url("../assets/twemoji/svg/1f308.svg"); } - -.twemoji-1f309 { - background-image: url("../assets/twemoji/svg/1f309.svg"); } - -.twemoji-1f30a { - background-image: url("../assets/twemoji/svg/1f30a.svg"); } - -.twemoji-1f30b { - background-image: url("../assets/twemoji/svg/1f30b.svg"); } - -.twemoji-1f30c { - background-image: url("../assets/twemoji/svg/1f30c.svg"); } - -.twemoji-1f30d { - background-image: url("../assets/twemoji/svg/1f30d.svg"); } - -.twemoji-1f30e { - background-image: url("../assets/twemoji/svg/1f30e.svg"); } - -.twemoji-1f30f { - background-image: url("../assets/twemoji/svg/1f30f.svg"); } - -.twemoji-1f310 { - background-image: url("../assets/twemoji/svg/1f310.svg"); } - -.twemoji-1f311 { - background-image: url("../assets/twemoji/svg/1f311.svg"); } - -.twemoji-1f312 { - background-image: url("../assets/twemoji/svg/1f312.svg"); } - -.twemoji-1f313 { - background-image: url("../assets/twemoji/svg/1f313.svg"); } - -.twemoji-1f314 { - background-image: url("../assets/twemoji/svg/1f314.svg"); } - -.twemoji-1f315 { - background-image: url("../assets/twemoji/svg/1f315.svg"); } - -.twemoji-1f316 { - background-image: url("../assets/twemoji/svg/1f316.svg"); } - -.twemoji-1f317 { - background-image: url("../assets/twemoji/svg/1f317.svg"); } - -.twemoji-1f318 { - background-image: url("../assets/twemoji/svg/1f318.svg"); } - -.twemoji-1f319 { - background-image: url("../assets/twemoji/svg/1f319.svg"); } - -.twemoji-1f31a { - background-image: url("../assets/twemoji/svg/1f31a.svg"); } - -.twemoji-1f31b { - background-image: url("../assets/twemoji/svg/1f31b.svg"); } - -.twemoji-1f31c { - background-image: url("../assets/twemoji/svg/1f31c.svg"); } - -.twemoji-1f31d { - background-image: url("../assets/twemoji/svg/1f31d.svg"); } - -.twemoji-1f31e { - background-image: url("../assets/twemoji/svg/1f31e.svg"); } - -.twemoji-1f31f { - background-image: url("../assets/twemoji/svg/1f31f.svg"); } - -.twemoji-1f320 { - background-image: url("../assets/twemoji/svg/1f320.svg"); } - -.twemoji-1f330 { - background-image: url("../assets/twemoji/svg/1f330.svg"); } - -.twemoji-1f331 { - background-image: url("../assets/twemoji/svg/1f331.svg"); } - -.twemoji-1f332 { - background-image: url("../assets/twemoji/svg/1f332.svg"); } - -.twemoji-1f333 { - background-image: url("../assets/twemoji/svg/1f333.svg"); } - -.twemoji-1f334 { - background-image: url("../assets/twemoji/svg/1f334.svg"); } - -.twemoji-1f335 { - background-image: url("../assets/twemoji/svg/1f335.svg"); } - -.twemoji-1f337 { - background-image: url("../assets/twemoji/svg/1f337.svg"); } - -.twemoji-1f338 { - background-image: url("../assets/twemoji/svg/1f338.svg"); } - -.twemoji-1f339 { - background-image: url("../assets/twemoji/svg/1f339.svg"); } - -.twemoji-1f33a { - background-image: url("../assets/twemoji/svg/1f33a.svg"); } - -.twemoji-1f33b { - background-image: url("../assets/twemoji/svg/1f33b.svg"); } - -.twemoji-1f33c { - background-image: url("../assets/twemoji/svg/1f33c.svg"); } - -.twemoji-1f33d { - background-image: url("../assets/twemoji/svg/1f33d.svg"); } - -.twemoji-1f33e { - background-image: url("../assets/twemoji/svg/1f33e.svg"); } - -.twemoji-1f33f { - background-image: url("../assets/twemoji/svg/1f33f.svg"); } - -.twemoji-1f340 { - background-image: url("../assets/twemoji/svg/1f340.svg"); } - -.twemoji-1f341 { - background-image: url("../assets/twemoji/svg/1f341.svg"); } - -.twemoji-1f342 { - background-image: url("../assets/twemoji/svg/1f342.svg"); } - -.twemoji-1f343 { - background-image: url("../assets/twemoji/svg/1f343.svg"); } - -.twemoji-1f344 { - background-image: url("../assets/twemoji/svg/1f344.svg"); } - -.twemoji-1f345 { - background-image: url("../assets/twemoji/svg/1f345.svg"); } - -.twemoji-1f346 { - background-image: url("../assets/twemoji/svg/1f346.svg"); } - -.twemoji-1f347 { - background-image: url("../assets/twemoji/svg/1f347.svg"); } - -.twemoji-1f348 { - background-image: url("../assets/twemoji/svg/1f348.svg"); } - -.twemoji-1f349 { - background-image: url("../assets/twemoji/svg/1f349.svg"); } - -.twemoji-1f34a { - background-image: url("../assets/twemoji/svg/1f34a.svg"); } - -.twemoji-1f34b { - background-image: url("../assets/twemoji/svg/1f34b.svg"); } - -.twemoji-1f34c { - background-image: url("../assets/twemoji/svg/1f34c.svg"); } - -.twemoji-1f34d { - background-image: url("../assets/twemoji/svg/1f34d.svg"); } - -.twemoji-1f34e { - background-image: url("../assets/twemoji/svg/1f34e.svg"); } - -.twemoji-1f34f { - background-image: url("../assets/twemoji/svg/1f34f.svg"); } - -.twemoji-1f350 { - background-image: url("../assets/twemoji/svg/1f350.svg"); } - -.twemoji-1f351 { - background-image: url("../assets/twemoji/svg/1f351.svg"); } - -.twemoji-1f352 { - background-image: url("../assets/twemoji/svg/1f352.svg"); } - -.twemoji-1f353 { - background-image: url("../assets/twemoji/svg/1f353.svg"); } - -.twemoji-1f354 { - background-image: url("../assets/twemoji/svg/1f354.svg"); } - -.twemoji-1f355 { - background-image: url("../assets/twemoji/svg/1f355.svg"); } - -.twemoji-1f356 { - background-image: url("../assets/twemoji/svg/1f356.svg"); } - -.twemoji-1f357 { - background-image: url("../assets/twemoji/svg/1f357.svg"); } - -.twemoji-1f358 { - background-image: url("../assets/twemoji/svg/1f358.svg"); } - -.twemoji-1f359 { - background-image: url("../assets/twemoji/svg/1f359.svg"); } - -.twemoji-1f35a { - background-image: url("../assets/twemoji/svg/1f35a.svg"); } - -.twemoji-1f35b { - background-image: url("../assets/twemoji/svg/1f35b.svg"); } - -.twemoji-1f35c { - background-image: url("../assets/twemoji/svg/1f35c.svg"); } - -.twemoji-1f35d { - background-image: url("../assets/twemoji/svg/1f35d.svg"); } - -.twemoji-1f35e { - background-image: url("../assets/twemoji/svg/1f35e.svg"); } - -.twemoji-1f35f { - background-image: url("../assets/twemoji/svg/1f35f.svg"); } - -.twemoji-1f360 { - background-image: url("../assets/twemoji/svg/1f360.svg"); } - -.twemoji-1f361 { - background-image: url("../assets/twemoji/svg/1f361.svg"); } - -.twemoji-1f362 { - background-image: url("../assets/twemoji/svg/1f362.svg"); } - -.twemoji-1f363 { - background-image: url("../assets/twemoji/svg/1f363.svg"); } - -.twemoji-1f364 { - background-image: url("../assets/twemoji/svg/1f364.svg"); } - -.twemoji-1f365 { - background-image: url("../assets/twemoji/svg/1f365.svg"); } - -.twemoji-1f366 { - background-image: url("../assets/twemoji/svg/1f366.svg"); } - -.twemoji-1f367 { - background-image: url("../assets/twemoji/svg/1f367.svg"); } - -.twemoji-1f368 { - background-image: url("../assets/twemoji/svg/1f368.svg"); } - -.twemoji-1f369 { - background-image: url("../assets/twemoji/svg/1f369.svg"); } - -.twemoji-1f36a { - background-image: url("../assets/twemoji/svg/1f36a.svg"); } - -.twemoji-1f36b { - background-image: url("../assets/twemoji/svg/1f36b.svg"); } - -.twemoji-1f36c { - background-image: url("../assets/twemoji/svg/1f36c.svg"); } - -.twemoji-1f36d { - background-image: url("../assets/twemoji/svg/1f36d.svg"); } - -.twemoji-1f36e { - background-image: url("../assets/twemoji/svg/1f36e.svg"); } - -.twemoji-1f36f { - background-image: url("../assets/twemoji/svg/1f36f.svg"); } - -.twemoji-1f370 { - background-image: url("../assets/twemoji/svg/1f370.svg"); } - -.twemoji-1f371 { - background-image: url("../assets/twemoji/svg/1f371.svg"); } - -.twemoji-1f372 { - background-image: url("../assets/twemoji/svg/1f372.svg"); } - -.twemoji-1f373 { - background-image: url("../assets/twemoji/svg/1f373.svg"); } - -.twemoji-1f374 { - background-image: url("../assets/twemoji/svg/1f374.svg"); } - -.twemoji-1f375 { - background-image: url("../assets/twemoji/svg/1f375.svg"); } - -.twemoji-1f376 { - background-image: url("../assets/twemoji/svg/1f376.svg"); } - -.twemoji-1f377 { - background-image: url("../assets/twemoji/svg/1f377.svg"); } - -.twemoji-1f378 { - background-image: url("../assets/twemoji/svg/1f378.svg"); } - -.twemoji-1f379 { - background-image: url("../assets/twemoji/svg/1f379.svg"); } - -.twemoji-1f37a { - background-image: url("../assets/twemoji/svg/1f37a.svg"); } - -.twemoji-1f37b { - background-image: url("../assets/twemoji/svg/1f37b.svg"); } - -.twemoji-1f37c { - background-image: url("../assets/twemoji/svg/1f37c.svg"); } - -.twemoji-1f380 { - background-image: url("../assets/twemoji/svg/1f380.svg"); } - -.twemoji-1f381 { - background-image: url("../assets/twemoji/svg/1f381.svg"); } - -.twemoji-1f382 { - background-image: url("../assets/twemoji/svg/1f382.svg"); } - -.twemoji-1f383 { - background-image: url("../assets/twemoji/svg/1f383.svg"); } - -.twemoji-1f384 { - background-image: url("../assets/twemoji/svg/1f384.svg"); } - -.twemoji-1f385 { - background-image: url("../assets/twemoji/svg/1f385.svg"); } - -.twemoji-1f386 { - background-image: url("../assets/twemoji/svg/1f386.svg"); } - -.twemoji-1f387 { - background-image: url("../assets/twemoji/svg/1f387.svg"); } - -.twemoji-1f388 { - background-image: url("../assets/twemoji/svg/1f388.svg"); } - -.twemoji-1f389 { - background-image: url("../assets/twemoji/svg/1f389.svg"); } - -.twemoji-1f38a { - background-image: url("../assets/twemoji/svg/1f38a.svg"); } - -.twemoji-1f38b { - background-image: url("../assets/twemoji/svg/1f38b.svg"); } - -.twemoji-1f38c { - background-image: url("../assets/twemoji/svg/1f38c.svg"); } - -.twemoji-1f38d { - background-image: url("../assets/twemoji/svg/1f38d.svg"); } - -.twemoji-1f38e { - background-image: url("../assets/twemoji/svg/1f38e.svg"); } - -.twemoji-1f38f { - background-image: url("../assets/twemoji/svg/1f38f.svg"); } - -.twemoji-1f390 { - background-image: url("../assets/twemoji/svg/1f390.svg"); } - -.twemoji-1f391 { - background-image: url("../assets/twemoji/svg/1f391.svg"); } - -.twemoji-1f392 { - background-image: url("../assets/twemoji/svg/1f392.svg"); } - -.twemoji-1f393 { - background-image: url("../assets/twemoji/svg/1f393.svg"); } - -.twemoji-1f3a0 { - background-image: url("../assets/twemoji/svg/1f3a0.svg"); } - -.twemoji-1f3a1 { - background-image: url("../assets/twemoji/svg/1f3a1.svg"); } - -.twemoji-1f3a2 { - background-image: url("../assets/twemoji/svg/1f3a2.svg"); } - -.twemoji-1f3a3 { - background-image: url("../assets/twemoji/svg/1f3a3.svg"); } - -.twemoji-1f3a4 { - background-image: url("../assets/twemoji/svg/1f3a4.svg"); } - -.twemoji-1f3a5 { - background-image: url("../assets/twemoji/svg/1f3a5.svg"); } - -.twemoji-1f3a6 { - background-image: url("../assets/twemoji/svg/1f3a6.svg"); } - -.twemoji-1f3a7 { - background-image: url("../assets/twemoji/svg/1f3a7.svg"); } - -.twemoji-1f3a8 { - background-image: url("../assets/twemoji/svg/1f3a8.svg"); } - -.twemoji-1f3a9 { - background-image: url("../assets/twemoji/svg/1f3a9.svg"); } - -.twemoji-1f3aa { - background-image: url("../assets/twemoji/svg/1f3aa.svg"); } - -.twemoji-1f3ab { - background-image: url("../assets/twemoji/svg/1f3ab.svg"); } - -.twemoji-1f3ac { - background-image: url("../assets/twemoji/svg/1f3ac.svg"); } - -.twemoji-1f3ad { - background-image: url("../assets/twemoji/svg/1f3ad.svg"); } - -.twemoji-1f3ae { - background-image: url("../assets/twemoji/svg/1f3ae.svg"); } - -.twemoji-1f3af { - background-image: url("../assets/twemoji/svg/1f3af.svg"); } - -.twemoji-1f3b0 { - background-image: url("../assets/twemoji/svg/1f3b0.svg"); } - -.twemoji-1f3b1 { - background-image: url("../assets/twemoji/svg/1f3b1.svg"); } - -.twemoji-1f3b2 { - background-image: url("../assets/twemoji/svg/1f3b2.svg"); } - -.twemoji-1f3b3 { - background-image: url("../assets/twemoji/svg/1f3b3.svg"); } - -.twemoji-1f3b4 { - background-image: url("../assets/twemoji/svg/1f3b4.svg"); } - -.twemoji-1f3b5 { - background-image: url("../assets/twemoji/svg/1f3b5.svg"); } - -.twemoji-1f3b6 { - background-image: url("../assets/twemoji/svg/1f3b6.svg"); } - -.twemoji-1f3b7 { - background-image: url("../assets/twemoji/svg/1f3b7.svg"); } - -.twemoji-1f3b8 { - background-image: url("../assets/twemoji/svg/1f3b8.svg"); } - -.twemoji-1f3b9 { - background-image: url("../assets/twemoji/svg/1f3b9.svg"); } - -.twemoji-1f3ba { - background-image: url("../assets/twemoji/svg/1f3ba.svg"); } - -.twemoji-1f3bb { - background-image: url("../assets/twemoji/svg/1f3bb.svg"); } - -.twemoji-1f3bc { - background-image: url("../assets/twemoji/svg/1f3bc.svg"); } - -.twemoji-1f3bd { - background-image: url("../assets/twemoji/svg/1f3bd.svg"); } - -.twemoji-1f3be { - background-image: url("../assets/twemoji/svg/1f3be.svg"); } - -.twemoji-1f3bf { - background-image: url("../assets/twemoji/svg/1f3bf.svg"); } - -.twemoji-1f3c0 { - background-image: url("../assets/twemoji/svg/1f3c0.svg"); } - -.twemoji-1f3c1 { - background-image: url("../assets/twemoji/svg/1f3c1.svg"); } - -.twemoji-1f3c2 { - background-image: url("../assets/twemoji/svg/1f3c2.svg"); } - -.twemoji-1f3c3 { - background-image: url("../assets/twemoji/svg/1f3c3.svg"); } - -.twemoji-1f3c4 { - background-image: url("../assets/twemoji/svg/1f3c4.svg"); } - -.twemoji-1f3c6 { - background-image: url("../assets/twemoji/svg/1f3c6.svg"); } - -.twemoji-1f3c7 { - background-image: url("../assets/twemoji/svg/1f3c7.svg"); } - -.twemoji-1f3c8 { - background-image: url("../assets/twemoji/svg/1f3c8.svg"); } - -.twemoji-1f3c9 { - background-image: url("../assets/twemoji/svg/1f3c9.svg"); } - -.twemoji-1f3ca { - background-image: url("../assets/twemoji/svg/1f3ca.svg"); } - -.twemoji-1f3e0 { - background-image: url("../assets/twemoji/svg/1f3e0.svg"); } - -.twemoji-1f3e1 { - background-image: url("../assets/twemoji/svg/1f3e1.svg"); } - -.twemoji-1f3e2 { - background-image: url("../assets/twemoji/svg/1f3e2.svg"); } - -.twemoji-1f3e3 { - background-image: url("../assets/twemoji/svg/1f3e3.svg"); } - -.twemoji-1f3e4 { - background-image: url("../assets/twemoji/svg/1f3e4.svg"); } - -.twemoji-1f3e5 { - background-image: url("../assets/twemoji/svg/1f3e5.svg"); } - -.twemoji-1f3e6 { - background-image: url("../assets/twemoji/svg/1f3e6.svg"); } - -.twemoji-1f3e7 { - background-image: url("../assets/twemoji/svg/1f3e7.svg"); } - -.twemoji-1f3e8 { - background-image: url("../assets/twemoji/svg/1f3e8.svg"); } - -.twemoji-1f3e9 { - background-image: url("../assets/twemoji/svg/1f3e9.svg"); } - -.twemoji-1f3ea { - background-image: url("../assets/twemoji/svg/1f3ea.svg"); } - -.twemoji-1f3eb { - background-image: url("../assets/twemoji/svg/1f3eb.svg"); } - -.twemoji-1f3ec { - background-image: url("../assets/twemoji/svg/1f3ec.svg"); } - -.twemoji-1f3ed { - background-image: url("../assets/twemoji/svg/1f3ed.svg"); } - -.twemoji-1f3ee { - background-image: url("../assets/twemoji/svg/1f3ee.svg"); } - -.twemoji-1f3ef { - background-image: url("../assets/twemoji/svg/1f3ef.svg"); } - -.twemoji-1f3f0 { - background-image: url("../assets/twemoji/svg/1f3f0.svg"); } - -.twemoji-1f400 { - background-image: url("../assets/twemoji/svg/1f400.svg"); } - -.twemoji-1f401 { - background-image: url("../assets/twemoji/svg/1f401.svg"); } - -.twemoji-1f402 { - background-image: url("../assets/twemoji/svg/1f402.svg"); } - -.twemoji-1f403 { - background-image: url("../assets/twemoji/svg/1f403.svg"); } - -.twemoji-1f404 { - background-image: url("../assets/twemoji/svg/1f404.svg"); } - -.twemoji-1f405 { - background-image: url("../assets/twemoji/svg/1f405.svg"); } - -.twemoji-1f406 { - background-image: url("../assets/twemoji/svg/1f406.svg"); } - -.twemoji-1f407 { - background-image: url("../assets/twemoji/svg/1f407.svg"); } - -.twemoji-1f408 { - background-image: url("../assets/twemoji/svg/1f408.svg"); } - -.twemoji-1f409 { - background-image: url("../assets/twemoji/svg/1f409.svg"); } - -.twemoji-1f40a { - background-image: url("../assets/twemoji/svg/1f40a.svg"); } - -.twemoji-1f40b { - background-image: url("../assets/twemoji/svg/1f40b.svg"); } - -.twemoji-1f40c { - background-image: url("../assets/twemoji/svg/1f40c.svg"); } - -.twemoji-1f40d { - background-image: url("../assets/twemoji/svg/1f40d.svg"); } - -.twemoji-1f40e { - background-image: url("../assets/twemoji/svg/1f40e.svg"); } - -.twemoji-1f40f { - background-image: url("../assets/twemoji/svg/1f40f.svg"); } - -.twemoji-1f410 { - background-image: url("../assets/twemoji/svg/1f410.svg"); } - -.twemoji-1f411 { - background-image: url("../assets/twemoji/svg/1f411.svg"); } - -.twemoji-1f412 { - background-image: url("../assets/twemoji/svg/1f412.svg"); } - -.twemoji-1f413 { - background-image: url("../assets/twemoji/svg/1f413.svg"); } - -.twemoji-1f414 { - background-image: url("../assets/twemoji/svg/1f414.svg"); } - -.twemoji-1f415 { - background-image: url("../assets/twemoji/svg/1f415.svg"); } - -.twemoji-1f416 { - background-image: url("../assets/twemoji/svg/1f416.svg"); } - -.twemoji-1f417 { - background-image: url("../assets/twemoji/svg/1f417.svg"); } - -.twemoji-1f418 { - background-image: url("../assets/twemoji/svg/1f418.svg"); } - -.twemoji-1f419 { - background-image: url("../assets/twemoji/svg/1f419.svg"); } - -.twemoji-1f41a { - background-image: url("../assets/twemoji/svg/1f41a.svg"); } - -.twemoji-1f41b { - background-image: url("../assets/twemoji/svg/1f41b.svg"); } - -.twemoji-1f41c { - background-image: url("../assets/twemoji/svg/1f41c.svg"); } - -.twemoji-1f41d { - background-image: url("../assets/twemoji/svg/1f41d.svg"); } - -.twemoji-1f41e { - background-image: url("../assets/twemoji/svg/1f41e.svg"); } - -.twemoji-1f41f { - background-image: url("../assets/twemoji/svg/1f41f.svg"); } - -.twemoji-1f420 { - background-image: url("../assets/twemoji/svg/1f420.svg"); } - -.twemoji-1f421 { - background-image: url("../assets/twemoji/svg/1f421.svg"); } - -.twemoji-1f422 { - background-image: url("../assets/twemoji/svg/1f422.svg"); } - -.twemoji-1f423 { - background-image: url("../assets/twemoji/svg/1f423.svg"); } - -.twemoji-1f424 { - background-image: url("../assets/twemoji/svg/1f424.svg"); } - -.twemoji-1f425 { - background-image: url("../assets/twemoji/svg/1f425.svg"); } - -.twemoji-1f426 { - background-image: url("../assets/twemoji/svg/1f426.svg"); } - -.twemoji-1f427 { - background-image: url("../assets/twemoji/svg/1f427.svg"); } - -.twemoji-1f428 { - background-image: url("../assets/twemoji/svg/1f428.svg"); } - -.twemoji-1f429 { - background-image: url("../assets/twemoji/svg/1f429.svg"); } - -.twemoji-1f42a { - background-image: url("../assets/twemoji/svg/1f42a.svg"); } - -.twemoji-1f42b { - background-image: url("../assets/twemoji/svg/1f42b.svg"); } - -.twemoji-1f42c { - background-image: url("../assets/twemoji/svg/1f42c.svg"); } - -.twemoji-1f42d { - background-image: url("../assets/twemoji/svg/1f42d.svg"); } - -.twemoji-1f42e { - background-image: url("../assets/twemoji/svg/1f42e.svg"); } - -.twemoji-1f42f { - background-image: url("../assets/twemoji/svg/1f42f.svg"); } - -.twemoji-1f430 { - background-image: url("../assets/twemoji/svg/1f430.svg"); } - -.twemoji-1f431 { - background-image: url("../assets/twemoji/svg/1f431.svg"); } - -.twemoji-1f432 { - background-image: url("../assets/twemoji/svg/1f432.svg"); } - -.twemoji-1f433 { - background-image: url("../assets/twemoji/svg/1f433.svg"); } - -.twemoji-1f434 { - background-image: url("../assets/twemoji/svg/1f434.svg"); } - -.twemoji-1f435 { - background-image: url("../assets/twemoji/svg/1f435.svg"); } - -.twemoji-1f436 { - background-image: url("../assets/twemoji/svg/1f436.svg"); } - -.twemoji-1f437 { - background-image: url("../assets/twemoji/svg/1f437.svg"); } - -.twemoji-1f438 { - background-image: url("../assets/twemoji/svg/1f438.svg"); } - -.twemoji-1f439 { - background-image: url("../assets/twemoji/svg/1f439.svg"); } - -.twemoji-1f43a { - background-image: url("../assets/twemoji/svg/1f43a.svg"); } - -.twemoji-1f43b { - background-image: url("../assets/twemoji/svg/1f43b.svg"); } - -.twemoji-1f43c { - background-image: url("../assets/twemoji/svg/1f43c.svg"); } - -.twemoji-1f43d { - background-image: url("../assets/twemoji/svg/1f43d.svg"); } - -.twemoji-1f43e { - background-image: url("../assets/twemoji/svg/1f43e.svg"); } - -.twemoji-1f440 { - background-image: url("../assets/twemoji/svg/1f440.svg"); } - -.twemoji-1f442 { - background-image: url("../assets/twemoji/svg/1f442.svg"); } - -.twemoji-1f443 { - background-image: url("../assets/twemoji/svg/1f443.svg"); } - -.twemoji-1f444 { - background-image: url("../assets/twemoji/svg/1f444.svg"); } - -.twemoji-1f445 { - background-image: url("../assets/twemoji/svg/1f445.svg"); } - -.twemoji-1f446 { - background-image: url("../assets/twemoji/svg/1f446.svg"); } - -.twemoji-1f447 { - background-image: url("../assets/twemoji/svg/1f447.svg"); } - -.twemoji-1f448 { - background-image: url("../assets/twemoji/svg/1f448.svg"); } - -.twemoji-1f449 { - background-image: url("../assets/twemoji/svg/1f449.svg"); } - -.twemoji-1f44a { - background-image: url("../assets/twemoji/svg/1f44a.svg"); } - -.twemoji-1f44b { - background-image: url("../assets/twemoji/svg/1f44b.svg"); } - -.twemoji-1f44c { - background-image: url("../assets/twemoji/svg/1f44c.svg"); } - -.twemoji-1f44d { - background-image: url("../assets/twemoji/svg/1f44d.svg"); } - -.twemoji-1f44e { - background-image: url("../assets/twemoji/svg/1f44e.svg"); } - -.twemoji-1f44f { - background-image: url("../assets/twemoji/svg/1f44f.svg"); } - -.twemoji-1f450 { - background-image: url("../assets/twemoji/svg/1f450.svg"); } - -.twemoji-1f451 { - background-image: url("../assets/twemoji/svg/1f451.svg"); } - -.twemoji-1f452 { - background-image: url("../assets/twemoji/svg/1f452.svg"); } - -.twemoji-1f453 { - background-image: url("../assets/twemoji/svg/1f453.svg"); } - -.twemoji-1f454 { - background-image: url("../assets/twemoji/svg/1f454.svg"); } - -.twemoji-1f455 { - background-image: url("../assets/twemoji/svg/1f455.svg"); } - -.twemoji-1f456 { - background-image: url("../assets/twemoji/svg/1f456.svg"); } - -.twemoji-1f457 { - background-image: url("../assets/twemoji/svg/1f457.svg"); } - -.twemoji-1f458 { - background-image: url("../assets/twemoji/svg/1f458.svg"); } - -.twemoji-1f459 { - background-image: url("../assets/twemoji/svg/1f459.svg"); } - -.twemoji-1f45a { - background-image: url("../assets/twemoji/svg/1f45a.svg"); } - -.twemoji-1f45b { - background-image: url("../assets/twemoji/svg/1f45b.svg"); } - -.twemoji-1f45c { - background-image: url("../assets/twemoji/svg/1f45c.svg"); } - -.twemoji-1f45d { - background-image: url("../assets/twemoji/svg/1f45d.svg"); } - -.twemoji-1f45e { - background-image: url("../assets/twemoji/svg/1f45e.svg"); } - -.twemoji-1f45f { - background-image: url("../assets/twemoji/svg/1f45f.svg"); } - -.twemoji-1f460 { - background-image: url("../assets/twemoji/svg/1f460.svg"); } - -.twemoji-1f461 { - background-image: url("../assets/twemoji/svg/1f461.svg"); } - -.twemoji-1f462 { - background-image: url("../assets/twemoji/svg/1f462.svg"); } - -.twemoji-1f463 { - background-image: url("../assets/twemoji/svg/1f463.svg"); } - -.twemoji-1f464 { - background-image: url("../assets/twemoji/svg/1f464.svg"); } - -.twemoji-1f465 { - background-image: url("../assets/twemoji/svg/1f465.svg"); } - -.twemoji-1f466 { - background-image: url("../assets/twemoji/svg/1f466.svg"); } - -.twemoji-1f467 { - background-image: url("../assets/twemoji/svg/1f467.svg"); } - -.twemoji-1f468 { - background-image: url("../assets/twemoji/svg/1f468.svg"); } - -.twemoji-1f469 { - background-image: url("../assets/twemoji/svg/1f469.svg"); } - -.twemoji-1f46a { - background-image: url("../assets/twemoji/svg/1f46a.svg"); } - -.twemoji-1f46b { - background-image: url("../assets/twemoji/svg/1f46b.svg"); } - -.twemoji-1f46c { - background-image: url("../assets/twemoji/svg/1f46c.svg"); } - -.twemoji-1f46d { - background-image: url("../assets/twemoji/svg/1f46d.svg"); } - -.twemoji-1f46e { - background-image: url("../assets/twemoji/svg/1f46e.svg"); } - -.twemoji-1f46f { - background-image: url("../assets/twemoji/svg/1f46f.svg"); } - -.twemoji-1f470 { - background-image: url("../assets/twemoji/svg/1f470.svg"); } - -.twemoji-1f471 { - background-image: url("../assets/twemoji/svg/1f471.svg"); } - -.twemoji-1f472 { - background-image: url("../assets/twemoji/svg/1f472.svg"); } - -.twemoji-1f473 { - background-image: url("../assets/twemoji/svg/1f473.svg"); } - -.twemoji-1f474 { - background-image: url("../assets/twemoji/svg/1f474.svg"); } - -.twemoji-1f475 { - background-image: url("../assets/twemoji/svg/1f475.svg"); } - -.twemoji-1f476 { - background-image: url("../assets/twemoji/svg/1f476.svg"); } - -.twemoji-1f477 { - background-image: url("../assets/twemoji/svg/1f477.svg"); } - -.twemoji-1f478 { - background-image: url("../assets/twemoji/svg/1f478.svg"); } - -.twemoji-1f479 { - background-image: url("../assets/twemoji/svg/1f479.svg"); } - -.twemoji-1f47a { - background-image: url("../assets/twemoji/svg/1f47a.svg"); } - -.twemoji-1f47b { - background-image: url("../assets/twemoji/svg/1f47b.svg"); } - -.twemoji-1f47c { - background-image: url("../assets/twemoji/svg/1f47c.svg"); } - -.twemoji-1f47d { - background-image: url("../assets/twemoji/svg/1f47d.svg"); } - -.twemoji-1f47e { - background-image: url("../assets/twemoji/svg/1f47e.svg"); } - -.twemoji-1f47f { - background-image: url("../assets/twemoji/svg/1f47f.svg"); } - -.twemoji-1f480 { - background-image: url("../assets/twemoji/svg/1f480.svg"); } - -.twemoji-1f481 { - background-image: url("../assets/twemoji/svg/1f481.svg"); } - -.twemoji-1f482 { - background-image: url("../assets/twemoji/svg/1f482.svg"); } - -.twemoji-1f483 { - background-image: url("../assets/twemoji/svg/1f483.svg"); } - -.twemoji-1f484 { - background-image: url("../assets/twemoji/svg/1f484.svg"); } - -.twemoji-1f485 { - background-image: url("../assets/twemoji/svg/1f485.svg"); } - -.twemoji-1f486 { - background-image: url("../assets/twemoji/svg/1f486.svg"); } - -.twemoji-1f487 { - background-image: url("../assets/twemoji/svg/1f487.svg"); } - -.twemoji-1f488 { - background-image: url("../assets/twemoji/svg/1f488.svg"); } - -.twemoji-1f489 { - background-image: url("../assets/twemoji/svg/1f489.svg"); } - -.twemoji-1f48a { - background-image: url("../assets/twemoji/svg/1f48a.svg"); } - -.twemoji-1f48b { - background-image: url("../assets/twemoji/svg/1f48b.svg"); } - -.twemoji-1f48c { - background-image: url("../assets/twemoji/svg/1f48c.svg"); } - -.twemoji-1f48d { - background-image: url("../assets/twemoji/svg/1f48d.svg"); } - -.twemoji-1f48e { - background-image: url("../assets/twemoji/svg/1f48e.svg"); } - -.twemoji-1f48f { - background-image: url("../assets/twemoji/svg/1f48f.svg"); } - -.twemoji-1f490 { - background-image: url("../assets/twemoji/svg/1f490.svg"); } - -.twemoji-1f491 { - background-image: url("../assets/twemoji/svg/1f491.svg"); } - -.twemoji-1f492 { - background-image: url("../assets/twemoji/svg/1f492.svg"); } - -.twemoji-1f493 { - background-image: url("../assets/twemoji/svg/1f493.svg"); } - -.twemoji-1f494 { - background-image: url("../assets/twemoji/svg/1f494.svg"); } - -.twemoji-1f495 { - background-image: url("../assets/twemoji/svg/1f495.svg"); } - -.twemoji-1f496 { - background-image: url("../assets/twemoji/svg/1f496.svg"); } - -.twemoji-1f497 { - background-image: url("../assets/twemoji/svg/1f497.svg"); } - -.twemoji-1f498 { - background-image: url("../assets/twemoji/svg/1f498.svg"); } - -.twemoji-1f499 { - background-image: url("../assets/twemoji/svg/1f499.svg"); } - -.twemoji-1f49a { - background-image: url("../assets/twemoji/svg/1f49a.svg"); } - -.twemoji-1f49b { - background-image: url("../assets/twemoji/svg/1f49b.svg"); } - -.twemoji-1f49c { - background-image: url("../assets/twemoji/svg/1f49c.svg"); } - -.twemoji-1f49d { - background-image: url("../assets/twemoji/svg/1f49d.svg"); } - -.twemoji-1f49e { - background-image: url("../assets/twemoji/svg/1f49e.svg"); } - -.twemoji-1f49f { - background-image: url("../assets/twemoji/svg/1f49f.svg"); } - -.twemoji-1f4a0 { - background-image: url("../assets/twemoji/svg/1f4a0.svg"); } - -.twemoji-1f4a1 { - background-image: url("../assets/twemoji/svg/1f4a1.svg"); } - -.twemoji-1f4a2 { - background-image: url("../assets/twemoji/svg/1f4a2.svg"); } - -.twemoji-1f4a3 { - background-image: url("../assets/twemoji/svg/1f4a3.svg"); } - -.twemoji-1f4a4 { - background-image: url("../assets/twemoji/svg/1f4a4.svg"); } - -.twemoji-1f4a5 { - background-image: url("../assets/twemoji/svg/1f4a5.svg"); } - -.twemoji-1f4a6 { - background-image: url("../assets/twemoji/svg/1f4a6.svg"); } - -.twemoji-1f4a7 { - background-image: url("../assets/twemoji/svg/1f4a7.svg"); } - -.twemoji-1f4a8 { - background-image: url("../assets/twemoji/svg/1f4a8.svg"); } - -.twemoji-1f4a9 { - background-image: url("../assets/twemoji/svg/1f4a9.svg"); } - -.twemoji-1f4aa { - background-image: url("../assets/twemoji/svg/1f4aa.svg"); } - -.twemoji-1f4ab { - background-image: url("../assets/twemoji/svg/1f4ab.svg"); } - -.twemoji-1f4ac { - background-image: url("../assets/twemoji/svg/1f4ac.svg"); } - -.twemoji-1f4ad { - background-image: url("../assets/twemoji/svg/1f4ad.svg"); } - -.twemoji-1f4ae { - background-image: url("../assets/twemoji/svg/1f4ae.svg"); } - -.twemoji-1f4af { - background-image: url("../assets/twemoji/svg/1f4af.svg"); } - -.twemoji-1f4b0 { - background-image: url("../assets/twemoji/svg/1f4b0.svg"); } - -.twemoji-1f4b1 { - background-image: url("../assets/twemoji/svg/1f4b1.svg"); } - -.twemoji-1f4b2 { - background-image: url("../assets/twemoji/svg/1f4b2.svg"); } - -.twemoji-1f4b3 { - background-image: url("../assets/twemoji/svg/1f4b3.svg"); } - -.twemoji-1f4b4 { - background-image: url("../assets/twemoji/svg/1f4b4.svg"); } - -.twemoji-1f4b5 { - background-image: url("../assets/twemoji/svg/1f4b5.svg"); } - -.twemoji-1f4b6 { - background-image: url("../assets/twemoji/svg/1f4b6.svg"); } - -.twemoji-1f4b7 { - background-image: url("../assets/twemoji/svg/1f4b7.svg"); } - -.twemoji-1f4b8 { - background-image: url("../assets/twemoji/svg/1f4b8.svg"); } - -.twemoji-1f4b9 { - background-image: url("../assets/twemoji/svg/1f4b9.svg"); } - -.twemoji-1f4ba { - background-image: url("../assets/twemoji/svg/1f4ba.svg"); } - -.twemoji-1f4bb { - background-image: url("../assets/twemoji/svg/1f4bb.svg"); } - -.twemoji-1f4bc { - background-image: url("../assets/twemoji/svg/1f4bc.svg"); } - -.twemoji-1f4bd { - background-image: url("../assets/twemoji/svg/1f4bd.svg"); } - -.twemoji-1f4be { - background-image: url("../assets/twemoji/svg/1f4be.svg"); } - -.twemoji-1f4bf { - background-image: url("../assets/twemoji/svg/1f4bf.svg"); } - -.twemoji-1f4c0 { - background-image: url("../assets/twemoji/svg/1f4c0.svg"); } - -.twemoji-1f4c1 { - background-image: url("../assets/twemoji/svg/1f4c1.svg"); } - -.twemoji-1f4c2 { - background-image: url("../assets/twemoji/svg/1f4c2.svg"); } - -.twemoji-1f4c3 { - background-image: url("../assets/twemoji/svg/1f4c3.svg"); } - -.twemoji-1f4c4 { - background-image: url("../assets/twemoji/svg/1f4c4.svg"); } - -.twemoji-1f4c5 { - background-image: url("../assets/twemoji/svg/1f4c5.svg"); } - -.twemoji-1f4c6 { - background-image: url("../assets/twemoji/svg/1f4c6.svg"); } - -.twemoji-1f4c7 { - background-image: url("../assets/twemoji/svg/1f4c7.svg"); } - -.twemoji-1f4c8 { - background-image: url("../assets/twemoji/svg/1f4c8.svg"); } - -.twemoji-1f4c9 { - background-image: url("../assets/twemoji/svg/1f4c9.svg"); } - -.twemoji-1f4ca { - background-image: url("../assets/twemoji/svg/1f4ca.svg"); } - -.twemoji-1f4cb { - background-image: url("../assets/twemoji/svg/1f4cb.svg"); } - -.twemoji-1f4cc { - background-image: url("../assets/twemoji/svg/1f4cc.svg"); } - -.twemoji-1f4cd { - background-image: url("../assets/twemoji/svg/1f4cd.svg"); } - -.twemoji-1f4ce { - background-image: url("../assets/twemoji/svg/1f4ce.svg"); } - -.twemoji-1f4cf { - background-image: url("../assets/twemoji/svg/1f4cf.svg"); } - -.twemoji-1f4d0 { - background-image: url("../assets/twemoji/svg/1f4d0.svg"); } - -.twemoji-1f4d1 { - background-image: url("../assets/twemoji/svg/1f4d1.svg"); } - -.twemoji-1f4d2 { - background-image: url("../assets/twemoji/svg/1f4d2.svg"); } - -.twemoji-1f4d3 { - background-image: url("../assets/twemoji/svg/1f4d3.svg"); } - -.twemoji-1f4d4 { - background-image: url("../assets/twemoji/svg/1f4d4.svg"); } - -.twemoji-1f4d5 { - background-image: url("../assets/twemoji/svg/1f4d5.svg"); } - -.twemoji-1f4d6 { - background-image: url("../assets/twemoji/svg/1f4d6.svg"); } - -.twemoji-1f4d7 { - background-image: url("../assets/twemoji/svg/1f4d7.svg"); } - -.twemoji-1f4d8 { - background-image: url("../assets/twemoji/svg/1f4d8.svg"); } - -.twemoji-1f4d9 { - background-image: url("../assets/twemoji/svg/1f4d9.svg"); } - -.twemoji-1f4da { - background-image: url("../assets/twemoji/svg/1f4da.svg"); } - -.twemoji-1f4db { - background-image: url("../assets/twemoji/svg/1f4db.svg"); } - -.twemoji-1f4dc { - background-image: url("../assets/twemoji/svg/1f4dc.svg"); } - -.twemoji-1f4dd { - background-image: url("../assets/twemoji/svg/1f4dd.svg"); } - -.twemoji-1f4de { - background-image: url("../assets/twemoji/svg/1f4de.svg"); } - -.twemoji-1f4df { - background-image: url("../assets/twemoji/svg/1f4df.svg"); } - -.twemoji-1f4e0 { - background-image: url("../assets/twemoji/svg/1f4e0.svg"); } - -.twemoji-1f4e1 { - background-image: url("../assets/twemoji/svg/1f4e1.svg"); } - -.twemoji-1f4e2 { - background-image: url("../assets/twemoji/svg/1f4e2.svg"); } - -.twemoji-1f4e3 { - background-image: url("../assets/twemoji/svg/1f4e3.svg"); } - -.twemoji-1f4e4 { - background-image: url("../assets/twemoji/svg/1f4e4.svg"); } - -.twemoji-1f4e5 { - background-image: url("../assets/twemoji/svg/1f4e5.svg"); } - -.twemoji-1f4e6 { - background-image: url("../assets/twemoji/svg/1f4e6.svg"); } - -.twemoji-1f4e7 { - background-image: url("../assets/twemoji/svg/1f4e7.svg"); } - -.twemoji-1f4e8 { - background-image: url("../assets/twemoji/svg/1f4e8.svg"); } - -.twemoji-1f4e9 { - background-image: url("../assets/twemoji/svg/1f4e9.svg"); } - -.twemoji-1f4ea { - background-image: url("../assets/twemoji/svg/1f4ea.svg"); } - -.twemoji-1f4eb { - background-image: url("../assets/twemoji/svg/1f4eb.svg"); } - -.twemoji-1f4ec { - background-image: url("../assets/twemoji/svg/1f4ec.svg"); } - -.twemoji-1f4ed { - background-image: url("../assets/twemoji/svg/1f4ed.svg"); } - -.twemoji-1f4ee { - background-image: url("../assets/twemoji/svg/1f4ee.svg"); } - -.twemoji-1f4ef { - background-image: url("../assets/twemoji/svg/1f4ef.svg"); } - -.twemoji-1f4f0 { - background-image: url("../assets/twemoji/svg/1f4f0.svg"); } - -.twemoji-1f4f1 { - background-image: url("../assets/twemoji/svg/1f4f1.svg"); } - -.twemoji-1f4f2 { - background-image: url("../assets/twemoji/svg/1f4f2.svg"); } - -.twemoji-1f4f3 { - background-image: url("../assets/twemoji/svg/1f4f3.svg"); } - -.twemoji-1f4f4 { - background-image: url("../assets/twemoji/svg/1f4f4.svg"); } - -.twemoji-1f4f5 { - background-image: url("../assets/twemoji/svg/1f4f5.svg"); } - -.twemoji-1f4f6 { - background-image: url("../assets/twemoji/svg/1f4f6.svg"); } - -.twemoji-1f4f7 { - background-image: url("../assets/twemoji/svg/1f4f7.svg"); } - -.twemoji-1f4f9 { - background-image: url("../assets/twemoji/svg/1f4f9.svg"); } - -.twemoji-1f4fa { - background-image: url("../assets/twemoji/svg/1f4fa.svg"); } - -.twemoji-1f4fb { - background-image: url("../assets/twemoji/svg/1f4fb.svg"); } - -.twemoji-1f4fc { - background-image: url("../assets/twemoji/svg/1f4fc.svg"); } - -.twemoji-1f500 { - background-image: url("../assets/twemoji/svg/1f500.svg"); } - -.twemoji-1f501 { - background-image: url("../assets/twemoji/svg/1f501.svg"); } - -.twemoji-1f502 { - background-image: url("../assets/twemoji/svg/1f502.svg"); } - -.twemoji-1f503 { - background-image: url("../assets/twemoji/svg/1f503.svg"); } - -.twemoji-1f504 { - background-image: url("../assets/twemoji/svg/1f504.svg"); } - -.twemoji-1f505 { - background-image: url("../assets/twemoji/svg/1f505.svg"); } - -.twemoji-1f506 { - background-image: url("../assets/twemoji/svg/1f506.svg"); } - -.twemoji-1f507 { - background-image: url("../assets/twemoji/svg/1f507.svg"); } - -.twemoji-1f508 { - background-image: url("../assets/twemoji/svg/1f508.svg"); } - -.twemoji-1f509 { - background-image: url("../assets/twemoji/svg/1f509.svg"); } - -.twemoji-1f50a { - background-image: url("../assets/twemoji/svg/1f50a.svg"); } - -.twemoji-1f50b { - background-image: url("../assets/twemoji/svg/1f50b.svg"); } - -.twemoji-1f50c { - background-image: url("../assets/twemoji/svg/1f50c.svg"); } - -.twemoji-1f50d { - background-image: url("../assets/twemoji/svg/1f50d.svg"); } - -.twemoji-1f50e { - background-image: url("../assets/twemoji/svg/1f50e.svg"); } - -.twemoji-1f50f { - background-image: url("../assets/twemoji/svg/1f50f.svg"); } - -.twemoji-1f510 { - background-image: url("../assets/twemoji/svg/1f510.svg"); } - -.twemoji-1f511 { - background-image: url("../assets/twemoji/svg/1f511.svg"); } - -.twemoji-1f512 { - background-image: url("../assets/twemoji/svg/1f512.svg"); } - -.twemoji-1f513 { - background-image: url("../assets/twemoji/svg/1f513.svg"); } - -.twemoji-1f514 { - background-image: url("../assets/twemoji/svg/1f514.svg"); } - -.twemoji-1f515 { - background-image: url("../assets/twemoji/svg/1f515.svg"); } - -.twemoji-1f516 { - background-image: url("../assets/twemoji/svg/1f516.svg"); } - -.twemoji-1f517 { - background-image: url("../assets/twemoji/svg/1f517.svg"); } - -.twemoji-1f518 { - background-image: url("../assets/twemoji/svg/1f518.svg"); } - -.twemoji-1f519 { - background-image: url("../assets/twemoji/svg/1f519.svg"); } - -.twemoji-1f51a { - background-image: url("../assets/twemoji/svg/1f51a.svg"); } - -.twemoji-1f51b { - background-image: url("../assets/twemoji/svg/1f51b.svg"); } - -.twemoji-1f51c { - background-image: url("../assets/twemoji/svg/1f51c.svg"); } - -.twemoji-1f51d { - background-image: url("../assets/twemoji/svg/1f51d.svg"); } - -.twemoji-1f51e { - background-image: url("../assets/twemoji/svg/1f51e.svg"); } - -.twemoji-1f51f { - background-image: url("../assets/twemoji/svg/1f51f.svg"); } - -.twemoji-1f520 { - background-image: url("../assets/twemoji/svg/1f520.svg"); } - -.twemoji-1f521 { - background-image: url("../assets/twemoji/svg/1f521.svg"); } - -.twemoji-1f522 { - background-image: url("../assets/twemoji/svg/1f522.svg"); } - -.twemoji-1f523 { - background-image: url("../assets/twemoji/svg/1f523.svg"); } - -.twemoji-1f524 { - background-image: url("../assets/twemoji/svg/1f524.svg"); } - -.twemoji-1f525 { - background-image: url("../assets/twemoji/svg/1f525.svg"); } - -.twemoji-1f526 { - background-image: url("../assets/twemoji/svg/1f526.svg"); } - -.twemoji-1f527 { - background-image: url("../assets/twemoji/svg/1f527.svg"); } - -.twemoji-1f528 { - background-image: url("../assets/twemoji/svg/1f528.svg"); } - -.twemoji-1f529 { - background-image: url("../assets/twemoji/svg/1f529.svg"); } - -.twemoji-1f52a { - background-image: url("../assets/twemoji/svg/1f52a.svg"); } - -.twemoji-1f52b { - background-image: url("../assets/twemoji/svg/1f52b.svg"); } - -.twemoji-1f52c { - background-image: url("../assets/twemoji/svg/1f52c.svg"); } - -.twemoji-1f52d { - background-image: url("../assets/twemoji/svg/1f52d.svg"); } - -.twemoji-1f52e { - background-image: url("../assets/twemoji/svg/1f52e.svg"); } - -.twemoji-1f52f { - background-image: url("../assets/twemoji/svg/1f52f.svg"); } - -.twemoji-1f530 { - background-image: url("../assets/twemoji/svg/1f530.svg"); } - -.twemoji-1f531 { - background-image: url("../assets/twemoji/svg/1f531.svg"); } - -.twemoji-1f532 { - background-image: url("../assets/twemoji/svg/1f532.svg"); } - -.twemoji-1f533 { - background-image: url("../assets/twemoji/svg/1f533.svg"); } - -.twemoji-1f534 { - background-image: url("../assets/twemoji/svg/1f534.svg"); } - -.twemoji-1f535 { - background-image: url("../assets/twemoji/svg/1f535.svg"); } - -.twemoji-1f536 { - background-image: url("../assets/twemoji/svg/1f536.svg"); } - -.twemoji-1f537 { - background-image: url("../assets/twemoji/svg/1f537.svg"); } - -.twemoji-1f538 { - background-image: url("../assets/twemoji/svg/1f538.svg"); } - -.twemoji-1f539 { - background-image: url("../assets/twemoji/svg/1f539.svg"); } - -.twemoji-1f53a { - background-image: url("../assets/twemoji/svg/1f53a.svg"); } - -.twemoji-1f53b { - background-image: url("../assets/twemoji/svg/1f53b.svg"); } - -.twemoji-1f53c { - background-image: url("../assets/twemoji/svg/1f53c.svg"); } - -.twemoji-1f53d { - background-image: url("../assets/twemoji/svg/1f53d.svg"); } - -.twemoji-1f550 { - background-image: url("../assets/twemoji/svg/1f550.svg"); } - -.twemoji-1f551 { - background-image: url("../assets/twemoji/svg/1f551.svg"); } - -.twemoji-1f552 { - background-image: url("../assets/twemoji/svg/1f552.svg"); } - -.twemoji-1f553 { - background-image: url("../assets/twemoji/svg/1f553.svg"); } - -.twemoji-1f554 { - background-image: url("../assets/twemoji/svg/1f554.svg"); } - -.twemoji-1f555 { - background-image: url("../assets/twemoji/svg/1f555.svg"); } - -.twemoji-1f556 { - background-image: url("../assets/twemoji/svg/1f556.svg"); } - -.twemoji-1f557 { - background-image: url("../assets/twemoji/svg/1f557.svg"); } - -.twemoji-1f558 { - background-image: url("../assets/twemoji/svg/1f558.svg"); } - -.twemoji-1f559 { - background-image: url("../assets/twemoji/svg/1f559.svg"); } - -.twemoji-1f55a { - background-image: url("../assets/twemoji/svg/1f55a.svg"); } - -.twemoji-1f55b { - background-image: url("../assets/twemoji/svg/1f55b.svg"); } - -.twemoji-1f55c { - background-image: url("../assets/twemoji/svg/1f55c.svg"); } - -.twemoji-1f55d { - background-image: url("../assets/twemoji/svg/1f55d.svg"); } - -.twemoji-1f55e { - background-image: url("../assets/twemoji/svg/1f55e.svg"); } - -.twemoji-1f55f { - background-image: url("../assets/twemoji/svg/1f55f.svg"); } - -.twemoji-1f560 { - background-image: url("../assets/twemoji/svg/1f560.svg"); } - -.twemoji-1f561 { - background-image: url("../assets/twemoji/svg/1f561.svg"); } - -.twemoji-1f562 { - background-image: url("../assets/twemoji/svg/1f562.svg"); } - -.twemoji-1f563 { - background-image: url("../assets/twemoji/svg/1f563.svg"); } - -.twemoji-1f564 { - background-image: url("../assets/twemoji/svg/1f564.svg"); } - -.twemoji-1f565 { - background-image: url("../assets/twemoji/svg/1f565.svg"); } - -.twemoji-1f566 { - background-image: url("../assets/twemoji/svg/1f566.svg"); } - -.twemoji-1f567 { - background-image: url("../assets/twemoji/svg/1f567.svg"); } - -.twemoji-1f5fb { - background-image: url("../assets/twemoji/svg/1f5fb.svg"); } - -.twemoji-1f5fc { - background-image: url("../assets/twemoji/svg/1f5fc.svg"); } - -.twemoji-1f5fd { - background-image: url("../assets/twemoji/svg/1f5fd.svg"); } - -.twemoji-1f5fe { - background-image: url("../assets/twemoji/svg/1f5fe.svg"); } - -.twemoji-1f5ff { - background-image: url("../assets/twemoji/svg/1f5ff.svg"); } - -.twemoji-1f600 { - background-image: url("../assets/twemoji/svg/1f600.svg"); } - -.twemoji-1f601 { - background-image: url("../assets/twemoji/svg/1f601.svg"); } - -.twemoji-1f602 { - background-image: url("../assets/twemoji/svg/1f602.svg"); } - -.twemoji-1f603 { - background-image: url("../assets/twemoji/svg/1f603.svg"); } - -.twemoji-1f604 { - background-image: url("../assets/twemoji/svg/1f604.svg"); } - -.twemoji-1f605 { - background-image: url("../assets/twemoji/svg/1f605.svg"); } - -.twemoji-1f606 { - background-image: url("../assets/twemoji/svg/1f606.svg"); } - -.twemoji-1f607 { - background-image: url("../assets/twemoji/svg/1f607.svg"); } - -.twemoji-1f608 { - background-image: url("../assets/twemoji/svg/1f608.svg"); } - -.twemoji-1f609 { - background-image: url("../assets/twemoji/svg/1f609.svg"); } - -.twemoji-1f60a { - background-image: url("../assets/twemoji/svg/1f60a.svg"); } - -.twemoji-1f60b { - background-image: url("../assets/twemoji/svg/1f60b.svg"); } - -.twemoji-1f60c { - background-image: url("../assets/twemoji/svg/1f60c.svg"); } - -.twemoji-1f60d { - background-image: url("../assets/twemoji/svg/1f60d.svg"); } - -.twemoji-1f60e { - background-image: url("../assets/twemoji/svg/1f60e.svg"); } - -.twemoji-1f60f { - background-image: url("../assets/twemoji/svg/1f60f.svg"); } - -.twemoji-1f610 { - background-image: url("../assets/twemoji/svg/1f610.svg"); } - -.twemoji-1f611 { - background-image: url("../assets/twemoji/svg/1f611.svg"); } - -.twemoji-1f612 { - background-image: url("../assets/twemoji/svg/1f612.svg"); } - -.twemoji-1f613 { - background-image: url("../assets/twemoji/svg/1f613.svg"); } - -.twemoji-1f614 { - background-image: url("../assets/twemoji/svg/1f614.svg"); } - -.twemoji-1f615 { - background-image: url("../assets/twemoji/svg/1f615.svg"); } - -.twemoji-1f616 { - background-image: url("../assets/twemoji/svg/1f616.svg"); } - -.twemoji-1f617 { - background-image: url("../assets/twemoji/svg/1f617.svg"); } - -.twemoji-1f618 { - background-image: url("../assets/twemoji/svg/1f618.svg"); } - -.twemoji-1f619 { - background-image: url("../assets/twemoji/svg/1f619.svg"); } - -.twemoji-1f61a { - background-image: url("../assets/twemoji/svg/1f61a.svg"); } - -.twemoji-1f61b { - background-image: url("../assets/twemoji/svg/1f61b.svg"); } - -.twemoji-1f61c { - background-image: url("../assets/twemoji/svg/1f61c.svg"); } - -.twemoji-1f61d { - background-image: url("../assets/twemoji/svg/1f61d.svg"); } - -.twemoji-1f61e { - background-image: url("../assets/twemoji/svg/1f61e.svg"); } - -.twemoji-1f61f { - background-image: url("../assets/twemoji/svg/1f61f.svg"); } - -.twemoji-1f620 { - background-image: url("../assets/twemoji/svg/1f620.svg"); } - -.twemoji-1f621 { - background-image: url("../assets/twemoji/svg/1f621.svg"); } - -.twemoji-1f622 { - background-image: url("../assets/twemoji/svg/1f622.svg"); } - -.twemoji-1f623 { - background-image: url("../assets/twemoji/svg/1f623.svg"); } - -.twemoji-1f624 { - background-image: url("../assets/twemoji/svg/1f624.svg"); } - -.twemoji-1f625 { - background-image: url("../assets/twemoji/svg/1f625.svg"); } - -.twemoji-1f626 { - background-image: url("../assets/twemoji/svg/1f626.svg"); } - -.twemoji-1f627 { - background-image: url("../assets/twemoji/svg/1f627.svg"); } - -.twemoji-1f628 { - background-image: url("../assets/twemoji/svg/1f628.svg"); } - -.twemoji-1f629 { - background-image: url("../assets/twemoji/svg/1f629.svg"); } - -.twemoji-1f62a { - background-image: url("../assets/twemoji/svg/1f62a.svg"); } - -.twemoji-1f62b { - background-image: url("../assets/twemoji/svg/1f62b.svg"); } - -.twemoji-1f62c { - background-image: url("../assets/twemoji/svg/1f62c.svg"); } - -.twemoji-1f62d { - background-image: url("../assets/twemoji/svg/1f62d.svg"); } - -.twemoji-1f62e { - background-image: url("../assets/twemoji/svg/1f62e.svg"); } - -.twemoji-1f62f { - background-image: url("../assets/twemoji/svg/1f62f.svg"); } - -.twemoji-1f630 { - background-image: url("../assets/twemoji/svg/1f630.svg"); } - -.twemoji-1f631 { - background-image: url("../assets/twemoji/svg/1f631.svg"); } - -.twemoji-1f632 { - background-image: url("../assets/twemoji/svg/1f632.svg"); } - -.twemoji-1f633 { - background-image: url("../assets/twemoji/svg/1f633.svg"); } - -.twemoji-1f634 { - background-image: url("../assets/twemoji/svg/1f634.svg"); } - -.twemoji-1f635 { - background-image: url("../assets/twemoji/svg/1f635.svg"); } - -.twemoji-1f636 { - background-image: url("../assets/twemoji/svg/1f636.svg"); } - -.twemoji-1f637 { - background-image: url("../assets/twemoji/svg/1f637.svg"); } - -.twemoji-1f638 { - background-image: url("../assets/twemoji/svg/1f638.svg"); } - -.twemoji-1f639 { - background-image: url("../assets/twemoji/svg/1f639.svg"); } - -.twemoji-1f63a { - background-image: url("../assets/twemoji/svg/1f63a.svg"); } - -.twemoji-1f63b { - background-image: url("../assets/twemoji/svg/1f63b.svg"); } - -.twemoji-1f63c { - background-image: url("../assets/twemoji/svg/1f63c.svg"); } - -.twemoji-1f63d { - background-image: url("../assets/twemoji/svg/1f63d.svg"); } - -.twemoji-1f63e { - background-image: url("../assets/twemoji/svg/1f63e.svg"); } - -.twemoji-1f63f { - background-image: url("../assets/twemoji/svg/1f63f.svg"); } - -.twemoji-1f640 { - background-image: url("../assets/twemoji/svg/1f640.svg"); } - -.twemoji-1f641 { - background-image: url("../assets/twemoji/svg/1f641.svg"); } - -.twemoji-1f642 { - background-image: url("../assets/twemoji/svg/1f642.svg"); } - -.twemoji-1f645 { - background-image: url("../assets/twemoji/svg/1f645.svg"); } - -.twemoji-1f646 { - background-image: url("../assets/twemoji/svg/1f646.svg"); } - -.twemoji-1f647 { - background-image: url("../assets/twemoji/svg/1f647.svg"); } - -.twemoji-1f648 { - background-image: url("../assets/twemoji/svg/1f648.svg"); } - -.twemoji-1f649 { - background-image: url("../assets/twemoji/svg/1f649.svg"); } - -.twemoji-1f64a { - background-image: url("../assets/twemoji/svg/1f64a.svg"); } - -.twemoji-1f64b { - background-image: url("../assets/twemoji/svg/1f64b.svg"); } - -.twemoji-1f64c { - background-image: url("../assets/twemoji/svg/1f64c.svg"); } - -.twemoji-1f64d { - background-image: url("../assets/twemoji/svg/1f64d.svg"); } - -.twemoji-1f64e { - background-image: url("../assets/twemoji/svg/1f64e.svg"); } - -.twemoji-1f64f { - background-image: url("../assets/twemoji/svg/1f64f.svg"); } - -.twemoji-1f680 { - background-image: url("../assets/twemoji/svg/1f680.svg"); } - -.twemoji-1f681 { - background-image: url("../assets/twemoji/svg/1f681.svg"); } - -.twemoji-1f682 { - background-image: url("../assets/twemoji/svg/1f682.svg"); } - -.twemoji-1f683 { - background-image: url("../assets/twemoji/svg/1f683.svg"); } - -.twemoji-1f684 { - background-image: url("../assets/twemoji/svg/1f684.svg"); } - -.twemoji-1f685 { - background-image: url("../assets/twemoji/svg/1f685.svg"); } - -.twemoji-1f686 { - background-image: url("../assets/twemoji/svg/1f686.svg"); } - -.twemoji-1f687 { - background-image: url("../assets/twemoji/svg/1f687.svg"); } - -.twemoji-1f688 { - background-image: url("../assets/twemoji/svg/1f688.svg"); } - -.twemoji-1f689 { - background-image: url("../assets/twemoji/svg/1f689.svg"); } - -.twemoji-1f68a { - background-image: url("../assets/twemoji/svg/1f68a.svg"); } - -.twemoji-1f68b { - background-image: url("../assets/twemoji/svg/1f68b.svg"); } - -.twemoji-1f68c { - background-image: url("../assets/twemoji/svg/1f68c.svg"); } - -.twemoji-1f68d { - background-image: url("../assets/twemoji/svg/1f68d.svg"); } - -.twemoji-1f68e { - background-image: url("../assets/twemoji/svg/1f68e.svg"); } - -.twemoji-1f68f { - background-image: url("../assets/twemoji/svg/1f68f.svg"); } - -.twemoji-1f690 { - background-image: url("../assets/twemoji/svg/1f690.svg"); } - -.twemoji-1f691 { - background-image: url("../assets/twemoji/svg/1f691.svg"); } - -.twemoji-1f692 { - background-image: url("../assets/twemoji/svg/1f692.svg"); } - -.twemoji-1f693 { - background-image: url("../assets/twemoji/svg/1f693.svg"); } - -.twemoji-1f694 { - background-image: url("../assets/twemoji/svg/1f694.svg"); } - -.twemoji-1f695 { - background-image: url("../assets/twemoji/svg/1f695.svg"); } - -.twemoji-1f696 { - background-image: url("../assets/twemoji/svg/1f696.svg"); } - -.twemoji-1f697 { - background-image: url("../assets/twemoji/svg/1f697.svg"); } - -.twemoji-1f698 { - background-image: url("../assets/twemoji/svg/1f698.svg"); } - -.twemoji-1f699 { - background-image: url("../assets/twemoji/svg/1f699.svg"); } - -.twemoji-1f69a { - background-image: url("../assets/twemoji/svg/1f69a.svg"); } - -.twemoji-1f69b { - background-image: url("../assets/twemoji/svg/1f69b.svg"); } - -.twemoji-1f69c { - background-image: url("../assets/twemoji/svg/1f69c.svg"); } - -.twemoji-1f69d { - background-image: url("../assets/twemoji/svg/1f69d.svg"); } - -.twemoji-1f69e { - background-image: url("../assets/twemoji/svg/1f69e.svg"); } - -.twemoji-1f69f { - background-image: url("../assets/twemoji/svg/1f69f.svg"); } - -.twemoji-1f6a0 { - background-image: url("../assets/twemoji/svg/1f6a0.svg"); } - -.twemoji-1f6a1 { - background-image: url("../assets/twemoji/svg/1f6a1.svg"); } - -.twemoji-1f6a2 { - background-image: url("../assets/twemoji/svg/1f6a2.svg"); } - -.twemoji-1f6a3 { - background-image: url("../assets/twemoji/svg/1f6a3.svg"); } - -.twemoji-1f6a4 { - background-image: url("../assets/twemoji/svg/1f6a4.svg"); } - -.twemoji-1f6a5 { - background-image: url("../assets/twemoji/svg/1f6a5.svg"); } - -.twemoji-1f6a6 { - background-image: url("../assets/twemoji/svg/1f6a6.svg"); } - -.twemoji-1f6a7 { - background-image: url("../assets/twemoji/svg/1f6a7.svg"); } - -.twemoji-1f6a8 { - background-image: url("../assets/twemoji/svg/1f6a8.svg"); } - -.twemoji-1f6a9 { - background-image: url("../assets/twemoji/svg/1f6a9.svg"); } - -.twemoji-1f6aa { - background-image: url("../assets/twemoji/svg/1f6aa.svg"); } - -.twemoji-1f6ab { - background-image: url("../assets/twemoji/svg/1f6ab.svg"); } - -.twemoji-1f6ac { - background-image: url("../assets/twemoji/svg/1f6ac.svg"); } - -.twemoji-1f6ad { - background-image: url("../assets/twemoji/svg/1f6ad.svg"); } - -.twemoji-1f6ae { - background-image: url("../assets/twemoji/svg/1f6ae.svg"); } - -.twemoji-1f6af { - background-image: url("../assets/twemoji/svg/1f6af.svg"); } - -.twemoji-1f6b0 { - background-image: url("../assets/twemoji/svg/1f6b0.svg"); } - -.twemoji-1f6b1 { - background-image: url("../assets/twemoji/svg/1f6b1.svg"); } - -.twemoji-1f6b2 { - background-image: url("../assets/twemoji/svg/1f6b2.svg"); } - -.twemoji-1f6b3 { - background-image: url("../assets/twemoji/svg/1f6b3.svg"); } - -.twemoji-1f6b4 { - background-image: url("../assets/twemoji/svg/1f6b4.svg"); } - -.twemoji-1f6b5 { - background-image: url("../assets/twemoji/svg/1f6b5.svg"); } - -.twemoji-1f6b6 { - background-image: url("../assets/twemoji/svg/1f6b6.svg"); } - -.twemoji-1f6b7 { - background-image: url("../assets/twemoji/svg/1f6b7.svg"); } - -.twemoji-1f6b8 { - background-image: url("../assets/twemoji/svg/1f6b8.svg"); } - -.twemoji-1f6b9 { - background-image: url("../assets/twemoji/svg/1f6b9.svg"); } - -.twemoji-1f6ba { - background-image: url("../assets/twemoji/svg/1f6ba.svg"); } - -.twemoji-1f6bb { - background-image: url("../assets/twemoji/svg/1f6bb.svg"); } - -.twemoji-1f6bc { - background-image: url("../assets/twemoji/svg/1f6bc.svg"); } - -.twemoji-1f6bd { - background-image: url("../assets/twemoji/svg/1f6bd.svg"); } - -.twemoji-1f6be { - background-image: url("../assets/twemoji/svg/1f6be.svg"); } - -.twemoji-1f6bf { - background-image: url("../assets/twemoji/svg/1f6bf.svg"); } - -.twemoji-1f6c0 { - background-image: url("../assets/twemoji/svg/1f6c0.svg"); } - -.twemoji-1f6c1 { - background-image: url("../assets/twemoji/svg/1f6c1.svg"); } - -.twemoji-1f6c2 { - background-image: url("../assets/twemoji/svg/1f6c2.svg"); } - -.twemoji-1f6c3 { - background-image: url("../assets/twemoji/svg/1f6c3.svg"); } - -.twemoji-1f6c4 { - background-image: url("../assets/twemoji/svg/1f6c4.svg"); } - -.twemoji-1f6c5 { - background-image: url("../assets/twemoji/svg/1f6c5.svg"); } - -.twemoji-203c { - background-image: url("../assets/twemoji/svg/203c.svg"); } - -.twemoji-2049 { - background-image: url("../assets/twemoji/svg/2049.svg"); } - -.twemoji-2122 { - background-image: url("../assets/twemoji/svg/2122.svg"); } - -.twemoji-2139 { - background-image: url("../assets/twemoji/svg/2139.svg"); } - -.twemoji-2194 { - background-image: url("../assets/twemoji/svg/2194.svg"); } - -.twemoji-2195 { - background-image: url("../assets/twemoji/svg/2195.svg"); } - -.twemoji-2196 { - background-image: url("../assets/twemoji/svg/2196.svg"); } - -.twemoji-2197 { - background-image: url("../assets/twemoji/svg/2197.svg"); } - -.twemoji-2198 { - background-image: url("../assets/twemoji/svg/2198.svg"); } - -.twemoji-2199 { - background-image: url("../assets/twemoji/svg/2199.svg"); } - -.twemoji-21a9 { - background-image: url("../assets/twemoji/svg/21a9.svg"); } - -.twemoji-21aa { - background-image: url("../assets/twemoji/svg/21aa.svg"); } - -.twemoji-23-20e3 { - background-image: url("../assets/twemoji/svg/23-20e3.svg"); } - -.twemoji-231a { - background-image: url("../assets/twemoji/svg/231a.svg"); } - -.twemoji-231b { - background-image: url("../assets/twemoji/svg/231b.svg"); } - -.twemoji-23e9 { - background-image: url("../assets/twemoji/svg/23e9.svg"); } - -.twemoji-23ea { - background-image: url("../assets/twemoji/svg/23ea.svg"); } - -.twemoji-23eb { - background-image: url("../assets/twemoji/svg/23eb.svg"); } - -.twemoji-23ec { - background-image: url("../assets/twemoji/svg/23ec.svg"); } - -.twemoji-23f0 { - background-image: url("../assets/twemoji/svg/23f0.svg"); } - -.twemoji-23f3 { - background-image: url("../assets/twemoji/svg/23f3.svg"); } - -.twemoji-24c2 { - background-image: url("../assets/twemoji/svg/24c2.svg"); } - -.twemoji-25aa { - background-image: url("../assets/twemoji/svg/25aa.svg"); } - -.twemoji-25ab { - background-image: url("../assets/twemoji/svg/25ab.svg"); } - -.twemoji-25b6 { - background-image: url("../assets/twemoji/svg/25b6.svg"); } - -.twemoji-25c0 { - background-image: url("../assets/twemoji/svg/25c0.svg"); } - -.twemoji-25fb { - background-image: url("../assets/twemoji/svg/25fb.svg"); } - -.twemoji-25fc { - background-image: url("../assets/twemoji/svg/25fc.svg"); } - -.twemoji-25fd { - background-image: url("../assets/twemoji/svg/25fd.svg"); } - -.twemoji-25fe { - background-image: url("../assets/twemoji/svg/25fe.svg"); } - -.twemoji-2600 { - background-image: url("../assets/twemoji/svg/2600.svg"); } - -.twemoji-2601 { - background-image: url("../assets/twemoji/svg/2601.svg"); } - -.twemoji-260e { - background-image: url("../assets/twemoji/svg/260e.svg"); } - -.twemoji-2611 { - background-image: url("../assets/twemoji/svg/2611.svg"); } - -.twemoji-2614 { - background-image: url("../assets/twemoji/svg/2614.svg"); } - -.twemoji-2615 { - background-image: url("../assets/twemoji/svg/2615.svg"); } - -.twemoji-261d { - background-image: url("../assets/twemoji/svg/261d.svg"); } - -.twemoji-263a { - background-image: url("../assets/twemoji/svg/263a.svg"); } - -.twemoji-2648 { - background-image: url("../assets/twemoji/svg/2648.svg"); } - -.twemoji-2649 { - background-image: url("../assets/twemoji/svg/2649.svg"); } - -.twemoji-264a { - background-image: url("../assets/twemoji/svg/264a.svg"); } - -.twemoji-264b { - background-image: url("../assets/twemoji/svg/264b.svg"); } - -.twemoji-264c { - background-image: url("../assets/twemoji/svg/264c.svg"); } - -.twemoji-264d { - background-image: url("../assets/twemoji/svg/264d.svg"); } - -.twemoji-264e { - background-image: url("../assets/twemoji/svg/264e.svg"); } - -.twemoji-264f { - background-image: url("../assets/twemoji/svg/264f.svg"); } - -.twemoji-2650 { - background-image: url("../assets/twemoji/svg/2650.svg"); } - -.twemoji-2651 { - background-image: url("../assets/twemoji/svg/2651.svg"); } - -.twemoji-2652 { - background-image: url("../assets/twemoji/svg/2652.svg"); } - -.twemoji-2653 { - background-image: url("../assets/twemoji/svg/2653.svg"); } - -.twemoji-2660 { - background-image: url("../assets/twemoji/svg/2660.svg"); } - -.twemoji-2663 { - background-image: url("../assets/twemoji/svg/2663.svg"); } - -.twemoji-2665 { - background-image: url("../assets/twemoji/svg/2665.svg"); } - -.twemoji-2666 { - background-image: url("../assets/twemoji/svg/2666.svg"); } - -.twemoji-2668 { - background-image: url("../assets/twemoji/svg/2668.svg"); } - -.twemoji-267b { - background-image: url("../assets/twemoji/svg/267b.svg"); } - -.twemoji-267f { - background-image: url("../assets/twemoji/svg/267f.svg"); } - -.twemoji-2693 { - background-image: url("../assets/twemoji/svg/2693.svg"); } - -.twemoji-26a0 { - background-image: url("../assets/twemoji/svg/26a0.svg"); } - -.twemoji-26a1 { - background-image: url("../assets/twemoji/svg/26a1.svg"); } - -.twemoji-26aa { - background-image: url("../assets/twemoji/svg/26aa.svg"); } - -.twemoji-26ab { - background-image: url("../assets/twemoji/svg/26ab.svg"); } - -.twemoji-26bd { - background-image: url("../assets/twemoji/svg/26bd.svg"); } - -.twemoji-26be { - background-image: url("../assets/twemoji/svg/26be.svg"); } - -.twemoji-26c4 { - background-image: url("../assets/twemoji/svg/26c4.svg"); } - -.twemoji-26c5 { - background-image: url("../assets/twemoji/svg/26c5.svg"); } - -.twemoji-26ce { - background-image: url("../assets/twemoji/svg/26ce.svg"); } - -.twemoji-26d4 { - background-image: url("../assets/twemoji/svg/26d4.svg"); } - -.twemoji-26ea { - background-image: url("../assets/twemoji/svg/26ea.svg"); } - -.twemoji-26f2 { - background-image: url("../assets/twemoji/svg/26f2.svg"); } - -.twemoji-26f3 { - background-image: url("../assets/twemoji/svg/26f3.svg"); } - -.twemoji-26f5 { - background-image: url("../assets/twemoji/svg/26f5.svg"); } - -.twemoji-26fa { - background-image: url("../assets/twemoji/svg/26fa.svg"); } - -.twemoji-26fd { - background-image: url("../assets/twemoji/svg/26fd.svg"); } - -.twemoji-2702 { - background-image: url("../assets/twemoji/svg/2702.svg"); } - -.twemoji-2705 { - background-image: url("../assets/twemoji/svg/2705.svg"); } - -.twemoji-2708 { - background-image: url("../assets/twemoji/svg/2708.svg"); } - -.twemoji-2709 { - background-image: url("../assets/twemoji/svg/2709.svg"); } - -.twemoji-270a { - background-image: url("../assets/twemoji/svg/270a.svg"); } - -.twemoji-270b { - background-image: url("../assets/twemoji/svg/270b.svg"); } - -.twemoji-270c { - background-image: url("../assets/twemoji/svg/270c.svg"); } - -.twemoji-270f { - background-image: url("../assets/twemoji/svg/270f.svg"); } - -.twemoji-2712 { - background-image: url("../assets/twemoji/svg/2712.svg"); } - -.twemoji-2714 { - background-image: url("../assets/twemoji/svg/2714.svg"); } - -.twemoji-2716 { - background-image: url("../assets/twemoji/svg/2716.svg"); } - -.twemoji-2728 { - background-image: url("../assets/twemoji/svg/2728.svg"); } - -.twemoji-2733 { - background-image: url("../assets/twemoji/svg/2733.svg"); } - -.twemoji-2734 { - background-image: url("../assets/twemoji/svg/2734.svg"); } - -.twemoji-2744 { - background-image: url("../assets/twemoji/svg/2744.svg"); } - -.twemoji-2747 { - background-image: url("../assets/twemoji/svg/2747.svg"); } - -.twemoji-274c { - background-image: url("../assets/twemoji/svg/274c.svg"); } - -.twemoji-274e { - background-image: url("../assets/twemoji/svg/274e.svg"); } - -.twemoji-2753 { - background-image: url("../assets/twemoji/svg/2753.svg"); } - -.twemoji-2754 { - background-image: url("../assets/twemoji/svg/2754.svg"); } - -.twemoji-2755 { - background-image: url("../assets/twemoji/svg/2755.svg"); } - -.twemoji-2757 { - background-image: url("../assets/twemoji/svg/2757.svg"); } - -.twemoji-2764 { - background-image: url("../assets/twemoji/svg/2764.svg"); } - -.twemoji-2795 { - background-image: url("../assets/twemoji/svg/2795.svg"); } - -.twemoji-2796 { - background-image: url("../assets/twemoji/svg/2796.svg"); } - -.twemoji-2797 { - background-image: url("../assets/twemoji/svg/2797.svg"); } - -.twemoji-27a1 { - background-image: url("../assets/twemoji/svg/27a1.svg"); } - -.twemoji-27b0 { - background-image: url("../assets/twemoji/svg/27b0.svg"); } - -.twemoji-27bf { - background-image: url("../assets/twemoji/svg/27bf.svg"); } - -.twemoji-2934 { - background-image: url("../assets/twemoji/svg/2934.svg"); } - -.twemoji-2935 { - background-image: url("../assets/twemoji/svg/2935.svg"); } - -.twemoji-2b05 { - background-image: url("../assets/twemoji/svg/2b05.svg"); } - -.twemoji-2b06 { - background-image: url("../assets/twemoji/svg/2b06.svg"); } - -.twemoji-2b07 { - background-image: url("../assets/twemoji/svg/2b07.svg"); } - -.twemoji-2b1b { - background-image: url("../assets/twemoji/svg/2b1b.svg"); } - -.twemoji-2b1c { - background-image: url("../assets/twemoji/svg/2b1c.svg"); } - -.twemoji-2b50 { - background-image: url("../assets/twemoji/svg/2b50.svg"); } - -.twemoji-2b55 { - background-image: url("../assets/twemoji/svg/2b55.svg"); } - -.twemoji-30-20e3 { - background-image: url("../assets/twemoji/svg/30-20e3.svg"); } - -.twemoji-3030 { - background-image: url("../assets/twemoji/svg/3030.svg"); } - -.twemoji-303d { - background-image: url("../assets/twemoji/svg/303d.svg"); } - -.twemoji-31-20e3 { - background-image: url("../assets/twemoji/svg/31-20e3.svg"); } - -.twemoji-32-20e3 { - background-image: url("../assets/twemoji/svg/32-20e3.svg"); } - -.twemoji-3297 { - background-image: url("../assets/twemoji/svg/3297.svg"); } - -.twemoji-3299 { - background-image: url("../assets/twemoji/svg/3299.svg"); } - -.twemoji-33-20e3 { - background-image: url("../assets/twemoji/svg/33-20e3.svg"); } - -.twemoji-34-20e3 { - background-image: url("../assets/twemoji/svg/34-20e3.svg"); } - -.twemoji-35-20e3 { - background-image: url("../assets/twemoji/svg/35-20e3.svg"); } - -.twemoji-36-20e3 { - background-image: url("../assets/twemoji/svg/36-20e3.svg"); } - -.twemoji-37-20e3 { - background-image: url("../assets/twemoji/svg/37-20e3.svg"); } - -.twemoji-38-20e3 { - background-image: url("../assets/twemoji/svg/38-20e3.svg"); } - -.twemoji-39-20e3 { - background-image: url("../assets/twemoji/svg/39-20e3.svg"); } - -.twemoji-a9 { - background-image: url("../assets/twemoji/svg/a9.svg"); } - -.twemoji-ae { - background-image: url("../assets/twemoji/svg/ae.svg"); } - -.twemoji-e50a { - background-image: url("../assets/twemoji/svg/e50a.svg"); } - -#layout { - position: relative; - overflow: hidden; } - -.main { - height: 100%; - overflow: hidden; } - -.contentHeader { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 44px; - line-height: 44px; - padding: 0; - border-bottom: 1px solid #ededed; - background-color: #f5f5f5; - color: #222; - z-index: 100; - box-sizing: border-box; } - .contentHeader_teamSelect { - position: relative; - display: table-cell; - margin-right: 10px; - overflow: hidden; - vertical-align: middle; - transition: background-color .2s ease; } - .contentHeader_teamSelect:hover { - background-color: #188bdd; } - .contentHeader_teamSelect_select { - width: 160px; - padding: 0 30px 0 15px; - cursor: pointer; } - .contentHeader_teamSelect_select:focus { - outline: none; } - .contentHeader_teamSelect_caret { - position: absolute; - top: 17px; - right: 10px; - font-size: 13px; - cursor: pointer; } - .contentHeader_item { - padding: 0 5px; - line-height: 30px; - font-size: 18px; - transition: color .2s ease; - color: rgba(34, 34, 34, 0.3); - display: table-cell; - padding: 0 12px; - line-height: 44px; - vertical-align: middle; - font-size: 20px; - color: #777; - box-sizing: border-box; } - .contentHeader_item:hover { - cursor: pointer; - color: rgba(34, 34, 34, 0.8); } - .contentHeader_item:hover { - color: #000; } - .contentHeader_item .fa-file-text-o { - display: table-cell; - line-height: 44px; - font-size: 18px; } - .contentHeader_selectedTeam { - font-size: 18px; - padding-left: 9px; - color: #000; } - .contentHeader_selectedTeam .fa-caret-down { - margin-right: 3px; } - .contentHeader_subMenu { - position: absolute; - top: -1px; - right: 10px; } - .contentHeader_subMenu_item { - width: 44px; - height: 44px; - margin: 0; - padding: 0; - border: none; - font: inherit; - background-color: transparent; } - .contentHeader_subMenu_item i { - padding: 0 5px; - line-height: 30px; - font-size: 18px; - transition: color .2s ease; - color: rgba(34, 34, 34, 0.3); - font-size: 20px; - color: #777; - vertical-align: middle; } - .contentHeader_subMenu_item i:hover { - cursor: pointer; - color: rgba(34, 34, 34, 0.8); } - .contentHeader_subMenu_item i:hover { - color: #000; } - .contentHeader_subMenu_item-btn { - width: auto; - display: inline-block; - color: #777; - border: 1px solid #d5d5d5; - border-radius: 3px; - line-height: 1; - font-size: 13px; - margin-left: 5px; - padding: 9px 6px 7px; - background-color: #e8e8e8; - cursor: pointer; - transition: background .2s ease, border-color 0.2s ease; } - .contentHeader_subMenu_item-btn:hover { - background-color: #f5f5f5; } - -.contentBody { - width: 100%; - height: 100%; - position: relative; - padding-top: 45px; - z-index: 0; } - .contentBody .item-toolbar { - padding-left: 45px; } - .contentBody_titles { - box-sizing: border-box; - float: left; - width: 300px; - max-width: 300px; - height: 100%; - min-height: 100%; - margin: 0; - padding: 0 0 45px; - border-right: 1px solid #eee; } - .contentBody_titles_search { - position: relative; - height: 50px; - padding: 10px 0; - border-bottom: 1px solid #eee; - background-color: #fbfbfb; - box-sizing: border-box; } - .contentBody_titles_search .fa-search { - position: absolute; - top: 19px; - left: 15px; - font-size: 12px; - color: #222; } - .contentBody_titles_searchInput { - width: 280px; - height: 30px; - margin: 0 10px; - padding: 5px 5px 5px 27px; - line-height: 30px; - font-size: 14px; - border: 0; - box-sizing: border-box; - background-color: #fbfbfb; - color: #222; - font-family: inherit; } - .contentBody_titles_listWrapper { - position: relative; - height: 100%; - margin-top: -50px; - padding-bottom: 50px; - box-sizing: border-box; } - .contentBody_preview { - display: block; - overflow: auto; - height: 100%; - min-height: 100%; - margin-left: 300px; - padding-bottom: 45px; - background-color: #fefefe; - box-sizing: border-box; } - .contentBody_preview_title { - max-width: 85%; - margin: 0 auto; - padding: 80px 40px 30px; - font-size: 32px; - line-height: 1.3; - text-rendering: optimizeLegibility; - color: #222; - -webkit-user-select: text; } - .contentBody_preview .markdown-content { - max-width: 85%; - margin: 0 auto; - padding: 0 40px 30px; - opacity: 1; } - .contentBody_preview .markdown-content.start-showing { - opacity: 0; } - .contentBody_preview .markdown-content.showing-done { - opacity: 1; - transition: opacity .07s ease-in-out; } - .contentBody_blank { - position: relative; - height: 100%; - overflow-y: auto; - padding: 40px; - box-sizing: border-box; - color: #222; } - .contentBody_blank_title { - font-size: 84px; - color: #222; } - .contentBody_blank_version { - margin-left: 5px; - color: #999; } - .contentBody_blank_loginBtn { - min-width: 100px; - border-radius: 2px; - line-height: 35px; - padding: 0 20px; - font-size: 13px; - border: 1px solid transparent; - transition: background .2s ease, border-color 0.2s ease; - background-color: #3EA0E7; - border-color: #3EA0E7; - color: #fff; - margin-top: 15px; } - .contentBody_blank_loginBtn:hover { - cursor: pointer; } - .contentBody_blank_loginBtn:active { - box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2); } - .contentBody_blank_loginBtn:focus { - outline: thin dotted; - outline-offset: -2px; } - .contentBody_blank_loginBtn:hover { - background-color: #1b88d7; - border-color: #1b88d7; } - .contentBody_blank_loginIcon { - font-size: 18px; - vertical-align: middle; - margin-right: 5px; - color: #fff; } - .contentBody_blank_newVersion { - margin-top: 20px; - padding-top: 30px; - border-top: 1px solid #ddd; } - .contentBody_blank_newVersionText { - display: inline-block; - margin: 0 10px 0 0; - font-size: 14px; - color: #712198; } - .contentBody_blank_newVersionBtn { - min-width: 100px; - border-radius: 2px; - line-height: 35px; - padding: 0 20px; - font-size: 13px; - border: 1px solid transparent; - transition: background .2s ease, border-color 0.2s ease; - background-color: #fff; - border-color: #e4e4e4; - color: #222; } - .contentBody_blank_newVersionBtn:hover { - cursor: pointer; } - .contentBody_blank_newVersionBtn:active { - box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2); } - .contentBody_blank_newVersionBtn:focus { - outline: thin dotted; - outline-offset: -2px; } - .contentBody_blank_newVersionBtn:hover { - background-color: #f2f2f2; - border-color: #e1e1e1; } - .contentBody_blank_protip { - margin-top: 30px; - padding-top: 15px; - border-top: 1px solid #ddd; } - .contentBody_blank_protipTitle { - display: inline-block; - padding: 2px 5px; - background-color: #5cd891; - border-radius: 2px; - font-size: 12px; - font-weight: bold; - color: #fff; } - .contentBody_blank_protipList { - margin: 0; } - .contentBody_blank_protipList li { - font-size: 14px; - margin-top: 7px; } - .contentBody_blank_section { - margin-bottom: 30px; } - .contentBody_blank_sectionTitle { - display: inline-block; - padding: 2px 8px; - background-color: #188bdd; - border-radius: 2px; - font-size: 12px; - font-weight: bold; - color: #fff; } - .contentBody_blank_announce .contentBody_blank_sectionTitle { - background-color: #f78607; } - .contentBody_blank_announceContent a { - color: #0e87cd; - text-decoration: none; } - .contentBody_blank_changelog .markdown-content { - max-width: 100%; - max-height: 300px; - overflow-y: auto; - margin: 10px 0 0 0; - padding: 0 20px 20px; - background-color: #f0f0f0; - border-radius: 4px; - font-size: 90%; } - .contentBody_blank_changelog .markdown-content h1 { - display: none; } - .contentBody_blank_changelog .markdown-content h2:nth-child(2) { - margin-top: 20px; } - .contentBody_blank_footer { - border-top: 1px solid #eee; - padding-top: 20px; } - .contentBody_blank_feedback { - min-width: 100px; - border-radius: 2px; - line-height: 35px; - padding: 0 20px; - font-size: 13px; - border: 1px solid transparent; - transition: background .2s ease, border-color 0.2s ease; - background-color: #fff; - border-color: #e4e4e4; - color: #222; } - .contentBody_blank_feedback:hover { - cursor: pointer; } - .contentBody_blank_feedback:active { - box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2); } - .contentBody_blank_feedback:focus { - outline: thin dotted; - outline-offset: -2px; } - .contentBody_blank_feedback:hover { - background-color: #f2f2f2; - border-color: #e1e1e1; } - .contentBody .markdown-editor { - height: 100%; } - .contentBody .markdown-editor .CodeMirror-wrap { - padding-top: 20px; } - -.previewToolbar { - position: fixed; - display: block; - width: 100%; - height: 50px; - padding: 0 320px 0 20px; - border-bottom: 1px solid #eee; - background-color: #fefefe; - box-sizing: border-box; - z-index: 100; } - .previewToolbar_syncStatus { - float: left; } - .previewToolbar_syncedAt { - margin-left: 8px; - color: #999; } - .previewToolbar_actions { - float: right; } - .previewToolbar_item { - padding: 0 5px; - line-height: 30px; - font-size: 18px; - transition: color .2s ease; - color: rgba(34, 34, 34, 0.3); - line-height: 50px; - padding: 0 0 0 25px; - vertical-align: middle; - font-size: 20px; - color: #777; - display: inline-block; } - .previewToolbar_item:hover { - cursor: pointer; - color: rgba(34, 34, 34, 0.8); } - .previewToolbar_item:first-child { - padding-left: 0; } - .previewToolbar_item:hover { - color: #000; } - .previewToolbar_item_moveItem { - font-size: 14px; } - .previewToolbar_item.kaiticon:before { - opacity: .6; } - .previewToolbar_item.kaiticon:hover:before { - opacity: 1; } - .previewToolbar_btn, .previewToolbar_coediting { - min-width: 100px; - border-radius: 2px; - line-height: 35px; - padding: 0 20px; - font-size: 13px; - border: 1px solid transparent; - transition: background .2s ease, border-color 0.2s ease; - background-color: #fff; - border-color: #e4e4e4; - color: #222; - display: inline-block; - box-sizing: border-box; - line-height: 32px; - margin-top: 8px; - padding: 0 10px; } - .previewToolbar_btn:hover, .previewToolbar_coediting:hover { - cursor: pointer; } - .previewToolbar_btn:active, .previewToolbar_coediting:active { - box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2); } - .previewToolbar_btn:focus, .previewToolbar_coediting:focus { - outline: thin dotted; - outline-offset: -2px; } - .previewToolbar_btn:hover, .previewToolbar_coediting:hover { - background-color: #f2f2f2; - border-color: #e1e1e1; } - .previewToolbar_synced { - display: inline-block; - line-height: 50px; - padding: 0 10px; - font-size: 13px; - color: #222; } - .previewToolbar_synced i { - color: #3bce66; } - .previewToolbar_coediting { - margin-left: 10px; - color: #222; } - .previewToolbar_coediting i { - color: #777; } - .previewToolbar_coedited { - display: inline-block; - line-height: 50px; - margin-right: 10px; - padding: 0 10px; - font-size: 13px; - color: #222; } - .previewToolbar_coedited i { - color: #59bb0c; } - -.alertConflict { - padding: 20px 40px; - border-bottom: 1px solid #eee; - background-color: #f5f5f5; } - .alertConflict_message { - margin-bottom: 20px; - font-size: 14px; - color: #222; } - .alertConflict_message_title { - margin-bottom: 10px; - font-size: 15px; - font-weight: bold; - color: #d01f1f; } - .alertConflict_btn { - min-width: 100px; - border-radius: 2px; - line-height: 35px; - padding: 0 20px; - font-size: 13px; - border: 1px solid transparent; - transition: background .2s ease, border-color 0.2s ease; - background-color: #fff; - border-color: #e4e4e4; - color: #222; - margin-right: 10px; } - .alertConflict_btn:hover { - cursor: pointer; } - .alertConflict_btn:active { - box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2); } - .alertConflict_btn:focus { - outline: thin dotted; - outline-offset: -2px; } - .alertConflict_btn:hover { - background-color: #f2f2f2; - border-color: #e1e1e1; } - -.titleList { - height: 100%; - margin-top: 50px; - padding-left: 0; - box-sizing: border-box; - overflow-y: auto; } - .titleList_item { - word-wrap: break-word; - word-break: break-all; - margin: 0; - padding: 12px 15px 10px; - border-bottom: 1px solid #eee; - background-color: #fbfbfb; } - .titleList_item.selected { - background-color: #188bdd; - color: #fff; } - .titleList_item.selected .titleList_item_title { - color: #fff; } - .titleList_item.selected .titleList_item_tag { - color: #d1eeff; } - .titleList_item:hover { - cursor: pointer; } - .titleList_item_menuIcon { - display: table-cell; - vertical-align: middle; - padding: 0 15px 0 0; - font-size: 11px; } - .titleList_item_menuIcon-synced { - color: #3bce66; } - .titleList_item_menuIcon-broken { - color: #d01f1f; } - .titleList_item_titleBlock { - display: table-cell; } - .titleList_item_title { - margin: 0; - padding: 0; - line-height: 1.5; - font-size: 14px; - font-weight: normal; - color: #222; } - .titleList_item_title-blank { - color: #222; } - .titleList_item_tagsContainer { - margin-top: 1px; - line-height: 1; } - .titleList_item_tag { - margin: 0 10px 0 0; - padding: 0; - border: 0; - background-color: transparent; - color: #2f9fe9; - font-family: inherit; - font-size: 12px; - line-height: 1.3; } - .titleList_item_menu { - margin-top: 10px; } - .titleList_blank { - padding: 15px; - color: #999; - font-weight: normal; - font-size: 13px; - text-align: center; } - -.editContainer { - display: flex; - height: 100%; - background-color: #fbfbfb; - color: #222; } - -.CodeMirror { - background-color: transparent !important; } - -.CodeMirror-composing { - border-bottom: 1px solid #222; } - -.editor { - position: relative; - width: 100%; - margin: 0 auto; - max-width: 830px; - height: 100%; - box-sizing: border-box; } - .editor.showPreview { - max-width: 50%; - margin: 0; - width: 50%; } - .editor .markdown-editor { - position: absolute; - top: 50px; - right: 0; - bottom: 50px; - left: 0; } - .editor .markdown-editor textarea { - outline: none; - width: 95%; - height: 100%; - box-sizing: border-box; } - -.toolbar { - height: 50px; - box-sizing: border-box; - position: relative; } - .toolbar_teamName { - position: relative; - display: inline-block; - position: absolute; - left: 20px; - top: 10px; - color: #999; - cursor: default; } - .toolbar_teamName[data-tooltip]:after { - content: attr(data-tooltip); - margin-left: -10px; - padding: 5px; - color: #fff; - position: absolute; - left: 0; - top: 100%; - white-space: nowrap; - border-radius: 3px; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); - background-color: rgba(0, 0, 0, 0.7); - font-size: 13px; - font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; - font-style: normal; - line-height: 1; - z-index: 200; - -webkit-font-smoothing: antialiased; - visibility: hidden; - opacity: 0; - transition: 0.1s, ease-in-out; } - .toolbar_teamName[data-tooltip]:hover:after { - visibility: visible; - opacity: 1; } - .toolbar_teamName[data-tooltip].tooltip-right-aligned:hover:after { - left: auto !important; - right: 0; } - .toolbar_menu { - position: absolute; - right: 20px; } - .toolbar_item { - position: relative; - padding: 0 5px; - line-height: 50px; - font-size: 18px; - transition: color .2s ease; - color: rgba(34, 34, 34, 0.3); - display: inline-block; - margin-left: 10px; - box-sizing: border-box; - color: #777; } - .toolbar_item[data-tooltip]:after { - content: attr(data-tooltip); - margin-left: -10px; - padding: 5px; - color: #fff; - position: absolute; - left: 0; - top: 100%; - white-space: nowrap; - border-radius: 3px; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); - background-color: rgba(0, 0, 0, 0.7); - font-size: 13px; - font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; - font-style: normal; - line-height: 1; - z-index: 200; - -webkit-font-smoothing: antialiased; - visibility: hidden; - opacity: 0; - transition: 0.1s, ease-in-out; } - .toolbar_item[data-tooltip]:hover:after { - visibility: visible; - opacity: 1; } - .toolbar_item[data-tooltip].tooltip-right-aligned:hover:after { - left: auto !important; - right: 0; } - .toolbar_item:hover { - cursor: pointer; - color: rgba(34, 34, 34, 0.8); } - .toolbar_item:hover { - color: #000; } - .toolbar_item_insertImage { - float: left; } - .toolbar_item_insertImage input[type=file] { - opacity: 0; - display: inline-block; - position: absolute; - left: 0; - top: 0; - width: 50px; - height: 50px; - cursor: pointer; } - .toolbar_item_template i { - font-size: 17px; } - .toolbar_item_template .pulldown-label { - margin-left: 5px; } - .toolbar_item_template .pulldown-menu { - margin: -10px 0 0 -200px; - color: #222; - font-size: 14px; } - -.preview { - position: absolute; - top: 0; - right: 0; - bottom: 50px; - width: 50%; - overflow: auto; - padding: 20px; - background-color: #fefefe; - box-sizing: border-box; - display: none; - border-left: 1px solid #eee; } - .preview.showPreview { - display: block; } - .preview_title { - max-width: 800px; - margin: 0 auto; - padding: 20px 20px 30px; - font-size: 32px; - line-height: 1.3; - text-rendering: optimizeLegibility; - color: #222; - -webkit-user-select: text; } - .preview .markdown-content { - max-width: 800px; - margin: 0 auto; - padding: 0 20px 30px; } - -.footerMenu { - position: absolute; - bottom: 0; - left: 0; - right: 0; - height: 50px; - border-top: 1px solid #eee; - background-color: #f5f5f5; - box-sizing: border-box; - line-height: 50px; } - .footerMenu_wrapper { - width: 100%; - height: 100%; - display: flex; - flex-direction: row; - flex-wrap: nowrap; - align-content: space-between; - align-items: center; - justify-content: center; } - -.tags { - position: relative; - width: 100%; - height: 40px; - padding: 0; - box-sizing: border-box; - display: flex; - flex-direction: row; - flex-wrap: nowrap; - align-content: space-between; - align-items: center; - justify-content: center; } - .tags_label { - flex: 0 1 auto; - align-self: auto; - min-width: 40px; - max-width: 40px; - text-align: center; } - .tags_label_icon { - color: #777; } - .tags_input { - flex: 1 1 auto; - align-self: auto; - position: relative; } - .tags_input input { - background-color: #f5f5f5; - color: #222; - font-family: inherit; } - .tags_buffer { - display: inline-block; - width: 100%; - border: 0; - box-sizing: border-box; - line-height: 40px; - font-size: 14px; - color: #222; } - -.actions { - display: flex; - flex: 1 0 auto; - align-self: auto; - padding: 0 0 0 10px; - box-sizing: border-box; } - .actions_btn { - min-width: 100px; - border-radius: 2px; - line-height: 35px; - padding: 0 20px; - font-size: 13px; - border: 1px solid transparent; - transition: background .2s ease, border-color 0.2s ease; - background-color: #fff; - border-color: #e4e4e4; - color: #222; - margin-right: 10px; } - .actions_btn:hover { - cursor: pointer; } - .actions_btn:active { - box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2); } - .actions_btn:focus { - outline: thin dotted; - outline-offset: -2px; } - .actions_btn:hover { - background-color: #f2f2f2; - border-color: #e1e1e1; } - .actions_save { - min-width: 100px; - border-radius: 2px; - line-height: 35px; - padding: 0 20px; - font-size: 13px; - border: 1px solid transparent; - transition: background .2s ease, border-color 0.2s ease; - background-color: #3EA0E7; - border-color: #3EA0E7; - color: #fff; } - .actions_save:hover { - cursor: pointer; } - .actions_save:active { - box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2); } - .actions_save:focus { - outline: thin dotted; - outline-offset: -2px; } - .actions_save:hover { - background-color: #1b88d7; - border-color: #1b88d7; } - .actions_upload i { - color: #f78607; } - .actions_newUpload i { - color: #18abe5; } - .actions_synced { - line-height: 35px; - padding: 0 20px; - font-size: 13px; - color: #222; } - .actions_synced i { - color: #3bce66; } - -.config { - box-sizing: border-box; - height: 100%; - padding: 30px; - overflow: auto; - color: #222; - background-color: #f5f5f5; } - .config_title { - margin: 0 0 25px; - padding: 0 0 15px; - border-bottom: 1px solid #ddd; - font-size: 32px; - font-weight: normal; - color: #222; - line-height: 1; } - .config_btn { - min-width: 100px; - border-radius: 2px; - line-height: 35px; - padding: 0 20px; - font-size: 13px; - border: 1px solid transparent; - transition: background .2s ease, border-color 0.2s ease; - background-color: #fff; - border-color: #e4e4e4; - color: #222; } - .config_btn:hover { - cursor: pointer; } - .config_btn:active { - box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2); } - .config_btn:focus { - outline: thin dotted; - outline-offset: -2px; } - .config_btn:hover { - background-color: #f2f2f2; - border-color: #e1e1e1; } - .config_devConfigs { - margin-top: 35px; } - .config_devConfigs_title { - margin: 0 0 25px; - padding: 0 0 15px; - border-bottom: 1px solid #ddd; - font-size: 24px; - font-weight: normal; - color: #222; - line-height: 1; } - .config_section { - margin-bottom: 1.5em; } - .config_section-checkbox { - margin-bottom: 0; } - .config_section-checkbox + .config_section-checkbox + .config_section-checkbox { - margin-bottom: 1.5em; } - .config_section_title { - display: block; - margin-bottom: .8em; - line-height: 1; } - .config_section_title-checkbox { - display: inline-block; - margin-bottom: 0; } - .config_section_description { - margin-bottom: 1em; - color: #999; - font-size: 13px; - line-height: 1.5; } - .config_section_select { - border-radius: 2px; - border: 1px solid #d5d5d5; - height: 28px; - margin: 0; - background-color: #fff; - background-image: none; - vertical-align: middle; - font-size: 14px; - color: #333; - box-sizing: content-box; } - .config_section_select:focus { - outline: 0; } - .config_section_checkbox { - width: 18px; - height: 18px; - vertical-align: middle; } - .config_section_input { - display: block; - width: 300px; - padding: 8px; - border-radius: 3px; - border: 1px solid #d5d5d5; - font-size: 13px; } - .config_footer { - margin-top: 35px; - padding-top: 20px; - border-top: 1px solid #ddd; } - -#layout { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1000; } - -.popupContainer { - box-sizing: border-box; } - .popupContainer > div { - box-sizing: border-box; } - -.popup-region { - box-sizing: border-box; } - .popup-region .modal, .popup-region .loader { - position: fixed; - top: 0; - bottom: 0; - left: 0; - right: 0; - z-index: 1020; - overflow: auto; - padding-top: 60px; - opacity: 0; - -webkit-animation: fadeInDown ease .25s; - -webkit-animation-iteration-count: 1; - -webkit-transform-origin: 50% 50%; - -webkit-animation-fill-mode: forwards; } - .popup-region .modal_content { - left: 50%; - right: auto; - z-index: 1030; - width: 100%; - max-width: 500px; - margin: 0 auto; - padding: 20px; - background-color: #fbfbfb; - border-radius: 3px; - box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 6px; } - .popup-region .modal_content_body { - word-wrap: break-word; - word-break: break-all; - max-width: inherit; - max-height: 400px; - overflow-y: auto; - margin: 10px 0 20px; - color: #222; - -webkit-user-select: text; } - .popup-region .modal_content_body h1 { - margin-top: 0; } - .popup-region .modal_content_message { - margin: 0; - white-space: pre-wrap; - overflow: auto; - line-height: 1.5; } - .popup-region .modal_content_message a { - color: #0e87cd; - text-decoration: none; } - .popup-region .modal_content_options { - margin-top: 15px; } - .popup-region .modal_content_footer { - text-align: right; } - .popup-region .modal_content_button { - min-width: 100px; - border-radius: 2px; - line-height: 35px; - padding: 0 20px; - font-size: 13px; - border: 1px solid transparent; - transition: background .2s ease, border-color 0.2s ease; - background-color: #fff; - border-color: #e4e4e4; - color: #222; - margin-left: 10px; } - .popup-region .modal_content_button:hover { - cursor: pointer; } - .popup-region .modal_content_button:active { - box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2); } - .popup-region .modal_content_button:focus { - outline: thin dotted; - outline-offset: -2px; } - .popup-region .modal_content_button:hover { - background-color: #f2f2f2; - border-color: #e1e1e1; } - .popup-region .modal_content_button[data-selected] { - outline: thin dotted; - outline-offset: -2px; } - .popup-region .modal_content_button[data-choice-type=danger] { - min-width: 100px; - border-radius: 2px; - line-height: 35px; - padding: 0 20px; - font-size: 13px; - border: 1px solid transparent; - transition: background .2s ease, border-color 0.2s ease; - background-color: #d34545; - border-color: #d34545; - color: #fff; } - .popup-region .modal_content_button[data-choice-type=danger]:hover { - cursor: pointer; } - .popup-region .modal_content_button[data-choice-type=danger]:active { - box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2); } - .popup-region .modal_content_button[data-choice-type=danger]:focus { - outline: thin dotted; - outline-offset: -2px; } - .popup-region .modal_content_button[data-choice-type=danger]:hover { - background-color: #b92c2c; - border-color: #b92c2c; } - .popup-region .modal_content_button-disabled { - min-width: 100px; - border-radius: 2px; - line-height: 35px; - padding: 0 20px; - font-size: 13px; - border: 1px solid transparent; - transition: background .2s ease, border-color 0.2s ease; - background-color: #ccc; - border-color: #ccc; - color: #b3b3b3; } - .popup-region .modal_content_button-disabled:hover { - cursor: pointer; } - .popup-region .modal_content_button-disabled:active { - box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2); } - .popup-region .modal_content_button-disabled:focus { - outline: thin dotted; - outline-offset: -2px; } - .popup-region .modal_content_button-disabled:hover { - background-color: #ccc; - border-color: #ccc; - cursor: not-allowed; } - .popup-region .modal_content_button-disabled:active { - box-shadow: none; } - .popup-region .modal_content_loginLogo { - display: block; - margin: 0 auto; - text-align: center; - font-size: 80px; - color: #59bb0c; } - .popup-region .modal.welcome, .popup-region .welcome.loader { - -webkit-animation-delay: .3s !important; - -webkit-animation-duration: 1s !important; } - .popup-region .modal.welcome .modal_content, .popup-region .welcome.loader .modal_content { - width: 320px; } - .popup-region .modal.welcome_logo, .popup-region .welcome_logo.loader { - font-size: 120px; - display: block; - text-align: center; } - .popup-region .modal.welcome_message, .popup-region .welcome_message.loader { - text-align: center; } - -@keyframes fadein { - 0% { - opacity: 0; - padding-top: 10px; } - 100% { - opacity: 1; - padding-top: 60px; } } - .popup-region .cover, .popup-region .cover-loading { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1010; - background: rgba(0, 0, 0, 0.6); } - .popup-region .loader_content { - left: 50%; - right: auto; - z-index: 1030; - width: 100%; - max-width: 100px; - margin: 0 auto; - padding-top: 100px; - text-align: center; } - .popup-region .loader_content_loader { - margin-bottom: 15px; - font-size: 36px; - color: #222; } - .popup-region .loader_content_message { - display: block; - color: #222; - font-size: 14px; } - .popup-region .cover-loading { - background: rgba(251, 251, 251, 0.6); } - -@-webkit-keyframes fadeInDown { - 0% { - opacity: 0; - -webkit-transform: translate(0px, -25px); } - 100% { - opacity: 1; - -webkit-transform: translate(0px, 0px); } } - -.error-stack-container { - font-size: 12px; - color: #222; } - -.message_container { - position: fixed; - width: 180px; - right: 35px; - z-index: 1031; } - -.message_content { - width: 100%; - height: 100%; - padding: 10px; - border-radius: 3px; - font-size: 14px; - text-align: left; - line-height: 1.4; - color: #fff; } - .message_content[data-logger-type=normal] { - background-color: rgba(0, 0, 0, 0.6); } - .message_content[data-logger-type=warn] { - background-color: rgba(200, 0, 0, 0.6); } - -.pulldown { - position: relative; } - .pulldown[data-tooltip]:after { - content: attr(data-tooltip); - margin-left: -10px; - padding: 5px; - color: #fff; - position: absolute; - left: 0; - top: 100%; - white-space: nowrap; - border-radius: 3px; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); - background-color: rgba(0, 0, 0, 0.7); - font-size: 13px; - font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; - font-style: normal; - line-height: 1; - z-index: 200; - -webkit-font-smoothing: antialiased; - visibility: hidden; - opacity: 0; - transition: 0.1s, ease-in-out; } - .pulldown[data-tooltip]:hover:after { - visibility: visible; - opacity: 1; } - .pulldown[data-tooltip].tooltip-right-aligned:hover:after { - left: auto !important; - right: 0; } - .pulldown-title { - background-color: none !important; } - .pulldown-menu { - position: absolute; - width: 240px; - max-width: 240px; - max-height: 300px; - margin: 0 0 0 -1px; - background-color: #fefefe; - border: 1px solid #eee; - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); - text-align: left; - overflow-x: hidden; - overflow-y: auto; - z-index: 300; } - .pulldown-item { - padding: 5px 15px; - font-size: 15px; - line-height: 1.5; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - color: #222; } - .pulldown-item:last-child { - border-bottom: 0; } - .pulldown-item:hover { - cursor: pointer; - color: #fff; - background-color: #188bdd; } - .pulldown-separator { - border-bottom: 1px solid #eee; - margin-bottom: 4px; - padding-bottom: 4px; } - -.contentHeader_selectedTeam .pulldown-title:before, .contentHeader_selectedTeam .pulldown-item:before { - display: block; - position: absolute; - width: 20px; - font-family: qiitasymbolfont; - content: '\e000'; - color: #1887d0; } - -.contentHeader_selectedTeam .pulldown-title[data-label-text='Qiita']:before, .contentHeader_selectedTeam .pulldown-item[data-id='qiita']:before { - color: #59bb0c; } - -.contentHeader_selectedTeam .pulldown-title[data-label-text='Inbox']:before, .contentHeader_selectedTeam .pulldown-item[data-id='#inbox']:before { - font-family: fontawesome; - content: '\f01c'; - color: #000; } - -.contentHeader_selectedTeam .pulldown-title[data-label-text='ゴミ箱']:before, .contentHeader_selectedTeam .pulldown-item[data-id='#trash']:before { - font-family: fontawesome; - content: '\f1f8'; - color: #000; } - -.contentHeader_selectedTeam { - padding-left: 13px; } - .contentHeader_selectedTeam .pulldown-title { - padding-left: 24px; } - .contentHeader_selectedTeam .pulldown-title:before { - font-size: 20px; } - .contentHeader_selectedTeam .fa.fa-caret-down, .contentHeader_selectedTeam .markdown-content li.fa-caret-down.checked:before, .markdown-content .contentHeader_selectedTeam li.fa-caret-down.checked:before, - .contentHeader_selectedTeam .markdown-content li.fa-caret-down.unchecked:before, .markdown-content .contentHeader_selectedTeam li.fa-caret-down.unchecked:before { - padding-left: 3px; - font-size: 13px; } - .contentHeader_selectedTeam .pulldown-item span { - padding-left: 20px; } - .contentHeader_selectedTeam .pulldown-item:hover:before, .contentHeader_selectedTeam .pulldown-item:hover[data-id='qiita']:before, .contentHeader_selectedTeam .pulldown-item:hover[data-id='#inbox']:before, .contentHeader_selectedTeam .pulldown-item:hover[data-id='#trash']:before { - color: #fff; } - -.webview { - height: 100%; - background-color: #f5f5f5; } - .webview_header { - padding: 10px 20px; - border-bottom: 1px solid #eee; } - .webview_body { - height: 100%; } - .webview_btn { - min-width: 100px; - border-radius: 2px; - line-height: 35px; - padding: 0 20px; - font-size: 13px; - border: 1px solid transparent; - transition: background .2s ease, border-color 0.2s ease; - background-color: #fff; - border-color: #e4e4e4; - color: #222; } - .webview_btn:hover { - cursor: pointer; } - .webview_btn:active { - box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2); } - .webview_btn:focus { - outline: thin dotted; - outline-offset: -2px; } - .webview_btn:hover { - background-color: #f2f2f2; - border-color: #e1e1e1; } - -.kaiticon:before { - display: inline-block; - content: ''; - height: 1em; - width: 1em; - margin: 0 .05em 0 .1em; - vertical-align: -0.1em; - background-repeat: no-repeat; - background-position: center center; - background-size: 1em 1em; } - -.kaiticon-export:before { - background-image: url("../assets/kaiticon/export.svg"); } - -body { - margin: 0; } - -select { - color: inherit; - font: inherit; - margin: 0; } - -ul { - list-style-type: none; - padding-left: 0; } - -input { - outline: 0; } - -button { - font-family: inherit; } - button:hover:focus, button:active:focus { - outline: 0 !important; } - -html, body { - height: 100%; } - -body { - width: 100%; - background-color: #fbfbfb; - -webkit-user-select: none; - font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; } - -.narrow-scrollbar::-webkit-scrollbar { - width: 6px; } - .narrow-scrollbar::-webkit-scrollbar:horizontal { - height: 1px; } - -.narrow-scrollbar::-webkit-scrollbar-track-piece { - background: #eee; } - -.narrow-scrollbar::-webkit-scrollbar-thumb { - background: #bbb; - border-radius: 10px; } - -.narrow-scrollbar::-webkit-scrollbar-corner { - background: #eee; } - -i.fa, -i.kaiticon, -i.qsf { - position: relative; } - i.fa[data-tooltip]:after, - i.kaiticon[data-tooltip]:after, - i.qsf[data-tooltip]:after { - content: attr(data-tooltip); - margin-left: -10px; - padding: 5px; - color: #fff; - position: absolute; - left: 0; - top: 100%; - white-space: nowrap; - border-radius: 3px; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); - background-color: rgba(0, 0, 0, 0.7); - font-size: 13px; - font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; - font-style: normal; - line-height: 1; - z-index: 200; - -webkit-font-smoothing: antialiased; - visibility: hidden; - opacity: 0; - transition: 0.1s, ease-in-out; } - i.fa[data-tooltip]:hover:after, - i.kaiticon[data-tooltip]:hover:after, - i.qsf[data-tooltip]:hover:after { - visibility: visible; - opacity: 1; } - i.fa[data-tooltip].tooltip-right-aligned:hover:after, - i.kaiticon[data-tooltip].tooltip-right-aligned:hover:after, - i.qsf[data-tooltip].tooltip-right-aligned:hover:after { - left: auto !important; - right: 0; } - -.CodeMirror-hints { - min-width: 160px !important; - font-size: 13px !important; - z-index: 1100 !important; } - -.CodeMirror-hint { - box-sizing: border-box; - line-height: 1.5 !important; - padding: 6px 12px !important; - border-bottom: 1px solid #eee; - font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important; - font-weight: bold; - color: #333 !important; } - .CodeMirror-hint:last-child { - border-bottom-color: #fff; } - -.CodeMirror-hint-active { - box-sizing: border-box; - background-color: #188bdd !important; - border-bottom-color: #fff !important; - color: #fff !important; } - -.CodeMirror.cm-s-oneline { - height: 22px !important; - overflow: hidden; } - .CodeMirror.cm-s-oneline .CodeMirror-vscrollbar { - display: none !important; } - .CodeMirror.cm-s-oneline .CodeMirror-lines { - padding: 0 !important; } - -/* - -Original highlight.js style (c) Ivan Sagalaev - -*/ -.hljs { - display: block; - overflow-x: auto; - padding: 0.5em; - background: #F0F0F0; } - -/* Base color: saturation 0; */ -.hljs, -.hljs-subst { - color: #444; } - -.hljs-comment { - color: #888888; } - -.hljs-keyword, -.hljs-attribute, -.hljs-selector-tag, -.hljs-meta-keyword, -.hljs-doctag, -.hljs-name { - font-weight: bold; } - -/* User color: hue: 0 */ -.hljs-type, -.hljs-string, -.hljs-number, -.hljs-selector-id, -.hljs-selector-class, -.hljs-quote, -.hljs-template-tag, -.hljs-deletion { - color: #880000; } - -.hljs-title, -.hljs-section { - color: #880000; - font-weight: bold; } - -.hljs-regexp, -.hljs-symbol, -.hljs-variable, -.hljs-template-variable, -.hljs-link, -.hljs-selector-attr, -.hljs-selector-pseudo { - color: #BC6060; } - -/* Language color: hue: 90; */ -.hljs-literal { - color: #78A960; } - -.hljs-built_in, -.hljs-bullet, -.hljs-code, -.hljs-addition { - color: #397300; } - -/* Meta color: hue: 200 */ -.hljs-meta { - color: #1f7199; } - -.hljs-meta-string { - color: #4d99bf; } - -/* Misc effects */ -.hljs-emphasis { - font-style: italic; } - -.hljs-strong { - font-weight: bold; } From 5f9b70ea30722b0ef6037c6b891805638e260c4f Mon Sep 17 00:00:00 2001 From: hidao80 <8155294+hidao80@users.noreply.github.com> Date: Tue, 1 May 2018 19:31:40 +0900 Subject: [PATCH 2/5] =?UTF-8?q?fix:=20gitignore=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- .vscode/settings.json | 3 +++ src/package-lock.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 342945b..020029f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ node_modules/ npm-debug.log build/ token.txt -src/css/style.css \ No newline at end of file +style.css diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..32fbb9a --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "git.ignoreLimitWarning": true +} \ No newline at end of file diff --git a/src/package-lock.json b/src/package-lock.json index 03498c1..6e5c2a4 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -1554,7 +1554,7 @@ "markdown-it": { "version": "8.4.1", "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-8.4.1.tgz", - "integrity": "sha512-CzzqSSNkFRUf9vlWvhK1awpJreMRqdCrBvZ8DIoDWTOkESMIF741UPAhuAmbyWmdiFPA6WARNhnu2M6Nrhwa+A==", + "integrity": "sha1-IG/lmw5OG3inxzJQr5s0pK0Kr0Q=", "requires": { "argparse": "^1.0.7", "entities": "~1.1.1", From 09745fa644b721502f90b54f5107778a0bad1d3e Mon Sep 17 00:00:00 2001 From: hidao80 <8155294+hidao80@users.noreply.github.com> Date: Tue, 1 May 2018 19:35:37 +0900 Subject: [PATCH 3/5] =?UTF-8?q?fix:=20windows=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 020029f..1e6cbde 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,9 @@ node_modules/ +node_modules\ npm-debug.log build/ +build\ token.txt style.css +.vscode/ +.vscode\ From 6526d14de923d5fbb18b2ae8ce2b8e9af064706d Mon Sep 17 00:00:00 2001 From: hidao80 <8155294+hidao80@users.noreply.github.com> Date: Tue, 1 May 2018 19:38:50 +0900 Subject: [PATCH 4/5] =?UTF-8?q?fix:=20windows=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 32fbb9a..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "git.ignoreLimitWarning": true -} \ No newline at end of file From f294cbc2094f409d72b1efbede70288ab99865ec Mon Sep 17 00:00:00 2001 From: hidao80 <8155294+hidao80@users.noreply.github.com> Date: Tue, 1 May 2018 20:28:39 +0900 Subject: [PATCH 5/5] =?UTF-8?q?fix:=20style.css=E3=82=92ignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1e6cbde..4564170 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,5 @@ node_modules/ -node_modules\ npm-debug.log build/ -build\ token.txt -style.css -.vscode/ -.vscode\ +src/css/style.css