initial commit

This commit is contained in:
nnwhen 2025-03-18 22:30:26 +02:00
parent 3ce56cd6ff
commit d4d0bf91b1
40 changed files with 1361 additions and 0 deletions

Binary file not shown.

BIN
res/asset-index-more-div.avif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
res/asset-index-more-div.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

BIN
res/asset-index-more-div.webp Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
res/asset-index-more-mil.avif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
res/asset-index-more-mil.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

BIN
res/asset-index-more-mil.webp Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

72
res/asset-index-style.css Normal file
View file

@ -0,0 +1,72 @@
#ndx-ndx {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
#ndx-ndx article > :last-child {
margin-bottom: 5px;
}
#ndx-news,
#ndx-decree,
#ndx-more {
margin: 0 25px;
}
#ndx-news,
#ndx-more {
display: flex;
flex-direction: column;
min-width: 360px;
}
#ndx-news article,
#ndx-more article {
border: var(--text) solid 3px;
padding: 15px;
margin: 20px 0;
}
#ndx-decree {
width: 10%;
min-width: 605px;
max-height: 1000px;
flex-grow: 2;
text-align: center;
border: var(--text) double 8px;
}
#ndx-decree ul {
padding: 0;
}
#ndx-decree ul li {
list-style-type: none;
}
#ndx-decree table {
margin: auto;
}
#ndx-decree table tr td:first-child {
text-align: right;
}
#ndx-decree table tr td:last-child {
text-align: left;
}
#ndx-news {
width: 10%;
flex-grow: 1;
}
#ndx-news h1,
#ndx-news h2 {
margin: 5px auto;
}
#ndx-news h2 {
color: var(--subtext);
font-size: small;
}
#ndx-more {
width: 10%;
flex-grow: 1;
max-width: 500px;
margin: auto;
}
#ndx-more img {
width: 100%;
}

BIN
res/asset-sitewide-favicon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
res/asset-sitewide-preview-01.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB