some styles

This commit is contained in:
Ayo Ayco 2018-03-12 08:08:19 +08:00
parent 7c6bdbaa53
commit c2c2321ae1

View file

@ -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;
-webkit-font-smoothing: antialiased!important;
@ -110,7 +105,8 @@ article .post-content p,
font-weight: bold;
}
.site-title:hover, .site-nav .page-link:hover {
.site-title:hover,
.site-nav .page-link:hover {
text-decoration: none;
}
@ -125,6 +121,7 @@ article .post-content p,
text-decoration: none;
color: #bb4a03 !important;
}
.post-list li h3 a {
color: #222 !important;
font-weight: bold;
@ -150,9 +147,7 @@ article .post-content p,
color: #ffffff;
font-weight: bold;
margin: 0 0 20px 0;
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;
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;
}
.jumbotron-content {
@ -165,6 +160,11 @@ article .post-content p,
width: 100%;
}
#donate-form {
height: 50px;
padding: 30px 0;
}
#donate-form form {
width: 145px;
margin: 0 auto;
@ -194,8 +194,7 @@ article .post-content p,
clear: both;
}
.post-excerpt {
}
.post-excerpt {}
.post-thumb {
width: 240px;
@ -248,6 +247,7 @@ article .post-content p,
margin-left: -10px;
margin-top: -20px;
}
.subscription-message-div {
color: #ffffff;
background-color: #80ae3c;
@ -326,78 +326,62 @@ nav#side-nav {
width: 100%;
height: 100%;
}
#mc_embed_signup input {
width: 250px !important;
height: 50px !important;
padding: 10px !important;
margin-bottom: 5px !important;
}
.jumbotron-content {
width: calc(100% - 120px);
padding: 80px 60px;
}
.page-content .wrapper {
max-width: 100%;
}
main.page-content {
width: 100%;
padding: 0;
}
nav#side-nav {
width: 100%;
margin: 0 0 30px;
box-shadow: 5px 25px 30px -25px rgba(34, 34, 34, .25);
}
.side-panel {
width: calc(100%-30px) !important;
margin: 0 15px;
}
.post-thumb {
width: 100%;
}
.jumbotron {
background: rgba(141, 191, 66, .97)!important;
width: 100%;
height: 100%;
box-shadow: 5px 25px 30px -25px rgba(34, 34, 34, 0.25);
}
.jumbotron-content {
padding: 30px 0;
}
.post-list li h3 a {
font-size: 36px;
}
#mc_embed_signup input {
margin: 0 20px !important;
width: calc(100% - 40px) !important;
height: 50px !important;
padding: 10px !important;
}
.jumbotron-content #logo-div {
width: 100%;
}
.jumbotron-content #mc_embed_signup {
width: 100%;
}
.jumbotron-content {
width: 100%;
}
.site-nav {
background-color: rgba(141, 191, 66, .97)!important;
border: 1px solid hsla(0, 0%, 100%, .3) !important;
@ -414,12 +398,10 @@ nav#side-nav {
padding: 10px !important;
margin-bottom: 5px !important;
}
.jumbotron-content {
width: calc(100% - 100px);
padding: 60px 50px;
}
.jumbotron {
background: rgba(141, 191, 66, .97)!important;
}