This commit is contained in:
2024-11-18 21:56:41 +01:00
parent 4472e22426
commit a5aea6a9c6
24 changed files with 241 additions and 20 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1020 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 964 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1010 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1006 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -359,6 +359,40 @@ div#articleslist>article{
color: var(--pico-color);
}
div.citation {
display: flex;
flex-direction: column;
align-items: center;
justify-content: left;
padding: 10px;
background-color: var(--pico-box-shadow);
border-radius: 5px;
}
p.citationAuthor {
font-weight: lighter;
}
div.teamPerson, div.sponsor {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
div.teamDiv, div.sponsors {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
width: 100%;
}
p.teamPersonName, p.sponsorName {
font-weight: bolder;
}
.visual_hover {
--pico-background-color: var(--pico-primary-hover-background);
--pico-border-color: var(--pico-primary-hover-border);