commit jun 6
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.img{
|
||||
.img-fourth{
|
||||
max-width: 100%;
|
||||
margin-top: 0;
|
||||
margin-bottom: 30px;
|
||||
|
||||
29
style/cases/_cases-style.scss
Normal file
29
style/cases/_cases-style.scss
Normal file
@@ -0,0 +1,29 @@
|
||||
|
||||
#h2-cases{
|
||||
font-size: 29px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width:768px) {
|
||||
#h2-cases {
|
||||
font-size: 29px;
|
||||
}
|
||||
#textbox3-cases{
|
||||
padding-top: 80px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px) {
|
||||
#textbox3-cases{
|
||||
padding-top: 80px;
|
||||
}
|
||||
|
||||
#h2-cases {
|
||||
font-size: 48px;
|
||||
padding: 0 150px;
|
||||
|
||||
}
|
||||
#p-cases{
|
||||
padding: 0 450px;
|
||||
}
|
||||
|
||||
}
|
||||
57
style/news/_custom-post.scss
Normal file
57
style/news/_custom-post.scss
Normal file
@@ -0,0 +1,57 @@
|
||||
.recent-posts{
|
||||
border-top: 1px solid #e0e0e8;
|
||||
.date-a{
|
||||
text-decoration: none;
|
||||
color: #15c1c6;
|
||||
margin-right: 15px;
|
||||
font-family: Merriweather, serif;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
}
|
||||
.date-a:hover{
|
||||
color: #31353d;
|
||||
transition:0.3s;
|
||||
text-decoration: none;
|
||||
}
|
||||
.recent-title{
|
||||
font-size: 18px;
|
||||
line-height: 1.2;
|
||||
font-family: Merriweather, serif;
|
||||
color: #15c1c6;
|
||||
font-weight: 700;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
.recent-subtitle{
|
||||
font-size: 1rem;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-family: Merriweather, serif;
|
||||
padding-top: 20px;
|
||||
line-height: 1.38462;
|
||||
letter-spacing: 0px;
|
||||
|
||||
}
|
||||
blockquote{
|
||||
content: '\201c';
|
||||
font-family: serif;
|
||||
font-size: 4em;
|
||||
line-height: 1;
|
||||
margin-left: -12px;
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
quotes: none;
|
||||
}
|
||||
.quotes-text{
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
font-size: 22px;
|
||||
line-height: 1.33333;
|
||||
font-family: MerriweatherSans, sans-serif;
|
||||
letter-spacing: 0;
|
||||
color: #333333;
|
||||
text-align: center;
|
||||
padding: 0 60px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
133
style/news/_news-first.scss
Normal file
133
style/news/_news-first.scss
Normal file
@@ -0,0 +1,133 @@
|
||||
.news-first-part {
|
||||
.news-card {
|
||||
border: 1px solid #ebebeb;
|
||||
margin-top: 16px;
|
||||
position: relative;
|
||||
|
||||
.news-card-description{
|
||||
padding: 15px;
|
||||
|
||||
.post-tags{
|
||||
margin: 8px 0 12px 0;
|
||||
.post-tags-a{
|
||||
text-decoration: none;
|
||||
color: #15c1c6;
|
||||
margin-right: 12px;
|
||||
font-family: Merriweather, serif;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 1.4375;
|
||||
}
|
||||
|
||||
.post-tags-a:hover{
|
||||
color:#31353d;
|
||||
transition: 0.3s;
|
||||
}
|
||||
}
|
||||
|
||||
.news-card-text{
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-size: 24px;
|
||||
line-height: 1.38462;
|
||||
font-family: Merriweather, serif;
|
||||
letter-spacing: 0px;
|
||||
text-align: inherit;
|
||||
color: #31353d;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.news-card-text:hover{
|
||||
color: #15c1c6;
|
||||
transition: 0.3s;
|
||||
}
|
||||
.news-card-date{
|
||||
.date-a{
|
||||
text-decoration: none;
|
||||
color: #15c1c6;
|
||||
margin-right: 15px;
|
||||
font-family: Merriweather, serif;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
}
|
||||
.date-a:hover{
|
||||
color: #31353d;
|
||||
transition:0.3s;
|
||||
}
|
||||
.by-admin{
|
||||
text-decoration: none;
|
||||
color: #777777;
|
||||
font-family: Merriweather, serif;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
}
|
||||
.by-admin:hover{
|
||||
color:#15c1c6;
|
||||
transition: 0.3s;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.news-img-container {
|
||||
.link-on-image{
|
||||
position: absolute;
|
||||
bottom: 55%;
|
||||
left: 10%;
|
||||
text-align: center;
|
||||
padding: 10px 20px 10px 15px;
|
||||
color: #ffffff;
|
||||
background-color: rgba(51,51,51,0.78);
|
||||
|
||||
.link-a{
|
||||
text-decoration: none;
|
||||
color: #ffffff;
|
||||
font-family: Merriweather, serif;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
.link-on-image:hover{
|
||||
background-color: rgba(21,193,198,0.78);
|
||||
transition: 0.3s;
|
||||
}
|
||||
.news-img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.img-text-container{
|
||||
padding: 15px 0 0 15px;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.news-img-text {
|
||||
border-radius: 15px;
|
||||
text-decoration: none;
|
||||
color: #ffffff;
|
||||
background-color: #15c1c6;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
font-family: MerriweatherSans, sans-serif;
|
||||
letter-spacing: 0px;
|
||||
padding: 4px 12px;
|
||||
margin-bottom: 6px;
|
||||
display: inline-block;
|
||||
|
||||
|
||||
}
|
||||
.news-img-text:hover{
|
||||
background-color: #31353d;
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
46
style/news/_page-nav.scss
Normal file
46
style/news/_page-nav.scss
Normal file
@@ -0,0 +1,46 @@
|
||||
.page-navigation{
|
||||
padding: 30px 0 23px;
|
||||
margin: 57.6px 0;
|
||||
border-top: 1px solid #e0e0e8;
|
||||
border-bottom: 1px solid #e0e0e8;
|
||||
text-align: center;
|
||||
|
||||
.page-nav-links{
|
||||
.page-num-cur{
|
||||
line-height: 3;
|
||||
display: inline-block;
|
||||
height: 58px;
|
||||
margin: 0 16px 5px 0;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
font-size: 1.25rem;
|
||||
color: #15c1c6;
|
||||
font-family: MerriweatherSans, sans-serif;
|
||||
}
|
||||
|
||||
.page-num-next{
|
||||
color: #333333;
|
||||
display: inline-block;
|
||||
line-height: 3;
|
||||
height: 58px;
|
||||
margin: 0 16px 5px 0;
|
||||
text-decoration: none;
|
||||
font-size: 20px;
|
||||
font-size: 1.25rem;
|
||||
font-family: MerriweatherSans, sans-serif;
|
||||
|
||||
}
|
||||
|
||||
.next-icon{
|
||||
min-width: 58px;
|
||||
height: 58px;
|
||||
border: none;
|
||||
border-radius: 50%;
|
||||
background-color: #15c1c6;
|
||||
margin-left: 30px;
|
||||
color:white;
|
||||
font-size: 20px;
|
||||
padding: 16px 22px;
|
||||
}
|
||||
}
|
||||
}
|
||||
33
style/news/_search-news.scss
Normal file
33
style/news/_search-news.scss
Normal file
@@ -0,0 +1,33 @@
|
||||
.search-news{
|
||||
padding-top: 48px;
|
||||
margin-top: 24px;
|
||||
border-top: 1px solid #e0e0e8;
|
||||
.search-news-form{
|
||||
.search-news-input{
|
||||
margin-right: 16px;
|
||||
padding: 18px 20px;
|
||||
border: none;
|
||||
background-color: #f6f6f6;
|
||||
color: #777777 !important;
|
||||
width: 75%;
|
||||
height: 57px;
|
||||
}
|
||||
.search-news-input::placeholder{
|
||||
color: #777777 !important;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.search-news-icon{
|
||||
text-align: center;
|
||||
background-color: #15c1c6 ;
|
||||
color: #ffffff;
|
||||
width: 78px;
|
||||
padding-top: 18px;
|
||||
padding-bottom: 18px;
|
||||
border-radius: 29px;
|
||||
font-size: large;
|
||||
height: 57px;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -44,14 +44,22 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.second-part-au{
|
||||
.text-box{
|
||||
.second-h2:hover{
|
||||
color: #333333 !important;
|
||||
transition: 0.3s ease;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (min-width:768px) {
|
||||
.third-part-s {
|
||||
|
||||
.textbox3{
|
||||
.h1-third{
|
||||
padding: 0 50px;
|
||||
font-size: 37px;
|
||||
margin: 15px 0 20px 0;
|
||||
font-size: 33px;
|
||||
letter-spacing: 0px;
|
||||
}
|
||||
.h2-third{
|
||||
|
||||
277
style/style.css
277
style/style.css
@@ -1,3 +1,4 @@
|
||||
@charset "UTF-8";
|
||||
@font-face {
|
||||
font-family: "MerriweatherSans";
|
||||
src: url("../assets/fonts/MerriweatherSans-Regular.ttf") format("truetype");
|
||||
@@ -611,7 +612,7 @@ span {
|
||||
.fourth-part .line-img {
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
.fourth-part .img {
|
||||
.fourth-part .img-fourth {
|
||||
max-width: 100%;
|
||||
margin-top: 0;
|
||||
margin-bottom: 30px;
|
||||
@@ -1662,10 +1663,15 @@ footer .footer-copyright a:hover {
|
||||
letter-spacing: 0px;
|
||||
}
|
||||
|
||||
.second-part-au .text-box .second-h2:hover {
|
||||
color: #333333 !important;
|
||||
transition: 0.3s ease;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
.third-part-s .textbox3 .h1-third {
|
||||
padding: 0 50px;
|
||||
font-size: 37px;
|
||||
margin: 15px 0 20px 0;
|
||||
font-size: 33px;
|
||||
letter-spacing: 0px;
|
||||
}
|
||||
.third-part-s .textbox3 .h2-third {
|
||||
@@ -1680,4 +1686,269 @@ footer .footer-copyright a:hover {
|
||||
.third-part-s .textbox3 .h1-third {
|
||||
font-size: 66px;
|
||||
}
|
||||
}
|
||||
#h2-cases {
|
||||
font-size: 29px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
#h2-cases {
|
||||
font-size: 29px;
|
||||
}
|
||||
#textbox3-cases {
|
||||
padding-top: 80px !important;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 992px) {
|
||||
#textbox3-cases {
|
||||
padding-top: 80px;
|
||||
}
|
||||
#h2-cases {
|
||||
font-size: 48px;
|
||||
padding: 0 150px;
|
||||
}
|
||||
#p-cases {
|
||||
padding: 0 450px;
|
||||
}
|
||||
}
|
||||
.news-first-part .news-card {
|
||||
border: 1px solid #ebebeb;
|
||||
margin-top: 16px;
|
||||
position: relative;
|
||||
}
|
||||
.news-first-part .news-card .news-card-description {
|
||||
padding: 15px;
|
||||
}
|
||||
.news-first-part .news-card .news-card-description .post-tags {
|
||||
margin: 8px 0 12px 0;
|
||||
}
|
||||
.news-first-part .news-card .news-card-description .post-tags .post-tags-a {
|
||||
text-decoration: none;
|
||||
color: #15c1c6;
|
||||
margin-right: 12px;
|
||||
font-family: Merriweather, serif;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 1.4375;
|
||||
}
|
||||
.news-first-part .news-card .news-card-description .post-tags .post-tags-a:hover {
|
||||
color: #31353d;
|
||||
transition: 0.3s;
|
||||
}
|
||||
.news-first-part .news-card .news-card-description .news-card-text {
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-size: 24px;
|
||||
line-height: 1.38462;
|
||||
font-family: Merriweather, serif;
|
||||
letter-spacing: 0px;
|
||||
text-align: inherit;
|
||||
color: #31353d;
|
||||
cursor: pointer;
|
||||
}
|
||||
.news-first-part .news-card .news-card-description .news-card-text:hover {
|
||||
color: #15c1c6;
|
||||
transition: 0.3s;
|
||||
}
|
||||
.news-first-part .news-card .news-card-description .news-card-date .date-a {
|
||||
text-decoration: none;
|
||||
color: #15c1c6;
|
||||
margin-right: 15px;
|
||||
font-family: Merriweather, serif;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
}
|
||||
.news-first-part .news-card .news-card-description .news-card-date .date-a:hover {
|
||||
color: #31353d;
|
||||
transition: 0.3s;
|
||||
}
|
||||
.news-first-part .news-card .news-card-description .news-card-date .by-admin {
|
||||
text-decoration: none;
|
||||
color: #777777;
|
||||
font-family: Merriweather, serif;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
}
|
||||
.news-first-part .news-card .news-card-description .news-card-date .by-admin:hover {
|
||||
color: #15c1c6;
|
||||
transition: 0.3s;
|
||||
}
|
||||
.news-first-part .news-card .news-img-container .link-on-image {
|
||||
position: absolute;
|
||||
bottom: 55%;
|
||||
left: 10%;
|
||||
text-align: center;
|
||||
padding: 10px 20px 10px 15px;
|
||||
color: #ffffff;
|
||||
background-color: rgba(51, 51, 51, 0.78);
|
||||
}
|
||||
.news-first-part .news-card .news-img-container .link-on-image .link-a {
|
||||
text-decoration: none;
|
||||
color: #ffffff;
|
||||
font-family: Merriweather, serif;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
}
|
||||
.news-first-part .news-card .news-img-container .link-on-image:hover {
|
||||
background-color: rgba(21, 193, 198, 0.78);
|
||||
transition: 0.3s;
|
||||
}
|
||||
.news-first-part .news-card .news-img-container .news-img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.news-first-part .news-card .news-img-container .img-text-container {
|
||||
padding: 15px 0 0 15px;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
display: inline-block;
|
||||
}
|
||||
.news-first-part .news-card .news-img-container .news-img-text {
|
||||
border-radius: 15px;
|
||||
text-decoration: none;
|
||||
color: #ffffff;
|
||||
background-color: #15c1c6;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
font-family: MerriweatherSans, sans-serif;
|
||||
letter-spacing: 0px;
|
||||
padding: 4px 12px;
|
||||
margin-bottom: 6px;
|
||||
display: inline-block;
|
||||
}
|
||||
.news-first-part .news-card .news-img-container .news-img-text:hover {
|
||||
background-color: #31353d;
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
.page-navigation {
|
||||
padding: 30px 0 23px;
|
||||
margin: 57.6px 0;
|
||||
border-top: 1px solid #e0e0e8;
|
||||
border-bottom: 1px solid #e0e0e8;
|
||||
text-align: center;
|
||||
}
|
||||
.page-navigation .page-nav-links .page-num-cur {
|
||||
line-height: 3;
|
||||
display: inline-block;
|
||||
height: 58px;
|
||||
margin: 0 16px 5px 0;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
font-size: 1.25rem;
|
||||
color: #15c1c6;
|
||||
font-family: MerriweatherSans, sans-serif;
|
||||
}
|
||||
.page-navigation .page-nav-links .page-num-next {
|
||||
color: #333333;
|
||||
display: inline-block;
|
||||
line-height: 3;
|
||||
height: 58px;
|
||||
margin: 0 16px 5px 0;
|
||||
text-decoration: none;
|
||||
font-size: 20px;
|
||||
font-size: 1.25rem;
|
||||
font-family: MerriweatherSans, sans-serif;
|
||||
}
|
||||
.page-navigation .page-nav-links .next-icon {
|
||||
min-width: 58px;
|
||||
height: 58px;
|
||||
border: none;
|
||||
border-radius: 50%;
|
||||
background-color: #15c1c6;
|
||||
margin-left: 30px;
|
||||
color: white;
|
||||
font-size: 20px;
|
||||
padding: 16px 22px;
|
||||
}
|
||||
|
||||
.search-news {
|
||||
padding-top: 48px;
|
||||
margin-top: 24px;
|
||||
border-top: 1px solid #e0e0e8;
|
||||
}
|
||||
.search-news .search-news-form .search-news-input {
|
||||
margin-right: 16px;
|
||||
padding: 18px 20px;
|
||||
border: none;
|
||||
background-color: #f6f6f6;
|
||||
color: #777777 !important;
|
||||
width: 75%;
|
||||
height: 57px;
|
||||
}
|
||||
.search-news .search-news-form .search-news-input::-moz-placeholder {
|
||||
color: #777777 !important;
|
||||
opacity: 1;
|
||||
}
|
||||
.search-news .search-news-form .search-news-input::placeholder {
|
||||
color: #777777 !important;
|
||||
opacity: 1;
|
||||
}
|
||||
.search-news .search-news-form .search-news-icon {
|
||||
text-align: center;
|
||||
background-color: #15c1c6;
|
||||
color: #ffffff;
|
||||
width: 78px;
|
||||
padding-top: 18px;
|
||||
padding-bottom: 18px;
|
||||
border-radius: 29px;
|
||||
font-size: large;
|
||||
height: 57px;
|
||||
}
|
||||
|
||||
.recent-posts {
|
||||
border-top: 1px solid #e0e0e8;
|
||||
}
|
||||
.recent-posts .date-a {
|
||||
text-decoration: none;
|
||||
color: #15c1c6;
|
||||
margin-right: 15px;
|
||||
font-family: Merriweather, serif;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
}
|
||||
.recent-posts .date-a:hover {
|
||||
color: #31353d;
|
||||
transition: 0.3s;
|
||||
text-decoration: none;
|
||||
}
|
||||
.recent-posts .recent-title {
|
||||
font-size: 18px;
|
||||
line-height: 1.2;
|
||||
font-family: Merriweather, serif;
|
||||
color: #15c1c6;
|
||||
font-weight: 700;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
.recent-posts .recent-subtitle {
|
||||
font-size: 1rem;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-family: Merriweather, serif;
|
||||
padding-top: 20px;
|
||||
line-height: 1.38462;
|
||||
letter-spacing: 0px;
|
||||
}
|
||||
.recent-posts blockquote {
|
||||
content: "“";
|
||||
font-family: serif;
|
||||
font-size: 4em;
|
||||
line-height: 1;
|
||||
margin-left: -12px;
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
quotes: none;
|
||||
}
|
||||
.recent-posts .quotes-text {
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
font-size: 22px;
|
||||
line-height: 1.33333;
|
||||
font-family: MerriweatherSans, sans-serif;
|
||||
letter-spacing: 0;
|
||||
color: #333333;
|
||||
text-align: center;
|
||||
padding: 0 60px;
|
||||
}/*# sourceMappingURL=style.css.map */
|
||||
File diff suppressed because one or more lines are too long
@@ -30,6 +30,18 @@
|
||||
@import 'services/_form-s';
|
||||
@import 'services/_third-part-s';
|
||||
|
||||
// CASES
|
||||
|
||||
@import 'cases/_cases-style';
|
||||
|
||||
// NEWS
|
||||
|
||||
@import 'news/_news-first';
|
||||
@import 'news/_page-nav';
|
||||
@import 'news/_search-news';
|
||||
@import 'news/_custom-post';
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user