some styles
This commit is contained in:
parent
7c6bdbaa53
commit
c2c2321ae1
1 changed files with 44 additions and 62 deletions
|
@ -1,9 +1,4 @@
|
||||||
---
|
--- # Only the main Sass file needs front matter (the dashes are enough) --- @import "minima";
|
||||||
# Only the main Sass file needs front matter (the dashes are enough)
|
|
||||||
---
|
|
||||||
|
|
||||||
@import "minima";
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
text-shadow: 1px 1px 1px rgba(0, 0, 0, .004)!important;
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, .004)!important;
|
||||||
-webkit-font-smoothing: antialiased!important;
|
-webkit-font-smoothing: antialiased!important;
|
||||||
|
@ -110,7 +105,8 @@ article .post-content p,
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-title:hover, .site-nav .page-link:hover {
|
.site-title:hover,
|
||||||
|
.site-nav .page-link:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -125,6 +121,7 @@ article .post-content p,
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #bb4a03 !important;
|
color: #bb4a03 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-list li h3 a {
|
.post-list li h3 a {
|
||||||
color: #222 !important;
|
color: #222 !important;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -150,9 +147,7 @@ article .post-content p,
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 0 0 20px 0;
|
margin: 0 0 20px 0;
|
||||||
text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
|
text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1) !important;
|
||||||
0px 8px 13px rgba(0,0,0,0.1),
|
|
||||||
0px 18px 23px rgba(0,0,0,0.1) !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron-content {
|
.jumbotron-content {
|
||||||
|
@ -165,6 +160,11 @@ article .post-content p,
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#donate-form {
|
||||||
|
height: 50px;
|
||||||
|
padding: 30px 0;
|
||||||
|
}
|
||||||
|
|
||||||
#donate-form form {
|
#donate-form form {
|
||||||
width: 145px;
|
width: 145px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
@ -194,8 +194,7 @@ article .post-content p,
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-excerpt {
|
.post-excerpt {}
|
||||||
}
|
|
||||||
|
|
||||||
.post-thumb {
|
.post-thumb {
|
||||||
width: 240px;
|
width: 240px;
|
||||||
|
@ -248,6 +247,7 @@ article .post-content p,
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
margin-top: -20px;
|
margin-top: -20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subscription-message-div {
|
.subscription-message-div {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #80ae3c;
|
background-color: #80ae3c;
|
||||||
|
@ -326,78 +326,62 @@ nav#side-nav {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mc_embed_signup input {
|
#mc_embed_signup input {
|
||||||
width: 250px !important;
|
width: 250px !important;
|
||||||
height: 50px !important;
|
height: 50px !important;
|
||||||
padding: 10px !important;
|
padding: 10px !important;
|
||||||
margin-bottom: 5px !important;
|
margin-bottom: 5px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron-content {
|
.jumbotron-content {
|
||||||
width: calc(100% - 120px);
|
width: calc(100% - 120px);
|
||||||
padding: 80px 60px;
|
padding: 80px 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-content .wrapper {
|
.page-content .wrapper {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
main.page-content {
|
main.page-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav#side-nav {
|
nav#side-nav {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0 0 30px;
|
margin: 0 0 30px;
|
||||||
box-shadow: 5px 25px 30px -25px rgba(34, 34, 34, .25);
|
box-shadow: 5px 25px 30px -25px rgba(34, 34, 34, .25);
|
||||||
}
|
}
|
||||||
|
|
||||||
.side-panel {
|
.side-panel {
|
||||||
width: calc(100%-30px) !important;
|
width: calc(100%-30px) !important;
|
||||||
margin: 0 15px;
|
margin: 0 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-thumb {
|
.post-thumb {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron {
|
.jumbotron {
|
||||||
background: rgba(141, 191, 66, .97)!important;
|
background: rgba(141, 191, 66, .97)!important;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-shadow: 5px 25px 30px -25px rgba(34, 34, 34, 0.25);
|
box-shadow: 5px 25px 30px -25px rgba(34, 34, 34, 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron-content {
|
.jumbotron-content {
|
||||||
padding: 30px 0;
|
padding: 30px 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-list li h3 a {
|
.post-list li h3 a {
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mc_embed_signup input {
|
#mc_embed_signup input {
|
||||||
margin: 0 20px !important;
|
margin: 0 20px !important;
|
||||||
width: calc(100% - 40px) !important;
|
width: calc(100% - 40px) !important;
|
||||||
height: 50px !important;
|
height: 50px !important;
|
||||||
padding: 10px !important;
|
padding: 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron-content #logo-div {
|
.jumbotron-content #logo-div {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron-content #mc_embed_signup {
|
.jumbotron-content #mc_embed_signup {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron-content {
|
.jumbotron-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-nav {
|
.site-nav {
|
||||||
background-color: rgba(141, 191, 66, .97)!important;
|
background-color: rgba(141, 191, 66, .97)!important;
|
||||||
border: 1px solid hsla(0, 0%, 100%, .3) !important;
|
border: 1px solid hsla(0, 0%, 100%, .3) !important;
|
||||||
|
@ -414,12 +398,10 @@ nav#side-nav {
|
||||||
padding: 10px !important;
|
padding: 10px !important;
|
||||||
margin-bottom: 5px !important;
|
margin-bottom: 5px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron-content {
|
.jumbotron-content {
|
||||||
width: calc(100% - 100px);
|
width: calc(100% - 100px);
|
||||||
padding: 60px 50px;
|
padding: 60px 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron {
|
.jumbotron {
|
||||||
background: rgba(141, 191, 66, .97)!important;
|
background: rgba(141, 191, 66, .97)!important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue