add junk posts

This commit is contained in:
filifa
2026-04-15 18:15:08 -04:00
parent 052b22a477
commit 9e5ee71efc
7 changed files with 2684 additions and 0 deletions

47
styles/junk.css Normal file
View File

@@ -0,0 +1,47 @@
.math-block {
overflow-x: auto;
overflow-y: hidden;
}
pre {
overflow: auto;
background-color: black;
color: lime;
padding: 1ch;
border: 1vh solid gray;
}
hgroup p {
font-style: italic;
}
figcaption {
text-align: center;
}
#footnote-list {
list-style-type: none;
}
/* table styling */
table {
display: block;
overflow: auto;
border-collapse: collapse;
}
caption {
font-weight: bold;
}
tbody {
border: 2px solid black;
}
th {
background-color: mediumturquoise;
}
th, td {
border: 1px solid black;
}