Add news support to website theme
All checks were successful
Builds / ExectOS WebSite (push) Successful in 31s

This commit is contained in:
2024-08-21 11:44:00 +02:00
parent f26705e22d
commit cd6b01003b
4 changed files with 89 additions and 6 deletions

View File

@@ -224,6 +224,48 @@ pre code {
text-align : center;
}
.news_author {
color : #999999;
float : left;
}
.news_date {
color : #999999;
float : right;
}
.news_info {
margin-top : -1em;
margin-bottom : 3em;
}
.news_intro {
margin-bottom : 50px;
margin-left : -1em;
text-align : justify;
}
.pagination {
margin : 0px;
padding : 0 0 0 0;
text-align : center;
}
.pagination a {
text-decoration : none;
}
.pagination li {
display : inline;
margin-left : 100px;
}
.pagination ul {
margin : 0px;
padding : 0px;
text-align : center;
}
.wrapper_content {
margin-bottom : 2.5em;
padding : 6em 0 0 0;