2022-09-14 16:54:11 -04:00
|
|
|
/* desktop devices */
|
|
|
|
@media (min-width: 768px) {
|
2022-10-26 08:56:44 -04:00
|
|
|
header {
|
2023-02-23 17:39:20 -05:00
|
|
|
margin: 5px;
|
2022-10-26 08:56:44 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
aside {
|
2023-02-23 17:39:20 -05:00
|
|
|
margin: 5px;
|
2022-11-06 22:08:00 -05:00
|
|
|
|
|
|
|
flex: 15em 0 0;
|
2022-10-26 08:56:44 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
article {
|
2023-02-23 17:39:20 -05:00
|
|
|
margin: 5px;
|
2022-10-26 08:56:44 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
2023-02-23 17:39:20 -05:00
|
|
|
margin: 5px;
|
2022-10-26 08:56:44 -04:00
|
|
|
}
|
2022-11-06 22:08:00 -05:00
|
|
|
|
|
|
|
#content {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2023-04-03 17:40:40 -04:00
|
|
|
align-items: flex-start;
|
2022-11-06 22:10:08 -05:00
|
|
|
}
|
2022-11-06 22:08:00 -05:00
|
|
|
|
2022-11-06 22:10:08 -05:00
|
|
|
body {
|
|
|
|
max-width: 100em;
|
2022-11-06 22:08:00 -05:00
|
|
|
}
|
2023-03-06 21:49:04 -05:00
|
|
|
|
|
|
|
.featured-art {
|
|
|
|
height: 256px;
|
|
|
|
width: auto;
|
|
|
|
}
|
2023-03-06 22:06:56 -05:00
|
|
|
|
|
|
|
.grid-sizer, .grid-item {
|
2024-01-27 08:57:50 -05:00
|
|
|
/* Almost pixel perfect! */
|
|
|
|
width: calc(33.33% - 7.5px);
|
2023-03-06 22:06:56 -05:00
|
|
|
}
|
2023-04-17 15:42:54 -04:00
|
|
|
|
|
|
|
.page-pic {
|
|
|
|
float: right;
|
2023-06-12 22:03:57 -04:00
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.art-outer {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.art-inner {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-grow: 1;
|
2023-04-17 15:42:54 -04:00
|
|
|
}
|
2024-02-10 20:33:02 -05:00
|
|
|
|
|
|
|
#nav-menu > summary {
|
|
|
|
visibility: hidden;
|
|
|
|
height: 0;
|
|
|
|
}
|
2022-09-14 16:54:11 -04:00
|
|
|
}
|
|
|
|
|
2023-04-29 22:01:25 -04:00
|
|
|
.gutter-sizer {
|
2024-01-27 08:57:50 -05:00
|
|
|
width: 10px;
|
2023-04-29 22:01:25 -04:00
|
|
|
}
|
|
|
|
|
2022-09-14 16:54:11 -04:00
|
|
|
/* mobile devices */
|
|
|
|
@media (max-width: 768px) {
|
2022-09-26 11:07:14 -04:00
|
|
|
aside div {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
aside div a {
|
2022-10-27 10:18:08 -04:00
|
|
|
font-size: 135%;
|
|
|
|
margin-top: 13px;
|
|
|
|
margin-bottom: 13px;
|
2022-09-26 11:07:14 -04:00
|
|
|
}
|
2022-11-07 08:47:02 -05:00
|
|
|
|
|
|
|
header {
|
2023-02-23 17:39:20 -05:00
|
|
|
margin: 5px;
|
2022-11-07 08:47:02 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
aside {
|
2023-02-23 17:39:20 -05:00
|
|
|
margin: 5px;
|
2022-11-07 08:47:02 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
article {
|
2023-02-23 17:39:20 -05:00
|
|
|
margin: 5px;
|
2022-11-07 08:47:02 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
2023-02-23 17:39:20 -05:00
|
|
|
margin: 5px;
|
2022-11-07 08:47:02 -05:00
|
|
|
}
|
2023-03-06 21:49:04 -05:00
|
|
|
|
|
|
|
.featured-art {
|
|
|
|
height: auto;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2023-03-06 22:06:56 -05:00
|
|
|
|
|
|
|
.grid-sizer, .grid-item {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
2023-04-17 15:42:54 -04:00
|
|
|
|
|
|
|
.page-pic {
|
2024-02-21 17:54:24 -05:00
|
|
|
visibility: hidden;
|
|
|
|
height: 0 !important;
|
|
|
|
width: 0 !important;
|
2023-06-12 22:03:57 -04:00
|
|
|
}
|
2022-09-14 16:54:11 -04:00
|
|
|
}
|
|
|
|
|
2022-09-14 16:48:15 -04:00
|
|
|
body {
|
2022-11-06 17:25:01 -05:00
|
|
|
background-color: var(--background-primary);
|
2022-09-14 17:10:57 -04:00
|
|
|
accent-color: var(--accent-color);
|
2022-09-14 16:48:15 -04:00
|
|
|
|
2022-11-06 17:25:01 -05:00
|
|
|
color: var(--text-color);
|
|
|
|
}
|
|
|
|
|
2022-11-06 22:08:00 -05:00
|
|
|
|
2022-11-06 17:25:01 -05:00
|
|
|
:root {
|
2024-02-19 17:54:20 -05:00
|
|
|
--link: #6a3434;
|
2022-11-06 17:25:01 -05:00
|
|
|
--secondary-accent: #c99192;
|
2023-02-23 17:39:20 -05:00
|
|
|
--border-color: black;
|
|
|
|
--background-primary: #ab4a2f;
|
|
|
|
--background-secondary: #fdfdfd;
|
2023-02-23 17:57:46 -05:00
|
|
|
--background-tertiary: #f0f0f0;
|
2022-11-06 17:25:01 -05:00
|
|
|
--text-color: #363131;
|
|
|
|
--link-visited: #460b0b;
|
|
|
|
--extra-color: #efe4e4;
|
2023-02-23 17:39:20 -05:00
|
|
|
--border: 3px double var(--border-color);
|
|
|
|
--shadow: 3px 3px 0px black;
|
2022-11-06 17:25:01 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
|
|
:root {
|
2024-02-19 17:54:20 -05:00
|
|
|
--link: #a3c3ff;
|
2022-11-06 17:25:01 -05:00
|
|
|
--secondary-accent: #c99192;
|
|
|
|
--background-primary: #34313a;
|
|
|
|
--background-secondary: #3c3a44;
|
2023-02-23 17:57:46 -05:00
|
|
|
--background-tertiary: #2e2c34;
|
2022-11-06 17:25:01 -05:00
|
|
|
--border-color: #515860;
|
|
|
|
--text-color: #fbeded;
|
2023-04-13 18:38:37 -04:00
|
|
|
--link-visited: #75A6FF;
|
2022-11-06 17:25:01 -05:00
|
|
|
--extra-color: #504e5a;
|
|
|
|
}
|
|
|
|
|
2023-04-13 18:38:37 -04:00
|
|
|
.external-link {
|
2022-11-06 17:25:01 -05:00
|
|
|
filter: invert(100%);
|
|
|
|
}
|
2024-01-27 20:51:17 -05:00
|
|
|
|
2024-01-27 20:53:56 -05:00
|
|
|
.isso-thread-heading, .isso-author {
|
|
|
|
color: #fbeded !important;
|
2024-01-27 20:51:17 -05:00
|
|
|
}
|
2022-11-06 17:25:01 -05:00
|
|
|
}
|
|
|
|
|
2024-02-19 18:06:37 -05:00
|
|
|
/* printers */
|
|
|
|
@media print {
|
|
|
|
:root {
|
|
|
|
--link: blue;
|
|
|
|
--secondary-accent: #c99192;
|
|
|
|
--border-color: black;
|
|
|
|
--background-primary: #fff !important;
|
|
|
|
--background-secondary: #fdfdfd;
|
|
|
|
--background-tertiary: #f0f0f0;
|
|
|
|
--text-color: #222;
|
|
|
|
--link-visited: #460b0b;
|
|
|
|
--extra-color: #efe4e4;
|
|
|
|
--border: 0px single transparent;
|
|
|
|
--shadow: 0px 0px 0px transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
aside {
|
|
|
|
visibility: hidden;
|
|
|
|
height: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
@page {
|
|
|
|
margin: 0.5in;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
page-break-after: avoid !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
p, li, blockquote, figure, img {
|
|
|
|
page-break-inside: avoid !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content {
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumbs {
|
|
|
|
visibility: hidden;
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
header {
|
|
|
|
visibility: hidden;
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.external-link {
|
|
|
|
visibility: hidden;
|
|
|
|
width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
visibility: hidden;
|
|
|
|
height: 0;
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-link {
|
|
|
|
visibility: hidden;
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
details {
|
|
|
|
visibility: hidden;
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.voting-container {
|
|
|
|
visibility: hidden;
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-11-06 17:25:01 -05:00
|
|
|
a:link {
|
2024-02-19 17:54:20 -05:00
|
|
|
color: var(--link);
|
2022-11-06 17:25:01 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
color: var(--link-visited);
|
2022-09-14 16:48:15 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
header {
|
2022-09-20 12:34:16 -04:00
|
|
|
flex-grow: 1;
|
|
|
|
flex-basis: 100%;
|
2023-02-23 17:39:20 -05:00
|
|
|
color: var(--background-secondary);
|
|
|
|
}
|
|
|
|
|
|
|
|
header img {
|
|
|
|
height: 3em;
|
|
|
|
width: auto;
|
|
|
|
vertical-align: middle;
|
|
|
|
box-shadow: var(--shadow);
|
|
|
|
border: var(--border);
|
|
|
|
background-color: var(--background-secondary);
|
|
|
|
}
|
|
|
|
|
|
|
|
header h1 {
|
|
|
|
display: inline;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-left: 0.25em;
|
2022-09-14 16:48:15 -04:00
|
|
|
}
|
|
|
|
|
2023-03-06 21:42:18 -05:00
|
|
|
@media (prefers-color-scheme: dark) {
|
|
|
|
header h1 {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-09-14 16:48:15 -04:00
|
|
|
aside {
|
2022-11-06 17:25:01 -05:00
|
|
|
background-color: var(--background-secondary);
|
2022-09-14 16:48:15 -04:00
|
|
|
|
2022-09-14 17:13:30 -04:00
|
|
|
text-align: center;
|
2022-09-20 12:21:56 -04:00
|
|
|
|
2023-02-23 17:39:20 -05:00
|
|
|
border: var(--border);
|
|
|
|
box-shadow: var(--shadow);
|
2022-09-20 12:21:56 -04:00
|
|
|
border-radius: 3px;
|
|
|
|
padding: 15px;
|
2022-09-14 16:48:15 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
article {
|
2022-11-06 17:25:01 -05:00
|
|
|
background-color: var(--background-secondary);
|
2022-09-14 17:10:57 -04:00
|
|
|
|
2023-02-23 17:39:20 -05:00
|
|
|
border: var(--border);
|
2022-09-20 12:21:56 -04:00
|
|
|
border-radius: 3px;
|
2023-02-23 17:39:20 -05:00
|
|
|
box-shadow: var(--shadow);
|
2022-09-20 12:21:56 -04:00
|
|
|
|
|
|
|
padding: 15px;
|
2022-09-20 12:34:16 -04:00
|
|
|
|
2022-11-06 22:08:00 -05:00
|
|
|
min-width: 0;
|
|
|
|
flex: 1 1 auto;
|
2022-09-14 16:48:15 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
2022-11-06 17:25:01 -05:00
|
|
|
background-color: var(--background-secondary);
|
2022-09-14 17:10:57 -04:00
|
|
|
|
2022-09-20 12:34:16 -04:00
|
|
|
flex-grow: 1;
|
|
|
|
flex-basis: 100%;
|
2022-10-27 10:44:07 -04:00
|
|
|
|
2023-02-23 17:39:20 -05:00
|
|
|
border: var(--border);
|
2022-10-27 10:44:07 -04:00
|
|
|
border-radius: 3px;
|
2023-02-23 17:39:20 -05:00
|
|
|
box-shadow: var(--shadow);
|
2022-10-27 10:44:07 -04:00
|
|
|
|
|
|
|
padding: 15px;
|
2022-09-14 16:48:15 -04:00
|
|
|
}
|
|
|
|
|
2022-10-27 10:18:08 -04:00
|
|
|
.site-menu {
|
|
|
|
width: 100%;
|
|
|
|
border: 1px solid gray;
|
|
|
|
border-radius: 5px;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2022-10-25 16:05:48 -04:00
|
|
|
.gallery-img {
|
2023-02-23 17:57:46 -05:00
|
|
|
border: 1px inset black;
|
2022-10-25 16:05:48 -04:00
|
|
|
border-radius: 5px;
|
|
|
|
}
|
2022-10-25 16:08:36 -04:00
|
|
|
|
2022-11-06 22:08:00 -05:00
|
|
|
.article-img {
|
|
|
|
max-width: 100%;
|
|
|
|
max-height: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2023-05-30 16:17:14 -04:00
|
|
|
.actual-article-img {
|
|
|
|
max-width: 50%;
|
|
|
|
max-height: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2022-10-26 09:09:31 -04:00
|
|
|
figure {
|
|
|
|
flex-grow: 1;
|
|
|
|
text-align: center;
|
|
|
|
margin: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
figure figcaption {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2022-10-25 16:08:36 -04:00
|
|
|
.gallery-con {
|
2023-02-23 17:57:46 -05:00
|
|
|
border: 1px dashed gray;
|
|
|
|
border-radius: 5px;
|
|
|
|
background-color: var(--background-tertiary);
|
2024-02-19 15:29:36 -05:00
|
|
|
padding: 20px;
|
2022-10-25 17:25:20 -04:00
|
|
|
}
|
|
|
|
|
2022-12-27 21:47:12 -05:00
|
|
|
.generic-con {
|
2023-02-23 17:57:46 -05:00
|
|
|
border: 1px dashed gray;
|
|
|
|
border-radius: 5px;
|
|
|
|
background-color: var(--background-tertiary);
|
|
|
|
|
2022-12-27 21:47:12 -05:00
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.year-con {
|
|
|
|
overflow-x: auto;
|
|
|
|
overflow-y: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2024-02-21 17:54:24 -05:00
|
|
|
.year-con > a:last-child {
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.year-con > a:not(:last-child) {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2023-04-17 16:46:49 -04:00
|
|
|
.grid-item img {
|
2023-02-23 17:57:46 -05:00
|
|
|
border: 1px inset black;
|
|
|
|
border-radius: 3px;
|
2022-12-27 21:47:12 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.grid {
|
2023-06-12 22:03:57 -04:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2022-12-27 21:47:12 -05:00
|
|
|
}
|
|
|
|
|
2022-10-25 17:25:20 -04:00
|
|
|
td {
|
|
|
|
text-align: center;
|
2022-10-25 17:31:00 -04:00
|
|
|
}
|
|
|
|
|
2022-10-26 09:21:26 -04:00
|
|
|
tr:nth-child(even) {
|
2023-02-23 18:20:14 -05:00
|
|
|
background-color: var(--extra-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
tbody > tr {
|
|
|
|
background-color: var(--background-secondary);
|
2022-10-26 09:21:26 -04:00
|
|
|
}
|
|
|
|
|
2022-10-25 17:31:00 -04:00
|
|
|
table {
|
|
|
|
width: 100%;
|
2023-02-23 18:20:14 -05:00
|
|
|
border: 1px solid black;
|
|
|
|
border-radius: 3px;
|
|
|
|
background-color: var(--background-tertiary);
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
border: 1px inset black;
|
2022-10-27 10:18:08 -04:00
|
|
|
}
|
2022-11-03 15:13:15 -04:00
|
|
|
|
|
|
|
#f-badges {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#f-badges * {
|
|
|
|
display: inline;
|
|
|
|
margin-left: 0.2em;
|
|
|
|
margin-right: 0.2em;
|
|
|
|
}
|
|
|
|
|
2023-04-17 14:18:40 -04:00
|
|
|
.f-list {
|
2022-11-03 15:13:15 -04:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2022-11-03 15:15:24 -04:00
|
|
|
h2 {
|
|
|
|
margin-top: 0.2em;
|
2023-02-23 17:39:20 -05:00
|
|
|
margin-bottom: 0.2em;
|
2022-11-03 15:15:24 -04:00
|
|
|
}
|
2022-11-07 08:50:07 -05:00
|
|
|
|
|
|
|
iframe {
|
|
|
|
border: 1px solid gray;
|
|
|
|
}
|
2022-11-07 08:57:38 -05:00
|
|
|
|
|
|
|
hr {
|
|
|
|
background-color: var(--border-color);
|
|
|
|
height: 1px;
|
|
|
|
border: 0;
|
|
|
|
}
|
2022-11-15 16:21:04 -05:00
|
|
|
|
|
|
|
code {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
padding: 5px;
|
2022-12-27 21:47:12 -05:00
|
|
|
}
|
2023-01-02 16:22:42 -05:00
|
|
|
|
|
|
|
.buttons {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blurb {
|
2023-03-01 14:02:08 -05:00
|
|
|
border: 1px solid gray;
|
2023-01-02 16:22:42 -05:00
|
|
|
border-radius: 3px;
|
|
|
|
|
|
|
|
margin: .5em;
|
2023-03-01 14:02:08 -05:00
|
|
|
|
2023-06-12 22:03:57 -04:00
|
|
|
box-shadow: var(--shadow);
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2023-01-02 16:22:42 -05:00
|
|
|
}
|
|
|
|
|
2023-09-04 07:59:34 -04:00
|
|
|
.blurb-button {
|
|
|
|
padding: 1em;
|
|
|
|
border-radius: 7px;
|
|
|
|
margin: 0.5em;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blurb-button:hover {
|
|
|
|
background-color: #eaeaea;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blurb-button h4, .blurb h4 {
|
|
|
|
margin: 0 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.buttons {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
2023-01-02 17:04:35 -05:00
|
|
|
.nice-list {
|
2023-01-02 16:22:42 -05:00
|
|
|
display: inline;
|
|
|
|
list-style: none;
|
|
|
|
margin-bottom: 0;
|
|
|
|
margin-top: 0;
|
2023-06-12 22:03:57 -04:00
|
|
|
padding: 0.5em;
|
2023-01-02 16:22:42 -05:00
|
|
|
}
|
|
|
|
|
2023-01-02 17:04:35 -05:00
|
|
|
.nice-list li {
|
2023-01-02 16:22:42 -05:00
|
|
|
display: inline-block;
|
2023-01-02 17:04:35 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.nice-list li:not(:last-child) {
|
2023-01-02 16:22:42 -05:00
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2023-03-27 15:07:15 -04:00
|
|
|
.toot-header .toot-profile img {
|
|
|
|
border-radius: 9999px;
|
|
|
|
width: 48px;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toot-blockquote {
|
|
|
|
line-height: 1.35em;
|
|
|
|
margin: 1.5rem auto;
|
|
|
|
padding: 1rem;
|
|
|
|
border: 2px solid gray;
|
|
|
|
border-radius: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toot-header .toot-author {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-grow: 1;
|
|
|
|
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toot-header .toot-author .toot-author-name {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toot-header .toot-author .toot-author-handle {
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toot-header {
|
|
|
|
display: flex;
|
|
|
|
}
|
2023-01-02 17:04:35 -05:00
|
|
|
|
|
|
|
.nice-list li:not(:last-child):not(:only-child)::after {
|
2023-01-02 16:22:42 -05:00
|
|
|
content: "·";
|
|
|
|
}
|
2023-02-23 18:41:33 -05:00
|
|
|
|
|
|
|
#about-pic {
|
|
|
|
float: left;
|
|
|
|
margin: 10px;
|
|
|
|
border: 1px inset black;
|
|
|
|
}
|
2023-03-28 17:45:17 -04:00
|
|
|
|
|
|
|
.external-link {
|
|
|
|
vertical-align: sub;
|
|
|
|
margin-left: 2px;
|
|
|
|
}
|
2023-03-28 19:25:14 -04:00
|
|
|
|
|
|
|
.art-button-container {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row;
|
|
|
|
gap: 10px;
|
2024-01-27 08:57:50 -05:00
|
|
|
margin-bottom: 10px;
|
2023-03-28 19:25:14 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.art-button {
|
|
|
|
width: 100%;
|
|
|
|
height: 50px;
|
|
|
|
line-height: 50px;
|
|
|
|
text-align: center;
|
2023-03-29 08:57:55 -04:00
|
|
|
border: 1px outset black;
|
2023-03-28 19:25:14 -04:00
|
|
|
border-radius: 5px;
|
|
|
|
margin-top: 10px;
|
2023-03-29 08:57:55 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.new-banner {
|
|
|
|
border: 1px outset black;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
text-align: center;
|
2023-06-12 22:03:57 -04:00
|
|
|
margin: 10px;
|
2023-04-03 17:20:42 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.no-decoration {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2023-04-10 17:04:03 -04:00
|
|
|
|
2023-04-17 14:22:19 -04:00
|
|
|
.banner-alert-icon {
|
2023-04-10 17:04:03 -04:00
|
|
|
vertical-align: middle;
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2023-04-12 23:35:57 -04:00
|
|
|
|
|
|
|
model-viewer {
|
2023-04-13 12:34:39 -04:00
|
|
|
height: 600px;
|
2023-04-13 11:45:52 -04:00
|
|
|
width: 100%;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2023-04-12 23:35:57 -04:00
|
|
|
}
|
2023-04-17 15:42:54 -04:00
|
|
|
|
|
|
|
.page-pic {
|
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
|
|
|
}
|
2023-06-12 22:03:57 -04:00
|
|
|
|
|
|
|
.project-header {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0.5em;
|
|
|
|
background-color: var(--background-tertiary);
|
|
|
|
background-image: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.01) 50%);
|
|
|
|
background-size: 24px 24px;
|
|
|
|
border-bottom: 1px solid var(--border-color);
|
2024-02-19 17:54:20 -05:00
|
|
|
font-weight: bold;
|
|
|
|
|
2023-06-12 22:03:57 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.project-desc {
|
|
|
|
padding-left: 0.5em;
|
|
|
|
padding-right: 0.5em;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
2023-07-02 20:19:13 -04:00
|
|
|
|
|
|
|
.threejs-canvas canvas {
|
|
|
|
width: 50%;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
2023-09-04 07:59:34 -04:00
|
|
|
|
|
|
|
.voting-container {
|
|
|
|
width: 100px;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.voting-button {
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
font-size: 20pt;
|
|
|
|
}
|
2023-10-28 12:02:54 -04:00
|
|
|
|
|
|
|
.add {
|
|
|
|
padding: 0.2em;
|
|
|
|
border-radius: 7px;
|
|
|
|
display: inline-block;'
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-bugfix {
|
|
|
|
background-color: #e16060;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-feature {
|
|
|
|
background-color: #45a83d;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-release {
|
|
|
|
background-color: #65bbdd;
|
|
|
|
}
|
2023-12-28 16:31:30 -05:00
|
|
|
|
|
|
|
.toot-card-image-image {
|
|
|
|
width: 50%;
|
|
|
|
}
|
2024-02-21 17:54:24 -05:00
|
|
|
|
|
|
|
.page-item {
|
|
|
|
display: inline-block;
|
|
|
|
border: 1px solid gray;
|
|
|
|
border-radius: 2px;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pagination {
|
|
|
|
text-align: center;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|