fixes and updates

This commit is contained in:
q 2025-05-21 00:31:22 -04:00
parent 4c3ce6d2b6
commit 0692e8a0c5
1471 changed files with 27362 additions and 235 deletions

View file

@ -14,7 +14,7 @@
--text-accent: #ff0000ff;
/* Header colours */
--header-primary:#ff0000ff;
--header-primary:#ffffffff;
--header-secondary: #ff0000ff;
--header-tertiary: #ff0000ff;
--header-other: #000000ff;
@ -36,6 +36,52 @@
/* Font families */
--font-headers: courier, courier;
--font-body: courier, courier, courier, courier;
div.gallery {
margin: 0px;
border: 1px solid #ccc;
float: left;
}
div.desc {
padding: 5px;
text-align: center;
}
.column {
float: left;
}
.left {
width: 60%;
}
.innerleft {
width: 25%;
}
.innerright {
width: 75%;
}
.right {
width: 40%;
}
.row:after {
content: "";
display: table;
clear: both;
}
audio {
width: 90%;
height: 25px;
}
@ -45,3 +91,41 @@