nohlelo.co.za/res/asset-index-style.css

72 lines
1 KiB
CSS
Raw Normal View History

2025-03-18 22:30:26 +02:00
#ndx-ndx {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
#ndx-ndx article > :last-child {
margin-bottom: 5px;
}
#ndx-news,
#ndx-decree,
#ndx-more {
2025-03-19 00:11:50 +02:00
margin: 0;
margin-left: min(2%, 25px);
margin-right: min(2%, 25px);
2025-03-18 22:30:26 +02:00
}
#ndx-news,
#ndx-more {
display: flex;
flex-direction: column;
2025-03-19 00:11:50 +02:00
margin: auto;
2025-03-18 22:30:26 +02:00
}
#ndx-news article,
#ndx-more article {
border: var(--text) solid 3px;
padding: 15px;
margin: 20px 0;
}
#ndx-decree {
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%;
}