Nieuws layout
This commit is contained in:
22
website/public/css/nhgooi.css
vendored
22
website/public/css/nhgooi.css
vendored
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user