Commit 4cda140a by Pham Huy

update style css

parent a27e59ed
...@@ -1440,9 +1440,6 @@ span.date { ...@@ -1440,9 +1440,6 @@ span.date {
} }
.blog-content { .blog-content {
// background: #fff;
// box-shadow: 0.5px 0.866px 1px 0px rgba(0, 0, 0, 0.15);
// padding: 25px 20px;
background: #fff; background: #fff;
padding: 20px; padding: 20px;
box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
...@@ -1455,7 +1452,6 @@ span.date { ...@@ -1455,7 +1452,6 @@ span.date {
color: #41454f; color: #41454f;
font-weight: bold; font-weight: bold;
line-height: 1.4; line-height: 1.4;
// margin: 0 0 20px;
margin: 0 0 5px; margin: 0 0 5px;
} }
...@@ -2294,9 +2290,9 @@ h2.widget-title { ...@@ -2294,9 +2290,9 @@ h2.widget-title {
} }
@media all and (max-width: 991px) { @media all and (max-width: 991px) {
// .widget { /* .widget {
// width: 84%; width: 84%;
// } } */
h2.widget-title { h2.widget-title {
margin-top: 0; margin-top: 0;
} }
...@@ -2318,7 +2314,7 @@ h2.widget-title { ...@@ -2318,7 +2314,7 @@ h2.widget-title {
@media all and (max-width: 767px) { @media all and (max-width: 767px) {
.widget { .widget {
width: 96%; width: 96%;
// max-width: 500px; /* max-width: 500px; */
margin-bottom: 40px; margin-bottom: 40px;
} }
.widgets > div:last-child .widget { .widgets > div:last-child .widget {
...@@ -3678,19 +3674,19 @@ a.btn.btn-lg { ...@@ -3678,19 +3674,19 @@ a.btn.btn-lg {
float: left; float: left;
} }
// .btn-col a.btn:nth-child(odd) { /* .btn-col a.btn:nth-child(odd) {
// margin-left: 0; margin-left: 0;
// clear: both; clear: both;
// } } */
// a.btn.btn-block:nth-child(odd) { /* a.btn.btn-block:nth-child(odd) {
// margin-bottom: 15px; margin-bottom: 15px;
// margin-top: 30px; margin-top: 30px;
// } } */
// a.btn.btn-block:first-child { /* a.btn.btn-block:first-child {
// margin-top: 0; margin-top: 0;
// } } */
a.btn.btn-normal { a.btn.btn-normal {
line-height: 48px; line-height: 48px;
...@@ -4375,9 +4371,9 @@ ul.nav-tabs { ...@@ -4375,9 +4371,9 @@ ul.nav-tabs {
margin-top: 10px; margin-top: 10px;
} }
/* Careers */ /* Careers */
// .career-single { /* .career-single {
// padding-bottom: 0; padding-bottom: 0;
// } } */
.career-info { .career-info {
padding-top: 80px; padding-top: 80px;
} }
...@@ -4502,9 +4498,9 @@ ul.nav-tabs { ...@@ -4502,9 +4498,9 @@ ul.nav-tabs {
.blog-img-box a.hover-effect > img, .archive a.hover-effect > img { .blog-img-box a.hover-effect > img, .archive a.hover-effect > img {
border: 0; border: 0;
} }
// h4 br, .tab-pane br { /* h4 br, .tab-pane br {
// display: initial!important; display: initial!important;
// } } */
.post-edit-link { .post-edit-link {
display: block; display: block;
margin-top: 20px; margin-top: 20px;
...@@ -4727,4 +4723,48 @@ ul.nav-tabs { ...@@ -4727,4 +4723,48 @@ ul.nav-tabs {
} }
.link.hover-effect { .link.hover-effect {
background: none; background: none;
}
/* dscorp style custom */
.social ul.social-icons li a {
background-color: #840b25a6;
}
.social ul.social-icons li a:hover,.plubication-downloads h2,
.news .blog-date, footer .footer, .sidebar-download .download-file{
background-color: #840b25;
}
footer .copyright, .sidebar-download .download-file:hover{
background-color: #5d0619;
}
ul.main-menu li a:hover, ul.main-menu li.active > a{
color: #840b25;
}
a, h2.title-2, .top-info h3, h4.subtitle,
.stats-info h4.counter, h4.client-name,
.panel-default>.panel-heading a,
.skill-bar-percent, .download-file a,
.blog-content h3 a:hover, .blog-content a,
.culture h2.culture-title, .sidebar-fact h3{
color: #840b25;
}
ul.download-list li{
color: #677078;
}
.panel-default>.panel-heading a:hover, .blog-content a:hover{
color: #5d0619;
}
/* button color */
.btn-primary, .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
.btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover{
background-color: #e81f18;
}
.btn-primary:hover {
background-color: #840b25;
}
.links .btn-primary:hover{
background-color: #840b25;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment