Added fallback fonts to footer copyright.
This commit is contained in:
parent
2b3c7fce00
commit
bc2211eeb1
1 changed files with 12 additions and 12 deletions
|
|
@ -132,7 +132,7 @@ img {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
-webkit-transition: padding .5s ease-in-out;
|
-webkit-transition: padding .5s ease-in-out;
|
||||||
-moz-transition: padding .5s ease-in-out;
|
-moz-transition: padding .5s ease-in-out;
|
||||||
transition: padding .5s ease-in-out;
|
transition: padding .5s ease-in-out;
|
||||||
}
|
}
|
||||||
.navbar-custom .navbar-brand-logo img {
|
.navbar-custom .navbar-brand-logo img {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
|
@ -198,14 +198,14 @@ img {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
margin-top: -50px;
|
margin-top: -50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-custom .avatar-container .avatar-img-border {
|
.navbar-custom .avatar-container .avatar-img-border {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
|
box-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
|
||||||
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
|
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
|
||||||
-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
|
-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-custom .avatar-container .avatar-img {
|
.navbar-custom .avatar-container .avatar-img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
@ -243,7 +243,7 @@ img {
|
||||||
@media only screen and (min-width: 768px) {
|
@media only screen and (min-width: 768px) {
|
||||||
.navbar-custom .nav .navlinks-container {
|
.navbar-custom .nav .navlinks-container {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.navbar-custom .nav .navlinks-container:hover {
|
.navbar-custom .nav .navlinks-container:hover {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
}
|
}
|
||||||
|
|
@ -279,7 +279,7 @@ footer .list-inline {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
footer .copyright {
|
footer .copyright {
|
||||||
font-family: Open Sans;
|
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
@ -299,7 +299,7 @@ footer .theme-by {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- Post preview --- */
|
/* --- Post preview --- */
|
||||||
|
|
||||||
.post-preview {
|
.post-preview {
|
||||||
|
|
@ -422,7 +422,7 @@ footer .theme-by {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-image {
|
.post-image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
@ -517,11 +517,11 @@ footer .theme-by {
|
||||||
}
|
}
|
||||||
.intro-header.big-img {
|
.intro-header.big-img {
|
||||||
margin-top: 91px; /* Full navbar is small navbar + 20px padding on each side when expanded */
|
margin-top: 91px; /* Full navbar is small navbar + 20px padding on each side when expanded */
|
||||||
}
|
}
|
||||||
.intro-header.big-img .page-heading,
|
.intro-header.big-img .page-heading,
|
||||||
.intro-header.big-img .post-heading {
|
.intro-header.big-img .post-heading {
|
||||||
padding: 150px 0;
|
padding: 150px 0;
|
||||||
}
|
}
|
||||||
.intro-header .page-heading h1 {
|
.intro-header .page-heading h1 {
|
||||||
font-size: 80px;
|
font-size: 80px;
|
||||||
}
|
}
|
||||||
|
|
@ -558,9 +558,9 @@ footer .theme-by {
|
||||||
}
|
}
|
||||||
.header-section.has-img .big-img {
|
.header-section.has-img .big-img {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media only screen and (max-width: 325px) {
|
@media only screen and (max-width: 325px) {
|
||||||
.intro-header.big-img {
|
.intro-header.big-img {
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue