simplify markup on id face

This commit is contained in:
Rhiannon Morris 2025-02-16 00:25:15 +01:00
parent 65db9cdd5a
commit 2514562a86
2 changed files with 20 additions and 26 deletions

View file

@ -62,31 +62,22 @@
<h2> so whats 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>

View file

@ -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 {