initial commit
This commit is contained in:
parent
3ce56cd6ff
commit
d4d0bf91b1
40 changed files with 1361 additions and 0 deletions
72
res/asset-index-style.css
Normal file
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%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue