Nieuws layout

This commit is contained in:
2020-01-17 01:55:00 +01:00
parent 1294824faa
commit d3ffa07d2f
31 changed files with 1154 additions and 372 deletions

View File

@@ -31,6 +31,19 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
border-color: #2F4A88;
}
button[disabled],
button[disabled]:hover
{
background-color: #F0F0F0;
border-color: #D0D0D0;
color: #333333;
cursor: default;
}
.blog_grid .post img {
height: 100%;
}
.post.single .post_details a {
color: #1F3977;
}
@@ -38,7 +51,11 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
.post_details li.category
{
font-weight: bold;
background: #03A6E0;
background-color: #03A6E0;
}
.post_details date.edited {
font-weight: bold;
}
.read_more .arrow {
@@ -65,6 +82,9 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
padding-top: 5px;
}
.post.single {
width: 100%;
}
.action_button
{