Sha256: 42c4dadc23c66379f49cfe01a8f05909d828f956b84c42eec3fbb1e6d6263529

Contents?: true

Size: 1.98 KB

Versions: 8

Compression:

Stored size: 1.98 KB

Contents

<html>
{%- include head/index.html -%}
<style>
    .main_row {
        background-color: #262626;
        color: var(--txtColor1);
        font-size: 12px;
    }

    .footer__link {
        color: var(--txtColor1) !important;
    }

    .footer__link:hover {
        text-decoration: underline !important;
        transition: all 0.5s linear;
    }

    .footer_subheading {
        color: rgb(160, 160, 160);
    }

    .input_div {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.26);
        padding: 4px 4px;
        border-radius: 4px;
    }

    .input_div>.input__design {
        border: none;
        font-size: 0.7rem;
        padding-left: 5px;
        outline: none;
    }

    .my_btn {
        border-radius: 5px;
        padding: 4px 20px !important;
        border: none;
        color: #fff;
        background: linear-gradient(90deg,
                rgba(224, 23, 42, 0.9490196078431372),
                var(--primary-color) 99%);
    }

    .s_link {
        margin: 0 20px;
        font-size: 1.3rem;
        cursor: pointer;
        background: linear-gradient(90deg,
                rgba(224, 23, 42, 0.9490196078431372),
                var(--primary-color));
        background-clip: unset;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    @media (max-width: 768px) {
        .footer__flexbox {
            flex-direction: column;
            text-align: center;
        }

        .main_row {
            text-align: center;
        }

        .input_div {
            text-align: left;
        }

        .my_btn {
            width: 100%;
        }

        .usefull_links {
            flex-direction: column;
        }

        .decimal_links {
            padding: 0 !important;
        }
    }
</style>

<body>
    {%- include header/index.html -%}

    {%- include xyzpages/xyz.html -%}

    {%- include share/socialshare.html -%}

    {% include xyzpages/xyzFooter.html %}

    {%- include script.html -%}
</body>

</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
word-games-theme-1.0.1 _layouts/xyzpages.html
word-games-theme-1.0.0 _layouts/xyzpages.html
word-games-theme-0.9.9 _layouts/xyzpages.html
word-games-theme-0.9.8 _layouts/xyzpages.html
word-games-theme-0.9.7 _layouts/xyzpages.html
word-games-theme-0.9.6 _layouts/xyzpages.html
word-games-theme-0.9.5 _layouts/xyzpages.html
word-games-theme-0.9.4 _layouts/xyzpages.html