mirror of
https://github.com/msikma/pokesprite.git
synced 2026-09-12 04:15:10 -05:00
Add new Gen 8 misc sprites to the misc docs table using multiple <tbody> nodes
This commit is contained in:
@@ -425,7 +425,8 @@
|
||||
border-top: 1px solid var(--shade-5);
|
||||
}
|
||||
|
||||
.markdown-body table tr:nth-child(2n) {
|
||||
.markdown-body table tbody:not(.alternating) tr:nth-child(2n),
|
||||
.markdown-body table tbody.alternating:nth-child(2n) tr {
|
||||
background-color: var(--shade-2);
|
||||
}
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
/* The rest */
|
||||
.markdown-body .pokesprite tr.header th {
|
||||
text-align: left;
|
||||
background-color: var(--shade-2);
|
||||
}
|
||||
.markdown-body .pokesprite tr.header th,
|
||||
.markdown-body .pokesprite tr.header td {
|
||||
@@ -52,7 +53,7 @@
|
||||
.markdown-body .pokesprite tbody tr:hover td {
|
||||
background: var(--shade-3);
|
||||
}
|
||||
.markdown-body .pokesprite tbody tr td[rowspan] {
|
||||
.markdown-body .pokesprite tbody:not(.alternating) tr td[rowspan] {
|
||||
background: var(--shade-0);
|
||||
}
|
||||
.markdown-body .pokesprite tbody tr td.group {
|
||||
@@ -179,3 +180,8 @@
|
||||
.markdown-body .pokesprite.gen8 tbody img.p {
|
||||
margin: -18px 0 -4px 0;
|
||||
}
|
||||
.markdown-body .pokesprite tbody img.retina-ribbon-gen8 {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user