Sha256: b33b12dabc0cbfd826e827ee61bcee267a4b874a246c0de049c2454f3921e351

Contents?: true

Size: 798 Bytes

Versions: 3

Compression:

Stored size: 798 Bytes

Contents

{% if site.data.meng.background.switch == true %}
<style>
body{
    background-image: url({{site.data.meng.background.background_img}});
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
#toc-card{
    background-color:transparent;
}
#toc a{
    color: {{site.data.meng.background.text_color}};
}
</style>

{% if site.data.meng.background.transparent_header == true %}
<style>
header{
    background-color:rgba(0, 0, 0, 0);
    color: {{site.data.meng.background.text_color}};
}
</style>

{% endif %}
{% if site.data.meng.background.transparent_footer == true %}
<style>
footer .mdui-card{
    color: {{site.data.meng.background.text_color}};
    background-color:rgba(0, 0, 0, 0);
}
</style>
{% endif %}
{% endif %}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-mdui-0.5.5 _includes/meng/background.html
jekyll-theme-mdui-0.5.4 _includes/meng/background.html
jekyll-theme-mdui-0.5.3 _includes/meng/background.html