A bunch of stuff

This commit is contained in:
2025-11-09 20:57:49 -06:00
parent 9327ca3a43
commit 0263c1de66
18 changed files with 347 additions and 17 deletions

View File

@@ -183,7 +183,7 @@ html {
input.answer {
display: inline;
}
input:not(.answer),
input:not(.answer):not(#weatherToggle),
textarea {
background-color: var(--background-color);
border: var(--border-details);
@@ -334,15 +334,17 @@ a {
}
footer {
padding: var(--space-xl) 0 var(--space-m) 0;
& p {
font-size: var(--step-0);
grid-column: var(--span-grid);
margin-bottom: 0;
}
& .webring {
display: inline;
padding-right: var(--space-xs);
}
}
footer .webring {
display: inline;
padding-right: var(--space-xs);
}
footer p {
font-size: var(--step-0);
grid-column: var(--span-grid);
}
h1,
h2,
h3 {
@@ -1051,6 +1053,18 @@ article.post {
margin: var(--space-2xs) auto;
}
}
#buttonsAndStuffContainer {
display: flex;
grid-column: var(--span-grid);
width: 100%;
& a,
img,
div {
display: inline-block;
height: var(--space-m-l);
margin-right: var(--space-3xs);
}
}
.gallery-images {
display: flex;
flex-flow: row wrap;
@@ -1188,3 +1202,6 @@ dialog {
gap: var(--grid-gutter);
grid-template-columns: repeat(var(--grid-columns), 1fr);
}
.hidden {
display: none;
}

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 16 16"
version="1.1"
id="svg1"
sodipodi:docname="story-editor.svg"
inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="57.0625"
inkscape:cx="8"
inkscape:cy="8"
inkscape:window-width="2048"
inkscape:window-height="1080"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<defs
id="defs3051">
<style
type="text/css"
id="current-color-scheme">.ColorScheme-Text { color: #fcfcfc; } </style>
</defs>
<path
style="fill:#faf5f5;fill-opacity:1;stroke:none"
d="M 3 2 L 3 14 L 7 14 L 7 13 L 4 13 L 4 5 L 12 5 L 12 7 L 13 7 L 13 2 L 12 2 L 12 4 L 11 4 L 11 2 L 5 2 L 5 4 L 4 4 L 4 2 L 3 2 z M 5 6 L 5 7 L 11 7 L 11 6 L 5 6 z M 5 8 L 5 9 L 8 9 L 8 8 L 5 8 z M 12 8 L 8 12 L 8 14 L 10 14 L 14 10 L 12 8 z M 11.689453 9.6894531 L 12.28125 10.28125 L 10.59375 11.96875 L 10.59375 11.984375 L 9.3125 13.28125 L 8.71875 12.6875 L 11.689453 9.6894531 z M 5 10 L 5 11 L 7 11 L 7 10 L 5 10 z "
class="ColorScheme-Text"
id="path1" />
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB