mirror of
https://github.com/msikma/pokesprite.git
synced 2026-04-24 15:37:37 -05:00
Add new generated docs
This commit is contained in:
parent
e13d79d0b6
commit
5339ef782d
45
docs/build/files.html
vendored
45
docs/build/files.html
vendored
|
|
@ -1,45 +0,0 @@
|
|||
<!doctype html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
||||
<!--
|
||||
|
||||
PokéSprite v1.6.0 (r215) <https://github.com/msikma/pokesprite>
|
||||
(C) 2014-2018, Michiel Sikma <michiel@sikma.org> and PokéSprite contributors
|
||||
(C) 1995-2018 Nintendo/Creatures Inc./GAME FREAK Inc.
|
||||
For a full list of contributors, view the project commit history.
|
||||
Generated on 2018-09-11 10:59:19.
|
||||
|
||||
-->
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>PokéSprite v1.6.0 (r215) – Files</title>
|
||||
<!-- Pokémon icons -->
|
||||
<link type="text/css" href="pokesprite.min.css" rel="stylesheet" media="screen" />
|
||||
<script charset="utf-8" src="pokesprite.min.js" ></script>
|
||||
<!-- Overview CSS (generated from ./resources/overview.scss) -->
|
||||
<link type="text/css" href="overview.min.css" rel="stylesheet" media="screen" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="top">
|
||||
<div class="description">
|
||||
<div class="header">
|
||||
<h1>PokéSprite</h1>
|
||||
<p>Pokémon icon database and sprite sheet generator</p>
|
||||
</div>
|
||||
<div class="docs-container">
|
||||
<h2>Files (v1.6.0; r215)</h2>
|
||||
<p>To implement PokéSprite on a website, you need to include one CSS file, one JS file and one image. Depending on where you want to keep the image, you'll need to edit the CSS file to point to the right location.</p>
|
||||
<p>Generated on <span class="time">2018-09-11 10:59:19</span> (<span class="amount">3441</span> icons).</p>
|
||||
<p class="build-section"><strong>Standard build:</strong></p>
|
||||
<p>Contains Pokémon (regular and shiny; with forms, with right-facing alternate icons), and items.</p>
|
||||
<ul>
|
||||
<li><a href="pokesprite.min.css">pokesprite.min.css</a></li>
|
||||
<li><a href="pokesprite.min.js">pokesprite.min.js</a></li>
|
||||
<li><a href="pokesprite.png">pokesprite.png</a></li>
|
||||
</ul>
|
||||
<p>For more information about the project, visit <a href="https://github.com/msikma/pokesprite">https://github.com/msikma/pokesprite</a>.</p>
|
||||
<p><a href="/pokesprite/">Back to overview.</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
20658
docs/build/overview.html
vendored
20658
docs/build/overview.html
vendored
File diff suppressed because it is too large
Load Diff
1
docs/build/overview.min.css
vendored
1
docs/build/overview.min.css
vendored
File diff suppressed because one or more lines are too long
108
docs/index.html
108
docs/index.html
|
|
@ -1,67 +1,41 @@
|
|||
<!doctype html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>PokéSprite</title>
|
||||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
|
||||
<link type="text/css" href="build/pokesprite.min.css" rel="stylesheet" media="screen" />
|
||||
<link type="text/css" href="build/overview.min.css" rel="stylesheet" media="screen" />
|
||||
<style type="text/css">
|
||||
#github-button {
|
||||
text-align: center;
|
||||
margin: -5px 0 20px;
|
||||
}
|
||||
#github-button a {
|
||||
display: inline-block;
|
||||
padding: 5px 15px;
|
||||
border-radius: 5px;
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
background: #000;
|
||||
font-size: 14px;
|
||||
line-height: 22px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#github-button a:hover {
|
||||
background: #1F85EB;
|
||||
}
|
||||
#github-button a .fa {
|
||||
font-size: 21px;
|
||||
line-height: 21px;
|
||||
vertical-align: top;
|
||||
margin-right: 6px;
|
||||
}
|
||||
</style>
|
||||
<script charset="utf-8" src="build/pokesprite.min.js" ></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top">
|
||||
<div class="description">
|
||||
<div class="header">
|
||||
<h1>PokéSprite</h1>
|
||||
<p>Pokémon icon database and sprite sheet generator</p>
|
||||
</div>
|
||||
<p class="center img"><img src="other/pokesprite-banner.png" alt="PokéSprite example" width="640" height="120" class="pkspr banner" /></p>
|
||||
<div id="github-button">
|
||||
<a href="https://github.com/msikma/pokesprite">
|
||||
<i class="fa fa-github"></i>Check it out on Github
|
||||
</a>
|
||||
</div>
|
||||
<div class="docs-container">
|
||||
<p>This is a database containing icons for all the Pokémon in the National Pokédex, along with the icons for every single in-game item. It also includes shiny versions. Icons can be used either as individual files, or through an optimized sprite sheet (CSS and JS).</p>
|
||||
<p class="build-section"><strong>Current build:</strong></p>
|
||||
<ul>
|
||||
<li><a href="build/overview.html">Icon overview</a></li>
|
||||
<li><a href="build/files.html">CSS/JS/image files</a></li>
|
||||
</ul>
|
||||
<p class="build-section"><strong>Other images:</strong></p>
|
||||
<ul>
|
||||
<li><a href="other/pkmn-regular-only.png">Regular Pokémon only</a></li>
|
||||
<li><a href="other/pkmn-shiny-only.png">Shiny Pokémon only</a></li>
|
||||
<li><a href="other/items-only.png">Items only</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>PokéSprite - Index</title>
|
||||
<!--
|
||||
PokéSprite - Documentation page
|
||||
pokesprite-images v2.0.0 node3-284 [e13d79d0]
|
||||
|
||||
(;゚~゚)ゝ”
|
||||
-->
|
||||
<link rel="stylesheet" href="./resources/docs-style.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="markdown-body">
|
||||
<div class="text-section">
|
||||
<h1 class="title"><img class="p" src="https://raw.githubusercontent.com/msikma/pokesprite/master/pokemon-gen8/shiny/venusaur.png" alt="Shiny Venusaur" />PokéSprite</h1>
|
||||
<h2 class="subtitle">Database project of box and inventory sprites from the Pokémon core series games</h2>
|
||||
<ul class="menu"><li><a href="https://msikma.github.io/pokesprite/overview/index.html" class="curr">Index</a></li><li><a href="https://msikma.github.io/pokesprite/overview/dex-gen7.html" class="">Gen 7</a></li><li><a href="https://msikma.github.io/pokesprite/overview/dex-gen8.html" class="">Gen 8</a></li><li><a href="https://msikma.github.io/pokesprite/overview/dex-gen8-new.html" class="">Gen 8 (New sprites)</a></li><li><a href="https://msikma.github.io/pokesprite/overview/inventory.html" class="">Inventory</a></li></ul>
|
||||
<p><img class="banner" src="https://raw.githubusercontent.com/msikma/pokesprite/node3/resources/images/banner_gen8_2x.png" width="726" /></p>
|
||||
<p>See the <a href="https://github.com/msikma/pokesprite">project page on Github</a> for more information.</a></p>
|
||||
<h3>Legacy images</h3>
|
||||
<p>As of Feb 2020, this project is up-to-date with Gen 8 (Pokémon Sword/Shield). All old images from Gen 7 (Pokémon Ultra Sun/Ultra Moon) are still available for legacy support.</p>
|
||||
<p><strong>Archived versions of the legacy overview pages:</strong></p>
|
||||
<ul>
|
||||
<li><a href="https://web.archive.org/web/20200224000259/https://msikma.github.io/pokesprite/build/overview.html">Gen 7 - Icon overview</a></li><li><a href="https://web.archive.org/web/20200224000241/https://msikma.github.io/pokesprite/build/files.html">Gen 7 - CSS/JS/image files</a></li>
|
||||
<li><a href="https://web.archive.org/web/20200224003306/https://msikma.github.io/pokesprite/other/pkmn-regular-only.png">Gen 7 - Regular Pokémon only</a></li><li><a href="https://web.archive.org/web/20200224003306/https://msikma.github.io/pokesprite/other/pkmn-shiny-only.png">Gen 7 - Shiny Pokémon only</a></li><li><a href="https://web.archive.org/web/20200224003306/https://msikma.github.io/pokesprite/other/items-only.png">Gen 7 - Items only</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="text-section last">
|
||||
<h2>License</h2>
|
||||
<p>The sprite images are © Nintendo/Creatures Inc./GAME FREAK Inc.<br />
|
||||
Everything else, and the programming code, is governed by the MIT license.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 170 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 300 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 308 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 34 KiB |
11573
docs/overview/dex-gen7.html
Normal file
11573
docs/overview/dex-gen7.html
Normal file
File diff suppressed because it is too large
Load Diff
4661
docs/overview/dex-gen8-new.html
Normal file
4661
docs/overview/dex-gen8-new.html
Normal file
File diff suppressed because it is too large
Load Diff
13346
docs/overview/dex-gen8.html
Normal file
13346
docs/overview/dex-gen8.html
Normal file
File diff suppressed because it is too large
Load Diff
7026
docs/overview/inventory.html
Normal file
7026
docs/overview/inventory.html
Normal file
File diff suppressed because it is too large
Load Diff
749
docs/resources/docs-style.css
Normal file
749
docs/resources/docs-style.css
Normal file
|
|
@ -0,0 +1,749 @@
|
|||
/** Github markdown styling (minimized) - plus some small adjustments for PokéSprite */
|
||||
|
||||
:root {
|
||||
--gh-black: #24292e;
|
||||
--gh-blue: #0366d6;
|
||||
--shade-8: #444d56;
|
||||
--shade-7: #6a737d;
|
||||
--shade-6: #959da5;
|
||||
--shade-5: #c6cbd1;
|
||||
--shade-4: #dde4eb;
|
||||
--shade-3: #edf1f5;
|
||||
--shade-2: #f6f8fa;
|
||||
--shade-1: #fafbfc;
|
||||
--shade-0: #ffffff;
|
||||
--regular-font: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
||||
--monospace-font: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
|
||||
--rounding: 5px;
|
||||
}
|
||||
|
||||
.markdown-body {
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
color: var(--gh-black);
|
||||
line-height: 1.5;
|
||||
font-family: var(--regular-font);
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.markdown-body details {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.markdown-body summary {
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
.markdown-body a {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.markdown-body a:active,
|
||||
.markdown-body a:hover {
|
||||
outline-width: 0;
|
||||
}
|
||||
|
||||
.markdown-body strong {
|
||||
font-weight: inherit;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
.markdown-body h1 {
|
||||
font-size: 2em;
|
||||
margin: .67em 0;
|
||||
}
|
||||
|
||||
.markdown-body img {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
.markdown-body code,
|
||||
.markdown-body kbd,
|
||||
.markdown-body pre {
|
||||
font-family: monospace, monospace;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.markdown-body hr {
|
||||
box-sizing: content-box;
|
||||
height: 0;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.markdown-body input {
|
||||
font: inherit;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.markdown-body input {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.markdown-body [type=checkbox] {
|
||||
box-sizing: border-box;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.markdown-body * {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.markdown-body input {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
.markdown-body a {
|
||||
color: var(--gh-blue);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.markdown-body a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.markdown-body strong {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.markdown-body hr {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
border-bottom: 1px solid var(--shade-4);
|
||||
height: 0;
|
||||
margin: 15px 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.markdown-body hr:before {
|
||||
content: "";
|
||||
display: table;
|
||||
}
|
||||
|
||||
.markdown-body hr:after {
|
||||
clear: both;
|
||||
content: "";
|
||||
display: table;
|
||||
}
|
||||
|
||||
.markdown-body table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
.markdown-body td,
|
||||
.markdown-body th {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.markdown-body details summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.markdown-body h1,
|
||||
.markdown-body h2,
|
||||
.markdown-body h3,
|
||||
.markdown-body h4,
|
||||
.markdown-body h5,
|
||||
.markdown-body h6 {
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.markdown-body h1 {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
.markdown-body h1,
|
||||
.markdown-body h2 {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.markdown-body h2 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.markdown-body h3 {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.markdown-body h3,
|
||||
.markdown-body h4 {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.markdown-body h4 {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.markdown-body h5 {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.markdown-body h5,
|
||||
.markdown-body h6 {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.markdown-body h6 {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.markdown-body p {
|
||||
margin-bottom: 10px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.markdown-body blockquote {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.markdown-body ol,
|
||||
.markdown-body ul {
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.markdown-body ol ol,
|
||||
.markdown-body ul ol {
|
||||
list-style-type: lower-roman;
|
||||
}
|
||||
|
||||
.markdown-body ol ol ol,
|
||||
.markdown-body ol ul ol,
|
||||
.markdown-body ul ol ol,
|
||||
.markdown-body ul ul ol {
|
||||
list-style-type: lower-alpha;
|
||||
}
|
||||
|
||||
.markdown-body dd {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.markdown-body code,
|
||||
.markdown-body pre {
|
||||
font-family: var(--monospace-font);
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.markdown-body pre {
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.markdown-body input::-webkit-inner-spin-button,
|
||||
.markdown-body input::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.markdown-body:before {
|
||||
content: "";
|
||||
display: table;
|
||||
}
|
||||
|
||||
.markdown-body:after {
|
||||
clear: both;
|
||||
content: "";
|
||||
display: table;
|
||||
}
|
||||
|
||||
.markdown-body>:first-child {
|
||||
margin-top: 0!important;
|
||||
}
|
||||
|
||||
.markdown-body>:last-child {
|
||||
margin-bottom: 0!important;
|
||||
}
|
||||
|
||||
.markdown-body a:not([href]) {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.markdown-body blockquote,
|
||||
.markdown-body dl,
|
||||
.markdown-body ol,
|
||||
.markdown-body p,
|
||||
.markdown-body pre,
|
||||
.markdown-body table,
|
||||
.markdown-body ul {
|
||||
margin-bottom: 16px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.markdown-body hr {
|
||||
background-color: var(--shade-4);
|
||||
border: 0;
|
||||
height: .25em;
|
||||
margin: 24px 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.markdown-body blockquote {
|
||||
border-left: .25em solid var(--shade-4);
|
||||
color: var(--shade-7);
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
||||
.markdown-body blockquote>:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.markdown-body blockquote>:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.markdown-body kbd {
|
||||
background-color: var(--shade-1);
|
||||
border: 1px solid var(--shade-5);
|
||||
border-bottom-color: var(--shade-6);
|
||||
border-radius: 3px;
|
||||
box-shadow: inset 0 -1px 0 var(--shade-6);
|
||||
color: var(--shade-8);
|
||||
display: inline-block;
|
||||
font-size: 11px;
|
||||
line-height: 10px;
|
||||
padding: 3px 5px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.markdown-body h1,
|
||||
.markdown-body h2,
|
||||
.markdown-body h3,
|
||||
.markdown-body h4,
|
||||
.markdown-body h5,
|
||||
.markdown-body h6 {
|
||||
font-weight: 600;
|
||||
line-height: 1.25;
|
||||
margin-bottom: 16px;
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
.markdown-body h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.markdown-body h1,
|
||||
.markdown-body h2 {
|
||||
border-bottom: 1px solid var(--shade-3);
|
||||
padding-bottom: .3em;
|
||||
}
|
||||
|
||||
.markdown-body h2 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.markdown-body h3 {
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
.markdown-body h4 {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.markdown-body h5 {
|
||||
font-size: .875em;
|
||||
}
|
||||
|
||||
.markdown-body h6 {
|
||||
color: var(--shade-7);
|
||||
font-size: .85em;
|
||||
}
|
||||
|
||||
.markdown-body ol,
|
||||
.markdown-body ul {
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
.markdown-body ol ol,
|
||||
.markdown-body ol ul,
|
||||
.markdown-body ul ol,
|
||||
.markdown-body ul ul {
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.markdown-body li {
|
||||
word-wrap: break-all;
|
||||
}
|
||||
|
||||
.markdown-body li>p {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.markdown-body li+li {
|
||||
margin-top: .25em;
|
||||
}
|
||||
|
||||
.markdown-body dl {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.markdown-body dl dt {
|
||||
font-size: 1em;
|
||||
font-style: italic;
|
||||
font-weight: 600;
|
||||
margin-top: 16px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.markdown-body dl dd {
|
||||
margin-bottom: 16px;
|
||||
padding: 0 16px;
|
||||
}
|
||||
|
||||
.markdown-body table {
|
||||
display: block;
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.markdown-body table th {
|
||||
font-weight: 600;
|
||||
color: var(--gh-black);
|
||||
}
|
||||
|
||||
.markdown-body table td,
|
||||
.markdown-body table th {
|
||||
border: 1px solid var(--shade-4);
|
||||
padding: 6px 13px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.markdown-body table tr {
|
||||
background-color: var(--shade-0);
|
||||
border-top: 1px solid var(--shade-5);
|
||||
}
|
||||
|
||||
.markdown-body table tr:nth-child(2n) {
|
||||
background-color: var(--shade-2);
|
||||
}
|
||||
|
||||
.markdown-body img {
|
||||
box-sizing: content-box;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.markdown-body img[align=right] {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.markdown-body img[align=left] {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.markdown-body code {
|
||||
background-color: rgba(27, 31, 35, .05);
|
||||
border-radius: 3px;
|
||||
font-size: 85%;
|
||||
margin: 0;
|
||||
padding: .2em .4em;
|
||||
}
|
||||
|
||||
.markdown-body pre {
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
.markdown-body pre>code {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
white-space: pre;
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
.markdown-body .highlight {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.markdown-body .highlight pre {
|
||||
margin-bottom: 0;
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
.markdown-body .highlight pre,
|
||||
.markdown-body pre {
|
||||
background-color: var(--shade-2);
|
||||
border-radius: 3px;
|
||||
font-size: 85%;
|
||||
line-height: 1.45;
|
||||
overflow: auto;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.markdown-body pre code {
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
display: inline;
|
||||
line-height: inherit;
|
||||
margin: 0;
|
||||
max-width: auto;
|
||||
overflow: visible;
|
||||
padding: 0;
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
.markdown-body kbd {
|
||||
background-color: var(--shade-1);
|
||||
border: 1px solid var(--shade-5);
|
||||
border-bottom-color: var(--shade-5);
|
||||
border-radius: 3px;
|
||||
box-shadow: inset 0 -1px 0 var(--shade-5);
|
||||
color: var(--shade-8);
|
||||
display: inline-block;
|
||||
font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
|
||||
line-height: 10px;
|
||||
padding: 3px 5px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.markdown-body :checked+.radio-label {
|
||||
border-color: var(--gh-blue);
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.markdown-body hr {
|
||||
border-bottom-color: var(--shade-3);
|
||||
}
|
||||
|
||||
/** PokéSprite modifications */
|
||||
|
||||
.markdown-body .text-section {
|
||||
max-width: 872px;
|
||||
margin: auto;
|
||||
padding: 0 10px;
|
||||
}
|
||||
.markdown-body .text-section .menu {
|
||||
list-style: none;
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
margin: 0 0 1.5em;
|
||||
margin-left: -1px;
|
||||
}
|
||||
.markdown-body .text-section .menu li {
|
||||
display: inline-block;
|
||||
}
|
||||
.markdown-body .text-section .menu li a {
|
||||
display: block;
|
||||
padding: 6px 9px;
|
||||
background: #516986;
|
||||
color: var(--shade-0);
|
||||
margin-left: 1px;
|
||||
}
|
||||
.markdown-body .text-section .menu li a.curr {
|
||||
background: #63a55d;
|
||||
}
|
||||
.markdown-body .text-section .menu li a:hover {
|
||||
text-decoration: none;
|
||||
background: #1a2b46;
|
||||
}
|
||||
.markdown-body .text-section .menu li:first-child a {
|
||||
border-top-left-radius: var(--rounding);
|
||||
border-bottom-left-radius: var(--rounding);
|
||||
}
|
||||
.markdown-body .text-section .menu li:last-child a {
|
||||
border-top-right-radius: var(--rounding);
|
||||
border-bottom-right-radius: var(--rounding);
|
||||
}
|
||||
.markdown-body .text-section .title,
|
||||
.markdown-body .text-section .subtitle {
|
||||
text-align: center;
|
||||
border: 0;
|
||||
}
|
||||
.markdown-body .text-section .title {
|
||||
padding: 1em 0 0;
|
||||
margin: 0;
|
||||
}
|
||||
.markdown-body .text-section .title img.p {
|
||||
margin: 0 0 0 -20px;
|
||||
position: relative;
|
||||
top: 6px;
|
||||
right: -4px;
|
||||
}
|
||||
.markdown-body .text-section .subtitle {
|
||||
color: var(--shade-7);
|
||||
padding: 0.3em 0 0.5em;
|
||||
margin: 0;
|
||||
font-size: 18px;
|
||||
font-weight: normal;
|
||||
}
|
||||
.markdown-body .text-section .banner {
|
||||
margin: auto;
|
||||
display: block;
|
||||
}
|
||||
.markdown-body .text-section.last {
|
||||
padding-bottom: 2em;
|
||||
}
|
||||
|
||||
/** Sprite overview table */
|
||||
|
||||
.markdown-body .pokesprite {
|
||||
width: 100%;
|
||||
}
|
||||
.markdown-body .pokesprite tr.header th {
|
||||
text-align: left;
|
||||
}
|
||||
.markdown-body .pokesprite tr.header th,
|
||||
.markdown-body .pokesprite tr.header td {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.markdown-body .pokesprite thead tr.title th {
|
||||
text-align: left;
|
||||
background: var(--shade-0);
|
||||
line-height: 23px !important;
|
||||
}
|
||||
.markdown-body .pokesprite thead tr.title th span {
|
||||
font-weight: normal;
|
||||
display: block;
|
||||
font-size: smaller;
|
||||
line-height: 1.5;
|
||||
color: var(--shade-7)
|
||||
}
|
||||
.markdown-body .pokesprite tbody tr:hover td {
|
||||
background: var(--shade-3);
|
||||
}
|
||||
.markdown-body .pokesprite tbody tr td[rowspan] {
|
||||
background: var(--shade-0);
|
||||
}
|
||||
.markdown-body .pokesprite tbody tr td.group {
|
||||
font-weight: 500;
|
||||
}
|
||||
.markdown-body .pokesprite tbody tr td.item-id {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.markdown-body .pokesprite tbody tr td.item-id code {
|
||||
display: inline-block;
|
||||
padding-top: 1px;
|
||||
}
|
||||
.markdown-body .pokesprite tbody attr span {
|
||||
border-bottom: 1px dotted var(--gh-black);
|
||||
}
|
||||
.markdown-body .pokesprite tbody th,
|
||||
.markdown-body .pokesprite tbody td {
|
||||
vertical-align: top;
|
||||
white-space: nowrap;
|
||||
width: 10%;
|
||||
}
|
||||
.markdown-body .pokesprite tbody td code {
|
||||
padding: 0;
|
||||
background: transparent;
|
||||
}
|
||||
/* Image no. column */
|
||||
.markdown-body .pokesprite tr.header th:first-child,
|
||||
.markdown-body .pokesprite tbody td:first-child {
|
||||
text-align: right;
|
||||
width: 1px;
|
||||
}
|
||||
/* Slug column - the table is designed so this column fills out most of the remaining space. */
|
||||
.markdown-body .pokesprite tr.header th:last-child,
|
||||
.markdown-body .pokesprite tbody td:last-child {
|
||||
width: 40%;
|
||||
}
|
||||
/* Form column - contains the form name, and is optionally followed by one or two td.min nodes. */
|
||||
.markdown-body .pokesprite tbody td.form {
|
||||
width: 15%;
|
||||
}
|
||||
.markdown-body .pokesprite tbody td.min {
|
||||
width: 0.1%;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
}
|
||||
.markdown-body .pokesprite tbody td.min.gender-m {
|
||||
color: #0c8bff;
|
||||
}
|
||||
.markdown-body .pokesprite tbody td.min.gender-f {
|
||||
color: #ff3b60;
|
||||
}
|
||||
/* Pokémon sprites */
|
||||
.markdown-body .pokesprite tbody img {
|
||||
image-rendering: pixelated;
|
||||
image-rendering: crisp-edges;
|
||||
max-width: inherit;
|
||||
}
|
||||
.markdown-body .pokesprite tbody td.image {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
text-align: center;
|
||||
width: 1px;
|
||||
}
|
||||
.markdown-body .pokesprite tbody td.image.item {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.markdown-body .pokesprite tfoot td {
|
||||
line-height: 23px !important;
|
||||
}
|
||||
.markdown-body .pokesprite tfoot td span {
|
||||
line-height: 1.5;
|
||||
margin-top: 0.5em;
|
||||
font-size: smaller;
|
||||
font-weight: normal;
|
||||
display: block;
|
||||
}
|
||||
.markdown-body .pokesprite tfoot td span:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
/* Some magic to get border rounding working. */
|
||||
.markdown-body .pokesprite {
|
||||
border-collapse: separate;
|
||||
}
|
||||
.markdown-body .pokesprite td,
|
||||
.markdown-body .pokesprite th {
|
||||
border: none;
|
||||
border-top: 1px solid var(--shade-4);
|
||||
border-left: 1px solid var(--shade-4);
|
||||
}
|
||||
.markdown-body .pokesprite td:last-child,
|
||||
.markdown-body .pokesprite th:last-child {
|
||||
border-right: 1px solid var(--shade-4);
|
||||
}
|
||||
.markdown-body .pokesprite thead tr:first-child th:first-child {
|
||||
border-top-left-radius: var(--rounding);
|
||||
}
|
||||
.markdown-body .pokesprite thead tr:first-child th:last-child {
|
||||
border-top-right-radius: var(--rounding);
|
||||
}
|
||||
.markdown-body .pokesprite tfoot tr:last-child td {
|
||||
border-bottom: 1px solid var(--shade-4);
|
||||
}
|
||||
.markdown-body .pokesprite tfoot tr:last-child td:first-child {
|
||||
border-bottom-left-radius: var(--rounding);
|
||||
}
|
||||
.markdown-body .pokesprite tfoot tr:last-child td:last-child {
|
||||
border-bottom-right-radius: var(--rounding);
|
||||
}
|
||||
|
||||
/* Differences per gen. */
|
||||
|
||||
.markdown-body .pokesprite th,
|
||||
.markdown-body .pokesprite td {
|
||||
line-height: 23px;
|
||||
}
|
||||
.markdown-body .pokesprite.gen8 th,
|
||||
.markdown-body .pokesprite.gen8 td {
|
||||
line-height: 33px;
|
||||
}
|
||||
.markdown-body .pokesprite tbody img {
|
||||
display: block;
|
||||
margin-left: auto !important;
|
||||
margin-right: auto !important;
|
||||
}
|
||||
.markdown-body .pokesprite tbody img.i {
|
||||
margin: 2px 0 0 0;
|
||||
}
|
||||
.markdown-body .pokesprite tbody img.p {
|
||||
margin: -28px 0 -4px 0;
|
||||
}
|
||||
.markdown-body .pokesprite.gen8 tbody img.p {
|
||||
margin: -18px 0 -4px 0;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user