/*!
HAPPY BUDDHA
with a minimal things for links
Done by 2018 Carsten Brueggenolte
Licensed under the WTFPL License.
https://de.wikipedia.org/wiki/WTFPL
*/
@media (prefers-color-scheme: light) {
body {background-color: #eceff1; color: #212121;}
}
@media (prefers-color-scheme: dark) {
body {background-color: #131313;color: #d7d7d7;}
a { text-shadow: 0px 0px 3px;}
}
* {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
a,
a:hover,
a:visited,
a:focus {
text-decoration: none;
}
img {
max-width: 100%;
height: auto;/* Deleted something, I mean added */
}
/* --------------------------------------------------------
NAVIGATION BAR, HEADER IMAGE, SITE TITLE & SLOGAN
-------------------------------------------------------- */
@media (prefers-color-scheme: light) {
nav {background-color: #fff;}
}
@media (prefers-color-scheme: dark) {
nav { background-color: #171717;}
}
nav {
-webkit-box-shadow: 0 1px 1px rgba(100, 100, 100, .2);
-ms-box-shadow: 0 1px 1px rgba(100, 100, 100, .2);
box-shadow: 0 1px 1px rgba(100, 100, 100, .2);
clear: both;
display: block;
float: left;
margin-bottom: 0;
width: 100%;
text-transform: uppercase;
height: 50px;
}
.main-navigation a {
text-decoration: none;
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
position: fixed;
z-index: 1030;
}
.navbar-title {
/* 50px height - so we center this in the middle */
padding: 15px 0 15px 10px;
line-height: 20px;
}
span.navbar-title {
font-size: 20px;
font-weight: 600;
}
.navbar-statics {
padding: 15px 10px 15px 0;
line-height: 20px;
text-align: right;
}
.navbar-statics a {
padding-left: 10px;
padding-right: 10px;
}
#spacer {
height: 50px;
}
.site-header {
background-image: url('https://evergarden.ru/thoughts/bl-themes/everlasting/img/headress.jpg');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
margin-bottom: 3em;
min-height: 120px;
height: 245px;
display: table;
}
.site-branding {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.site-title {
color: #fff;
font-size: 3.5em;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 10px;
margin-top: 0;
margin-bottom: 0;
text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
}
.site-slogan {
color: #fff;
font-size: 1em;
font-weight: 400;
padding: .2em 0;
letter-spacing: 5px;
text-transform: none;
margin-top: 0;
margin-bottom: 0;
text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
}
/* --------------------------------------------------------
MAIN PART
-------------------------------------------------------- */
@media (prefers-color-scheme: light) {
article {background-color: #fff;}
}
@media (prefers-color-scheme: dark) {
article {background-color: #000;}
}
article {
margin-bottom: 2em;
box-shadow: 0 0 1px rgba(0, 0, 0, .15);
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .15);
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .15);
border-radius: 5px;
}
.article-cover-image {
padding: .5em .5em;
height: 100%;
overflow: hidden;
}
img.bludit-image {
width: auto;
height: auto;
max-width: 100%;
}
.article-header {
padding: 1em 2em;
text-align: center;
text-transform: none;
letter-spacing: 2px;
}
.article-title {
overflow: hidden;
word-break: break-word;
}
.article-meta {
clear: both;
color: #727272;/*Deleted something -> changed color*/
text-transform: capitalize;
font-weight: 400;/*Deleted something -> Changed 300 to 400*/
letter-spacing: 2px;
}
.article-meta-line {
height: 2px;
display: block;
width: 50px;
margin: 10px auto;
background-color: #1EAEDB;
}
.article-summary {
text-align: inherit;/*Changed justify to inherit*/
padding: 0 2em;
}
.article-read-more {
margin-bottom: 1.2em;
text-align: center;
text-transform: uppercase;
}
.article-read-more a {
border-bottom: 2px solid #1EAEDB;
padding: 1em;
}
.article-read-more a:hover {
border-bottom: 1px solid #0FA0CE;;
background-color: #0FA0CE;
color: #fff;
}
.article-footer {
word-spacing: 3px;
padding-bottom: 2.5em;
}
/* --------------------------------------------------------
PAGINATION
-------------------------------------------------------- */
.pagination {
align-items: center;
justify-content: center;
margin-bottom: 1em;;
}
.pagination a {
padding: 0 2em;
}
/* --------------------------------------------------------
ASIDE
-------------------------------------------------------- */
aside {
overflow: hidden;
border-radius: 30px;
}
@media (prefers-color-scheme: light) {
.plugin {background-color: #fff; color: #727272;}
}
@media (prefers-color-scheme: dark) {
.plugin { background-color: #000;color: #d7d7d7;}
}
.plugin {
padding: 5px 5px;
margin-bottom: 1em;
margin-bottom: 2em;
margin-left: auto;
margin-right: auto;
padding: 10px 10px 10px;
box-shadow: 0 0 1px rgba(0, 0, 0, .15);
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .15);
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .15);
}
@media (prefers-color-scheme: light) {
.plugin h2 {color: #212121;}
}
@media (prefers-color-scheme: dark) {
.plugin h2 {color: #d7d7d7;}
}
.plugin h2 {
font-size: 1.5em;
}
/* --------------------------------------------------------
FOOTER
-------------------------------------------------------- */
.site-footer {
background-color: none;
color: white;
min-height: 70px;
font-size: 16px;
padding: 1em;
letter-spacing: 1px;
}
.site-footer-info-container {
padding-left: 10px;
}
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
nav, #space {
height:60px;
}
nav .container {
padding: 0 10px;
}
.navbar-title {
padding: 5px 0 5px 5px;
line-height: 20px;
}
.navbar-statics {
width: 100% !important;
padding: 0;
text-align: left;
font-size: 0.7em;
}
.site-branding {
max-width: 100vw;
}
.site-title {
font-size: 1.5em;
}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
nav, #space {
height: 80px;
}
.navbar-statics {
width: 100% !important;
margin-left: 10px;
padding: 0;
text-align: left;
}
}
/*@media only screen and (min-width: 240px) and (max-width: 374px)
{
.site-branding{
font-size: .4em;
text-transform: uppercase;
font-weight: 400;
max-width:100vw;
}
.navbar-statics {
position: fixed;
text-align: right;
width: 90%;
padding: 0;
margin-top: 15px
}
}
*/