Style the job pages

Style the image page
Small fixes
This commit is contained in:
Jorit Tijsen
2024-03-22 15:44:34 +01:00
parent 1d94e7da7f
commit 6041398e10
23 changed files with 608 additions and 606 deletions

56
public/css/style.css vendored
View File

@@ -145,6 +145,12 @@ div.pp_default .pp_close:hover {
color: #282828;
}
.list {
margin: 0;
padding: 0;
list-style: none;
}
.header {
height: 110px;
}
@@ -690,11 +696,11 @@ div.pp_default .pp_close:hover {
}
.blog_grid .post .slider_content_box .post_date {
font-family: Nunito, serif;
font-size: 12px;
font-weight: 500;
line-height: 3.17;
letter-spacing: normal;
text-align: left;
font-size: 12px;
color: #666;
display: block;
height: 30px;
@@ -740,6 +746,9 @@ div.pp_default .pp_close:hover {
.box.full-width {
width: calc(100% - 60px);
}
.box.margin_top {
margin-top: 80px;
}
.tabs {
display: flex;
@@ -815,11 +824,11 @@ div.pp_default .pp_close:hover {
}
.blog .post .post_date {
font-family: Nunito, serif;
font-size: 12px;
font-weight: 500;
line-height: 3.17;
letter-spacing: normal;
text-align: left;
font-size: 12px;
color: #666;
display: block;
height: 30px;
@@ -860,11 +869,11 @@ div.pp_default .pp_close:hover {
}
.radio_box .post_date {
font-family: Nunito, serif;
font-size: 12px;
font-weight: 500;
line-height: 3.17;
letter-spacing: normal;
text-align: left;
font-size: 12px;
color: #666;
display: block;
height: 30px;
@@ -943,11 +952,11 @@ div.pp_default .pp_close:hover {
}
.featured .sub_title .program_name {
font-family: Nunito, serif;
font-size: 12px;
font-weight: 500;
line-height: 3.17;
letter-spacing: normal;
text-align: left;
font-size: 12px;
color: #000;
margin-right: 10px;
text-decoration: none;
@@ -957,11 +966,11 @@ div.pp_default .pp_close:hover {
}
.featured .sub_title .post_date {
font-family: Nunito, serif;
font-size: 12px;
font-weight: 500;
line-height: 3.17;
letter-spacing: normal;
text-align: left;
font-size: 12px;
color: #666;
display: block;
height: 30px;
@@ -1010,11 +1019,11 @@ div.pp_default .pp_close:hover {
}
.podcast_items ul li .sub_title .program_name {
font-family: Nunito, serif;
font-size: 12px;
font-weight: 500;
line-height: 3.17;
letter-spacing: normal;
text-align: left;
font-size: 12px;
color: #000;
margin-right: 10px;
text-decoration: none;
@@ -1024,11 +1033,11 @@ div.pp_default .pp_close:hover {
}
.podcast_items ul li .sub_title .post_date {
font-family: Nunito, serif;
font-size: 12px;
font-weight: 500;
line-height: 3.17;
letter-spacing: normal;
text-align: left;
font-size: 12px;
color: #666;
display: block;
height: 30px;
@@ -1046,11 +1055,11 @@ div.pp_default .pp_close:hover {
.bread_crumb li {
float: left;
font-family: Nunito, serif;
font-size: 12px;
font-weight: 500;
line-height: 3.17;
letter-spacing: normal;
text-align: left;
font-size: 12px;
color: #666;
margin-right: 5px;
}
@@ -1157,11 +1166,11 @@ div.pp_default .pp_close:hover {
float: left;
margin-right: 10px;
font-family: Nunito, serif;
font-size: 12px;
font-weight: 500;
line-height: 3.17;
letter-spacing: normal;
text-align: left;
font-size: 12px;
color: #666;
}
.post_container .post_body .post_details li a {
@@ -1207,11 +1216,11 @@ div.pp_default .pp_close:hover {
}
#schedule .program-times {
font-family: Nunito, serif;
font-size: 12px;
font-weight: 500;
line-height: 3.17;
letter-spacing: normal;
text-align: left;
font-size: 12px;
color: #666;
display: block;
height: 30px;
@@ -1251,8 +1260,18 @@ div.pp_default .pp_close:hover {
line-height: 1.6;
color: #282828;
}
.page_body.margin_bottom {
margin-bottom: 40px;
}
.action_button {
font-family: Nunito, serif;
font-weight: 500;
line-height: 3.17;
letter-spacing: normal;
text-align: left;
font-size: 14px;
line-height: 1.4;
text-decoration: none;
color: #282828;
}
@@ -1284,6 +1303,18 @@ div.pp_default .pp_close:hover {
color: #1a1a1a;
}
.text_input, .texterea_input {
padding: 13px 5px;
font-family: Montserrat, serif;
font-size: 14px;
font-weight: normal;
line-height: 1.25;
color: #1a1a1a;
border: 1px solid #efefef;
border-radius: 5px;
background-color: #fff;
}
.announcement {
padding: 30px;
border-radius: 3px;
@@ -1308,6 +1339,7 @@ div.pp_default .pp_close:hover {
}
.footer_container .footer_menu {
background-image: linear-gradient(to right, #0102b0, #4090e3);
padding: 15px 0;
}
@media (max-width: 768px) {
.footer_container .footer_menu {
@@ -1461,4 +1493,8 @@ div.pp_default .pp_close:hover {
-webkit-line-clamp: 10;
}
a, a:hover, a:active {
color: #0f259d;
}
/*# sourceMappingURL=style.css.map */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long