Default dark mode
This commit is contained in:
@ -654,21 +654,21 @@ html {
|
||||
|
||||
body {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
color: #3e3e40;
|
||||
color: #fff;
|
||||
margin: 0;
|
||||
background-color: #fff;
|
||||
background-color: #252529;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale; }
|
||||
body.invert {
|
||||
color: #fff;
|
||||
background-color: #3e3e40; }
|
||||
color: #252529;
|
||||
background-color: #fff; }
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: 'Lato', sans-serif;
|
||||
color: #311e3e;
|
||||
color: #cbb4da;
|
||||
font-weight: 400; }
|
||||
.invert h1, .invert h2, .invert h3, .invert h4, .invert h5, .invert h6 {
|
||||
color: #cbb4da; }
|
||||
color: #311e3e; }
|
||||
|
||||
hr {
|
||||
border: none;
|
||||
@ -690,19 +690,19 @@ img {
|
||||
max-width: 100%; }
|
||||
|
||||
a {
|
||||
color: #87314e; }
|
||||
color: #dfa5b9; }
|
||||
.invert a {
|
||||
color: #dfa5b9; }
|
||||
color: #87314e; }
|
||||
|
||||
blockquote {
|
||||
border-left: 3px solid #999999;
|
||||
border-left: 3px solid #3e3e43;
|
||||
padding-left: 18px;
|
||||
margin-left: 21px;
|
||||
font-style: italic;
|
||||
color: #252526; }
|
||||
color: #d9d9d9; }
|
||||
.invert blockquote {
|
||||
border-left-color: #cbb4da;
|
||||
color: #cbb4da; }
|
||||
border-left-color: #311e3e;
|
||||
color: #311e3e; }
|
||||
|
||||
pre {
|
||||
padding: 16px 32px;
|
||||
@ -763,7 +763,7 @@ pre {
|
||||
.main-header {
|
||||
font-family: 'Lato', sans-serif;
|
||||
padding: 15px 0;
|
||||
background-color: #fff;
|
||||
background-color: #252529;
|
||||
box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.3); }
|
||||
.main-header .header-flex {
|
||||
display: flex;
|
||||
@ -777,7 +777,7 @@ pre {
|
||||
text-transform: uppercase;
|
||||
font-size: 27px;
|
||||
font-weight: 300;
|
||||
color: #311e3e; }
|
||||
color: #cbb4da; }
|
||||
|
||||
.main-nav {
|
||||
position: fixed;
|
||||
@ -786,17 +786,17 @@ pre {
|
||||
z-index: 10;
|
||||
width: 300px;
|
||||
height: 100%;
|
||||
background-color: #fff;
|
||||
background-color: #252529;
|
||||
padding: 25px 30px;
|
||||
transform: translate3d(-300px, 0, 0); }
|
||||
.main-nav ul {
|
||||
background-color: #fff;
|
||||
background-color: #252529;
|
||||
padding: 15px 0 0;
|
||||
margin: 0 -30px 0 -30px;
|
||||
list-style: none; }
|
||||
.main-nav ul li {
|
||||
border-bottom: 1px solid #d9d9d9;
|
||||
background-color: #fff; }
|
||||
border-bottom: 1px solid #000;
|
||||
background-color: #252529; }
|
||||
.main-nav ul li a {
|
||||
display: block;
|
||||
margin: 0 30px;
|
||||
@ -805,10 +805,10 @@ pre {
|
||||
text-transform: uppercase;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
color: #311e3e; }
|
||||
color: #cbb4da; }
|
||||
.main-nav ul li a:hover {
|
||||
opacity: .8;
|
||||
color: #87314e; }
|
||||
color: #dfa5b9; }
|
||||
|
||||
.menu-icon-container {
|
||||
width: 25%;
|
||||
@ -824,7 +824,7 @@ pre {
|
||||
.search-icon-close {
|
||||
cursor: pointer;
|
||||
font-size: 18px;
|
||||
color: #311e3e;
|
||||
color: #cbb4da;
|
||||
transition: all .4s; }
|
||||
.menu-icon:hover,
|
||||
.menu-icon-close:hover,
|
||||
@ -858,7 +858,7 @@ pre {
|
||||
border-bottom: 1px solid #d9d9d9;
|
||||
outline: none;
|
||||
font-size: 21px;
|
||||
color: #3e3e40; }
|
||||
color: #3e3e43; }
|
||||
|
||||
.results-search {
|
||||
list-style: none;
|
||||
@ -872,7 +872,7 @@ pre {
|
||||
border-bottom: 1px solid #d9d9d9; }
|
||||
.results-search li a {
|
||||
text-decoration: none;
|
||||
color: #3e3e40; }
|
||||
color: #3e3e43; }
|
||||
.results-search li a:hover {
|
||||
color: #87314e;
|
||||
opacity: .8; }
|
||||
@ -957,7 +957,7 @@ ul.pagination {
|
||||
|
||||
ul.pagination li {
|
||||
display: inline-block;
|
||||
border: 1px solid #999999;
|
||||
border: 1px solid #3e3e43;
|
||||
min-width: 2rem;
|
||||
text-align: center;
|
||||
margin-right: -5px; }
|
||||
@ -983,10 +983,10 @@ ul.pagination .page-item.active a {
|
||||
/* = = = = = = = = = = Footer Styles = = = = = = = = = = */
|
||||
.main-footer {
|
||||
padding: 15px 0;
|
||||
background-color: #efefef; }
|
||||
background-color: #black; }
|
||||
.main-footer .copyright {
|
||||
text-align: center;
|
||||
color: #311e3e;
|
||||
color: #cbb4da;
|
||||
font-size: 16px; }
|
||||
|
||||
/* = = = = = = = = = = Post-Page Styles = = = = = = = = = = */
|
||||
@ -995,7 +995,7 @@ ul.pagination .page-item.active a {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
height: 500px;
|
||||
background-color: #fff;
|
||||
background-color: #252529;
|
||||
overflow: hidden; }
|
||||
.page-image .cover-image {
|
||||
height: 100%;
|
||||
@ -1007,14 +1007,15 @@ ul.pagination .page-item.active a {
|
||||
line-height: 1.75;
|
||||
margin-top: -5px;
|
||||
margin-bottom: 100px;
|
||||
background-color: #fff;
|
||||
background-color: #252529;
|
||||
padding: 20px 50px;
|
||||
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); }
|
||||
box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.1); }
|
||||
.page-content .verse {
|
||||
white-space: pre-wrap; }
|
||||
.invert .page-content {
|
||||
background-color: #252526;
|
||||
color: #fff; }
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1); }
|
||||
.with-image .page-content {
|
||||
margin-top: -80px;
|
||||
border-top-left-radius: 20px;
|
||||
@ -1060,9 +1061,9 @@ ul.pagination .page-item.active a {
|
||||
font-size: 36px;
|
||||
text-align: center;
|
||||
margin: 0 0 20px;
|
||||
color: #311e3e; }
|
||||
color: #cbb4da; }
|
||||
.invert .header-page h1 {
|
||||
color: #cbb4da; }
|
||||
color: #311e3e; }
|
||||
.header-page .page-meta {
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
@ -1075,17 +1076,17 @@ ul.pagination .page-item.active a {
|
||||
margin-top: 30px;
|
||||
padding-bottom: 30px;
|
||||
padding-bottom: 30px;
|
||||
border-bottom: 1px solid #d9d9d9; }
|
||||
border-bottom: 1px solid #3e3e43; }
|
||||
.page-footer .page-tag,
|
||||
.page-footer .page-share {
|
||||
text-transform: uppercase;
|
||||
font-size: 12px;
|
||||
color: #311e3e; }
|
||||
color: #cbb4da; }
|
||||
.page-footer .page-tag {
|
||||
margin-bottom: 10px; }
|
||||
.page-footer .page-tag a {
|
||||
text-decoration: none;
|
||||
color: #87314e; }
|
||||
color: #dfa5b9; }
|
||||
.page-footer .page-tag a:hover {
|
||||
opacity: .8; }
|
||||
.page-footer .page-share {
|
||||
@ -1093,7 +1094,7 @@ ul.pagination .page-item.active a {
|
||||
text-align: center; }
|
||||
.page-footer .page-share a {
|
||||
text-decoration: none;
|
||||
color: #999999;
|
||||
color: #3e3e43;
|
||||
margin-left: 10px;
|
||||
font-size: 18px; }
|
||||
.page-footer .page-share a:hover {
|
||||
@ -1106,7 +1107,7 @@ ul.pagination .page-item.active a {
|
||||
.recent-box .recent-title {
|
||||
font-family: 'Lato', sans-serif;
|
||||
font-weight: 400;
|
||||
color: #311e3e;
|
||||
color: #cbb4da;
|
||||
text-align: center;
|
||||
margin: 0 0 30px; }
|
||||
.recent-box .recent-list .recent-item {
|
||||
@ -1122,7 +1123,7 @@ ul.pagination .page-item.active a {
|
||||
font-size: 12px;
|
||||
left: 2.5%;
|
||||
bottom: 10%;
|
||||
color: #fff; }
|
||||
color: #000; }
|
||||
.recent-box .recent-list .recent-item:hover {
|
||||
opacity: 0.8; }
|
||||
|
||||
@ -1161,7 +1162,7 @@ ul.pagination .page-item.active a {
|
||||
padding: 8px 10px;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
color: #3e3e40;
|
||||
color: #3e3e43;
|
||||
border: none;
|
||||
border-radius: 2px;
|
||||
font-size: 14px;
|
||||
@ -1172,8 +1173,8 @@ ul.pagination .page-item.active a {
|
||||
height: 40px;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
background-color: #311e3e;
|
||||
color: #000;
|
||||
background-color: #cbb4da;
|
||||
vertical-align: baseline;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
@ -1181,7 +1182,7 @@ ul.pagination .page-item.active a {
|
||||
outline: none;
|
||||
transition: all .3s; }
|
||||
.newsletter .newsletter-box .subscribe-btn:hover {
|
||||
background-color: #87314e; }
|
||||
background-color: #dfa5b9; }
|
||||
|
||||
/* = = = = = = = = = = Author Box Styles = = = = = = = = = = */
|
||||
.author-box {
|
||||
@ -1190,7 +1191,7 @@ ul.pagination .page-item.active a {
|
||||
align-items: center;
|
||||
margin-top: 30px;
|
||||
padding-bottom: 30px;
|
||||
border-bottom: 1px solid #d9d9d9; }
|
||||
border-bottom: 1px solid #3e3e43; }
|
||||
.author-box .author-img {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
@ -1211,7 +1212,7 @@ ul.pagination .page-item.active a {
|
||||
margin-left: 0; }
|
||||
.author-box .author-desc li a {
|
||||
font-size: 18px;
|
||||
color: #3e3e40; }
|
||||
color: #999999; }
|
||||
.author-box .author-desc li a:hover {
|
||||
opacity: .8; }
|
||||
|
||||
@ -1246,7 +1247,7 @@ ul.pagination .page-item.active a {
|
||||
display: block;
|
||||
height: 1px;
|
||||
width: 80px;
|
||||
background-color: #311e3e; }
|
||||
background-color: #cbb4da; }
|
||||
.about-header .author-image-container {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
@ -1254,7 +1255,7 @@ ul.pagination .page-item.active a {
|
||||
overflow: hidden;
|
||||
margin: 0 auto 30px; }
|
||||
.about-header .subtitle {
|
||||
color: #311e3e;
|
||||
color: #cbb4da;
|
||||
font-weight: 300;
|
||||
margin: 0; }
|
||||
|
||||
@ -1270,26 +1271,26 @@ ul.pagination .page-item.active a {
|
||||
margin-left: 0; }
|
||||
.about-body .contact-list li a {
|
||||
display: block;
|
||||
color: #999999;
|
||||
color: #3e3e43;
|
||||
font-size: 21px;
|
||||
text-decoration: none;
|
||||
padding: 5px;
|
||||
transition: all 350ms cubic-bezier(0.13, 0.43, 0.54, 1.82); }
|
||||
.about-body .contact-list li a:hover {
|
||||
color: #87314e;
|
||||
color: #dfa5b9;
|
||||
transform: scale(1.3); }
|
||||
|
||||
/* = = = = = = = = = = Tags Styles = = = = = = = = = = */
|
||||
.blog-tags {
|
||||
margin: 100px 0 100px; }
|
||||
.invert .blog-tags h1 {
|
||||
color: #cbb4da; }
|
||||
color: #311e3e; }
|
||||
.invert .blog-tags .tags li a {
|
||||
color: #cbb4da; }
|
||||
color: #311e3e; }
|
||||
.invert .blog-tags .tag-list span a {
|
||||
color: #dfa5b9; }
|
||||
color: #87314e; }
|
||||
.invert .blog-tags .tag-list small {
|
||||
color: #cbb4da; }
|
||||
color: #311e3e; }
|
||||
.blog-tags h1 {
|
||||
text-align: center;
|
||||
font-family: 'Lato', sans-serif;
|
||||
@ -1297,19 +1298,19 @@ ul.pagination .page-item.active a {
|
||||
font-size: 36px;
|
||||
text-align: center;
|
||||
margin: 0 0 30px;
|
||||
color: #311e3e; }
|
||||
color: #cbb4da; }
|
||||
.blog-tags .tags {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none; }
|
||||
.blog-tags .tags li a {
|
||||
display: inline-block;
|
||||
color: #311e3e; }
|
||||
color: #cbb4da; }
|
||||
.blog-tags .tags li a:hover {
|
||||
opacity: .8; }
|
||||
.blog-tags .tag-list span a {
|
||||
display: inline-block;
|
||||
color: #87314e;
|
||||
color: #dfa5b9;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
font-size: 12px;
|
||||
@ -1318,7 +1319,7 @@ ul.pagination .page-item.active a {
|
||||
text-decoration: underline;
|
||||
opacity: .8; }
|
||||
.blog-tags .tag-list small {
|
||||
color: #311e3e; }
|
||||
color: #cbb4da; }
|
||||
|
||||
/* = = = = = = = = = = Animate Styles = = = = = = = = = = */
|
||||
/* = = = = = = = = = = Media = = = = = = = = = = */
|
||||
@ -1349,7 +1350,7 @@ ul.pagination .page-item.active a {
|
||||
.wrapper {
|
||||
max-width: 95%; }
|
||||
.page-content {
|
||||
margin-top: -50px;
|
||||
margin-top: -20px;
|
||||
padding: 15px; }
|
||||
.header-page {
|
||||
margin-bottom: 20px; }
|
||||
|
||||
Reference in New Issue
Block a user