simplify markup on id face
This commit is contained in:
parent
65db9cdd5a
commit
2514562a86
2 changed files with 20 additions and 26 deletions
31
index.html
31
index.html
|
@ -62,31 +62,22 @@
|
|||
<h2> so what’s your deal </h2>
|
||||
|
||||
<dl>
|
||||
<dt>name
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <b>niss</b> or <b>q.t.</b>
|
||||
<li> always lowercase
|
||||
</ul>
|
||||
<dt> name
|
||||
<dd> <b>niss</b> or <b>q.t.</b>
|
||||
<dd> always lowercase
|
||||
|
||||
<dt>pronouns
|
||||
<dd>
|
||||
<ul>
|
||||
<li> <b>she</b>, <b>they</b>, or <b>it</b> in english. pick whichever
|
||||
<li> <b>sie</b> auf deutsch
|
||||
</ul>
|
||||
<dt> pronouns
|
||||
<dd> <b>she</b>, <b>they</b>, or <b>it</b> in english. pick whichever
|
||||
<dd> <b>sie</b> auf deutsch
|
||||
|
||||
<dt>shapes
|
||||
<dd>
|
||||
<ul>
|
||||
<li><a href=https://gallery.niss.website/by-any/#gecs>gold dust day gecko</a>
|
||||
<dt> shapes
|
||||
<dd> <a href=https://gallery.niss.website/by-any/#gecs>gold dust day gecko</a>
|
||||
×2, from “real life”
|
||||
<li><a href=https://gallery.niss.website/by-any/#qt>quox</a>,
|
||||
<dd> <a href=https://gallery.niss.website/by-any/#qt>quox</a>,
|
||||
from the tower of druaga
|
||||
<li><a href=https://gallery.niss.website/by-any/#kesi>bubble dragon</a>,
|
||||
<dd> <a href=https://gallery.niss.website/by-any/#kesi>bubble dragon</a>,
|
||||
from bubble bobble
|
||||
<li>some others that come and go
|
||||
</ul>
|
||||
<dd> some others that come and go
|
||||
</dl>
|
||||
|
||||
<div id=flags>
|
||||
|
|
|
@ -230,15 +230,18 @@ strong { font-weight: 700; }
|
|||
#id dl {
|
||||
display: grid;
|
||||
grid-template-columns: min-content auto;
|
||||
gap: 1em 2em;
|
||||
gap: 0 2em;
|
||||
}
|
||||
#id dt { font-weight: 600; }
|
||||
#id dd { margin: 0; }
|
||||
#id dd a { font-weight: 700; }
|
||||
|
||||
#id dl ul {
|
||||
padding-left: 1em;
|
||||
#id dd {
|
||||
margin: 0 0 0 1em;
|
||||
display: list-item;
|
||||
list-style: '❧ ';
|
||||
grid-column: 2 / 3;
|
||||
}
|
||||
#id dd a { font-weight: 700; }
|
||||
#id dt, #id dt + dd {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
#flags {
|
||||
|
|
Loading…
Add table
Reference in a new issue