Added dummy data to calendar events

Styled calendar pages
This commit is contained in:
Jorit Tijsen
2024-04-24 16:57:02 +02:00
parent 239bff06ce
commit 6220a405a3
8 changed files with 206 additions and 232 deletions

58
public/css/style.css vendored
View File

@@ -74,6 +74,9 @@ body {
width: fit-content;
margin: 0 auto;
}
.btn.fit_content {
width: fit-content;
}
.btn.btn_facebook_share {
background-image: none;
background-color: #0f259d;
@@ -156,7 +159,7 @@ div.pp_default .pp_close:hover {
}
.header {
height: 110px;
height: 111px;
}
.header .logo {
float: left;
@@ -900,10 +903,6 @@ div.pp_default .pp_close:hover {
color: #282828;
}
.sidebar .box {
width: calc(100% - 38px);
}
@media (max-width: 768px) {
.sidebar {
width: 100%;
@@ -1183,30 +1182,6 @@ div.pp_default .pp_close:hover {
border-bottom: 1px solid #efefef;
padding-bottom: 18px;
}
.post_container .post_tags {
margin: 0;
padding: 0;
list-style: none;
height: 31px;
margin: 20px 0;
}
.post_container .post_tags li {
float: left;
margin-right: 10px;
}
.post_container .post_tags li a {
display: block;
padding: 6px 15px 7px;
border-radius: 3px;
background-image: linear-gradient(to left, #0d1ca3, #45aaf8);
font-family: Nunito, serif;
font-size: 10px;
font-weight: bold;
text-align: center;
color: #fff;
text-decoration: none;
text-transform: uppercase;
}
.post_container .post_body {
width: 100%;
font-family: Nunito, serif;
@@ -1293,6 +1268,31 @@ div.pp_default .pp_close:hover {
color: #ED1C24;
}
.post_tags {
margin: 0;
padding: 0;
list-style: none;
height: 31px;
margin: 20px 0;
}
.post_tags li {
float: left;
margin-right: 10px;
}
.post_tags li a {
display: block;
padding: 6px 15px 7px;
border-radius: 3px;
background-image: linear-gradient(to left, #0d1ca3, #45aaf8);
font-family: Nunito, serif;
font-size: 10px;
font-weight: bold;
text-align: center;
color: #fff;
text-decoration: none;
text-transform: uppercase;
}
#schedule a {
text-decoration: none;
}

File diff suppressed because one or more lines are too long