Sha256: ec9a47f5eea89e1852ba293ad406342fb07034364185f0bfc1b62f97020a9586

Contents?: true

Size: 1019 Bytes

Versions: 1

Compression:

Stored size: 1019 Bytes

Contents

@import "_embed.scss";

p {
    font-size: 15px;
}

footer {
    p {
        font-size: 14px;
        text-align: center;
    }
}

.fa-angle-double-right {
    font-size: 13px;
}

.rst-versions {
    &.shift-up {
        overflow-y: auto;
    }
}

.wy-nav-side {
    padding-bottom: 3em;
}

.wy-nav-top {
    a {
        margin-left: -30px;
    }
}

.rst-content {
    ol,
    ul {
        overflow-x: auto;
    }

    a code.literal {
        color: #2980b9;
    }

    code,
    div[class^=highlight] pre,
    pre {
        font-family: monospace;
        font-size: 12px;
    }
}

.copyright-rtd {
    display: none;
}

#search-results {
    li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    .wy-nav-content-wrap {
        .wy-nav-content {
            padding: 1em;
        }
    }
}
@media screen and (max-width: 480px) {
    html {
        font-size: 13px;
    }

    .wy-breadcrumbs li.wy-breadcrumbs-aside {
        display: initial;
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-rtd-theme-0.1.8 _sass/style.scss