initial commit
BIN
res/asset-font-playfair-display.woff2
Normal file
BIN
res/asset-index-more-div.avif
Executable file
After Width: | Height: | Size: 36 KiB |
BIN
res/asset-index-more-div.jpg
Executable file
After Width: | Height: | Size: 198 KiB |
BIN
res/asset-index-more-div.webp
Executable file
After Width: | Height: | Size: 55 KiB |
BIN
res/asset-index-more-mil.avif
Executable file
After Width: | Height: | Size: 18 KiB |
BIN
res/asset-index-more-mil.jpg
Executable file
After Width: | Height: | Size: 108 KiB |
BIN
res/asset-index-more-mil.webp
Executable file
After Width: | Height: | Size: 34 KiB |
72
res/asset-index-style.css
Normal 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
After Width: | Height: | Size: 67 KiB |
BIN
res/asset-sitewide-preview-01.png
Executable file
After Width: | Height: | Size: 61 KiB |