Sha256: 1647688d8c43dff63a6a6ac67e3f3013a6dfb9a02d35e0a7455d260d3fb3de26

Contents?: true

Size: 868 Bytes

Versions: 1

Compression:

Stored size: 868 Bytes

Contents

/* Caption */

.caption {
    margin-top: -0.2em;
    padding: 0 1em 0.93em;
    width: 100%;
    color: #3c3d40;
    text-shadow: 0 1px 0 #8d8e90;
    font-size: 25px;
}

@media (min-width: 1174px) {
    .caption {
        font-size: 50px;
    }
}

@media (min-width: 2348px) {
    .caption {
        font-size: 100px;
    }
}

/* Elements */

.caption h1 {
    margin: 0;
    padding-bottom: 0.15em;
    font: bold 1em/1 'PT Sans Narrow', sans-serif;
}

.caption p {
    margin: 0;
    line-height: 1;
    font-size: 0.6em;
}

.caption a {
    text-decoration: none;
    color: var(--color-blue);
    text-shadow: 0 -1px 0 #1f3f60;
}

/* List */

.shower.list .caption {
    display: block;
}

/* Full */

.shower.full .caption {
    display: none;
}

/* Print */

@media print {
    .shower.list .caption,
    .shower.full .caption {
        display: none;
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slippery-0.4.2 assets/shower/themes/ribbon/styles/blocks/caption.css